/*
Theme Name: Earneo Digital Live Build
Description: WordPress theme converted from the current Earneo Digital landing page.
Version: 2.0.0
Text Domain: earneo-digital
*/

:root {
  --black: #000000;
  --ink: #080909;
  --panel: #101212;
  --panel-soft: #151818;
  --line: rgba(255,255,255,.14);
  --line-soft: rgba(255,255,255,.09);
  --muted: #a4a9a7;
  --muted-2: #777d7b;
  --text: #f4f7f5;
  --blue: #164df4;
  --blue-dark: #0006b1;
  --green: #4cd326;
  --max: 1080px;
  --wide: 1280px;
  --gutter: clamp(20px, 4.6vw, 72px);
  --sans: var(--font-geist, Geist), Geist, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--text); font-family: var(--sans); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--blue); color: white; }

.header {
  position: sticky; top: 0; z-index: 50; min-height: 68px; padding: 0 var(--gutter);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px;
  background: rgba(0,0,0,.88); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(18px);
}
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo img { width: 108px; height: auto; padding: 5px 8px; background: #fff; border-radius: 5px; }
.logo span { color: #b6bbb9; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.nav { display: flex; justify-self: end; gap: clamp(18px, 2.4vw, 36px); color: #bec3c0; font-size: 12px; font-weight: 500; }
.nav a { transition: color .18s ease; }
.nav a:hover { color: white; }
.header-cta { min-height: 38px; padding: 0 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: transparent; font-size: 12px; font-weight: 600; cursor: pointer; transition: color .18s ease, background .18s ease; }
.header-cta:hover { background: #fff; color: #000; }
.menu { display: none; border: 0; background: transparent; }

.hero { overflow: hidden; background: radial-gradient(circle at 80% 28%, rgba(22,77,244,.23), transparent 27%), linear-gradient(120deg, #000 18%, #070a12 100%); border-bottom: 1px solid var(--line); }
.hero-inner { width: min(100%, var(--wide)); min-height: 630px; margin: 0 auto; padding: clamp(68px, 7vw, 104px) var(--gutter) 68px; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr); gap: clamp(44px, 6vw, 104px); align-items: center; }
.hero-content { position: relative; z-index: 1; }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .17em; line-height: 1.4; }
.eyebrow-dot { width: 8px; height: 8px; display: inline-block; margin: 0 9px 0 0; border-radius: 999px; background: var(--green); vertical-align: -1px; box-shadow: 0 0 0 5px rgba(76,211,38,.12); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(44px, 4.35vw, 64px); font-weight: 560; letter-spacing: -.061em; line-height: .98; }
.hero h1 span { display: block; margin-top: .13em; color: #a9bfff; }
.hero-copy { max-width: 650px; margin: 30px 0 31px; color: #cbd0cd; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.primary-button, .secondary-button { min-height: 51px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 10px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.primary-button { border: 1px solid transparent; background: linear-gradient(135deg,var(--blue-dark),var(--blue)); box-shadow: 0 10px 30px rgba(22,77,244,.25), inset 0 1px 0 rgba(255,255,255,.24); }
.primary-button:hover { transform: translateY(-2px); background: #265af7; }
.secondary-button { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.035); color: #e3e7e5; }
.secondary-button:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.primary-button svg, .secondary-button svg, .proof-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-note { margin: 20px 0 0; color: var(--muted-2); font-size: 12px; letter-spacing: .015em; }

.hero-proof { width: min(100%, 510px); position: relative; justify-self: end; padding: 14px; overflow: visible; display: block; border: 1px solid rgba(255,255,255,.19); border-radius: 20px; background: linear-gradient(140deg, rgba(27,33,52,.96), rgba(7,8,12,.98)); box-shadow: 0 36px 70px rgba(0,0,0,.48); text-align: left; cursor: zoom-in; transform: rotate(2deg); transition: transform .28s ease, border-color .28s ease; }
.hero-proof:hover { border-color: rgba(123,150,255,.9); transform: rotate(0) translateY(-5px); }
.proof-topline { padding: 4px 6px 13px; display: flex; justify-content: space-between; color: #bbc8ff; font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.proof-figure { overflow: hidden; border-radius: 10px; background: #fff; }
.proof-figure img { width: 100%; height: 280px; display: block; object-fit: cover; object-position: top left; transition: transform .4s ease; }
.hero-proof:hover .proof-figure img { transform: scale(1.025); }
.proof-footer { padding: 17px 8px 6px; display: flex; align-items: center; justify-content: space-between; }
.proof-footer div { display: grid; gap: 4px; }
.proof-footer small { color: #919a9a; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.proof-footer strong { font-size: 24px; font-weight: 600; letter-spacing: -.045em; }
.proof-arrow { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #061000; }
.proof-orbit { position: absolute; pointer-events: none; border: 1px solid rgba(102,139,255,.28); border-radius: 50%; }
.orbit-one { width: 82px; height: 82px; right: -38px; top: -34px; }
.orbit-two { width: 43px; height: 43px; left: -23px; bottom: 62px; background: var(--green); border: 0; opacity: .9; }
.hero-trust { width: min(100%, var(--wide)); min-height: 74px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; border-top: 1px solid var(--line-soft); color: #929996; font-size: 12px; }
.hero-trust span:last-child { padding-left: 24px; border-left: 1px solid var(--line-soft); }

.content-column, .content-column-wide { width: min(100%, var(--max)); margin: 0 auto; padding-right: var(--gutter); padding-left: var(--gutter); }
.content-column-wide { width: min(100%, var(--wide)); }
.review-section { padding-top: 116px; padding-bottom: 134px; scroll-margin-top: 78px; background: #070808; }
.section-heading { padding-bottom: 62px; }
.section-heading.compact { max-width: 930px; padding-bottom: 46px; }
.review-heading { text-align: center; }
.review-heading .eyebrow { color: #99afed; }
.section-heading h2, .narrative h2, .faq > h2, .closing h2 { max-width: 950px; margin: 0; font-size: clamp(40px, 5vw, 68px); font-weight: 520; letter-spacing: -.055em; line-height: 1.02; }
.review-heading h2 { max-width: 820px; margin: 0 auto; }
.section-heading > p:not(.eyebrow) { max-width: 640px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.review-grid { padding-bottom: 18px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(278px, 1fr); grid-template-columns: repeat(5, minmax(278px, 1fr)); gap: 15px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #4963a9 transparent; }
.review-card { min-height: 385px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(150deg, #131616, #0d0f0f); }
.review-meta { display: flex; justify-content: space-between; align-items: center; color: #aab0ad; font-size: 10px; }
.stars { color: var(--green); letter-spacing: .08em; font-size: 12px; }
.review-card h3 { min-height: 50px; margin: 15px 0 15px; font-size: 20px; font-weight: 520; letter-spacing: -.03em; line-height: 1.2; }
.review-image { width: 100%; margin-top: auto; display: block; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: #fff; cursor: zoom-in; text-align: left; }
.review-image img { width: 100%; height: 162px; display: block; object-fit: cover; object-position: top left; transition: transform .35s ease; }
.review-image:hover img, .case-image:hover img { transform: scale(1.025); }
.review-image span { display: block; padding: 10px; color: #8b9290; background: #111313; font-size: 10px; }
.review-card > p { margin: 14px 0 0; color: #89908d; font-size: 11px; }

.narrative { padding-top: 146px; padding-bottom: 148px; }
.narrative h2 { margin-bottom: 31px; }
.narrative > p:not(.eyebrow), .closing > p:not(.eyebrow), .faq > p:not(.eyebrow) { max-width: 840px; color: #c4c9c6; font-size: 18px; line-height: 1.78; }
.narrative blockquote { max-width: 930px; margin: 63px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); color: #dce7ff; font-size: clamp(27px, 3.8vw, 47px); font-weight: 480; letter-spacing: -.045em; line-height: 1.13; }

.system, .offer { padding: 136px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #0b0e18 0%, #080909 56%); }
.system .section-heading h2, .offer .section-heading h2 { max-width: 850px; }
.loop-list, .curriculum { border-top: 1px solid var(--line); }
.loop-list article, .curriculum article { min-height: 152px; display: grid; grid-template-columns: 64px minmax(180px,.68fr) minmax(280px,1.3fr); gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.loop-list span, .curriculum span { color: #92a8fa; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.loop-list h3, .curriculum h3 { margin: 0; font-size: 25px; font-weight: 520; letter-spacing: -.035em; }
.loop-list p, .curriculum p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.66; }

.case-studies { padding-top: 142px; padding-bottom: 138px; }
.section-label { margin-bottom: 35px; color: #94aafb; }
.case-row { padding: 44px 0; display: grid; grid-template-columns: 44px minmax(250px,.76fr) minmax(380px,1.24fr); gap: 32px; align-items: center; border-top: 1px solid var(--line); }
.case-row:last-child { border-bottom: 1px solid var(--line); }
.case-index { color: #7285c9; font-size: 12px; font-weight: 700; }
.case-text > p:first-child { margin: 0 0 14px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.case-text h2 { margin: 0 0 16px; font-size: clamp(32px, 3.8vw, 52px); font-weight: 540; letter-spacing: -.055em; line-height: 1; }
.case-text h2 span { display: block; margin-top: 8px; color: #8b9390; font-size: 13px; font-weight: 500; letter-spacing: 0; }
.case-text > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.65; }
.case-image { width: 100%; padding: 0; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: #fff; cursor: zoom-in; }
.case-image img { width: 100%; height: 292px; display: block; object-fit: cover; object-position: top left; transition: transform .4s ease; }

.offer { background: #080909; }
.offer .section-heading > p:not(.eyebrow) { max-width: 700px; margin-left: 0; }
.curriculum article { min-height: 126px; }
.investment { padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.investment h2 { margin: 0 0 12px; color: #b6c6ff; font-size: clamp(51px, 6vw, 80px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.investment h3 { max-width: 620px; margin: 0 0 17px; font-size: clamp(29px, 3.2vw, 44px); font-weight: 510; letter-spacing: -.048em; line-height: 1.08; }
.investment div > p:last-child { margin: 0; color: var(--muted); line-height: 1.62; }

.faq { padding-top: 140px; padding-bottom: 140px; }
.faq > h2 { max-width: 780px; }
.faq-list { margin-top: 59px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 28px; list-style: none; cursor: pointer; font-size: 21px; font-weight: 510; letter-spacing: -.025em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #93a9f9; font-size: 26px; font-weight: 300; line-height: .7; }
.faq details p { max-width: 780px; margin: 0; padding: 0 0 28px; color: var(--muted); line-height: 1.66; }

.closing { padding-top: 126px; padding-bottom: 142px; text-align: center; background: radial-gradient(circle at 50% 80%, rgba(22,77,244,.26), transparent 47%); }
.closing .eyebrow { color: #9ab0fb; }
.closing h2 { max-width: 920px; margin: 0 auto 25px; }
.closing > p:not(.eyebrow) { max-width: 690px; margin: 0 auto 33px; }
footer { padding: 35px var(--gutter); border-top: 1px solid var(--line); background: #050606; }
.footer-inner { width: min(100%, var(--wide)); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; color: #8f9693; font-size: 12px; }
.footer-inner img { width: 108px; height: auto; padding: 5px 8px; border-radius: 5px; background: #fff; }
.footer-inner p { text-align: center; }
.footer-inner a:hover { color: white; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 24px; display: grid; place-items: center; background: rgba(0,0,0,.85); backdrop-filter: blur(14px); }
.modal { width: min(620px,100%); max-height: calc(100vh - 48px); position: relative; overflow-y: auto; padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: #111414; }
.modal-close { width: 38px; height: 38px; position: absolute; top: 16px; right: 16px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.modal h2 { margin: 0 0 14px; font-size: 42px; font-weight: 520; letter-spacing: -.05em; line-height: 1; }
.modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.modal form { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.modal label { display: grid; gap: 7px; color: #c3c9c6; font-size: 12px; }
.modal input, .modal select, .modal textarea { width: 100%; min-height: 48px; padding: 12px; border: 1px solid #3a3e3d; border-radius: 8px; outline: 0; background: #080909; color: white; }
.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,77,244,.2); }
.modal textarea { resize: vertical; }
.modal .full { grid-column: 1 / -1; }
.image-modal { width: min(1180px,100%); }
.image-modal h2 span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.image-modal > img { width: 100%; height: auto; max-height: calc(100vh - 180px); margin-top: 26px; border-radius: 9px; object-fit: contain; }
.success { margin-top: 28px; padding: 24px; border-left: 3px solid var(--green); background: #151917; }
.success h3 { margin: 0 0 8px; font-size: 25px; font-weight: 520; }
.success p { margin: 0; color: var(--muted); line-height: 1.6; }

/* Earneo light canvas */
:root {
  --black: #ffffff;
  --ink: #0a0c0b;
  --panel: #ffffff;
  --panel-soft: #f4f7ff;
  --line: rgba(10,12,11,.14);
  --line-soft: rgba(10,12,11,.09);
  --muted: #5c625f;
  --muted-2: #737a76;
  --text: #0a0c0b;
}
html, body { background: #fff; color: var(--text); }
.header { background: rgba(255,255,255,.9); }
.logo span { color: #545b57; }
.nav { color: #454b47; }
.nav a:hover { color: #000; }
.header-cta { border-color: rgba(0,0,0,.28); background: #fff; }
.header-cta:hover { background: #000; color: #fff; }
.hero { background: radial-gradient(circle at 80% 28%, rgba(22,77,244,.17), transparent 28%), linear-gradient(120deg, #ffffff 18%, #f3f6ff 100%); }
.hero h1 { color: #070908; }
.hero h1 span { color: var(--blue-dark); }
.hero-copy { color: #454c48; }
.secondary-button { border-color: rgba(0,0,0,.22); background: #fff; color: #101412; }
.secondary-button:hover { border-color: rgba(0,0,0,.62); background: #f4f6f5; }
.primary-button { color: #fff; }
.hero-proof { border-color: rgba(0,6,177,.32); background: linear-gradient(140deg, #ffffff, #eef2ff); box-shadow: 0 28px 60px rgba(18,38,104,.16); color: #0a0c0b; }
.proof-topline { color: #3d57aa; }
.proof-footer small { color: #606964; }
.proof-orbit { border-color: rgba(22,77,244,.34); }
.hero-trust { color: #5a625e; }
.review-section { background: #fff; }
.review-heading .eyebrow { color: var(--blue-dark); }
.section-heading > p:not(.eyebrow), .narrative > p:not(.eyebrow), .closing > p:not(.eyebrow), .faq > p:not(.eyebrow) { color: #555d58; }
.review-card { border-color: rgba(0,0,0,.12); background: #fff; box-shadow: 0 10px 25px rgba(16,30,60,.06); }
.review-meta { color: #59615c; }
.review-image { border-color: rgba(0,0,0,.1); }
.review-image span { color: #5a625e; background: #fff; }
.review-card > p { color: #69716c; }
.narrative blockquote { color: var(--blue-dark); }
.system, .offer { background: linear-gradient(135deg, #eff3ff 0%, #ffffff 58%); }
.loop-list span, .curriculum span, .section-label { color: var(--blue-dark); }
.loop-list p, .curriculum p, .case-text > p:last-child, .investment div > p:last-child, .faq details p, .modal > p:not(.eyebrow), .success p { color: #5b635e; }
.case-index { color: #4864be; }
.case-text h2 span { color: #6a736e; }
.case-image { border-color: rgba(0,0,0,.13); }
.offer { background: #f7f9ff; }
.investment h2 { color: var(--blue-dark); }
.faq summary span { color: var(--blue-dark); }
.closing { background: radial-gradient(circle at 50% 80%, rgba(22,77,244,.16), transparent 48%); }
.closing .eyebrow { color: var(--blue-dark); }
footer { background: #fff; }
.footer-inner { color: #68716c; }
.footer-inner a:hover { color: #000; }
.modal { border-color: rgba(0,0,0,.16); background: #fff; color: #080b09; }
.modal-close { border-color: rgba(0,0,0,.18); background: #fff; }
.modal label { color: #4e5651; }
.modal input, .modal select, .modal textarea { border-color: rgba(0,0,0,.24); background: #fff; color: #0a0c0b; }
.success { background: #f1fff0; }

/* Growth-system depth and tighter commercial section rhythm */
.narrative { padding-top: 126px; padding-bottom: 126px; }
.system, .offer { padding-top: 116px; padding-bottom: 116px; }
.case-studies { padding-top: 112px; padding-bottom: 70px; }
.section-heading { padding-bottom: 46px; }
.system .section-heading { padding-bottom: 54px; }
.system-stage { display: grid; grid-template-columns: 232px minmax(0,1fr); gap: clamp(34px, 5vw, 74px); align-items: center; }
.flywheel-mark { width: 220px; height: 220px; position: relative; border: 1px solid rgba(0,6,177,.22); border-radius: 50%; background: conic-gradient(from 30deg, #164df4 0 23%, #cfd9ff 23% 25%, #4cd326 25% 48%, #dff8d7 48% 50%, #0006b1 50% 73%, #cfd9ff 73% 75%, #8aa2ff 75% 98%, #e7edff 98% 100%); box-shadow: 18px 21px 0 #dbe4ff, 0 24px 40px rgba(23,70,190,.18); transform: rotate(-12deg); }
.flywheel-mark::before { width: 144px; height: 144px; content: ""; position: absolute; inset: 0; margin: auto; border: 1px solid rgba(0,6,177,.2); border-radius: 50%; background: #fff; box-shadow: inset 0 8px 22px rgba(22,77,244,.08); }
.flywheel-mark span { position: absolute; z-index: 1; color: #0a0c0b; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; transform: rotate(12deg); }
.flywheel-mark span:nth-child(1) { top: 27px; left: 72px; }
.flywheel-mark span:nth-child(2) { right: 5px; top: 103px; }
.flywheel-mark span:nth-child(3) { bottom: 26px; left: 67px; }
.flywheel-mark span:nth-child(4) { top: 103px; left: 7px; }
.flywheel-mark i { width: 45px; height: 45px; position: absolute; z-index: 1; inset: 0; margin: auto; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 8px 16px rgba(0,6,177,.29), inset 0 1px 0 rgba(255,255,255,.46); }
.flywheel-mark i::after { content: "↗"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: 20px; font-style: normal; }
.flywheel-mark b { width: 174px; height: 174px; position: absolute; inset: 0; margin: auto; border: 1px dashed rgba(0,6,177,.24); border-radius: 50%; }
.system .loop-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; border: 0; }
.system .loop-card { min-height: 194px; position: relative; padding: 23px 22px 22px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto 1fr; gap: 0 14px; align-items: start; overflow: hidden; border: 1px solid rgba(0,6,177,.17); border-radius: 14px; background: linear-gradient(145deg, #fff, #edf2ff); box-shadow: 9px 11px 0 #d7e0ff, 0 17px 25px rgba(18,40,109,.09); transition: transform .22s ease, box-shadow .22s ease; }
.system .loop-card:nth-child(2) { transform: translateY(13px); background: linear-gradient(145deg, #fff, #f0ffed); box-shadow: 9px 11px 0 #d7f2cf, 0 17px 25px rgba(24,91,17,.08); }
.system .loop-card:nth-child(3) { transform: translateY(-2px); }
.system .loop-card:nth-child(4) { transform: translateY(11px); background: linear-gradient(145deg, #fff, #eef1ff); }
.system .loop-card:hover { transform: translateY(-5px) rotate(-.35deg); box-shadow: 11px 14px 0 #cbd7ff, 0 22px 30px rgba(18,40,109,.13); }
.system .loop-number { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #0a0c0b; color: white; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.system .loop-caption { margin: 2px 0 8px; color: #5270c9; font-size: 9px; font-weight: 760; letter-spacing: .14em; line-height: 1; }
.system .loop-card h3 { margin: 0; color: #0a0c0b; font-size: 21px; line-height: 1.08; }
.system .loop-card > p:not(.loop-caption) { grid-column: 1 / -1; align-self: end; margin: 21px 0 0; color: #59625d; font-size: 13px; line-height: 1.55; }
.loop-corner { width: 56px; height: 56px; position: absolute; right: -30px; top: -30px; border-radius: 50%; background: var(--green); opacity: .8; }

.offer .section-heading { padding-bottom: 38px; }
.sprint-signals { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 9px; }
.sprint-signals span { padding: 9px 11px; border: 1px solid rgba(0,6,177,.16); border-radius: 999px; background: rgba(255,255,255,.72); color: #2848a5; font-size: 11px; font-weight: 680; }
.offer .curriculum { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; border: 0; }
.offer .curriculum article { min-height: 174px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; border: 1px solid rgba(0,6,177,.13); border-radius: 13px; background: #fff; box-shadow: 0 10px 20px rgba(33,55,120,.05); }
.offer .curriculum article span { padding: 5px 7px; border-radius: 6px; background: #e9efff; }
.offer .curriculum article h3 { font-size: 20px; line-height: 1.1; }
.offer .curriculum article p { font-size: 13px; line-height: 1.57; }

.investment { padding-top: 82px; padding-bottom: 100px; align-items: stretch; border: 0; }
.pricing-card, .guarantee-card { padding: clamp(28px, 3.2vw, 44px); border-radius: 18px; }
.pricing-card { border: 1px solid #0b35cc; background: linear-gradient(140deg, #0006b1, #164df4); color: white; box-shadow: 15px 17px 0 #d5dfff; }
.pricing-card .eyebrow { color: #cbd7ff; }
.pricing-card h2 { color: white; font-size: clamp(45px, 5vw, 70px); }
.pricing-card .price-detail { max-width: 280px; color: #e9edff; font-size: 16px; line-height: 1.55; }
.pricing-card ul { margin: 28px 0 0; padding: 20px 0 0; display: grid; gap: 10px; border-top: 1px solid rgba(255,255,255,.3); list-style: none; }
.pricing-card li { position: relative; padding-left: 18px; color: #fff; font-size: 13px; line-height: 1.5; }
.pricing-card li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: .47em; border-radius: 50%; background: var(--green); }
.guarantee-card { border: 1px solid rgba(0,6,177,.17); background: #f5f7ff; box-shadow: 0 13px 30px rgba(22,77,244,.07); }
.guarantee-card h3 { max-width: 630px; font-size: clamp(28px, 3.3vw, 43px); }
.guarantee-card > p:last-child { max-width: 450px; font-size: 15px; }

/* Centre the page's main decision headlines and make the flywheel labels legible */
.hero-content { text-align: center; }
.hero h1 { max-width: 650px; margin-right: auto; margin-left: auto; font-size: clamp(43px, 4.1vw, 64px); line-height: 1.01; }
.hero-copy { margin-right: auto; margin-left: auto; }
.hero-actions { justify-content: center; }
.hero-note { text-align: center; }
.section-heading, .narrative > .eyebrow, .faq > .eyebrow, .case-studies > .section-label { text-align: center; }
.section-heading h2, .narrative h2, .faq > h2 { margin-right: auto; margin-left: auto; text-align: center; }
.offer .section-heading > p:not(.eyebrow) { margin-right: auto; margin-left: auto; text-align: center; }
.sprint-signals { justify-content: center; }
.flywheel-mark span { z-index: 4; padding: 4px 6px; border: 1px solid rgba(0,6,177,.16); border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 3px 8px rgba(0,6,177,.12); color: #071753; font-size: 9px; line-height: 1; white-space: nowrap; }
.flywheel-mark span:nth-child(1) { top: 18px; left: 61px; }
.flywheel-mark span:nth-child(2) { right: -19px; top: 96px; }
.flywheel-mark span:nth-child(3) { bottom: 17px; left: 54px; }
.flywheel-mark span:nth-child(4) { top: 96px; left: -17px; }

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

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding-bottom: 82px; }
  .hero-proof { justify-self: start; margin-top: 5px; }
  .system-stage { grid-template-columns: 1fr; }
  .flywheel-mark { justify-self: center; }
  .system .loop-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .offer .curriculum { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .case-row { grid-template-columns: 42px minmax(230px,.78fr) minmax(300px,1.22fr); }
  .loop-list article, .curriculum article { grid-template-columns: 55px minmax(170px,.7fr) minmax(240px,1.3fr); }
}

@media (max-width: 760px) {
  .header { grid-template-columns: 1fr auto; min-height: 62px; }
  .header-cta { display: none; }
  .menu { width: 40px; height: 40px; display: grid; gap: 6px; place-content: center; }
  .menu span { width: 20px; height: 1px; background: #000; }
  .nav { position: absolute; top: 62px; right: 0; left: 0; display: none; padding: 22px var(--gutter); flex-direction: column; gap: 20px; border-bottom: 1px solid var(--line); background: #fff; }
  .nav.is-open { display: flex; }
  .hero-inner { padding-top: 74px; gap: 48px; }
  .hero h1 { font-size: clamp(44px, 12vw, 62px); }
  .hero-proof { width: 100%; transform: rotate(0); }
  .proof-figure img { height: 224px; }
  .hero-trust { min-height: 0; padding-top: 18px; padding-bottom: 18px; grid-template-columns: 1fr; gap: 12px; }
  .hero-trust span:last-child { padding-left: 0; border-left: 0; }
  .review-section, .narrative, .case-studies, .faq, .closing { padding-top: 92px; padding-bottom: 92px; }
  .system, .offer { padding-top: 92px; padding-bottom: 92px; }
  .system-stage { gap: 38px; }
  .flywheel-mark { width: 188px; height: 188px; box-shadow: 12px 15px 0 #dbe4ff, 0 18px 32px rgba(23,70,190,.15); }
  .flywheel-mark::before { width: 122px; height: 122px; }
  .flywheel-mark b { width: 148px; height: 148px; }
  .flywheel-mark span:nth-child(1) { top: 21px; left: 58px; }
  .flywheel-mark span:nth-child(2) { right: -23px; top: 82px; }
  .flywheel-mark span:nth-child(3) { bottom: 13px; left: 45px; }
  .flywheel-mark span:nth-child(4) { top: 82px; left: -22px; }
  .system .loop-list, .offer .curriculum { grid-template-columns: 1fr; }
  .system .loop-card, .system .loop-card:nth-child(2), .system .loop-card:nth-child(3), .system .loop-card:nth-child(4) { min-height: 0; transform: none; }
  .system .loop-card:hover { transform: translateY(-3px); }
  .offer .curriculum article { min-height: 0; padding: 22px; }
  .sprint-signals { margin-top: 23px; }
  .sprint-signals span { width: 100%; }
  .review-grid { grid-auto-columns: minmax(280px, 84vw); grid-template-columns: repeat(5, minmax(280px,84vw)); }
  .review-card { min-height: 365px; }
  .narrative > p:not(.eyebrow), .closing > p:not(.eyebrow), .faq > p:not(.eyebrow) { font-size: 17px; }
  .loop-list article, .curriculum article { grid-template-columns: 36px 1fr; gap: 16px; padding: 27px 0; }
  .loop-list p, .curriculum p { grid-column: 2; }
  .case-row { grid-template-columns: 1fr; gap: 18px; }
  .case-index { display: none; }
  .case-image img { height: 230px; }
  .investment { padding-top: 92px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 64px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner p { text-align: center; }
  .modal-backdrop { padding: 10px; align-items: end; }
  .modal { max-height: calc(100vh - 20px); padding: 28px 20px; }
  .modal form { grid-template-columns: 1fr; }
  .modal .full { grid-column: 1; }
}

/* WordPress static-template interaction helpers */
.modal-backdrop { display: none; }
.modal-backdrop.is-open { display: grid; }
