
:root{
  --ink:#15181b; --muted:#5d6872; --paper:#fbfcfa; --warm:#eef5f2; --warm2:#e8eef5;
  --line:rgba(21,24,27,.12); --blue:#234c7c; --gold:#9d7328; --wine:#7d334c;
  --green:#245b45; --shadow:0 14px 34px rgba(21,24,27,.08), 0 2px 10px rgba(21,24,27,.04);
  --radius:10px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55} 
a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,253,248,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:0}.brand img{width:38px;height:38px}.navlinks{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:14px;font-weight:650}.navlinks a:hover{color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:999px;padding:12px 18px;font-weight:750;background:#fff;color:var(--ink);box-shadow:0 1px 0 rgba(23,20,17,.04);cursor:pointer}.btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn.gold{background:var(--gold);color:#fff;border-color:var(--gold)}.btn.blue{background:var(--blue);color:#fff;border-color:var(--blue)}.btn:hover{transform:translateY(-1px)}
.hero{padding:92px 0 64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--wine);background:#f7e9ef;border:1px solid #ead1db;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}.h1{font-family:Georgia,serif;font-size:76px;line-height:.96;letter-spacing:0;margin:20px 0 20px}.lead{font-size:21px;color:var(--muted);max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.proof{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px;color:var(--muted);font-size:14px}.proof span{border:1px solid var(--line);border-radius:999px;padding:7px 11px;background:rgba(255,255,255,.7)}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.lesson-card{padding:26px}.greek{font-family:Georgia,serif;font-size:68px;line-height:1;color:var(--blue);letter-spacing:0}.translit{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px;margin-top:10px}.divider{height:1px;background:var(--line);margin:22px 0}.audio{display:flex;align-items:center;gap:14px;background:var(--warm2);border:1px solid var(--line);padding:14px;border-radius:8px}.play{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff}.wave{height:30px;flex:1;background:repeating-linear-gradient(90deg,var(--gold) 0 3px,transparent 3px 9px);mask:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);opacity:.7}
.section{padding:76px 0}.section.warm{background:var(--warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.kicker{font-weight:850;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--gold)}.h2{font-family:Georgia,serif;font-size:50px;line-height:1.04;letter-spacing:0;margin:10px 0 14px}.sub{color:var(--muted);font-size:18px;max-width:740px}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 1px 0 rgba(21,24,27,.03)}.card h3{font-size:20px;line-height:1.15;margin:0 0 9px;letter-spacing:0}.card p{color:var(--muted);margin:0}.num{font-family:Georgia,serif;font-size:42px;color:var(--blue);line-height:1}.price{font-family:Georgia,serif;font-size:72px;line-height:1;letter-spacing:0}.strike{text-decoration:line-through;color:var(--muted)}
.offer{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:start}.stack{display:flex;flex-direction:column;gap:14px}.bonus{display:flex;gap:13px;align-items:flex-start}.check{width:24px;height:24px;border-radius:50%;background:#e9f3ec;color:var(--green);display:grid;place-items:center;flex:none;font-weight:900}.checkout-box{position:sticky;top:92px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label{font-size:13px;font-weight:800;color:var(--muted)}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;font:inherit;background:#fff;color:var(--ink)}textarea{min-height:120px}.order-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.total{font-size:24px;font-weight:850}.bump{border:2px solid var(--gold);background:#fff8e6;border-radius:8px;padding:16px;margin:16px 0}.bump label{display:flex;gap:12px;align-items:flex-start;font-weight:800}.bump input{width:20px;height:20px;flex:none;margin-top:3px;accent-color:var(--gold)}.upsell-hero{padding:70px 0}.center{text-align:center}.mini{font-size:13px;color:var(--muted)}
.tool-shell{display:grid;grid-template-columns:300px 1fr;gap:18px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;height:max-content;position:sticky;top:92px}.lesson-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.lesson-item{border:1px solid var(--line);border-radius:8px;padding:12px;cursor:pointer;background:#fff}.lesson-item.active{border-color:var(--blue);background:#edf5ff}.lesson-output{white-space:pre-wrap;background:#15181b;color:#fff;border-radius:8px;padding:18px;overflow:auto}.flashcard{min-height:260px;display:grid;place-items:center;text-align:center}.flashcard .greek{font-size:92px}.pill{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:5px 9px;font-size:12px;color:var(--muted);font-weight:750;background:#fff}.footer{padding:54px 0;color:var(--muted);border-top:1px solid var(--line);font-size:14px}.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:14px;font-weight:750}.footer-links a:hover{color:var(--ink)}.mobile-only{display:none}
.audio-player{width:100%;margin-top:14px}.small-greek{font-size:44px;margin-top:12px}.card .divider+audio,.card p+.audio-player{margin-top:14px}.card pre{font-size:13px;line-height:1.5}.legal{max-width:900px}.legal .h1{font-size:62px}.legal h2{margin:0 0 8px;font-size:22px}.support-form{max-width:840px}
.member-topbar .navlinks a.active{color:var(--ink)}.member-shell{background:linear-gradient(180deg,#fbfcfa 0,#f4f8f5 42%,#fbfcfa 100%)}.member-hero{padding:74px 0 56px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 10%,rgba(157,115,40,.16),transparent 32%),linear-gradient(135deg,#fbfcfa,#edf5f1)}.member-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:34px;align-items:center}.member-access-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:var(--shadow)}.member-access-panel.access-ok{border-color:rgba(36,91,69,.34);background:#f5fbf7}.member-path{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.member-path div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}.member-path span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}.member-path h3{margin:14px 0 8px}.member-path p{margin:0;color:var(--muted)}.member-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}.member-product-card{display:grid;grid-template-columns:190px 1fr;gap:20px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px;box-shadow:var(--shadow)}.member-product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.member-product-copy h3{font-size:24px;margin:12px 0 8px}.member-product-copy p{color:var(--muted);margin:0}.product-cover{min-height:250px;border-radius:8px;padding:18px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#15181b,#234c7c);position:relative;overflow:hidden}.product-cover:after{content:"";position:absolute;inset:auto -20% -30% 20%;height:110px;background:rgba(255,255,255,.09);transform:rotate(-10deg)}.cover-kicker{font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.8}.cover-greek{font-family:Georgia,serif;font-size:58px;line-height:1;color:#f7e7bf}.product-cover h3{font-family:Georgia,serif;font-size:26px;line-height:1.05;margin:0;letter-spacing:0}.product-cover p{margin:0;color:rgba(255,255,255,.72);font-weight:800}.product-cover-greek-guardrails{background:linear-gradient(145deg,#161917,#245b45)}.product-cover-logos-masterclass{background:linear-gradient(145deg,#22151a,#7d334c)}.product-cover-lesson-library{background:linear-gradient(145deg,#16202a,#234c7c)}.product-cover-study-workbook{background:linear-gradient(145deg,#201b12,#9d7328)}.product-cover-flashcards{background:linear-gradient(145deg,#17221d,#2b6a50)}.product-cover-membership-preview{background:linear-gradient(145deg,#16181d,#48536d)}.product-cover-source-notes{background:linear-gradient(145deg,#1c1b18,#6f5b35)}.product-body{max-width:980px}.product-section{background:#fff;border:1px solid var(--line);border-radius:8px;padding:30px;margin:22px 0;box-shadow:0 1px 0 rgba(21,24,27,.03)}.product-section h2{font-family:Georgia,serif;font-size:34px;line-height:1.08;margin:0 0 14px}.product-section p,.product-section li{color:var(--muted);font-size:17px}.callout{border-left:4px solid var(--gold);background:#fff8e6;padding:16px 18px;border-radius:0 8px 8px 0;color:var(--ink);margin:18px 0}.product-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-table th,.product-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:14px}.product-table th{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);background:#fbfaf6}.product-table span{color:var(--muted);font-size:13px}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.lesson-module{border:1px solid var(--line);border-radius:8px;padding:18px;background:#fbfcfa}.lesson-module h3{margin:12px 0 8px}.lesson-module p{margin:10px 0}.product-steps{padding-left:22px}.product-steps li{margin:10px 0}.checklist p,.phrase-grid p,.timeline p{border:1px solid var(--line);border-radius:8px;padding:14px;background:#fbfcfa;margin:10px 0}.phrase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.worksheet{white-space:pre-wrap;background:#fbfcfa;color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:18px;line-height:1.7}.flash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.flash-tile{border:1px dashed rgba(21,24,27,.28);border-radius:8px;min-height:230px;padding:18px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.flash-tile .greek{font-size:48px}.flash-tile h3{margin:0}.flash-tile span{font-size:13px;color:var(--muted)}.download-table .btn{box-shadow:none}.audio-table audio{margin:0}.member-locked [data-lockable]{opacity:.62}.member-granted [data-lockable]{opacity:1}.print-product{background:#fff}.print-product .member-hero{padding:34px 0;background:#fff;border-bottom:2px solid var(--ink)}.print-product .product-cover{box-shadow:none}.print-product .product-section{box-shadow:none;break-inside:avoid}.source-list li{margin-bottom:10px}
@media print{.topbar,.footer,.hero-actions,.member-access-panel,.video-figure{display:none!important}body{background:#fff;color:#111}.member-hero{padding:20px 0!important;background:#fff!important}.member-hero-grid{grid-template-columns:1fr 260px}.h1{font-size:42px}.lead{font-size:16px;color:#333}.product-section{page-break-inside:avoid;border-color:#ddd;margin:14px 0}.product-section p,.product-section li{font-size:13px;color:#222}.product-cover{min-height:210px}.module-grid,.flash-grid{grid-template-columns:1fr 1fr}.audio-player{display:none}.btn{display:none}}
@media(max-width:900px){.hero-grid,.offer,.grid.two,.grid.three,.tool-shell,.member-hero-grid,.member-path,.member-product-grid,.module-grid,.phrase-grid,.flash-grid{grid-template-columns:1fr}.navlinks{display:none}.mobile-only{display:inline-flex}.hero{padding:58px 0}.checkout-box,.sidebar{position:static}.h1,.legal .h1{font-size:48px}.h2{font-size:34px}.lead{font-size:18px}.greek{font-size:52px}.footer-grid{display:block}.footer-links{margin-top:18px;flex-wrap:wrap}.price{font-size:58px}.member-product-card{grid-template-columns:1fr}.product-cover{min-height:220px}.product-table,.product-table tbody,.product-table tr,.product-table td,.product-table th{display:block}.product-table thead{display:none}.product-table td{border-bottom:0}.product-table tr{border-bottom:1px solid var(--line)}}
.funnel-page{background:#fbfcfa}.funnel-page .topbar{background:rgba(251,252,250,.9)}.funnel-page .h2,.funnel-title{font-family:"Cormorant Garamond",Georgia,serif}.funnel-page .btn.light{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.34);backdrop-filter:blur(10px)}.funnel-hero{min-height:min(760px,calc(86vh - 72px));display:flex;align-items:center;padding:70px 0 76px;background:linear-gradient(90deg,rgba(8,11,13,.88) 0%,rgba(8,11,13,.76) 38%,rgba(8,11,13,.22) 72%,rgba(8,11,13,.08) 100%),url("funnel/hero-desk.webp") center/cover no-repeat;color:#fff}.funnel-hero-copy{margin-left:max(20px,calc((100vw - var(--max))/2));width:min(760px,calc(100% - 40px))}.funnel-title{font-size:86px;line-height:.94;letter-spacing:0;margin:20px 0 18px;font-weight:700}.funnel-lead{font-size:23px;line-height:1.42;max-width:720px;color:rgba(255,255,255,.84);margin:0}.funnel-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.funnel-proof span,.portal-proof span{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.11);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800;color:rgba(255,255,255,.86)}.funnel-intro{background:linear-gradient(180deg,#fbfcfa,#fff)}.funnel-cards{margin-top:28px}.split-feature{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:start}.method-steps{display:grid;gap:14px}.method-steps div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 1px 0 rgba(21,24,27,.03)}.method-steps span{display:inline-flex;margin-bottom:12px;color:var(--wine);font-size:12px;font-weight:900;letter-spacing:.14em}.method-steps h3,.mini-grid h3{margin:0 0 8px;font-size:22px;line-height:1.12}.method-steps p,.mini-grid p{margin:0;color:var(--muted)}.offer-band{background:#16181b;color:#fff}.offer-band .sub,.offer-band .mini{color:rgba(255,255,255,.72)}.offer-band .kicker{color:#e7c572}.offer-showcase{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.offer-showcase.reverse{grid-template-columns:.95fr 1.05fr}.offer-showcase.reverse .funnel-image{order:2}.funnel-image{margin:0;border-radius:8px;overflow:hidden;box-shadow:0 24px 70px rgba(10,12,14,.18);border:1px solid rgba(255,255,255,.14)}.funnel-image img,.checkout-image img{display:block;width:100%;height:auto}.offer-stack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.stack-item{display:flex;flex-direction:column;min-height:230px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px;box-shadow:0 1px 0 rgba(21,24,27,.03)}.stack-item span{color:var(--wine);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.stack-item h3{margin:12px 0 10px;font-size:22px;line-height:1.12}.stack-item p{margin:0;color:var(--muted)}.portal-window{background:#101316;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:18px;min-height:380px;box-shadow:var(--shadow);overflow:hidden}.portal-window-bar{display:flex;gap:8px;margin-bottom:18px}.portal-window-bar span{width:11px;height:11px;border-radius:50%;background:#d9b85f}.portal-window-bar span:nth-child(2){background:#7d334c}.portal-window-bar span:nth-child(3){background:#245b45}.portal-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.portal-preview-grid div{min-height:120px;border-radius:8px;background:linear-gradient(145deg,#f7f1df,#fff),linear-gradient(#fff,#fff);position:relative}.portal-preview-grid div:before{content:"";position:absolute;left:16px;right:16px;top:18px;height:12px;background:#234c7c;border-radius:999px;opacity:.24}.portal-preview-grid div:after{content:"";position:absolute;left:16px;right:42px;bottom:20px;height:46px;border-radius:6px;background:linear-gradient(90deg,#245b45,#9d7328);opacity:.22}.portal-lines{display:grid;gap:10px;margin-top:20px}.portal-lines i{height:12px;border-radius:999px;background:rgba(255,255,255,.13)}.portal-lines i:nth-child(2){width:74%}.portal-lines i:nth-child(3){width:58%}.mini-grid{margin-top:26px}.mini-grid div{border-left:3px solid var(--gold);padding:0 0 0 15px}.proof-band{background:#fff}.faq-list{display:grid;gap:12px;margin-top:26px;max-width:920px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:850;font-size:19px}.faq-list p{color:var(--muted);margin:12px 0 0}.final-close{padding:84px 0;background:linear-gradient(135deg,rgba(21,24,27,.93),rgba(35,76,124,.78)),url("funnel/hero-desk.webp") center/cover no-repeat;color:#fff}.final-close .eyebrow{background:rgba(255,255,255,.12);color:#f7e7bf;border-color:rgba(255,255,255,.2)}.final-title{font-size:68px}.final-actions{justify-content:center}.checkout-image{margin:24px 0;border-radius:8px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);max-width:520px}
@media(max-width:1100px){.offer-stack-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.funnel-hero{min-height:auto;padding:54px 0 56px;background:linear-gradient(180deg,rgba(8,11,13,.82),rgba(8,11,13,.76)),url("funnel/hero-desk.webp") center/cover no-repeat}.funnel-hero-copy{margin:auto;width:min(var(--max),calc(100% - 40px))}.funnel-title{font-size:52px;line-height:1}.final-title{font-size:46px}.funnel-lead{font-size:19px}.split-feature,.offer-showcase,.offer-showcase.reverse{grid-template-columns:1fr}.offer-showcase.reverse .funnel-image{order:0}.offer-stack-grid{grid-template-columns:1fr}.stack-item{min-height:auto}.portal-window{min-height:300px}.portal-preview-grid div{min-height:94px}.funnel-page .btn.light{background:#fff;color:var(--ink);border-color:#fff}.checkout-image{max-width:none}}
.portal-proof span{color:var(--muted);border-color:var(--line);background:#fff}
.h1,.h2,.price,.num,.greek,.product-cover h3,.product-section h2,.funnel-title{font-family:"Cormorant Garamond",Georgia,serif}
.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.trust-strip span{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 10px;color:var(--muted);font-size:13px;font-weight:800}
.sample-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:var(--shadow)}.sample-card h3{font-size:18px;margin:20px 0 6px;line-height:1.15}.sample-card p{margin:0;color:var(--muted);font-size:17px}.sample-card .pill{margin-bottom:4px}
.mobile-sticky-cta{display:none}
@media(max-width:900px){.mobile-sticky-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--ink);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:12px 16px;box-shadow:0 18px 50px rgba(21,24,27,.28)}.mobile-sticky-cta span{font-size:12px;color:rgba(255,255,255,.72)}.mobile-sticky-cta strong{font-size:14px}.checkout-page{padding-bottom:116px}.offer-showcase.reverse .funnel-image{order:2}.trust-strip span{font-size:12px}.sample-card{padding:22px}}

/* ===== Conversion refresh layer ===== */
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:4px}
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;border-radius:0 0 8px 0;font-weight:800}.skip-link:focus{left:0}
.btn{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}
.btn:hover{box-shadow:0 10px 26px rgba(21,24,27,.16)}
.btn:active{transform:translateY(0);box-shadow:0 3px 10px rgba(21,24,27,.12)}
.btn.primary:hover{background:#272d33;border-color:#272d33}
.btn.gold:hover{background:#876119;border-color:#876119}
.btn.blue:hover{background:#1d4069;border-color:#1d4069}
.btn.xl{padding:18px 30px;font-size:17px}
.btn.block{width:100%}
.btn small{display:block;font-size:11px;font-weight:700;opacity:.78;letter-spacing:.02em}
.decline-link{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-weight:650;font-size:15px;text-decoration:underline;text-underline-offset:3px;padding:10px 6px}
.decline-link:hover{color:var(--ink)}
.verse-band{background:linear-gradient(160deg,#101417,#1d3a5f);text-align:center;padding:70px 0;color:#fff}
.verse-band blockquote{margin:0 auto;max-width:900px;font-family:"Cormorant Garamond",Georgia,serif;font-size:40px;line-height:1.24;font-weight:600}
.verse-band .greek-inline{display:block;font-size:30px;color:#f1d9a0;margin-bottom:14px;font-weight:700}
.verse-band cite{display:block;margin-top:18px;font-style:normal;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#e7c572}
.seal{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;align-content:center;text-align:center;background:radial-gradient(circle at 30% 25%,#fdf6e3,#f1e0b6);border:2px solid var(--gold);outline:3px solid rgba(157,115,40,.28);outline-offset:4px;color:#6f5113;flex:none}
.seal strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:42px;line-height:1;display:block}
.seal span{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.seal.small{width:50px;height:50px;outline-offset:2px;outline-width:2px}
.seal.small strong{font-size:19px}
.guarantee-card{display:grid;grid-template-columns:130px 1fr;gap:30px;align-items:center;background:#fff;border:1px solid rgba(157,115,40,.42);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow);max-width:980px;margin:32px auto 0}
.guarantee-card h3{margin:0 0 10px;font-size:25px;line-height:1.15}
.guarantee-card p{margin:0;color:var(--muted)}
.value-list{display:flex;flex-direction:column;margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.value-row{display:flex;gap:14px;align-items:flex-start;padding:16px 20px;border-bottom:1px solid var(--line)}
.value-row:last-child{border-bottom:0}
.value-row .check{margin-top:2px}
.value-row h4{margin:0 0 3px;font-size:17px;line-height:1.2}
.value-row p{margin:0;color:var(--muted);font-size:15px}
.value-row .tag{margin-left:auto;flex:none;align-self:center;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:#e9f3ec;border-radius:999px;padding:5px 10px}
.steps-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.steps-flow>div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px}
.steps-flow span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;margin-bottom:12px}
.steps-flow h3{margin:0 0 6px;font-size:18px}
.steps-flow p{margin:0;color:var(--muted);font-size:15px}
.funnel-progress{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:22px}
.funnel-progress i{width:36px;height:4px;border-radius:99px;background:var(--line)}
.funnel-progress i.done{background:var(--green)}
.funnel-progress i.now{background:var(--gold)}
.plan-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 1px 0 rgba(21,24,27,.03);display:flex;flex-direction:column;gap:8px}
.plan-card.featured{border:2px solid var(--gold);box-shadow:var(--shadow)}
.plan-flag{position:absolute;top:-13px;left:24px;background:var(--gold);color:#fff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:5px 12px}
.plan-card .price{font-size:56px}
.plan-card ul{margin:10px 0 6px;padding:0;list-style:none;display:grid;gap:9px;color:var(--muted)}
.plan-card li{display:flex;gap:10px;align-items:flex-start}
.plan-card li:before{content:"\2713";color:var(--green);font-weight:900;flex:none}
.plan-card .btn{margin-top:14px}
.faq-list summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";font-family:Georgia,serif;font-size:27px;line-height:1;color:var(--gold);transition:transform .18s ease;flex:none}
.faq-list details[open] summary:after{transform:rotate(45deg)}
a.stack-item,a.card{transition:transform .16s ease,box-shadow .16s ease}
a.stack-item:hover,a.card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(21,24,27,.11)}
.order-box-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.order-box-head h2{margin:0;font-size:22px}
.secure-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:var(--green);background:#e9f3ec;border-radius:999px;padding:6px 10px;white-space:nowrap}
.order-guarantee{display:flex;gap:14px;align-items:center;background:#fbf7ec;border:1px solid rgba(157,115,40,.35);border-radius:8px;padding:12px 14px;margin-top:16px;font-size:13px;color:#6f5113}
.order-guarantee p{margin:0}
.footer-logo{height:64px;width:auto;display:block;margin-bottom:12px}
.nav-assurance{font-size:13px;font-weight:700;color:var(--muted)}
.stack-item .stack-thumb{width:86px;border-radius:6px;box-shadow:0 8px 18px rgba(16,19,22,.25);margin-bottom:12px;display:block}
.value-row .row-thumb{width:46px;border-radius:4px;flex:none;box-shadow:0 4px 10px rgba(16,19,22,.2);align-self:flex-start}
.curiosity-list{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:12px;max-width:760px;text-align:left}
.curiosity-list li{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 16px}
.curiosity-list li:before{content:"→";color:var(--gold);font-weight:900;flex:none}
.video-figure{margin:22px 0 0;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);background:#000}
.video-figure video{display:block;width:100%;height:auto}
.product-img{width:100%;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow);display:block;margin:18px 0 0}
.guide-figure{margin:0 0 18px;display:grid;gap:10px}
.guide-figure img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);display:block}
.guide-figure figcaption{font-size:13px;color:var(--muted)}
.product-cover-figure{margin:0;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);align-self:stretch;min-height:250px;background:#101316}
.product-cover-figure img{display:block;width:100%;height:100%;object-fit:cover}
.highlight{background:linear-gradient(transparent 58%,rgba(157,115,40,.28) 58%);padding:0 2px}
.letter-block{max-width:860px;font-size:19px;line-height:1.7}
.letter-block p{margin:0 0 22px}
.letter-block .greek-inline{color:var(--blue)}
.price-note{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-top:20px}
.price-note .price{font-size:64px}
.price-note .mini{max-width:300px}
@media(max-width:900px){.steps-flow{grid-template-columns:1fr}.verse-band blockquote{font-size:27px}.verse-band .greek-inline{font-size:22px}.plan-card .price{font-size:48px}.guarantee-card{grid-template-columns:1fr;justify-items:center;text-align:center;padding:26px}.value-row{flex-wrap:wrap}.value-row .tag{margin-left:38px}.price-note .price{font-size:52px}.btn.xl{width:100%;padding:16px 20px}body.has-sticky-cta{padding-bottom:116px}.footer-logo{height:52px}}
