:root{--gj-primary:#e8a878;--gj-primary-hover:#d4915a;--gj-primary-light:#f8d4b8;--gj-primary-bg:#fdf8f4;--gj-secondary:#7bafcf;--gj-secondary-bg:#f0f7fb;--gj-success:#7dd694;--gj-success-bg:#f0faf3;--gj-warning:#e6c85c;--gj-warning-bg:#fefce8;--gj-premium:#a890d6;--gj-premium-bg:#f8f5fc;--gj-social:#e89b9b;--gj-text-secondary:#6b6560;--gj-text-muted:#9b9590;--gj-bg-card:#fff;--gj-bg-warm:#fff8f2;--gj-max-width:1200px;--gj-nav-height:72px;--gj-bg:#fff8f2;--gj-surface:#fff;--gj-text:#433f3c;--gj-muted:#6f6863;--gj-border:#ede8e3;--gj-orange:#e8a878;--gj-blue:#7bafcf;--gj-green:#7dd694;--gj-yellow:#e6c85c;--gj-lavender:#a890d6;--gj-pink:#e89b9b;--gj-shadow:0 16px 40px #433f3c14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gj-border);height:var(--gj-nav-height);background:#fffffff2;position:fixed;top:0;left:0;right:0}.nav-inner{max-width:var(--gj-max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 32px;display:flex}.nav-logo{height:32px}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a,.nav-dropdown-trigger{color:var(--gj-text-secondary);white-space:nowrap;font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-dropdown-trigger:hover{color:var(--gj-text)}.nav-cta{background:var(--gj-primary);border-radius:8px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex;color:#fff!important}.nav-dropdown{position:relative}.nav-dropdown-menu{border:1px solid var(--gj-border);z-index:200;background:#fff;border-radius:12px;gap:24px;min-width:440px;padding:32px 24px 20px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000001a}.nav-dropdown-menu:not(.nav-dropdown-sm){grid-template-columns:repeat(3,1fr)}.nav-dropdown-sm{min-width:180px;padding:20px 16px 12px}.nav-dropdown-sm a{padding:6px 0;display:block}.nav-dropdown:hover .nav-dropdown-menu:not(.nav-dropdown-sm){display:grid}.nav-dropdown:hover .nav-dropdown-sm{display:block}.nav-dropdown-col{flex-direction:column;gap:4px;display:flex}.nav-dropdown-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--gj-text-muted);margin-bottom:4px;font-size:10px;font-weight:700}.nav-toggle{background:0 0;border:none;font-size:24px;display:none}.hero{padding-top:calc(var(--gj-nav-height) + 80px);background:linear-gradient(180deg, var(--gj-bg-warm) 0%, #fafafa 100%);padding-bottom:80px}.hero h1{margin-bottom:24px;font-family:DM Serif Display,Georgia,serif;font-size:clamp(36px,5vw,64px);line-height:1.05}.hero p.hero-sub{color:var(--gj-text-secondary);max-width:680px;font-size:clamp(18px,2.5vw,22px);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.hero-image{border:1px solid var(--gj-border);border-radius:16px;margin-top:60px;overflow:hidden;box-shadow:0 20px 60px #433f3c1f,0 4px 16px #433f3c14}.hero-image img{width:100%;display:block}.badge{background:var(--gj-bg-card);border:1px solid var(--gj-border);letter-spacing:.06em;color:var(--gj-text-secondary);text-transform:uppercase;border-radius:100px;align-items:center;gap:8px;padding:6px 16px 6px 8px;font-size:13px;font-weight:600;display:inline-flex}.badge .dot{background:var(--gj-primary);border-radius:50%;width:8px;height:8px}.btn{border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gj-primary);color:#fff}.btn-secondary{color:var(--gj-text);border:1.5px solid var(--gj-border);background:0 0}.section-label,.section-label-light{letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:600;display:block}.section-label{color:var(--gj-primary)}.section-label-light{color:#c9b8e8}.container{max-width:var(--gj-max-width);margin:0 auto;padding:0 32px}.section{padding:100px 0}.section-sm{padding:60px 0}.section-warm{background:var(--gj-bg-warm)}.section-white{background:var(--gj-bg-card)}.section-dark{color:#ffffffd9;background:linear-gradient(135deg,#2c2825 0%,#1a1816 100%)}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.max-w-700{max-width:700px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}.mb-48{margin-bottom:48px}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.card{background:var(--gj-bg-card);border:1px solid var(--gj-border);border-radius:16px;padding:32px;transition:all .3s}.card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:22px;display:flex}.card-icon-orange{background:var(--gj-primary-bg)}.card-icon-blue{background:var(--gj-secondary-bg)}.card-icon-green{background:var(--gj-success-bg)}.card-icon-yellow{background:var(--gj-warning-bg)}.card-icon-purple{background:var(--gj-premium-bg)}.card-icon-pink{background:#fdf5f5}.card-top-bar{border-radius:3px 3px 0 0;height:3px;margin:-32px -32px 24px}.card-accent-orange .card-top-bar{background:var(--gj-primary)}.card-accent-blue .card-top-bar{background:var(--gj-secondary)}.card-accent-green .card-top-bar{background:var(--gj-success)}.card-accent-yellow .card-top-bar{background:var(--gj-warning)}.card-accent-purple .card-top-bar{background:var(--gj-premium)}.card-accent-pink .card-top-bar{background:var(--gj-social)}.feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.feature-split.reverse{direction:rtl}.feature-split.reverse>*{direction:ltr}.feature-split-text li{color:var(--gj-text-secondary);padding:8px 0;list-style:none}.feature-split-text li:before{content:"✓";color:var(--gj-success);margin-right:10px;font-weight:700}.mockup-frame{border:1px solid var(--gj-border);border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #433f3c1f,0 2px 8px #433f3c0f}.mockup-mobile{border:8px solid #2c2825;border-radius:24px;max-width:300px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #433f3c26}.stats-row{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.stat{text-align:center}.stat-number{color:var(--gj-primary);font-family:DM Serif Display,Georgia,serif;font-size:48px}.stat-label{color:var(--gj-text-muted);margin-top:4px;font-size:14px}.comparison-table{border-collapse:collapse;border-radius:16px;width:100%;overflow:hidden}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid var(--gj-border);padding:16px 20px;font-size:14px}.comparison-table thead th{background:var(--gj-bg-warm);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700}.comparison-table .gj-col{background:var(--gj-primary-bg);color:var(--gj-primary-hover);font-weight:600}.comparison-table thead .gj-col{background:var(--gj-primary);color:#fff}.check{color:var(--gj-success);font-weight:700}.partial{color:var(--gj-warning)}.miss{color:var(--gj-text-muted)}.cta-section{background:linear-gradient(135deg, var(--gj-bg-warm) 0%, #f5ede5 100%);text-align:center;padding:80px 0}.footer{color:#ffffff80;background:linear-gradient(135deg,#2c2825 0%,#1a1816 100%);padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-col h5{color:#fffc;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col a{color:#ffffff80;padding:4px 0;font-size:14px;display:block}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;padding-top:24px;font-size:13px;display:flex}.footer-logo{opacity:.7;height:28px}@media (max-width:768px){.nav-links{display:none}.nav-toggle{display:block}.grid-2,.grid-3,.stats-row,.feature-split,.feature-split.reverse,.footer-grid{direction:ltr;grid-template-columns:1fr}.hero{padding-top:calc(var(--gj-nav-height) + 40px);padding-bottom:40px}}:root{--gj-bg:#fff8f2;--gj-surface:#fff;--gj-text:#433f3c;--gj-muted:#6f6863;--gj-border:#ede8e3;--gj-orange:#e8a878;--gj-blue:#7bafcf;--gj-green:#7dd694;--gj-yellow:#e6c85c;--gj-lavender:#a890d6;--gj-pink:#e89b9b;--gj-shadow:0 16px 40px #433f3c14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--gj-text);background:linear-gradient(#fff8f2 0%,#fffdfa 100%);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}.gj-shell{min-height:100vh}.gj-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff8f2d6;border-bottom:1px solid #ede8e3e6;position:sticky;top:0}.gj-header__inner,.gj-main,.gj-footer{width:min(1120px,100% - 32px);margin:0 auto}.gj-header__inner{justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.gj-brand{flex-direction:column;gap:2px;display:flex}.gj-brand__name{font-family:DM Serif Display,Georgia,serif;font-size:1.6rem}.gj-brand__tag{color:var(--gj-muted);font-size:.9rem}.gj-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.gj-nav__link,.gj-chip-link{color:var(--gj-muted);border-radius:999px;padding:10px 14px;transition:all .14s}.gj-nav__link:hover,.gj-chip-link:hover{color:var(--gj-text);background:#7bafcf1f}.gj-nav__link--active{color:var(--gj-text);background:#e8a8782e}.gj-main{padding:40px 0 64px}.gj-hero,.gj-section,.gj-empty-state{background:var(--gj-surface);border:1px solid var(--gj-border);box-shadow:var(--gj-shadow);border-radius:28px}.gj-hero{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;padding:40px;display:grid}.gj-eyebrow,.gj-kicker{color:var(--gj-blue);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:.85rem;font-weight:700;display:inline-flex}.gj-hero h1,.gj-section h2,.gj-empty-state h1{margin:0;font-family:DM Serif Display,Georgia,serif;line-height:1.05}.gj-hero h1{font-size:clamp(2.4rem,6vw,4.5rem)}.gj-lead,.gj-section__intro,.gj-rich-text,.gj-proof-card__summary,.gj-faq-answer{color:var(--gj-muted);font-size:1.03rem;line-height:1.7}.gj-cta-row{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.gj-button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;transition:all .14s;display:inline-flex}.gj-button--primary{background:var(--gj-orange)}.gj-button--secondary,.gj-button--ghost{border-color:var(--gj-border);background:0 0}.gj-button--link{min-height:auto;color:var(--gj-blue);padding-inline:0}.gj-button:hover{transform:translateY(-1px)}.gj-stat-grid,.gj-card-grid,.gj-price-grid,.gj-related-grid,.gj-proof-grid,.gj-process-grid{gap:16px;display:grid}.gj-stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:24px}.gj-card-grid,.gj-related-grid,.gj-proof-grid,.gj-process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gj-price-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gj-stat,.gj-card,.gj-related-card,.gj-proof-card,.gj-process-card,.gj-price-card,.gj-faq-item,.gj-compare-table,.gj-rich-text{border:1px solid var(--gj-border);background:#ffffffb8;border-radius:22px}.gj-stat,.gj-card,.gj-related-card,.gj-proof-card,.gj-process-card,.gj-price-card,.gj-faq-item{padding:20px}.gj-stat__value{font-size:1.7rem;font-weight:800;display:block}.gj-stat__label,.gj-muted-small,.gj-proof-card__org{color:var(--gj-muted);font-size:.92rem}.gj-section{margin-top:24px;padding:32px}.gj-section__header{max-width:780px;margin-bottom:24px}.gj-card h3,.gj-price-card h3,.gj-related-card h3,.gj-proof-card h3,.gj-process-card h3,.gj-faq-item h3{margin-top:0;margin-bottom:8px}.gj-card__eyebrow,.gj-price-card__eyebrow{color:var(--gj-blue);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.gj-price-card--featured{border-color:#e8a878cc;box-shadow:0 12px 36px #e8a8782e}.gj-price{margin:12px 0;font-size:2rem;font-weight:800}.gj-list{color:var(--gj-muted);margin:0;padding-left:18px;line-height:1.7}.gj-list li+li{margin-top:8px}.gj-compare-table{border-collapse:collapse;width:100%;overflow:hidden}.gj-compare-table th,.gj-compare-table td{border-bottom:1px solid var(--gj-border);text-align:left;vertical-align:top;padding:16px}.gj-compare-table th{width:34%;color:var(--gj-text)}.gj-proof-card__quote{margin:0 0 14px;font-family:DM Serif Display,Georgia,serif;font-size:1.4rem;line-height:1.3}.gj-rich-text{padding:22px}.gj-rich-text p:first-child{margin-top:0}.gj-rich-text p:last-child{margin-bottom:0}.gj-cta-band{position:relative;overflow:hidden}.gj-cta-band--highlight{background:linear-gradient(135deg,#e8a8782e,#7bafcf1f)}.gj-cta-band--dark{color:#fff8f2;background:#433f3c}.gj-cta-band--dark .gj-section__intro,.gj-cta-band--dark .gj-muted-small,.gj-cta-band--dark .gj-button--link{color:#fff8f2d1}.gj-empty-state{text-align:center;padding:48px}.gj-footer{color:var(--muted);padding-bottom:56px}@media (max-width:900px){.gj-hero{grid-template-columns:1fr;padding:28px}.gj-header__inner{flex-direction:column;align-items:flex-start}.gj-nav{justify-content:flex-start}}@media (max-width:640px){.gj-main,.gj-header__inner,.gj-footer{width:min(1120px,100% - 20px)}.gj-section,.gj-hero,.gj-empty-state{border-radius:22px}.gj-section{padding:24px}}
