/*
Theme Name: NetOnTarget Growth
Theme URI: https://www.netontarget.com/
Author: NetOnTarget
Description: A focused, conversion-led theme for NetOnTarget's business growth consultancy.
Version: 1.5.1
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: netontarget
*/

:root {
  --ink: #06436f;
  --ink-deep: #03375e;
  --ink-soft: #496b7e;
  --paper: #f3f8fa;
  --paper-deep: #e4f0f3;
  --white: #ffffff;
  --accent: #119746;
  --accent-dark: #087b36;
  --accent-light: #15a8d4;
  --line: rgba(6, 67, 111, .16);
  --shadow: 0 24px 70px rgba(3, 55, 94, .13);
  --radius: 1.25rem;
  --wrap: min(1160px, calc(100% - 2.5rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; padding: .75rem 1rem; margin: .5rem; background: var(--white); color: var(--ink); z-index: 9999; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 900px; font-size: clamp(3rem, 7.4vw, 6.7rem); }
h2 { max-width: 780px; font-size: clamp(2.25rem, 5vw, 4.35rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: clamp(190px, 24vw, 285px); height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-cta { padding: .8rem 1.15rem; border-radius: 999px; background: var(--accent); color: var(--white); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font: inherit; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9.5rem) 0 5rem; }
.hero::after { content: ""; position: absolute; right: -12vw; top: 8%; width: 46vw; aspect-ratio: 1; border: 1px solid rgba(21,168,212,.22); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(17,151,70,.06), 0 0 0 10vw rgba(21,168,212,.04); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 em { color: var(--accent-dark); font-style: italic; }
.hero-bottom { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) auto; align-items: end; gap: 3rem; margin-top: 2.5rem; }
.hero-lede { max-width: 720px; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .9rem 1.4rem; border: 2px solid var(--accent); border-radius: 999px; background: var(--accent); color: #fff; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--accent-dark); border-color: var(--accent-dark); }
.trust-strip { border-block: 1px solid var(--line); }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 2rem; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; line-height: 1; }
.trust-item span { display: block; margin-top: .55rem; color: var(--ink-soft); font-size: .88rem; }

.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; margin-bottom: 4rem; }
.section-intro { max-width: 610px; margin-top: 1.4rem; color: var(--ink-soft); font-size: 1.08rem; }
.offer { background: linear-gradient(145deg, var(--ink-deep), var(--ink)); color: var(--white); }
.offer .eyebrow { color: #73d692; }
.offer .section-intro { color: #c4dce7; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.problem-card { min-height: 255px; padding: 2rem; display: grid; grid-template-rows: auto 1fr; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.problem-card span { color: #73d692; font-weight: 800; }
.problem-card > div { align-self: start; display: grid; grid-template-rows: minmax(4.5rem, auto) auto; margin-top: 2rem; }
.problem-card p { margin-top: 1rem; color: #c4dce7; }

.growth-opportunities { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fbfc, #eef6f8); }
.growth-opportunities::after { content: ""; position: absolute; width: 44rem; height: 44rem; right: -17rem; top: -22rem; border: 4rem solid rgba(17,151,70,.045); border-radius: 50%; pointer-events: none; }
.growth-heading { position: relative; z-index: 1; margin-bottom: 3.5rem; }
.growth-heading h2 { max-width: 900px; }
.growth-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.growth-card { padding: 1.65rem; border: 1px solid rgba(6,67,111,.1); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(3,55,94,.08); }
.growth-card header { min-height: 5rem; display: flex; align-items: center; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.growth-card h3 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
.growth-icon { flex: 0 0 3.25rem; width: 3.25rem; height: 3.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font: 400 1.8rem/1 Georgia, serif; }
.growth-icon-currency { font-size: 2rem; }
.growth-icon-bars { display: flex; justify-content: center; align-items: end; gap: .22rem; padding-bottom: .85rem; }
.growth-icon-bars i { width: 3px; background: var(--white); }
.growth-icon-bars i:nth-child(1) { height: .7rem; }
.growth-icon-bars i:nth-child(2) { height: 1.05rem; }
.growth-icon-bars i:nth-child(3) { height: 1.45rem; }
.growth-list { margin: 0; padding: 0; list-style: none; }
.growth-list li { min-height: 4.25rem; display: grid; grid-template-columns: 2.6rem 1fr; align-items: center; gap: .85rem; padding: .8rem .25rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.growth-list li:last-child { border-bottom: 0; }
.growth-list li span { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-dark); font-size: .72rem; font-weight: 900; }
.growth-closing { position: relative; z-index: 1; display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.45rem 1.8rem; border-radius: 1rem; background: var(--ink-deep); color: var(--white); }
.growth-closing span { color: #73d692; font-size: 2rem; }
.growth-closing p { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2.2vw, 1.5rem); }

.proof-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.proof-head p { max-width: 430px; color: var(--ink-soft); }
.timeline { border-top: 1px solid var(--line); }
.case { display: grid; grid-template-columns: 150px 1fr 1.1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.case-year { color: var(--accent-dark); font-weight: 800; }
.case-result { color: var(--ink-soft); }
.case-result p { margin: 0; }
.results-confidential { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; margin-top: 3rem; padding: 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-deep); }
.results-confidential .eyebrow { margin: 0; }
.results-confidential > p:last-child { color: var(--ink-soft); font-size: .95rem; line-height: 1.6; }

.testimonials { background: var(--ink-deep); color: var(--white); }
.testimonial-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; margin-bottom: 3.5rem; }
.testimonials .eyebrow { color: #73d692; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.testimonial-card { min-height: 285px; margin: 0; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote::before { content: "“"; display: block; height: 2.5rem; color: #73d692; font: 500 4rem/1 Georgia, serif; }
.testimonial-card blockquote p { margin-top: 1.2rem; color: #d5e6ed; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.45; }
.testimonial-card figcaption { display: grid; grid-template-columns: 2.2rem 1fr; column-gap: .8rem; align-items: center; margin-top: 2rem; font-size: .82rem; letter-spacing: .04em; }
.testimonial-card figcaption span { grid-row: 1 / 4; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border: 1px solid rgba(115,214,146,.6); border-radius: 50%; color: #73d692; font-size: .68rem; font-weight: 800; }
.testimonial-card figcaption strong { color: var(--white); font-size: .84rem; text-transform: uppercase; }
.testimonial-card figcaption small { color: #adcbd8; font-size: .76rem; line-height: 1.35; }
.case-result strong { color: var(--ink); }

.process { background: var(--paper-deep); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: steps; }
.step { padding: 2rem; border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(16,42,43,.06); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 3rem; color: var(--accent-dark); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.step p { margin-top: 1rem; color: var(--ink-soft); }

.confidential { padding: 3.5rem 0; border-block: 1px solid var(--line); }
.confidential-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; }
.confidential p:last-child { max-width: 720px; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1.3; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy { position: sticky; top: 8rem; }
.contact-copy h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.contact-copy .section-intro { margin-bottom: 2rem; }
.who-this-suits { margin: 0 0 1.5rem; padding: 1.25rem 1.35rem; border-left: 4px solid var(--accent); border-radius: 0 .8rem .8rem 0; background: rgba(255,255,255,.72); }
.who-this-suits strong { display: block; margin-bottom: .35rem; color: var(--ink); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.who-this-suits p { margin: 0; color: var(--ink-soft); }
.contact-note { padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .92rem; }
.contact-actions { display: grid; gap: 1.5rem; min-width: 0; }
.choice-intro { margin: 0; color: var(--ink); font-size: 1.08rem; font-weight: 700; line-height: 1.55; }
.booking-link-shell { padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius); background: linear-gradient(145deg, var(--ink-deep), var(--ink)); color: var(--white); box-shadow: var(--shadow); scroll-margin-top: 7rem; }
.booking-link-shell .eyebrow { margin-bottom: .55rem; color: #73d692; }
.booking-link-shell h3 { margin: 0; color: var(--white); font-size: clamp(1.7rem, 3vw, 2.4rem); }
.booking-link-shell > p:not(.eyebrow) { margin: .75rem 0 1.4rem; color: #d7e8ef; }
.booking-link-shell .button { background: var(--accent); color: var(--white); }
.booking-link-shell .button:hover { background: #0f843e; }
.form-shell { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-shell > h3 { margin-top: 0; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.enquiry-shell .eyebrow { margin-bottom: .55rem; }
.form-shell label { color: var(--ink); font-size: .9rem; font-weight: 800; }
.form-shell input:not([type=checkbox]):not([type=radio]), .form-shell textarea, .form-shell select { width: 100%; min-height: 52px; margin-top: .4rem; border: 1px solid #a8b3ae; border-radius: .65rem; background: var(--white); color: var(--ink); font: inherit; }
.form-shell textarea { min-height: 140px; }
.form-shell .ff-el-group { margin-bottom: 1.3rem; }
.form-shell .ff-btn-submit { min-height: 54px; padding: .9rem 1.4rem; border: 0; border-radius: 999px; background: var(--accent); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.form-shell .ff-btn-submit:hover { background: var(--accent-dark); }
.form-shell .error.text-danger, .form-shell .ff-el-is-error .text-danger { color: #8f2518; }
.setup-message, .fallback { padding: 1.5rem; border: 1px dashed var(--accent); border-radius: .8rem; background: var(--white); }
.setup-message strong, .fallback strong { display: block; margin-bottom: .45rem; }

.site-footer { padding: 2rem 0; background: var(--ink-deep); color: #c4dce7; }
.footer-inner { display: grid; gap: .7rem; font-size: .86rem; }
.footer-inner p:first-child { max-width: 880px; }
.footer-inner a { color: var(--white); }

.entry-content { width: min(760px, calc(100% - 2.5rem)); margin: 0 auto; padding: 5rem 0; }
.entry-content > * + * { margin-top: 1.2rem; }

.page-hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 9vw, 7.5rem) 0; background: linear-gradient(145deg, var(--ink-deep), var(--ink)); color: var(--white); }
.page-hero::after { content: ""; position: absolute; width: 30rem; height: 30rem; right: -10rem; top: -15rem; border: 1px solid rgba(115,214,146,.28); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(21,168,212,.05); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero .eyebrow { color: #73d692; }
.page-hero h1 { max-width: 920px; font-size: clamp(2.8rem, 6vw, 5.6rem); }
.page-updated { margin-top: 1.5rem; color: #c4dce7; font-size: .9rem; }
.page-shell { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.page-document { width: min(820px, 100%); margin-inline: auto; padding: clamp(1.5rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.page-document > *:first-child { margin-top: 0; }
.page-document > *:last-child { margin-bottom: 0; }
.page-document h2 { margin: 3rem 0 1rem; padding-bottom: .75rem; border-bottom: 1px solid var(--line); color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.2; }
.page-document h3 { margin: 2rem 0 .8rem; font-size: 1.35rem; }
.page-document p, .page-document li { color: var(--ink-soft); }
.page-document p { margin: 0 0 1.15rem; }
.page-document ul, .page-document ol { margin: 0 0 1.5rem; padding-left: 1.4rem; }
.page-document li + li { margin-top: .65rem; }
.page-document strong { color: var(--ink); }
.page-document a { color: var(--accent-dark); font-weight: 700; text-underline-offset: .18em; }
.page-document .wp-block-separator { margin-block: 2.5rem; border-color: var(--line); }

@media (max-width: 800px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 1rem 1.25rem 1.4rem; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; }
  .nav-cta { justify-content: center; }
  .hero-bottom, .section-head, .contact-grid, .confidential-inner { grid-template-columns: 1fr; gap: 2rem; }
  .results-confidential { grid-template-columns: 1fr; gap: 1.2rem; }
  .hero-bottom { align-items: start; }
  .trust-items { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { padding: 1.35rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .problem-grid, .growth-grid, .testimonial-grid, .steps { grid-template-columns: 1fr; }
  .testimonial-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .problem-card { min-height: 210px; }
  .problem-card > div { grid-template-rows: auto auto; }
  .proof-head { display: block; }
  .proof-head p { margin-top: 1.4rem; }
  .case { grid-template-columns: 80px 1fr; }
  .case-result { grid-column: 2; }
  .contact-copy { position: static; }
  .page-document { border-radius: .85rem; }
}

@media (max-width: 480px) {
  :root { --wrap: min(100% - 1.5rem, 1160px); }
  .header-inner { min-height: 72px; }
  .brand-logo { width: 180px; }
  .hero { padding-top: 4rem; }
  .hero-bottom .button { width: 100%; }
  .case { grid-template-columns: 1fr; gap: .6rem; }
  .case-result { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
