
/* ZD8 租店吧 Landing Page Pack
   純 HTML / CSS / JS，無需任何外部套件。
   建議：先用這份做前台靜態切版，再接入 ASP.NET MVC / Razor / API。 */
:root{
  --navy:#071d3a;
  --navy-2:#0b2f5f;
  --gold:#c89b4f;
  --gold-2:#e7c786;
  --orange:#ff8a1f;
  --blue:#1167ff;
  --green:#1f6b45;
  --teal:#00858a;
  --ink:#12213a;
  --muted:#68758a;
  --line:#e8edf5;
  --bg:#f8fafc;
  --card:#ffffff;
  --radius:22px;
  --shadow:0 22px 60px rgba(12,28,54,.12);
  --shadow-soft:0 14px 34px rgba(12,28,54,.08);
  --max:1180px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.72;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
::selection{background:var(--accent-soft);color:var(--accent-dark)}
.progress{position:fixed;left:0;top:0;height:4px;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-2));z-index:9999;box-shadow:0 0 18px var(--accent-soft)}
.theme-hope{--accent:#c49145;--accent-2:#e7c786;--accent-dark:#061e3d;--accent-soft:rgba(196,145,69,.15);--hero-bg:#fbf5ec;--section-dark:#061d39;--button:#061d39;--button-text:#fff;--photo-grad:linear-gradient(145deg,#fff7ec,#e9cfa9 50%,#b77b3e)}
.theme-night{--accent:#ff8a1f;--accent-2:#24c6ff;--accent-dark:#061a34;--accent-soft:rgba(255,138,31,.14);--hero-bg:#071629;--section-dark:#061a34;--button:#ff8a1f;--button-text:#fff;--photo-grad:linear-gradient(145deg,#142a44,#0a1426 55%,#ff8a1f)}
.theme-luxury{--accent:#c89b4f;--accent-2:#f4d99a;--accent-dark:#06121f;--accent-soft:rgba(200,155,79,.16);--hero-bg:#0a1625;--section-dark:#07121f;--button:#c89b4f;--button-text:#081524;--photo-grad:linear-gradient(145deg,#141b25,#0a111c 55%,#9f7834)}
.theme-saas{--accent:#1167ff;--accent-2:#39c8ff;--accent-dark:#061b42;--accent-soft:rgba(17,103,255,.13);--hero-bg:#f3f8ff;--section-dark:#061d50;--button:#1167ff;--button-text:#fff;--photo-grad:linear-gradient(145deg,#f9fbff,#d9e9ff 54%,#1167ff)}
.theme-future{--accent:#1f6b45;--accent-2:#d3a84e;--accent-dark:#0d3224;--accent-soft:rgba(31,107,69,.13);--hero-bg:#fbf7ee;--section-dark:#082f25;--button:#1f6b45;--button-text:#fff;--photo-grad:linear-gradient(145deg,#fff9ef,#dcead9 54%,#1f6b45)}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.nav{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,237,245,.8)}
body.theme-night .nav, body.theme-luxury .nav, body.theme-saas .nav .dark-nav{background:rgba(5,17,34,.82);color:white;border-bottom-color:rgba(255,255,255,.12)}
.nav-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{font-weight:950;font-size:25px;letter-spacing:0;color:var(--accent-dark);display:flex;align-items:center;gap:8px}.logo span{font-size:18px;letter-spacing:0;color:inherit}.logo b{color:var(--accent)}
body.theme-night .logo, body.theme-luxury .logo{color:#fff}
.nav-links{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:700;color:#3c4b60}.nav-links a{opacity:.9}.nav-links a:hover{color:var(--accent)}
body.theme-night .nav-links,body.theme-luxury .nav-links{color:rgba(255,255,255,.78)}
.nav-actions{display:flex;gap:12px;align-items:center}.nav-toggle{display:none;border:0;background:transparent;font-size:26px;color:inherit}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:12px;border:1px solid transparent;background:var(--button);color:var(--button-text);font-weight:850;line-height:1;box-shadow:0 16px 35px rgba(12,28,54,.13);cursor:pointer;transition:.25s transform,.25s box-shadow,.25s background}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(12,28,54,.2)}.btn.secondary{background:transparent;color:var(--accent-dark);border-color:rgba(12,28,54,.18);box-shadow:none}.btn.light{background:#fff;color:var(--accent-dark)}.btn.gold{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--button-text)}
body.theme-night .btn.secondary,body.theme-luxury .btn.secondary{color:#fff;border-color:rgba(255,255,255,.32)}
.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--accent-soft);background:var(--accent-soft);color:var(--accent);padding:8px 13px;border-radius:999px;font-size:14px;font-weight:850}.badge:before{content:"✦";font-size:12px}.eyebrow{color:var(--accent);font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero{position:relative;background:radial-gradient(circle at 85% 16%,var(--accent-soft),transparent 30%),var(--hero-bg);overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -80px -170px 45%;height:360px;border-radius:999px;background:radial-gradient(circle,var(--accent-soft),transparent 60%);filter:blur(15px);pointer-events:none}.hero.dark{color:#fff}.hero-grid{min-height:640px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:54px;padding:78px 0 64px;position:relative;z-index:1}.hero-copy h1{font-size:clamp(42px,6vw,78px);line-height:1.08;letter-spacing:0;margin:18px 0 20px;color:var(--accent-dark)}.hero.dark .hero-copy h1, body.theme-night .hero-copy h1, body.theme-luxury .hero-copy h1{color:#fff}.hero-copy h1 em{font-style:normal;color:var(--accent)}.hero-copy p{font-size:18px;color:#556273;max-width:650px;margin:0 0 28px}.hero.dark .hero-copy p,body.theme-night .hero-copy p,body.theme-luxury .hero-copy p{color:rgba(255,255,255,.78)}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;color:#4c5c70;font-weight:750;font-size:14px}.hero-trust span{display:flex;align-items:center;gap:8px}.hero-trust span:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:950}.hero.dark .hero-trust,body.theme-night .hero-trust,body.theme-luxury .hero-trust{color:rgba(255,255,255,.78)}
.hero-visual{position:relative;min-height:480px}.photo-card{position:absolute;inset:28px 24px 30px 64px;border-radius:34px;background:var(--photo-grad);box-shadow:var(--shadow);overflow:hidden}.photo-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 30%,rgba(255,255,255,.9),transparent 18%),linear-gradient(90deg,rgba(255,255,255,.15),transparent 45%)}.photo-card:after{content:"";position:absolute;left:12%;right:10%;bottom:-8%;height:50%;border-radius:45% 45% 0 0;background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.18));filter:blur(1px)}.person{position:absolute;right:13%;bottom:8%;width:260px;height:340px;border-radius:140px 140px 34px 34px;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(255,255,255,.55));box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}.person:before{content:"";position:absolute;top:-72px;left:74px;width:110px;height:110px;background:linear-gradient(145deg,#f2caa1,#ba7959);border-radius:50%;box-shadow:46px -18px 0 -28px rgba(54,34,25,.9)}.person:after{content:"";position:absolute;left:35px;right:35px;top:105px;height:130px;border-radius:40px;background:linear-gradient(145deg,var(--accent),rgba(255,255,255,.2));opacity:.75}.device{position:absolute;left:3%;bottom:4%;width:360px;max-width:70%;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.58);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.browser-dots{display:flex;gap:6px;margin-bottom:14px}.browser-dots i{width:9px;height:9px;border-radius:50%;background:#dfe6f2}.chart{height:170px;border-radius:18px;background:linear-gradient(180deg,#fff,#edf4ff);position:relative;overflow:hidden}.chart:before{content:"";position:absolute;left:20px;right:20px;bottom:38px;height:65px;background:linear-gradient(145deg,var(--accent),var(--accent-2));clip-path:polygon(0 80%,15% 52%,30% 60%,45% 30%,62% 48%,78% 15%,100% 25%,100% 100%,0 100%);opacity:.85}.chart:after{content:"";position:absolute;inset:18px;background:repeating-linear-gradient(to bottom,transparent 0 36px,rgba(8,29,58,.07) 37px);}.float-card{position:absolute;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.68);border-radius:18px;padding:16px 18px;box-shadow:var(--shadow-soft);min-width:150px;animation:floatY 4.8s ease-in-out infinite}.float-card small{display:block;color:#6b7788;font-weight:800;font-size:12px}.float-card strong{display:block;color:var(--accent-dark);font-size:24px;letter-spacing:0;color:#11a66a;font-size:13px;font-weight:850}.float-card.one{top:28px;left:4%;}.float-card.two{top:110px;right:0;animation-delay:.8s}.float-card.three{right:10%;animation-delay:1.6s}.float-card.four{left:18%;top:230px;animation-delay:2.2s}@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.stats-band{background:var(--section-dark);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;padding:22px 0}.stat{padding:18px;text-align:center;border-left:1px solid rgba(255,255,255,.12)}.stat:first-child{border-left:0}.stat strong{display:block;color:var(--accent-2);font-size:28px;letter-spacing:0;color:rgba(255,255,255,.75);font-weight:750}
.section{padding:86px 0}.section.alt{background:#fff}.section.dark-section{background:var(--section-dark);color:#fff}.section-head{text-align:center;max-width:820px;margin:0 auto 42px}.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.18;letter-spacing:0;margin:8px 0 14px;color:var(--accent-dark)}.dark-section .section-head h2{color:#fff}.section-head p{margin:0;color:var(--muted);font-size:17px}.dark-section .section-head p{color:rgba(255,255,255,.72)}.grid{display:grid;gap:18px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.grid.cols-5{grid-template-columns:repeat(5,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-soft);transition:.25s transform,.25s box-shadow,.25s border-color}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--accent-soft)}.card h3{margin:10px 0 8px;font-size:21px;letter-spacing:0;color:var(--accent-dark)}.card p{margin:0;color:var(--muted);font-size:15px}.icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-size:24px;font-weight:900}.pain .card{box-shadow:none}.pain .icon{border-radius:50%}.solution{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center}.mock-device{background:#fff;border-radius:32px;padding:20px;box-shadow:var(--shadow);border:1px solid var(--line);position:relative;overflow:hidden}.mock-device:before{content:"";display:block;height:18px;border-radius:999px;width:90px;background:#e8eef7;margin-bottom:16px}.mock-screen{height:310px;border-radius:22px;background:linear-gradient(145deg,#f8fbff,#e9f1ff);position:relative;overflow:hidden}.mock-screen:before{content:"";position:absolute;left:28px;top:28px;width:180px;height:50px;border-radius:14px;background:#fff;box-shadow:0 82px 0 0 #fff,0 164px 0 0 #fff}.mock-screen:after{content:"";position:absolute;right:28px;top:34px;width:190px;height:190px;border-radius:26px;background:linear-gradient(145deg,var(--accent),var(--accent-2));opacity:.82;clip-path:circle(45% at 50% 50%)}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.check{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;font-weight:800;color:#34445b}.check:before{content:"✓";color:#fff;background:var(--accent);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:13px}
.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;counter-reset:step}.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 18px 22px;text-align:center;box-shadow:var(--shadow-soft)}.step:before{counter-increment:step;content:counter(step);position:absolute;top:-16px;left:50%;transform:translateX(-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));font-weight:950;color:#fff}.step:not(:last-child):after{content:"→";position:absolute;right:-18px;top:45%;color:var(--accent);font-size:22px;font-weight:900}.step h3{font-size:17px;margin:12px 0 6px;color:var(--accent-dark)}.step p{font-size:13px;margin:0;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;position:relative;overflow:hidden}.feature:after{content:"";position:absolute;right:-30px;top:-30px;width:90px;height:90px;border-radius:50%;background:var(--accent-soft)}.feature h3{font-size:18px;margin:8px 0;color:var(--accent-dark)}.feature strong{color:var(--accent)}.feature p{font-size:14px;color:var(--muted);margin:0}.use-case{min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.96)),var(--photo-grad);border-radius:24px;overflow:hidden;padding:22px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.use-case h3{font-size:22px;margin:0 0 4px;color:var(--accent-dark)}.use-case p{margin:0;color:#5b6878;font-weight:650}.before-after{display:grid;grid-template-columns:1fr 76px 1fr;gap:22px;align-items:stretch}.ba-list{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow-soft)}.ba-list h3{margin:0 0 16px;font-size:24px;color:var(--accent-dark)}.ba-list ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}.ba-list li{display:flex;gap:10px;align-items:flex-start;color:#4d5b70}.ba-list.before li:before{content:"✕";color:#d65a5a;font-weight:900}.ba-list.after li:before{content:"✓";color:#19a66a;font-weight:900}.vs{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:var(--section-dark);color:#fff;font-weight:950;font-size:24px;box-shadow:var(--shadow)}.testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quote{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.quote-top{display:flex;align-items:center;gap:14px;margin-bottom:14px}.avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(145deg,var(--accent-soft),var(--accent));position:relative}.avatar:after{content:"";position:absolute;width:23px;height:23px;left:15px;top:9px;border-radius:50%;background:rgba(255,255,255,.72)}.quote strong{display:block;color:var(--accent-dark)}.quote small{color:var(--muted);font-weight:700}.quote p{margin:0 0 18px;color:#46566b}.quote-metrics{display:flex;gap:18px}.quote-metrics b{color:var(--accent);font-size:24px}.quote-metrics span{display:block;font-size:12px;color:var(--muted);font-weight:800}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.price-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow-soft);position:relative}.price-card.featured{border:2px solid var(--accent);transform:translateY(-8px)}.popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--button-text);border-radius:999px;padding:6px 14px;font-size:12px;font-weight:950}.price-card h3{margin:0;color:var(--accent-dark);font-size:22px}.price{font-size:38px;letter-spacing:0;color:var(--accent-dark);font-weight:950;margin:12px 0}.price small{font-size:15px;color:var(--muted);font-weight:700}.price-card ul{list-style:none;padding:0;margin:18px 0 22px;display:grid;gap:9px}.price-card li{display:flex;gap:9px;color:#4c5b70;font-size:14px}.price-card li:before{content:"✓";color:var(--accent);font-weight:950}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.faq-q{width:100%;background:transparent;border:0;text-align:left;padding:18px 20px;font-weight:900;color:var(--accent-dark);display:flex;justify-content:space-between;gap:18px;cursor:pointer}.faq-q:after{content:"+";font-size:22px;color:var(--accent)}.faq-item.open .faq-q:after{content:"−"}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-a p{padding:0 20px 20px;margin:0;color:var(--muted)}.cta{position:relative;background:radial-gradient(circle at 82% 45%,var(--accent-soft),transparent 27%),var(--section-dark);color:#fff;overflow:hidden}.cta-inner{padding:70px 0;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.cta h2{font-size:clamp(30px,4vw,50px);letter-spacing:0;line-height:1.15;margin:0 0 12px}.cta p{margin:0;color:rgba(255,255,255,.72)}.footer{background:#061425;color:#fff;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:24px}.footer h3,.footer h4{margin:0 0 12px}.footer a,.footer p{display:block;color:rgba(255,255,255,.65);font-size:14px;margin:6px 0}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.stagger > *{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.stagger.is-visible > *{opacity:1;transform:none}.stagger.is-visible > *:nth-child(2){transition-delay:.08s}.stagger.is-visible > *:nth-child(3){transition-delay:.16s}.stagger.is-visible > *:nth-child(4){transition-delay:.24s}.stagger.is-visible > *:nth-child(5){transition-delay:.32s}.stagger.is-visible > *:nth-child(6){transition-delay:.4s}.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.marquee-track{display:flex;gap:44px;width:max-content;animation:marquee 28s linear infinite;padding:18px 0;color:#8090a5;font-weight:950}.marquee-track span{white-space:nowrap}@keyframes marquee{to{transform:translateX(-50%)}}
.index-hero{background:linear-gradient(135deg,#071d3a,#0b2f5f);color:#fff;padding:90px 0}.index-hero h1{font-size:56px;line-height:1.08;letter-spacing:0;margin:0 0 18px}.index-hero p{font-size:18px;color:rgba(255,255,255,.75);max-width:820px}.index-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding:40px 0 90px}.index-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft)}.index-card img{aspect-ratio:9/16;object-fit:cover;object-position:top}.index-card div{padding:18px}.index-card h2{font-size:19px;margin:0 0 8px;letter-spacing:0;color:var(--muted);margin:0 0 14px}.index-card a{font-weight:900;color:var(--accent)}
@media (max-width:1000px){.hero-grid,.solution,.cta-inner{grid-template-columns:1fr}.hero-visual{min-height:430px}.stats-grid,.grid.cols-5,.grid.cols-4,.feature-grid,.price-grid,.index-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(3,1fr)}.step:after{display:none}.testimonials,.grid.cols-3{grid-template-columns:1fr 1fr}.before-after{grid-template-columns:1fr}.vs{margin:auto}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.nav-toggle{display:block}.nav.menu-open .nav-links{display:flex;position:absolute;left:20px;right:20px;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}body.theme-night .nav.menu-open .nav-links,body.theme-luxury .nav.menu-open .nav-links{background:#071427}}
@media (max-width:640px){.container{width:min(100% - 28px,var(--max))}.hero-grid{padding:54px 0}.hero-copy h1{font-size:42px}.stats-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4,.grid.cols-5,.feature-grid,.price-grid,.index-grid,.testimonials,.faq-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.nav-actions .secondary{display:none}.photo-card{inset:30px 0}.device{left:0;max-width:86%;}.person{right:0;transform:scale(.82);transform-origin:bottom right}.float-card{min-width:132px;padding:12px}.float-card strong{font-size:20px}.section{padding:60px 0}.checks{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.index-hero h1{font-size:40px}.cta-inner{padding:48px 0}.hero-trust{gap:10px}}

.plan-note{margin:8px 0 0;color:var(--muted);font-size:14px;font-weight:800}.original-price{margin-top:-6px;color:#8895a7;font-size:13px;font-weight:800;text-decoration:line-through}.custom-price{font-size:28px;letter-spacing:0;line-height:1.25}.custom-price span{font-size:18px;color:var(--accent-dark)}
.hero-real-banner .photo-card{inset:18px -12px 18px 8px;border-radius:30px;background:#fff;animation:bannerDrift 8s ease-in-out infinite;will-change:transform}.hero-real-banner .photo-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:60% 50%;transform:scale(1.02)}.hero-real-banner .photo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.22) 38%,rgba(255,255,255,0) 76%);z-index:1;pointer-events:none}.hero-real-banner .photo-card:after{display:none}.hero-real-banner .float-card{z-index:2}.hero-real-banner .float-card.one{top:18px;left:2%}.hero-real-banner .float-card.two{top:92px;right:-6px}.hero-real-banner .float-card.three{right:6%;bottom:56px}.hero-real-banner .float-card.four{left:10%;top:260px}.float-card strong{display:block;color:var(--accent-dark);font-size:24px;letter-spacing:0;font-weight:950}.float-card em{font-style:normal;color:#11a66a;font-size:13px;font-weight:850}@keyframes bannerDrift{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.015)}}@media (max-width:640px){.hero-real-banner .photo-card{inset:24px -90px 22px -18px;min-height:360px}.hero-real-banner .photo-card img{object-position:68% 50%}.hero-real-banner .float-card.one{left:0;top:22px}.hero-real-banner .float-card.two{right:0;top:104px}.hero-real-banner .float-card.three{right:0;bottom:50px}.hero-real-banner .float-card.four{left:0;top:235px}.float-card strong{font-size:20px}}

.theme-hope .hero-photo{background:#fbf5ec;color:var(--accent-dark)}
.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 30%,rgba(255,255,255,.58) 48%,rgba(255,255,255,.14) 72%),linear-gradient(180deg,rgba(251,245,236,.18),rgba(251,245,236,.36));z-index:0;pointer-events:none}
.hero-photo:after{display:none}
.hero-photo-bg{position:absolute;inset:0;overflow:hidden;z-index:0}
.hero-photo-bg img{width:100%;height:100%;object-fit:cover;object-position:68% center;animation:photoDrift 14s ease-in-out infinite;filter:saturate(1.03) contrast(1.02)}
.hero-photo .hero-grid{min-height:600px;grid-template-columns:.86fr 1.14fr;gap:42px;padding:72px 0 58px}
.hero-photo .hero-copy{max-width:620px;position:relative;z-index:1}
.hero-photo .badge{background:rgba(255,246,229,.88);border-color:rgba(196,145,69,.26);box-shadow:0 12px 30px rgba(196,145,69,.12)}
.hero-photo .hero-copy h1{font-size:clamp(45px,5.35vw,72px);line-height:1.12;margin-top:24px;text-shadow:0 2px 18px rgba(255,255,255,.72)}
.hero-photo .hero-copy p{max-width:560px;color:#526070;font-weight:650;text-shadow:0 1px 12px rgba(255,255,255,.75)}
.hero-photo .hero-cta .btn:first-child{background:#061d39;min-width:162px}
.hero-photo .hero-cta .btn.secondary{background:rgba(255,255,255,.74);border-color:rgba(196,145,69,.36);color:#7a5a28;backdrop-filter:blur(10px);min-width:164px}
.hero-photo .hero-trust{gap:18px;color:#6f6251}
.hero-photo .hero-trust span:before{background:rgba(196,145,69,.18)}
.hero-photo-metrics{position:relative;min-height:480px;z-index:1}
.hero-photo-metrics .float-card{right:0;left:auto;min-width:190px;border-radius:12px;padding:14px 18px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.76);box-shadow:0 18px 44px rgba(22,31,45,.16);backdrop-filter:blur(12px);animation:floatY 5.6s ease-in-out infinite}
.hero-photo-metrics .float-card small{font-size:12px;color:#5a6472;font-weight:900}
.hero-photo-metrics .float-card strong{font-size:26px;line-height:1.18;color:#071d3a}
.hero-photo-metrics .float-card em{display:block;margin-top:4px;color:#0a9b66;font-size:13px;font-weight:900}
.hero-photo-metrics .float-card.one{top:52px;right:34px}
.hero-photo-metrics .float-card.two{top:158px;right:-6px;animation-delay:.7s}
.hero-photo-metrics .float-card.three{top:268px;right:52px;animation-delay:1.35s}
.hero-photo-metrics .float-card.four{top:382px;right:0;animation-delay:2s}
.theme-hope .stats-band{background:linear-gradient(90deg,#06172f,#082349 52%,#06172f)}
.theme-hope .stats-grid{padding:20px 0}
.theme-hope .stat{border-left-color:rgba(231,199,134,.22)}
.theme-hope .stat strong{color:#e0b86f;font-weight:950}
.theme-hope .stat span{color:rgba(255,255,255,.74);font-weight:800}
@keyframes photoDrift{0%,100%{transform:scale(1)}50%{transform:scale(1.025) translateX(-8px)}}
@media (max-width:1000px){.hero-photo .hero-grid{grid-template-columns:1fr;min-height:auto;padding:62px 0 44px}.hero-photo:before{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.78)),linear-gradient(180deg,rgba(251,245,236,.1),rgba(251,245,236,.36))}.hero-photo-bg img{object-position:72% center}.hero-photo-metrics{min-height:240px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hero-photo-metrics .float-card{position:relative;inset:auto!important;min-width:0;animation:floatY 5.6s ease-in-out infinite}.hero-photo-metrics .float-card strong{font-size:23px}}
@media (max-width:640px){.hero-photo .hero-grid{padding:50px 0 36px;gap:28px}.hero-photo .hero-copy h1{font-size:42px}.hero-photo .hero-copy p{font-size:17px}.hero-photo:before{background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 58%,rgba(255,255,255,.82) 100%)}.hero-photo-bg img{object-position:56% center;opacity:.7}.hero-photo-metrics{grid-template-columns:1fr 1fr;min-height:auto}.hero-photo-metrics .float-card{padding:12px 14px}.hero-photo-metrics .float-card strong{font-size:20px}.hero-photo-metrics .float-card small,.hero-photo-metrics .float-card em{font-size:12px}.theme-hope .stats-grid{grid-template-columns:1fr 1fr}.theme-hope .stat:nth-child(odd){border-left:0}}

.theme-night .hero-side-income{background:#061426;color:#fff}
.theme-night .hero-side-income,.theme-night .hero-side-income + .stats-band,.theme-night .hero-side-income + .stats-band .stats-grid{border:0;outline:0;box-shadow:none;border-radius:0}
.theme-night .hero-side-income:before{background:linear-gradient(90deg,rgba(5,18,34,.98) 0%,rgba(5,18,34,.9) 33%,rgba(5,18,34,.44) 53%,rgba(5,18,34,.12) 76%),linear-gradient(180deg,rgba(5,18,34,.24),rgba(5,18,34,.68));z-index:0}
.theme-night .hero-side-income .hero-photo-bg img{object-position:66% center;filter:saturate(1.05) contrast(1.06) brightness(.92)}
.theme-night .hero-side-income .hero-grid{min-height:606px;grid-template-columns:.86fr 1.14fr;padding:70px 0 54px}
.theme-night .hero-side-income .badge{background:rgba(255,138,31,.15);border-color:rgba(255,138,31,.28);color:#ffd18f;box-shadow:none}
.theme-night .hero-side-income .hero-copy h1{color:#fff;text-shadow:0 12px 34px rgba(0,0,0,.36)}
.theme-night .hero-side-income .hero-copy h1 em{display:inline-block;color:#58d7ff;text-shadow:0 0 22px rgba(36,198,255,.22)}
.theme-night .hero-side-income .hero-copy p{color:rgba(255,255,255,.78);text-shadow:0 10px 28px rgba(0,0,0,.32)}
.theme-night .hero-side-income .hero-cta .btn:first-child{background:#ff8a1f;color:#fff;box-shadow:0 18px 38px rgba(255,138,31,.24)}
.theme-night .hero-side-income .hero-cta .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.42);color:#fff;backdrop-filter:blur(10px)}
.theme-night .hero-side-income .hero-trust{color:rgba(255,255,255,.82)}
.theme-night .hero-side-income .hero-trust span:before{background:rgba(36,198,255,.16);color:#58d7ff}
.theme-night .hero-side-income .hero-photo-metrics .float-card{background:rgba(255,255,255,.9);border-color:rgba(255,255,255,.72);box-shadow:0 22px 48px rgba(0,0,0,.23)}
.theme-night .hero-side-income .hero-photo-metrics .float-card small{color:#596575}
.theme-night .hero-side-income .hero-photo-metrics .float-card strong{color:#071d3a}
.theme-night .hero-side-income .hero-photo-metrics .float-card em{color:#0aa66c}
.theme-night .hero-side-income .hero-photo-metrics .float-card.one{top:-46px;left:12px;right:auto;bottom:auto}
.theme-night .hero-side-income .hero-photo-metrics .float-card.two{top:82px;left:78px;right:auto;bottom:auto}
.theme-night .hero-side-income .hero-photo-metrics .float-card.three{top:-18px;right:-4px;left:auto;bottom:auto}
.theme-night .hero-side-income .hero-photo-metrics .float-card.four{top:124px;right:18px;left:auto;bottom:auto;min-width:210px}
.theme-night .hero-side-income + .stats-band{background:linear-gradient(90deg,#061426,#0a2443 52%,#061426)}
.theme-night .hero-side-income + .stats-band .stat strong{color:#ffb760}
.theme-night .hero-side-income + .stats-band .stat span{color:rgba(255,255,255,.78);font-weight:800}
@media (min-width:1500px){ .theme-night .hero-side-income .hero-photo-metrics .float-card.three{right:-164px}  .theme-night .hero-side-income .hero-photo-metrics .float-card.four{right:-142px}}
@media (max-width:1000px){.theme-night .hero-side-income .hero-grid{grid-template-columns:1fr;min-height:auto}.theme-night .hero-side-income:before{background:linear-gradient(90deg,rgba(5,18,34,.98),rgba(5,18,34,.72)),linear-gradient(180deg,rgba(5,18,34,.1),rgba(5,18,34,.62))}.theme-night .hero-side-income .hero-photo-bg img{object-position:68% center}}
@media (max-width:640px){.theme-night .hero-side-income:before{background:linear-gradient(180deg,rgba(5,18,34,.98) 0%,rgba(5,18,34,.9) 58%,rgba(5,18,34,.76) 100%)}.theme-night .hero-side-income .hero-photo-bg img{object-position:61% center;opacity:.72}.theme-night .hero-side-income .hero-photo-metrics .float-card{background:rgba(255,255,255,.88)}.theme-night .hero-side-income + .stats-band .stats-grid{grid-template-columns:1fr 1fr}.theme-night .hero-side-income + .stats-band .stat:nth-child(odd){border-left:0}}

.theme-luxury .hero-brand-value{background:#061120;color:#fff}
.theme-luxury .hero-brand-value:before{background:linear-gradient(90deg,rgba(4,10,19,.98) 0%,rgba(4,10,19,.92) 32%,rgba(4,10,19,.56) 50%,rgba(4,10,19,.16) 72%,rgba(4,10,19,.08) 100%),linear-gradient(180deg,rgba(4,10,19,.18),rgba(4,10,19,.62));z-index:0}
.theme-luxury .hero-brand-value .hero-photo-bg img{object-position:68% center;filter:saturate(.96) contrast(1.04) brightness(.9)}
.theme-luxury .hero-brand-value .hero-grid{min-height:620px;grid-template-columns:.83fr 1.17fr;padding:76px 0 58px}
.theme-luxury .hero-brand-value .hero-copy{max-width:610px}
.theme-luxury .hero-brand-value .badge{background:rgba(200,155,79,.18);border-color:rgba(244,217,154,.34);color:#f4d99a;box-shadow:none}
.theme-luxury .hero-brand-value .hero-copy h1{font-size:clamp(44px,5.2vw,72px);line-height:1.12;color:#fff;text-shadow:0 16px 38px rgba(0,0,0,.42)}
.theme-luxury .hero-brand-value .hero-copy h1 em{color:#d8b56a;text-shadow:0 0 22px rgba(244,217,154,.18)}
.theme-luxury .hero-brand-value .hero-copy p{max-width:560px;color:rgba(255,255,255,.78);font-weight:650;text-shadow:0 10px 28px rgba(0,0,0,.32)}
.theme-luxury .hero-brand-value .hero-cta .btn:first-child{background:linear-gradient(135deg,#c89b4f,#f4d99a);color:#081524;box-shadow:0 18px 38px rgba(200,155,79,.24)}
.theme-luxury .hero-brand-value .hero-cta .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(244,217,154,.45);color:#fff;backdrop-filter:blur(10px)}
.theme-luxury .hero-brand-value .hero-trust{color:rgba(255,255,255,.8)}
.theme-luxury .hero-brand-value .hero-trust span:before{background:rgba(244,217,154,.16);color:#f4d99a}
.theme-luxury .hero-brand-stage{min-height:420px}
.theme-luxury .hero-brand-value + .stats-band{background:linear-gradient(90deg,#061120,#0b1b31 52%,#061120)}
.theme-luxury .hero-brand-value + .stats-band .stat strong{color:#e4bd72}
.theme-luxury .hero-brand-value + .stats-band .stat span{color:rgba(255,255,255,.78);font-weight:800}
.theme-luxury .brand-solution-card{margin:0;border-radius:28px;padding:18px;background:linear-gradient(145deg,#fffdf8,#f6efe3);border:1px solid rgba(200,155,79,.22);box-shadow:0 22px 48px rgba(57,41,18,.12);overflow:hidden}
.theme-luxury .brand-solution-card img{display:block;width:100%;height:330px;object-fit:cover;object-position:center;border-radius:20px;box-shadow:0 14px 30px rgba(57,41,18,.1)}
@media (min-width:1500px){.theme-luxury .hero-brand-value .hero-photo-bg img{object-position:72% center}}
@media (max-width:1000px){.theme-luxury .hero-brand-value .hero-grid{grid-template-columns:1fr;min-height:auto;padding:64px 0 46px}.theme-luxury .hero-brand-value:before{background:linear-gradient(90deg,rgba(4,10,19,.98),rgba(4,10,19,.74)),linear-gradient(180deg,rgba(4,10,19,.12),rgba(4,10,19,.66))}.theme-luxury .hero-brand-value .hero-photo-bg img{object-position:66% center;opacity:.86}.theme-luxury .hero-brand-stage{display:none}}
@media (max-width:640px){.theme-luxury .hero-brand-value .hero-grid{padding:52px 0 38px}.theme-luxury .hero-brand-value:before{background:linear-gradient(180deg,rgba(4,10,19,.98) 0%,rgba(4,10,19,.92) 58%,rgba(4,10,19,.78) 100%)}.theme-luxury .hero-brand-value .hero-photo-bg img{object-position:58% center;opacity:.66}.theme-luxury .hero-brand-value + .stats-band .stats-grid{grid-template-columns:1fr 1fr}.theme-luxury .hero-brand-value + .stats-band .stat:nth-child(odd){border-left:0}.theme-luxury .brand-solution-card{padding:14px;border-radius:20px}.theme-luxury .brand-solution-card img{height:230px;border-radius:16px}}

.theme-saas .hero-growth-engine{background:#061426;color:#fff}
.theme-saas .hero-growth-engine:before{background:linear-gradient(90deg,rgba(4,16,34,.98) 0%,rgba(4,16,34,.9) 31%,rgba(4,16,34,.48) 50%,rgba(4,16,34,.12) 75%),linear-gradient(180deg,rgba(4,16,34,.2),rgba(4,16,34,.64));z-index:0}
.theme-saas .hero-growth-engine .hero-photo-bg img{object-position:68% center;filter:saturate(1.04) contrast(1.05) brightness(.92)}
.theme-saas .hero-growth-engine .hero-grid{min-height:606px;grid-template-columns:.82fr 1.18fr;padding:70px 0 52px}
.theme-saas .hero-growth-engine .hero-copy{max-width:610px}
.theme-saas .hero-growth-engine .badge{background:rgba(17,103,255,.18);border-color:rgba(57,200,255,.32);color:#bfe7ff;box-shadow:none}
.theme-saas .hero-growth-engine .hero-copy h1{font-size:clamp(44px,5.3vw,74px);line-height:1.12;color:#fff;text-shadow:0 16px 38px rgba(0,0,0,.42)}
.theme-saas .hero-growth-engine .hero-copy h1 em{color:#f0c767;text-shadow:0 0 22px rgba(240,199,103,.18)}
.theme-saas .hero-growth-engine .hero-copy p{max-width:590px;color:rgba(255,255,255,.78);font-weight:650;text-shadow:0 10px 28px rgba(0,0,0,.34)}
.theme-saas .hero-growth-engine .hero-cta .btn:first-child{background:#2f6bff;color:#fff;box-shadow:0 18px 38px rgba(47,107,255,.28)}
.theme-saas .hero-growth-engine .hero-cta .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.42);color:#fff;backdrop-filter:blur(10px)}
.theme-saas .hero-growth-engine .hero-trust{color:rgba(255,255,255,.82)}
.theme-saas .hero-growth-engine .hero-trust span:before{background:rgba(240,199,103,.16);color:#f0c767}
.theme-saas .hero-growth-stage{min-height:430px}
.theme-saas .hero-growth-engine + .stats-band{background:#fff;color:#12213a}
.theme-saas .hero-growth-engine + .stats-band .stats-grid{position:relative;z-index:2;background:#fff;border:1px solid rgba(17,103,255,.1);border-radius:16px;box-shadow:0 16px 42px rgba(12,28,54,.12);padding:18px 0;transform:translateY(-24px);margin-bottom:-24px}
.theme-saas .hero-growth-engine + .stats-band .stat{border-left-color:rgba(17,103,255,.14)}
.theme-saas .hero-growth-engine + .stats-band .stat strong{color:#2f6bff;font-weight:950}
.theme-saas .hero-growth-engine + .stats-band .stat span{color:#596575;font-weight:850}
@media (min-width:1500px){.theme-saas .hero-growth-engine .hero-photo-bg img{object-position:70% center}}
@media (max-width:1000px){.theme-saas .hero-growth-engine .hero-grid{grid-template-columns:1fr;min-height:auto;padding:64px 0 46px}.theme-saas .hero-growth-engine:before{background:linear-gradient(90deg,rgba(4,16,34,.98),rgba(4,16,34,.72)),linear-gradient(180deg,rgba(4,16,34,.12),rgba(4,16,34,.64))}.theme-saas .hero-growth-engine .hero-photo-bg img{object-position:62% center;opacity:.82}.theme-saas .hero-growth-stage{display:none}.theme-saas .hero-growth-engine + .stats-band .stats-grid{transform:none;margin-bottom:0;border-radius:0;box-shadow:none;border-left:0;border-right:0}}
@media (max-width:640px){.theme-saas .hero-growth-engine .hero-grid{padding:52px 0 38px}.theme-saas .hero-growth-engine:before{background:linear-gradient(180deg,rgba(4,16,34,.98) 0%,rgba(4,16,34,.9) 58%,rgba(4,16,34,.76) 100%)}.theme-saas .hero-growth-engine .hero-photo-bg img{object-position:54% center;opacity:.62}.theme-saas .hero-growth-engine + .stats-band .stats-grid{grid-template-columns:1fr 1fr}.theme-saas .hero-growth-engine + .stats-band .stat:nth-child(odd){border-left:0}}

.theme-future .hero-future-asset{background:#fff8ed;color:var(--accent-dark)}
.theme-future .hero-future-asset:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 31%,rgba(255,255,255,.68) 47%,rgba(255,255,255,.18) 70%),linear-gradient(180deg,rgba(255,248,237,.2),rgba(255,248,237,.38));z-index:0}
.theme-future .hero-future-asset .hero-photo-bg img{object-position:68% center;filter:saturate(1.02) contrast(1.02) brightness(1.01)}
.theme-future .hero-future-asset .hero-grid{min-height:604px;grid-template-columns:.84fr 1.16fr;padding:72px 0 54px}
.theme-future .hero-future-asset .hero-copy{max-width:660px}
.theme-future .hero-future-asset .badge{background:rgba(255,248,237,.9);border-color:rgba(211,168,78,.36);color:#a57a24;box-shadow:0 12px 30px rgba(211,168,78,.12)}
.theme-future .hero-future-asset .hero-copy h1{font-size:clamp(43px,5.1vw,70px);line-height:1.13;color:#071d3a;text-shadow:0 2px 18px rgba(255,255,255,.76)}
.theme-future .hero-future-asset .hero-copy h1 em{color:#1f6b45}
.theme-future .hero-future-asset .hero-copy p{max-width:590px;color:#526070;font-weight:650;text-shadow:0 1px 14px rgba(255,255,255,.8)}
.theme-future .hero-future-asset .hero-cta .btn:first-child{background:linear-gradient(135deg,#b78b3d,#e3c46f);color:#fff;box-shadow:0 18px 38px rgba(183,139,61,.22)}
.theme-future .hero-future-asset .hero-cta .btn.secondary{background:rgba(255,255,255,.78);border-color:rgba(12,28,54,.18);color:#253348;backdrop-filter:blur(10px)}
.theme-future .hero-future-asset .hero-trust{color:#66715f}
.theme-future .hero-future-asset .hero-trust span:before{background:rgba(211,168,78,.18);color:#9f7430}
.theme-future .hero-future-stage{min-height:430px}
.theme-future .hero-future-asset + .stats-band{background:linear-gradient(90deg,#06172f,#082349 52%,#06172f)}
.theme-future .hero-future-asset + .stats-band .stats-grid{padding:20px 0}
.theme-future .hero-future-asset + .stats-band .stat{border-left-color:rgba(231,199,134,.22)}
.theme-future .hero-future-asset + .stats-band .stat strong{color:#e0b86f;font-weight:950}
.theme-future .hero-future-asset + .stats-band .stat span{color:rgba(255,255,255,.76);font-weight:800}
@media (min-width:1500px){.theme-future .hero-future-asset .hero-photo-bg img{object-position:70% center}}
@media (max-width:1000px){.theme-future .hero-future-asset .hero-grid{grid-template-columns:1fr;min-height:auto;padding:62px 0 44px}.theme-future .hero-future-asset:before{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.8)),linear-gradient(180deg,rgba(255,248,237,.1),rgba(255,248,237,.42))}.theme-future .hero-future-asset .hero-photo-bg img{object-position:66% center;opacity:.78}.theme-future .hero-future-stage{display:none}}
@media (max-width:640px){.theme-future .hero-future-asset .hero-grid{padding:50px 0 36px}.theme-future .hero-future-asset:before{background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 58%,rgba(255,255,255,.84) 100%)}.theme-future .hero-future-asset .hero-photo-bg img{object-position:56% center;opacity:.62}.theme-future .hero-future-asset + .stats-band .stats-grid{grid-template-columns:1fr 1fr}.theme-future .hero-future-asset + .stats-band .stat:nth-child(odd){border-left:0}}

.theme-hope.hope-page{background:#fbfaf7;color:#091b35;--accent:#bd8b38;--accent-2:#e7c786;--accent-dark:#071d3a;--section-dark:#061d39;--button:#071d3a;--button-text:#fff}
.theme-hope.hope-page .container{width:min(1180px,calc(100% - 56px))}
.theme-hope.hope-page .progress{height:3px}
.theme-hope.hope-page .hope-nav{background:rgba(255,255,255,.94);border-bottom:1px solid rgba(7,29,58,.08);box-shadow:0 10px 28px rgba(7,29,58,.04)}
.theme-hope.hope-page .nav-inner{height:58px}
.theme-hope.hope-page .logo{font-size:25px;color:#071d3a;gap:3px}
.theme-hope.hope-page .logo span{font-size:18px}
.theme-hope.hope-page .nav-links{gap:42px;color:#14233a;font-size:13px}
.theme-hope.hope-page .nav-actions{gap:18px}
.theme-hope.hope-page .login-link{font-size:13px;font-weight:850;color:#17243a}
.theme-hope.hope-page .nav-actions .btn{padding:12px 18px;border-radius:6px;background:#071d3a;font-size:13px;box-shadow:none}
.theme-hope.hope-page .btn{border-radius:7px;padding:15px 28px;min-height:48px}
.theme-hope.hope-page .btn.secondary{border-color:#d8c4a4;color:#9d752e;background:rgba(255,255,255,.8)}
.theme-hope.hope-page .hope-hero{background:#fffdf9}
.theme-hope.hope-page .hope-hero:before{background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.94) 33%,rgba(255,255,255,.48) 55%,rgba(255,255,255,.04) 86%);z-index:1}
.theme-hope.hope-page .hope-hero .hero-photo-bg img{object-position:68% 28%;transform-origin:68% 28%;filter:saturate(1.02) contrast(1.01);animation:photoDrift 16s ease-in-out infinite}
.theme-hope.hope-page .hope-hero .hero-grid{min-height:420px;grid-template-columns:.95fr 1.05fr;gap:24px;padding:48px 0 42px;position:relative;z-index:2}
.theme-hope.hope-page .hope-hero .hero-copy{max-width:560px}
.theme-hope.hope-page .hope-hero .badge{padding:8px 13px;border-color:rgba(189,139,56,.22);background:#fff8ea;color:#a77827;font-size:13px;box-shadow:none}
.theme-hope.hope-page .hope-hero .hero-copy h1{font-size:56px;line-height:1.18;margin:18px 0 14px;letter-spacing:0;text-shadow:none;color:#071d3a}
.theme-hope.hope-page .hope-hero .hero-copy h1 em{color:#bd8b38}
.theme-hope.hope-page .hope-hero .hero-copy p{font-size:16px;line-height:1.86;max-width:520px;margin-bottom:20px;color:#2f4058;font-weight:700;text-shadow:none}
.theme-hope.hope-page .hope-hero .hero-cta{margin:20px 0 18px;gap:18px}
.theme-hope.hope-page .hope-hero .hero-cta .btn:first-child{min-width:184px;background:#071d3a}
.theme-hope.hope-page .hope-hero .hero-cta .btn.secondary{min-width:188px}
.theme-hope.hope-page .hope-hero .hero-trust{gap:28px;color:#8a7351;font-size:12px;font-weight:800}
.theme-hope.hope-page .hope-hero .hero-trust span:before{width:16px;height:16px;font-size:10px;background:transparent;color:#bd8b38}
.theme-hope.hope-page .hope-hero .hero-photo-metrics{min-height:420px}
.theme-hope.hope-page .hope-hero .hero-photo-metrics .float-card{width:172px;min-width:172px;padding:13px 15px;border-radius:8px;background:rgba(255,255,255,.84);border-color:rgba(189,139,56,.16);box-shadow:0 14px 32px rgba(9,27,53,.14);backdrop-filter:blur(8px)}
.theme-hope.hope-page .hope-hero .metric small{font-size:11px;color:#5d6571}
.theme-hope.hope-page .hope-hero .metric strong{font-size:21px;color:#071d3a;line-height:1.18}
.theme-hope.hope-page .hope-hero .metric em{color:#bd8b38;font-size:11px}
.theme-hope.hope-page .hope-hero .metric-status{position:absolute;right:14px;bottom:16px;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:#fff8ea;border:1px solid rgba(189,139,56,.26);color:#9b6f22;font-size:11px;font-weight:950;line-height:1;white-space:nowrap}
.theme-hope.hope-page .hope-hero .metric-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#bd8b38;box-shadow:0 0 0 4px rgba(189,139,56,.12)}
.theme-hope.hope-page .hope-hero .hero-photo-metrics .float-card.one{top:56px;right:-46px}
.theme-hope.hope-page .hope-hero .hero-photo-metrics .float-card.two{top:174px;left:-42px;right:auto;animation-delay:.45s}
.theme-hope.hope-page .hope-hero .hero-photo-metrics .float-card.three{top:292px;left:4px;right:auto;animation-delay:.9s}
.theme-hope.hope-page .hope-hero .hero-photo-metrics .float-card.four{top:324px;right:-76px;animation-delay:1.35s}
.theme-hope.hope-page .hope-stats{background:linear-gradient(90deg,#06172f,#082247 50%,#06172f)}
.theme-hope.hope-page .hope-stats .stats-grid{padding:15px 0}
.theme-hope.hope-page .hope-stats .stat{padding:8px 18px;border-left-color:rgba(231,199,134,.26)}
.theme-hope.hope-page .hope-stats .stat strong{font-size:25px;color:#e3bc73;line-height:1.2}
.theme-hope.hope-page .hope-stats .stat span{font-size:12px;color:rgba(255,255,255,.72)}
.theme-hope.hope-page .section{padding:54px 0}
.theme-hope.hope-page .section.alt,.theme-hope.hope-page .hope-band{background:#fff}
.theme-hope.hope-page .hope-band{padding:34px 0 38px}
.theme-hope.hope-page .hope-title{text-align:center;margin:0 auto 30px}
.theme-hope.hope-page .hope-title h2{font-size:30px;line-height:1.25;margin:0;color:#071d3a;letter-spacing:0}
.theme-hope.hope-page .hope-title p{max-width:620px;margin:10px auto 0;color:#6e7785;font-size:14px}
.theme-hope.hope-page .hope-title span{display:block;width:26px;height:2px;margin:12px auto 0;background:#bd8b38}
.theme-hope.hope-page .hope-problem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.theme-hope.hope-page .hope-problem{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center;padding:10px 10px}
.theme-hope.hope-page .hope-icon{width:48px;height:48px;border-radius:50%;border:1px solid rgba(189,139,56,.34);display:grid;place-items:center;color:#bd8b38;font-weight:950;background:#fffdf9}
.theme-hope.hope-page .hope-icon img{width:25px;height:25px;object-fit:contain}
.theme-hope.hope-page .hope-problem h3{font-size:14px;line-height:1.42;margin:10px 0 5px;color:#071d3a}
.theme-hope.hope-page .hope-problem p{font-size:12px;line-height:1.55;margin:0;color:#667386}
.theme-hope.hope-page .hope-solution-section{background:linear-gradient(90deg,#fff,#fff8ef)}
.theme-hope.hope-page .hope-solution{display:grid;grid-template-columns:.96fr 1.04fr;gap:56px;align-items:center}
.theme-hope.hope-page .solution-art{border-radius:10px;overflow:hidden;box-shadow:0 18px 46px rgba(7,29,58,.12);background:#fff}
.theme-hope.hope-page .solution-art img{width:100%;height:320px;object-fit:contain;object-position:center;background:#fff}
.theme-hope.hope-page .solution-copy h2{font-size:32px;line-height:1.28;margin:8px 0 12px;color:#071d3a}
.theme-hope.hope-page .solution-copy p{font-size:15px;line-height:1.9;color:#425168;margin:0}
.theme-hope.hope-page .solution-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.theme-hope.hope-page .solution-pills span{border:1px solid #eadcc7;border-radius:6px;background:#fff;padding:9px 10px;text-align:center;font-size:13px;font-weight:850;color:#17304d}
.theme-hope.hope-page .advantage-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.theme-hope.hope-page .advantage-card{background:#fff;border:1px solid #eadcc7;border-radius:8px;box-shadow:0 10px 26px rgba(7,29,58,.06);padding:24px 16px;text-align:center;transition:.25s transform,.25s box-shadow}
.theme-hope.hope-page .advantage-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(7,29,58,.11)}
.theme-hope.hope-page .advantage-card .hope-icon{margin:0 auto 12px;border-radius:16px}
.theme-hope.hope-page .advantage-card h3{margin:0 0 8px;color:#071d3a;font-size:17px}
.theme-hope.hope-page .advantage-card p{margin:0;font-size:13px;line-height:1.65;color:#667386}
.theme-hope.hope-page .journey-section{background:#fffaf2}
.theme-hope.hope-page .journey-line{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.theme-hope.hope-page .journey-line:before{content:"";position:absolute;left:6%;right:6%;top:20px;height:1px;background:#d8b46f}
.theme-hope.hope-page .journey-step{text-align:center;position:relative;padding-top:2px}
.theme-hope.hope-page .journey-step b{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 12px;border-radius:50%;background:#bd8b38;color:#fff;font-size:12px;position:relative;z-index:1}
.theme-hope.hope-page .journey-step h3{font-size:15px;margin:0 0 5px;color:#071d3a}
.theme-hope.hope-page .journey-step p{font-size:12px;line-height:1.55;margin:0;color:#68758a}
.theme-hope.hope-page .compact-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border:1px solid #eadcc7;border-radius:10px;background:#fff;padding:16px}
.theme-hope.hope-page .compact-feature{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:start;padding:12px;border-radius:8px;background:#fff}
.theme-hope.hope-page .feature-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(189,139,56,.34);background:#fff8ea;display:grid;place-items:center}
.theme-hope.hope-page .feature-icon img{width:18px;height:18px;object-fit:contain}
.theme-hope.hope-page .compact-feature h3{font-size:15px;margin:0 0 4px;color:#071d3a}
.theme-hope.hope-page .compact-feature p{font-size:12px;line-height:1.5;margin:0;color:#667386}
.theme-hope.hope-page .case-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.theme-hope.hope-page .case-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #eadcc7;box-shadow:0 10px 24px rgba(7,29,58,.06);transition:.25s transform,.25s box-shadow}
.theme-hope.hope-page .case-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(7,29,58,.12)}
.theme-hope.hope-page .case-card img{height:78px;width:100%;object-fit:cover}
.theme-hope.hope-page .case-card h3{font-size:15px;margin:10px 12px 3px;color:#071d3a}
.theme-hope.hope-page .case-card p{font-size:12px;line-height:1.55;margin:0 12px 14px;color:#667386}
.theme-hope.hope-page .hope-pricing{background:#fff}
.theme-hope.hope-page .hope-pricing .price-grid{gap:20px}
.theme-hope.hope-page .hope-pricing .price-card{border-radius:8px;border-color:#e8dfd3;box-shadow:0 14px 30px rgba(7,29,58,.07);padding:24px 24px 22px}
.theme-hope.hope-page .hope-pricing .price-card.featured{transform:translateY(-8px);border-color:#d9ae61}
.theme-hope.hope-page .hope-pricing .price-card h3{text-align:center;font-size:18px}
.theme-hope.hope-page .hope-pricing .plan-note{text-align:center;font-size:12px;color:#6e7785}
.theme-hope.hope-page .hope-pricing .price{text-align:center;font-size:31px;color:#071d3a}
.theme-hope.hope-page .hope-pricing .original-price{text-align:center}
.theme-hope.hope-page .hope-pricing .price-card ul{min-height:116px}
.theme-hope.hope-page .hope-pricing .price-card li{font-size:13px}
.theme-hope.hope-page .hope-pricing .price-card .btn{width:100%;min-height:42px;padding:12px 14px;font-size:13px;border-radius:5px}
.theme-hope.hope-page .story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.theme-hope.hope-page .story-card{display:grid;grid-template-columns:104px 1fr;gap:16px;align-items:center;background:#fff;border:1px solid #eadcc7;border-radius:9px;padding:16px;box-shadow:0 12px 28px rgba(7,29,58,.07)}
.theme-hope.hope-page .story-card img{width:104px;height:104px;border-radius:7px;object-fit:cover}
.theme-hope.hope-page .story-card strong{display:block;color:#071d3a;font-size:14px}
.theme-hope.hope-page .story-card p{font-size:13px;line-height:1.65;margin:6px 0;color:#4f5e72}
.theme-hope.hope-page .story-card small{color:#bd8b38;font-weight:900}
.theme-hope.hope-page .faq-grid{gap:14px 18px}
.theme-hope.hope-page .faq-item{border-radius:6px;border-color:#e6edf4;box-shadow:0 8px 18px rgba(7,29,58,.04)}
.theme-hope.hope-page .faq-q{padding:15px 18px;font-size:14px}
.theme-hope.hope-page .hope-final-cta{background:#061d39;background-image:radial-gradient(circle,rgba(231,199,134,.18) 1px,transparent 1px);background-size:18px 18px}
.theme-hope.hope-page .hope-final-cta .cta-inner{padding:58px 0}
.theme-hope.hope-page .hope-final-cta h2{font-size:33px;color:#e7c786;text-align:center}
.theme-hope.hope-page .hope-final-cta p{text-align:center}
.theme-hope.hope-page .hope-final-cta .cta-inner{grid-template-columns:1fr;justify-items:center}
.theme-hope.hope-page .hope-final-cta .btn.secondary{color:#e7c786;border-color:rgba(231,199,134,.46);background:rgba(255,255,255,.05)}
.theme-hope.hope-page .hope-footer{background:#06172f}
@media (max-width:1100px){
  .theme-hope.hope-page .nav-links{gap:24px}
  .theme-hope.hope-page .hope-problem-grid,.theme-hope.hope-page .advantage-grid,.theme-hope.hope-page .case-strip{grid-template-columns:repeat(3,1fr)}
  .theme-hope.hope-page .journey-line{grid-template-columns:repeat(3,1fr);row-gap:28px}
  .theme-hope.hope-page .journey-line:before{display:none}
  .theme-hope.hope-page .story-grid,.theme-hope.hope-page .hope-pricing .price-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1000px){
  .theme-hope.hope-page .hope-hero .hero-grid{grid-template-columns:1fr;min-height:auto}
  .theme-hope.hope-page .hope-hero:before{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.76))}
  .theme-hope.hope-page .hope-hero .hero-photo-metrics{min-height:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
  .theme-hope.hope-page .hope-hero .hero-photo-metrics .float-card{position:relative;top:auto!important;right:auto!important;left:auto!important;width:auto;min-width:0}
  .theme-hope.hope-page .hope-solution{grid-template-columns:1fr}
  .theme-hope.hope-page .solution-art img{height:280px}
}
@media (max-width:760px){
  .theme-hope.hope-page .container{width:min(100% - 28px,1180px)}
  .theme-hope.hope-page .nav-inner{height:64px}
  .theme-hope.hope-page .nav-actions .login-link{display:none}
  .theme-hope.hope-page .nav-actions .btn{display:none}
  .theme-hope.hope-page .hope-hero .hero-copy h1{font-size:38px}
  .theme-hope.hope-page .hope-hero .hero-copy p{font-size:15px}
  .theme-hope.hope-page .hope-hero .hero-photo-bg img{opacity:.62;object-position:58% 24%;transform-origin:58% 24%}
  .theme-hope.hope-page .hope-stats .stats-grid{grid-template-columns:repeat(2,1fr)}
  .theme-hope.hope-page .hope-stats .stat:nth-child(odd){border-left:0}
  .theme-hope.hope-page .hope-problem-grid,.theme-hope.hope-page .advantage-grid,.theme-hope.hope-page .compact-feature-grid,.theme-hope.hope-page .case-strip,.theme-hope.hope-page .story-grid,.theme-hope.hope-page .hope-pricing .price-grid,.theme-hope.hope-page .faq-grid{grid-template-columns:1fr}
  .theme-hope.hope-page .hope-problem{grid-template-columns:1fr;justify-items:center;text-align:center}
  .theme-hope.hope-page .journey-line{grid-template-columns:1fr 1fr}
  .theme-hope.hope-page .solution-pills{grid-template-columns:1fr 1fr}
  .theme-hope.hope-page .story-card{grid-template-columns:84px 1fr}
  .theme-hope.hope-page .story-card img{width:84px;height:84px}
  .theme-hope.hope-page .hope-final-cta h2{font-size:27px}
  .theme-hope.hope-page .hope-hero .metric-status{position:static;width:max-content;max-width:100%;margin-top:8px;font-size:10px;padding:5px 8px}
}

/* Landing readability pass: keep small labels usable across the five pages. */
body{font-size:16px}
.nav-links{font-size:15px}
.btn{font-size:15px}
.badge{font-size:15px}
.eyebrow{font-size:14px}
.hero-copy p{font-size:19px;line-height:1.82}
.hero-trust{font-size:15px;line-height:1.55}
.float-card small{font-size:13px}
.float-card em{font-size:14px}
.section-head p{font-size:18px;line-height:1.8}
.card h3{font-size:22px;line-height:1.35}
.card p,.feature p,.use-case p,.quote p,.ba-list li,.check,.faq-a p,.cta p{font-size:16px;line-height:1.75}
.feature h3{font-size:20px;line-height:1.35}
.step h3{font-size:18px}
.step p{font-size:14px;line-height:1.65}
.quote small{font-size:14px}
.quote-metrics span{font-size:13px}
.price-card li{font-size:15px;line-height:1.65}
.plan-note,.original-price{font-size:14px;line-height:1.55}
.faq-q{font-size:16px;line-height:1.55}
.footer a,.footer p{font-size:15px;line-height:1.65}
.stat span{font-size:14px;line-height:1.5}
.theme-hope.hope-page .nav-links,.theme-hope.hope-page .login-link,.theme-hope.hope-page .nav-actions .btn{font-size:14px}
.theme-hope.hope-page .hope-hero .badge{font-size:14px}
.theme-hope.hope-page .hope-hero .hero-copy p{font-size:17px;line-height:1.9}
.theme-hope.hope-page .hope-hero .hero-trust{font-size:13px;line-height:1.55}
.theme-hope.hope-page .hope-hero .metric small{font-size:12px}
.theme-hope.hope-page .hope-hero .metric em{font-size:12px}
.theme-hope.hope-page .hope-hero .metric-status{font-size:12px}
.theme-hope.hope-page .hope-stats .stat span{font-size:13px}
.theme-hope.hope-page .hope-title h2{font-size:32px}
.theme-hope.hope-page .hope-title p{font-size:16px;line-height:1.75}
.theme-hope.hope-page .hope-problem h3{font-size:15px}
.theme-hope.hope-page .hope-problem p{font-size:14px;line-height:1.65}
.theme-hope.hope-page .solution-copy p{font-size:16px;line-height:1.9}
.theme-hope.hope-page .solution-pills span{font-size:14px}
.theme-hope.hope-page .advantage-card h3{font-size:18px}
.theme-hope.hope-page .advantage-card p{font-size:14px;line-height:1.7}
.theme-hope.hope-page .journey-step h3{font-size:16px}
.theme-hope.hope-page .journey-step p{font-size:14px;line-height:1.65}
.theme-hope.hope-page .compact-feature h3{font-size:16px}
.theme-hope.hope-page .compact-feature p{font-size:14px;line-height:1.62}
.theme-hope.hope-page .case-card h3{font-size:16px}
.theme-hope.hope-page .case-card p{font-size:14px;line-height:1.62}
.theme-hope.hope-page .hope-pricing .plan-note{font-size:14px}
.theme-hope.hope-page .hope-pricing .price-card li{font-size:14px;line-height:1.6}
.theme-hope.hope-page .hope-pricing .price-card .btn{font-size:14px}
.theme-hope.hope-page .story-card strong{font-size:15px}
.theme-hope.hope-page .story-card p{font-size:14px;line-height:1.68}
.theme-hope.hope-page .story-card small{font-size:14px}
.theme-hope.hope-page .faq-q{font-size:15px}
.theme-hope.hope-page .faq-a p{font-size:15px;line-height:1.75}
.theme-hope.hope-page .hope-final-cta p{font-size:16px;line-height:1.75}
@media (max-width:640px){
  .hero-copy p{font-size:17px}
  .section-head p{font-size:16px}
  .card p,.feature p,.use-case p,.quote p,.ba-list li,.check,.faq-a p,.cta p{font-size:15px}
  .theme-hope.hope-page .hope-hero .hero-copy p{font-size:16px}
  .theme-hope.hope-page .hope-title h2{font-size:30px}
  .theme-hope.hope-page .hope-problem p,.theme-hope.hope-page .advantage-card p,.theme-hope.hope-page .journey-step p,.theme-hope.hope-page .compact-feature p,.theme-hope.hope-page .case-card p,.theme-hope.hope-page .story-card p{font-size:14px}
}

/* Side-income page visual asset pass. */
body.theme-night .login-link{font-size:15px;font-weight:850;color:rgba(255,255,255,.82)}
body.theme-night .login-link:hover{color:#fff}
.theme-night .section .btn.secondary{background:#fff;color:#0b78d0;border-color:#b9d7ef}
.theme-night .section .btn.secondary:hover{border-color:#0b78d0;box-shadow:0 10px 24px rgba(11,120,208,.12)}
.theme-night .side-hero-stats{grid-template-columns:repeat(4,1fr)}
.theme-night .side-logo-strip{background:#fff;border-bottom:1px solid rgba(6,26,52,.08);box-shadow:0 8px 24px rgba(6,26,52,.04)}
.theme-night .side-logo-inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap}
.theme-night .side-logo-inner p{margin:0;color:#34445b;font-size:15px;font-weight:850}
.theme-night .side-logo-list{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}
.theme-night .pay-logo{display:inline-flex;align-items:center;height:26px;font-size:20px;font-weight:950;line-height:1;letter-spacing:0}
.theme-night .pay-logo.ecpay{color:#1881bf}
.theme-night .pay-logo.linepay{color:#121212}
.theme-night .pay-logo.linepay:after{content:"Pay";display:inline-grid;place-items:center;margin-left:4px;padding:4px 6px;border-radius:3px;background:#41bd55;color:#fff;font-size:15px}
.theme-night .pay-logo.post{color:#2f927c;font-size:17px}
.theme-night .pay-logo.seven{color:#ef6f1f;font-size:17px}
.theme-night .pay-logo.family{color:#167bc4;font-size:17px}
.theme-night .side-logo-list a{color:#7e8da1;font-size:13px;font-weight:850}
.theme-night .icon img{width:26px;height:26px;object-fit:contain}
.theme-night .side-icon-card .icon{background:#f7fbff;border:1px solid rgba(36,198,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)}
.theme-night .pain .side-icon-card .icon{width:56px;height:56px}
.theme-night .feature.side-icon-card{overflow:hidden}
.theme-night .feature.side-icon-card .icon{position:relative;z-index:1;width:48px;height:48px}
.theme-night .feature.side-icon-card h3,.theme-night .feature.side-icon-card p{position:relative;z-index:1}
.theme-night .side-solution-card{margin:0;border-radius:28px;padding:20px;background:linear-gradient(145deg,#f8fcff,#e9f6ff);border:1px solid rgba(36,198,255,.2);box-shadow:0 22px 48px rgba(6,26,52,.14);overflow:hidden}
.theme-night .side-solution-card img{width:100%;height:330px;object-fit:contain;object-position:center;filter:drop-shadow(0 14px 22px rgba(6,26,52,.12))}
.theme-night .side-solution-copy h2{font-size:clamp(30px,4vw,44px);line-height:1.25;margin:0 0 18px;color:#061a34}
.theme-night .side-solution-copy p{font-size:18px;line-height:1.8;color:#415066;margin:0 0 18px}
.theme-night .side-solution-list{list-style:none;display:grid;gap:9px;margin:0 0 18px;padding:0}
.theme-night .side-solution-list li{display:flex;gap:10px;align-items:flex-start;color:#24344b;font-size:16px;font-weight:750;line-height:1.55}
.theme-night .side-solution-list li:before{content:"✓";display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#0b78d0;color:#fff;font-size:13px;font-weight:950}
.theme-night .side-steps .icon{width:44px;height:44px;margin:0 auto;background:#eff8ff;border:1px solid rgba(36,198,255,.24);border-radius:50%}
.theme-night .side-steps .icon img{width:23px;height:23px}
.theme-night .side-use-case{min-height:0;display:block;padding:0;background:#fff;border-radius:18px;box-shadow:0 14px 30px rgba(6,26,52,.08)}
.theme-night .side-use-case:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.56);pointer-events:none}
.theme-night .side-use-case .use-case-img{width:100%;height:146px;object-fit:cover;object-position:center}
.theme-night .side-use-case .use-case-body{padding:18px 20px 22px;background:linear-gradient(180deg,#fff,rgba(239,248,255,.72))}
.theme-night .side-use-case h3{font-size:21px;margin:0 0 6px;color:#061a34}
.theme-night .side-use-case p{font-size:15px;line-height:1.65;color:#556273}
.theme-night .side-stories{grid-template-columns:repeat(3,1fr)}
.theme-night .quote .avatar{overflow:hidden;background:#eef7ff;flex:0 0 54px}
.theme-night .quote .avatar:after{display:none}
.theme-night .quote .avatar img{width:100%;height:100%;object-fit:cover}
.theme-night .side-before-after{grid-template-columns:1fr 76px 1fr minmax(220px,.8fr);gap:0;align-items:stretch;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#061a34,#073b68 58%,#061a34);box-shadow:0 20px 52px rgba(6,26,52,.18)}
.theme-night .side-before-after .ba-list{background:transparent;border:0;border-radius:0;box-shadow:none;padding:32px 30px}
.theme-night .side-before-after .ba-list h3{color:#fff}
.theme-night .side-before-after .ba-list li{color:rgba(255,255,255,.86);font-weight:750}
.theme-night .side-before-after .vs{align-self:center;justify-self:center;background:#fff;color:#061a34;z-index:1}
.theme-night .side-before-after .ba-photo{width:100%;height:100%;object-fit:cover;object-position:center;min-height:260px}
.theme-night .side-plan-toggle{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:4px;border:1px solid #d9e4ef;border-radius:999px;background:#f6fbff;color:#526174;font-size:13px;font-weight:850}
.theme-night .side-plan-toggle span,.theme-night .side-plan-toggle b{display:inline-flex;align-items:center;min-height:30px;padding:0 14px;border-radius:999px}
.theme-night .side-plan-toggle b{background:#fff;color:#0b78d0;box-shadow:0 6px 14px rgba(6,26,52,.08)}
.theme-night .side-faq-grid{margin-top:0}
.theme-night .side-final-cta{background:linear-gradient(135deg,#076ec5,#064f9d 55%,#063b78)}
.theme-night .side-final-cta .cta-inner{grid-template-columns:1fr auto;align-items:center;padding:44px 0 34px}
.theme-night .side-final-cta .hero-cta{justify-content:flex-end;margin:0}
.theme-night .side-cta-perks{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}
.theme-night .side-cta-perks span{display:flex;align-items:center;justify-content:center;gap:8px;color:rgba(255,255,255,.86);font-size:14px;font-weight:850;text-align:center}
.theme-night .side-cta-perks span:before{display:none}
.theme-night .side-cta-perks img{width:34px;height:34px;padding:7px;border-radius:50%;border:1px solid rgba(255,255,255,.44);background:rgba(255,255,255,.92);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);object-fit:contain}
.theme-night .side-footer{background:#fff;color:#7a8797;padding:14px 0;border-top:1px solid #e8eef5}
.theme-night .side-footer p{margin:0;text-align:center;color:#7a8797;font-size:13px}
.theme-night .side-footer a{display:inline;color:#6d7b8e;margin:0;font-size:13px}
@media (max-width:1000px){
  .theme-night .side-hero-stats{grid-template-columns:repeat(2,1fr)}
  .theme-night .side-logo-inner{gap:16px;padding:16px 0}
  .theme-night .side-logo-list{gap:18px}
  .theme-night .side-before-after{grid-template-columns:1fr}
  .theme-night .side-before-after .vs{margin:0 auto;transform:translateY(-50%)}
  .theme-night .side-before-after .ba-photo{max-height:300px}
  .theme-night .side-final-cta .cta-inner{grid-template-columns:1fr}
  .theme-night .side-final-cta .hero-cta{justify-content:flex-start}
  .theme-night .side-cta-perks{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  body.theme-night .login-link{display:none}
  .theme-night .side-hero-stats{grid-template-columns:1fr 1fr}
  .theme-night .side-logo-inner{align-items:flex-start;justify-content:flex-start}
  .theme-night .side-logo-list{justify-content:flex-start;gap:14px 18px}
  .theme-night .pay-logo{font-size:17px}
  .theme-night .pay-logo.post,.theme-night .pay-logo.seven,.theme-night .pay-logo.family{font-size:15px}
  .theme-night .side-solution-card{padding:14px;border-radius:20px}
  .theme-night .side-solution-card img{height:230px}
  .theme-night .side-use-case .use-case-img{height:168px}
  .theme-night .side-stories{grid-template-columns:1fr}
  .theme-night .side-before-after .ba-list{padding:26px 22px}
  .theme-night .side-cta-perks{grid-template-columns:1fr}
}

.theme-luxury.brand-page{background:#fbf8f2}
.theme-luxury.brand-page .login-link{font-size:14px;font-weight:850;color:rgba(255,255,255,.82)}
.theme-luxury.brand-page .login-link:hover{color:#fff}
.theme-luxury.brand-page .hero-brand-value .hero-copy h1{font-size:clamp(42px,5.1vw,68px);line-height:1.16}
.theme-luxury.brand-page .hero-brand-value .hero-kicker{margin:-2px 0 14px;color:#f2d394;font-size:18px;font-weight:850}
.theme-luxury.brand-page .brand-capability-strip{background:linear-gradient(90deg,#061120,#0d2038 52%,#061120);border-top:1px solid rgba(244,217,154,.12);border-bottom:1px solid rgba(244,217,154,.12)}
.theme-luxury.brand-page .brand-capability-grid{min-height:68px;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}
.theme-luxury.brand-page .brand-capability-grid span{display:flex;align-items:center;justify-content:center;gap:10px;min-height:68px;color:rgba(255,255,255,.82);font-size:15px;font-weight:850;border-left:1px solid rgba(255,255,255,.16)}
.theme-luxury.brand-page .brand-capability-grid span:first-child{border-left:0}
.theme-luxury.brand-page .brand-capability-grid img{width:25px;height:25px;filter:brightness(0) saturate(100%) invert(81%) sepia(25%) saturate(757%) hue-rotate(358deg) brightness(93%) contrast(91%)}
.theme-luxury.brand-page .section-label{display:inline-flex;align-items:center;gap:12px;color:#a9823d;font-size:18px;font-weight:900;letter-spacing:.04em}
.theme-luxury.brand-page .section-label:after{content:"";width:28px;height:2px;background:#c89b4f}
.theme-luxury.brand-page .brand-vision{background:#fff}
.theme-luxury.brand-page .brand-vision-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:46px;align-items:center}
.theme-luxury.brand-page .brand-vision-copy h2{max-width:560px;margin:18px 0 16px;color:#071d3a;font-size:clamp(28px,3.4vw,42px);line-height:1.32;letter-spacing:0}
.theme-luxury.brand-page .brand-vision-copy p{max-width:620px;color:#516174;font-size:18px;line-height:1.85;margin:0}
.theme-luxury.brand-page .brand-stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.theme-luxury.brand-page .brand-stat-card{min-height:176px;background:#fff;border:1px solid #e8dcc9;border-radius:8px;padding:26px 20px;text-align:center;box-shadow:0 14px 34px rgba(57,41,18,.1)}
.theme-luxury.brand-page .brand-stat-card img{width:40px;height:40px;margin-bottom:18px;filter:brightness(0) saturate(100%) invert(58%) sepia(32%) saturate(707%) hue-rotate(358deg) brightness(91%) contrast(88%)}
.theme-luxury.brand-page .brand-stat-card strong{display:block;color:#12203a;font-size:34px;line-height:1.15;font-family:Georgia,serif;font-weight:500}
.theme-luxury.brand-page .brand-stat-card strong:not([data-count]){font-family:var(--font);font-size:30px;font-weight:950;letter-spacing:0}
.theme-luxury.brand-page .brand-stat-card span{display:block;margin-top:8px;color:#5d6776;font-size:15px;font-weight:850}
.theme-luxury.brand-page .brand-pain-band{background:#071626;color:#fff}
.theme-luxury.brand-page .brand-pain-band .section-head h2{color:#fff}
.theme-luxury.brand-page .brand-pain-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid rgba(255,255,255,.18)}
.theme-luxury.brand-page .brand-pain-item{padding:28px 26px;text-align:center;border-left:1px solid rgba(255,255,255,.18)}
.theme-luxury.brand-page .brand-pain-item:first-child{border-left:0}
.theme-luxury.brand-page .brand-pain-item img{width:46px;height:46px;margin:0 auto 16px;filter:brightness(0) saturate(100%) invert(78%) sepia(31%) saturate(670%) hue-rotate(358deg) brightness(91%) contrast(90%)}
.theme-luxury.brand-page .brand-pain-item h3{margin:0 0 10px;color:#fff;font-size:18px}
.theme-luxury.brand-page .brand-pain-item p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}
.theme-luxury.brand-page .brand-owned-site{background:#fffdf8}
.theme-luxury.brand-page .brand-owned-grid{display:grid;grid-template-columns:.92fr 1.08fr .82fr;gap:34px;align-items:center}
.theme-luxury.brand-page .brand-owned-copy h2{margin:18px 0 18px;color:#071d3a;font-size:clamp(28px,3vw,38px);line-height:1.25}
.theme-luxury.brand-page .brand-owned-copy ul{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:11px}
.theme-luxury.brand-page .brand-owned-copy li{display:flex;gap:10px;align-items:flex-start;color:#49586d;font-size:16px;font-weight:750;line-height:1.55}
.theme-luxury.brand-page .brand-owned-copy li:before{content:"✓";display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#f3ead8;color:#a9823d;font-size:13px;font-weight:950}
.theme-luxury.brand-page .brand-device-card{margin:0;border-radius:8px;background:#fff;border:1px solid #e8dcc9;box-shadow:0 20px 50px rgba(57,41,18,.12);overflow:hidden}
.theme-luxury.brand-page .brand-device-card img{display:block;width:100%;height:310px;object-fit:cover;object-position:center}
.theme-luxury.brand-page .brand-growth-card{background:#fff;border:1px solid #e8dcc9;border-radius:8px;padding:24px;box-shadow:0 14px 34px rgba(57,41,18,.1)}
.theme-luxury.brand-page .brand-growth-card h3{margin:0 0 20px;color:#071d3a;font-size:22px}
.theme-luxury.brand-page .brand-growth-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #eadfce}
.theme-luxury.brand-page .brand-growth-grid span{padding:18px 12px;text-align:center;color:#566174;font-size:13px;font-weight:800;border-left:1px solid #eadfce;border-top:1px solid #eadfce}
.theme-luxury.brand-page .brand-growth-grid span:nth-child(odd){border-left:0}
.theme-luxury.brand-page .brand-growth-grid span:nth-child(-n+2){border-top:0}
.theme-luxury.brand-page .brand-growth-grid strong{display:block;color:#071d3a;font-size:28px;margin-bottom:6px;font-weight:950}
.theme-luxury.brand-page .brand-growth-card small{display:block;margin-top:14px;color:#7d8795;font-size:12px}
.theme-luxury.brand-page .brand-feature-band{background:#071626;color:#fff}
.theme-luxury.brand-page .brand-feature-band .section-head h2{color:#fff}
.theme-luxury.brand-page .brand-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.theme-luxury.brand-page .brand-feature-card{background:#fff;border-radius:8px;padding:22px 18px;min-height:178px;border:1px solid rgba(244,217,154,.26);box-shadow:0 14px 34px rgba(0,0,0,.16)}
.theme-luxury.brand-page .brand-feature-card h3{margin:0 0 10px;color:#071d3a;font-size:18px}
.theme-luxury.brand-page .brand-feature-card p{margin:0;color:#566174;font-size:14px;line-height:1.65}
.theme-luxury.brand-page .brand-feature-card strong{display:block;margin-top:16px;color:#a9823d;font-size:14px}
.theme-luxury.brand-page .brand-story-cases{background:#fbf8f2}
.theme-luxury.brand-page .brand-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.theme-luxury.brand-page .brand-case-card{background:#fff;border:1px solid #e8dcc9;border-radius:8px;overflow:hidden;box-shadow:0 14px 34px rgba(57,41,18,.08)}
.theme-luxury.brand-page .brand-case-card img{width:100%;height:148px;display:block;object-fit:cover;object-position:center}
.theme-luxury.brand-page .brand-case-card div{padding:18px}
.theme-luxury.brand-page .brand-case-card span{display:inline-flex;background:#071d3a;color:#fff;border-radius:3px;padding:4px 8px;font-size:12px;font-weight:850;margin-bottom:10px}
.theme-luxury.brand-page .brand-case-card h3{margin:0 0 8px;color:#071d3a;font-size:20px}
.theme-luxury.brand-page .brand-case-card p{margin:0 0 12px;color:#556273;font-size:15px;line-height:1.65}
.theme-luxury.brand-page .brand-case-card a{color:#071d3a;font-size:14px;font-weight:900}
.theme-luxury.brand-page .brand-compare-band{background:#071626;color:#fff}
.theme-luxury.brand-page .brand-compare-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:36px;align-items:center}
.theme-luxury.brand-page .brand-compare-band h2,.theme-luxury.brand-page .brand-compare-band .section-label{color:#fff}
.theme-luxury.brand-page .brand-compare-band .section-label:after{background:#e1bd74}
.theme-luxury.brand-page .brand-compare-band p{color:rgba(255,255,255,.75)}
.theme-luxury.brand-page .compare-table{border:1px solid rgba(255,255,255,.18);margin-top:22px}
.theme-luxury.brand-page .compare-table [role=row]{display:grid;grid-template-columns:.62fr 1fr 1fr}
.theme-luxury.brand-page .compare-table span,.theme-luxury.brand-page .compare-table strong{padding:13px 14px;border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14);font-size:14px;line-height:1.55}
.theme-luxury.brand-page .compare-table [role=row]:first-child span,.theme-luxury.brand-page .compare-table [role=row]:first-child strong{border-top:0;background:rgba(200,155,79,.22);color:#f4d99a}
.theme-luxury.brand-page .compare-table span:first-child,.theme-luxury.brand-page .compare-table strong:first-child{border-left:0;color:#f4d99a;font-weight:900}
.theme-luxury.brand-page .brand-compare-cta{padding:34px;border:1px solid rgba(244,217,154,.32);background:rgba(255,255,255,.04);border-radius:8px}
.theme-luxury.brand-page .brand-compare-cta h3{font-size:28px;line-height:1.25;margin:0 0 14px;color:#fff}
.theme-luxury.brand-page .brand-compare-cta .btn{width:100%;justify-content:center;margin-top:12px}
.theme-luxury.brand-page .brand-testimonials{background:#fff}
.theme-luxury.brand-page .brand-testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.theme-luxury.brand-page .brand-testimonial{background:#fff;border:1px solid #e8dcc9;border-radius:8px;padding:22px;box-shadow:0 14px 34px rgba(57,41,18,.08)}
.theme-luxury.brand-page .brand-testimonial img{width:54px;height:54px;border-radius:50%;object-fit:cover;float:left;margin:0 14px 8px 0}
.theme-luxury.brand-page .brand-testimonial blockquote{margin:0 0 18px;color:#4f5d70;font-size:15px;line-height:1.75}
.theme-luxury.brand-page .brand-testimonial strong{display:block;clear:both;color:#071d3a;font-size:17px}
.theme-luxury.brand-page .brand-testimonial span{display:block;margin-top:4px;color:#7b8795;font-size:13px;font-weight:800}
.theme-luxury.brand-page .brand-pricing{background:#071626;color:#fff}
.theme-luxury.brand-page .brand-pricing .section-head h2{color:#fff}
.theme-luxury.brand-page .brand-pricing .section-head p{color:rgba(255,255,255,.72)}
.theme-luxury.brand-page .brand-pricing .price-card{border-radius:8px}
.theme-luxury.brand-page .brand-pricing .custom-price{font-size:28px;line-height:1.25}
.theme-luxury.brand-page .brand-faq{background:#fff}
.theme-luxury.brand-page .brand-final-cta{background:linear-gradient(120deg,#071626,#111d2d 58%,#2b231c)}
.theme-luxury.brand-page .brand-final-cta .cta-inner{grid-template-columns:1fr 330px}
.theme-luxury.brand-page .brand-final-cta .hero-cta{margin-bottom:0}
.theme-luxury.brand-page .brand-final-card{border:1px solid rgba(244,217,154,.35);background:rgba(255,255,255,.06);border-radius:8px;padding:26px;color:#fff}
.theme-luxury.brand-page .brand-final-card strong{display:block;font-size:26px;margin-bottom:8px}
.theme-luxury.brand-page .brand-final-card span{display:block;color:rgba(255,255,255,.72);margin-bottom:20px}
.theme-luxury.brand-page .brand-final-card div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.theme-luxury.brand-page .brand-final-card small{display:grid;place-items:center;min-height:42px;border:1px solid rgba(244,217,154,.24);border-radius:999px;color:#f4d99a;font-weight:850}
@media (max-width:1100px){
  .theme-luxury.brand-page .brand-capability-grid{grid-template-columns:repeat(3,1fr)}
  .theme-luxury.brand-page .brand-vision-grid,.theme-luxury.brand-page .brand-owned-grid,.theme-luxury.brand-page .brand-compare-grid,.theme-luxury.brand-page .brand-final-cta .cta-inner{grid-template-columns:1fr}
  .theme-luxury.brand-page .brand-pain-grid,.theme-luxury.brand-page .brand-feature-grid,.theme-luxury.brand-page .brand-case-grid,.theme-luxury.brand-page .brand-testimonial-grid{grid-template-columns:repeat(2,1fr)}
  .theme-luxury.brand-page .brand-pain-item:nth-child(odd){border-left:0}
}
@media (max-width:640px){
  .theme-luxury.brand-page .login-link{display:none}
  .theme-luxury.brand-page .hero-brand-value .hero-copy h1{font-size:38px}
  .theme-luxury.brand-page .brand-capability-grid,.theme-luxury.brand-page .brand-stat-cards,.theme-luxury.brand-page .brand-pain-grid,.theme-luxury.brand-page .brand-feature-grid,.theme-luxury.brand-page .brand-case-grid,.theme-luxury.brand-page .brand-testimonial-grid{grid-template-columns:1fr}
  .theme-luxury.brand-page .brand-capability-grid span,.theme-luxury.brand-page .brand-pain-item{border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .theme-luxury.brand-page .brand-capability-grid span:first-child,.theme-luxury.brand-page .brand-pain-item:first-child{border-top:0}
  .theme-luxury.brand-page .brand-device-card img{height:230px}
  .theme-luxury.brand-page .compare-table{overflow-x:auto}
  .theme-luxury.brand-page .compare-table [role=row]{min-width:620px}
  .theme-luxury.brand-page .brand-final-card div{grid-template-columns:repeat(2,1fr)}
}

body.theme-night .nav{border-bottom-color:transparent}
body.theme-night .side-hero-block{
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  background:#061426;
  overflow:hidden;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  box-shadow:0 0 0 3px #061426!important;
  -webkit-tap-highlight-color:transparent;
}
body.theme-night .side-hero-block:before,
body.theme-night .side-hero-block:after{
  content:none!important;
  display:none!important;
}
body.theme-night .side-hero-block:focus,
body.theme-night .side-hero-block:focus-visible,
body.theme-night .side-hero-block:focus-within,
body.theme-night .hero-side-income:focus,
body.theme-night .hero-side-income:focus-visible,
body.theme-night .hero-side-income:target,
body.theme-night .hero-side-income + .stats-band:focus,
body.theme-night .hero-side-income + .stats-band:focus-visible,
body.theme-night .hero-side-income + .stats-band:target{
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  box-shadow:0 0 0 3px #061426!important;
}
body.theme-night .hero-side-income,
body.theme-night .hero-side-income:before,
body.theme-night .hero-side-income:after,
body.theme-night .hero-side-income .container,
body.theme-night .hero-side-income .hero-grid,
body.theme-night .hero-side-income .hero-photo-bg,
body.theme-night .hero-side-income + .stats-band,
body.theme-night .hero-side-income + .stats-band:before,
body.theme-night .hero-side-income + .stats-band:after,
body.theme-night .hero-side-income + .stats-band .container,
body.theme-night .hero-side-income + .stats-band .stats-grid{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
body.theme-night .hero-side-income,
body.theme-night .hero-side-income + .stats-band{
  width:100%;
  max-width:none;
  margin-left:0!important;
  margin-right:0!important;
  background-clip:border-box;
}
body.theme-night .side-hero-block + .side-logo-strip{
  position:relative;
  z-index:0;
  margin-top:-2px;
  padding-top:2px;
  border-top:0!important;
  outline:0!important;
  box-shadow:none!important;
}

.theme-saas.growth-page{background:#f6f9fd;color:#071d3a}
.theme-saas.growth-page .anchor-target{display:block;position:relative;top:-86px;height:0;overflow:hidden}
.theme-saas.growth-page .nav{background:rgba(5,15,33,.94);border-bottom-color:rgba(255,255,255,.1);color:#fff;backdrop-filter:blur(18px)}
.theme-saas.growth-page .nav-links a,.theme-saas.growth-page .login-link{color:rgba(255,255,255,.86);font-weight:850}
.theme-saas.growth-page .nav-links a:hover,.theme-saas.growth-page .login-link:hover{color:#fff}
.theme-saas.growth-page .nav .btn{background:#2f6bff;color:#fff;border-color:#2f6bff;box-shadow:none}
.theme-saas.growth-page .logo{color:#fff}
.theme-saas.growth-page .logo b{color:#48c9ff}
.theme-saas.growth-page .hero-growth-engine .hero-grid{min-height:624px;grid-template-columns:.82fr 1.18fr;padding:74px 0 58px}
.theme-saas.growth-page .hero-growth-engine .badge{background:rgba(245,157,45,.16);border-color:rgba(245,157,45,.35);color:#ffd08a}
.theme-saas.growth-page .hero-growth-engine .hero-copy h1{max-width:620px}
.theme-saas.growth-page .hero-growth-engine .hero-copy p{font-size:20px;line-height:1.8;max-width:620px}
.theme-saas.growth-page .hero-checks{display:flex;flex-wrap:wrap;gap:18px 26px;list-style:none;margin:18px 0 30px;padding:0;color:rgba(255,255,255,.88);font-weight:900}
.theme-saas.growth-page .hero-checks li{display:flex;align-items:center;gap:8px}
.theme-saas.growth-page .hero-checks li:before{content:"";width:18px;height:18px;border-radius:50%;background:#f0c767;box-shadow:inset 0 0 0 5px rgba(6,20,38,.25)}
.theme-saas.growth-page .growth-proof{display:inline-flex;align-items:center;margin-top:22px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.78);font-weight:850}
.theme-saas.growth-page .hero-growth-engine + .growth-stats{background:#f6f9fd;color:#071d3a}
.theme-saas.growth-page .growth-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:0}
.theme-saas.growth-page .hero-growth-engine + .growth-stats .growth-stat-grid{padding:22px 18px;transform:translateY(-32px);margin-bottom:-32px;border-radius:16px}
.theme-saas.growth-page .growth-stat-grid .stat{padding:22px 14px;border-left-color:rgba(17,103,255,.14)}
.theme-saas.growth-page .growth-stat-grid .stat img{width:38px;height:38px;margin:0 auto 8px;display:block}
.theme-saas.growth-page .growth-stat-grid .stat strong{color:#0f62df;font-size:26px;line-height:1.2}
.theme-saas.growth-page .growth-stat-grid .stat span{font-size:14px;line-height:1.5;color:#556273}
.theme-saas.growth-page .growth-pain{background:#fff;padding-top:76px}
.theme-saas.growth-page .growth-problem-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;align-items:start}
.theme-saas.growth-page .growth-problem-card,.theme-saas.growth-page .growth-solve-card{background:#fff;border:1px solid #e2eaf5;border-radius:8px;padding:24px 18px;text-align:center;box-shadow:0 14px 34px rgba(24,48,84,.07)}
.theme-saas.growth-page .growth-problem-card img{width:42px;height:42px;margin:0 auto 14px}
.theme-saas.growth-page .growth-problem-card h3,.theme-saas.growth-page .growth-solve-card strong{display:block;margin:0 0 9px;color:#071d3a;font-size:20px;font-weight:950}
.theme-saas.growth-page .growth-problem-card p,.theme-saas.growth-page .growth-solve-card p{margin:0;color:#637084;font-size:15px;line-height:1.65}
.theme-saas.growth-page .growth-solve-card{border-color:#f0c767;background:linear-gradient(180deg,#fff,#fff9ec);text-align:left}
.theme-saas.growth-page .growth-solve-card .btn{margin-top:18px;width:100%;justify-content:center}
.theme-saas.growth-page .growth-loop-section{background:#fff}
.theme-saas.growth-page .growth-loop-section .container{background:linear-gradient(135deg,#061d50,#063d90);border-radius:14px;padding:48px 34px;color:#fff;box-shadow:0 22px 50px rgba(3,18,48,.16)}
.theme-saas.growth-page .growth-loop-section .section-head h2,.theme-saas.growth-page .growth-loop-section .section-head p{color:#fff}
.theme-saas.growth-page .growth-loop-section .section-head p{color:rgba(255,255,255,.72)}
.theme-saas.growth-page .growth-loop-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;align-items:stretch}
.theme-saas.growth-page .growth-loop-step{position:relative;text-align:center;padding:18px 10px}
.theme-saas.growth-page .growth-loop-step:not(:last-child):after{content:"";position:absolute;right:-16px;top:46px;width:24px;height:2px;background:rgba(255,255,255,.58)}
.theme-saas.growth-page .growth-loop-step img{width:72px;height:72px;padding:17px;border-radius:50%;background:linear-gradient(145deg,#166cff,#0b48c7);border:2px solid rgba(255,255,255,.28);box-shadow:0 14px 30px rgba(0,0,0,.2)}
.theme-saas.growth-page .growth-loop-step h3{margin:16px 0 7px;color:#fff;font-size:18px}
.theme-saas.growth-page .growth-loop-step p{margin:0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.6}
.theme-saas.growth-page .growth-feature-section{background:#f6fbff}
.theme-saas.growth-page .growth-feature-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.theme-saas.growth-page .growth-feature-card{position:relative;overflow:hidden;background:#fff;border:1px solid #dfe8f4;border-radius:8px;padding:22px;box-shadow:0 16px 34px rgba(17,51,94,.07);min-height:255px;display:flex;flex-direction:column}
.theme-saas.growth-page .growth-feature-card:after{content:none}
.theme-saas.growth-page .growth-feature-card img{width:40px;height:40px;margin-bottom:16px}
.theme-saas.growth-page .growth-feature-card h3{margin:0 0 10px;color:#071d3a;font-size:19px}
.theme-saas.growth-page .growth-feature-card p{margin:0;color:#5e6b7e;font-size:15px;line-height:1.65}
.theme-saas.growth-page .growth-feature-card strong{position:static;display:inline-flex;align-self:flex-start;margin-top:auto;padding:8px 12px;border-radius:999px;background:#edf5ff;color:#1167ff;font-size:16px;line-height:1.2}
.theme-saas.growth-page .growth-compare-section{background:#fff}
.theme-saas.growth-page .growth-compare-wrap{overflow-x:auto;border:1px solid #d9e3f0;border-radius:10px;box-shadow:0 16px 38px rgba(22,43,74,.08);background:#fff}
.theme-saas.growth-page .growth-compare-table{width:100%;min-width:820px;border-collapse:collapse;font-size:15px}
.theme-saas.growth-page .growth-compare-table th{background:#05204d;color:#fff;padding:16px 14px;text-align:center;border-left:1px solid rgba(255,255,255,.16)}
.theme-saas.growth-page .growth-compare-table th:nth-child(2){background:#fff;color:#0f62df;border:2px solid #f0c767;border-bottom:0}
.theme-saas.growth-page .growth-compare-table .zd8-compare-heading{display:table-cell;vertical-align:middle}
.theme-saas.growth-page .zd8-compare-heading span{display:inline-flex;align-items:center;gap:8px}
.theme-saas.growth-page .zd8-crown-icon{width:22px;height:22px;margin-right:8px;vertical-align:-5px;fill:none;stroke:#c49b35;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.theme-saas.growth-page .growth-compare-table td{padding:14px;border-top:1px solid #e5edf6;border-left:1px solid #e5edf6;text-align:center;color:#526071}
.theme-saas.growth-page .growth-compare-table td:first-child{font-weight:900;color:#071d3a;background:#f7fbff}
.theme-saas.growth-page .growth-compare-table td:nth-child(2){font-weight:950;color:#0f62df;background:#fbfdff;border-left:2px solid #f0c767;border-right:2px solid #f0c767}
.theme-saas.growth-page .growth-compare-table tbody tr:last-child td:nth-child(2){border-bottom:2px solid #f0c767}
.theme-saas.growth-page .growth-story-section{background:#f6fbff}
.theme-saas.growth-page .growth-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.theme-saas.growth-page .growth-story-card{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid #dfe8f4;border-radius:10px;padding:18px;box-shadow:0 16px 36px rgba(24,48,84,.08)}
.theme-saas.growth-page .growth-story-card img{width:150px;height:112px;object-fit:cover;border-radius:8px}
.theme-saas.growth-page .growth-story-card span{display:inline-block;margin-bottom:6px;padding:4px 8px;border-radius:4px;background:#0b2a5f;color:#fff;font-size:13px;font-weight:900}
.theme-saas.growth-page .growth-story-card h3{margin:0 0 8px;color:#071d3a;font-size:20px}
.theme-saas.growth-page .growth-story-card p{margin:0 0 12px;color:#5f6d80;line-height:1.65}
.theme-saas.growth-page .growth-story-card strong{color:#0f62df;font-size:15px}
.theme-saas.growth-page .growth-faq-section{background:#fff}
.theme-saas.growth-page .growth-pricing-section{background:#f6fbff}
.theme-saas.growth-page .growth-pricing-section .price-card{border-radius:10px}
.theme-saas.growth-page .growth-pricing-section .price-card.featured{border-color:#1167ff}
.theme-saas.growth-page .growth-pricing-section .popular{background:#1167ff}
.theme-saas.growth-page .growth-pricing-section .price{color:#0b2a5f;font-size:32px}
.theme-saas.growth-page .growth-pricing-section .original-price{color:#8290a3;font-weight:800;margin-top:-6px}
.theme-saas.growth-page .growth-pricing-section .custom-price{font-size:28px}
.theme-saas.growth-page .pricing-note{text-align:center;color:#6b7789;margin:22px 0 0;font-weight:800}
.theme-saas.growth-page .growth-final-cta{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 45%,rgba(55,189,255,.32),transparent 24%),linear-gradient(135deg,#063b96,#071d3a);color:#fff;padding:54px 0 28px}
.theme-saas.growth-page .growth-final-cta:after{content:"";position:absolute;right:8%;bottom:18px;width:150px;height:150px;border-radius:50% 50% 50% 0;background:linear-gradient(145deg,#fff,#6ed6ff 55%,#2f6bff);transform:rotate(-35deg);opacity:.18}
.theme-saas.growth-page .growth-final-content{position:relative;z-index:1;max-width:760px}
.theme-saas.growth-page .growth-final-content h2{margin:0 0 12px;color:#fff;font-size:clamp(32px,4vw,48px);letter-spacing:0;line-height:1.2}
.theme-saas.growth-page .growth-final-content p{margin:0 0 24px;color:rgba(255,255,255,.8);font-size:18px}
.theme-saas.growth-page .growth-final-cta .btn{background:linear-gradient(135deg,#f6c85f,#f39a2e);border-color:#f3b343;color:#071d3a;box-shadow:0 14px 30px rgba(243,154,46,.24)}
.theme-saas.growth-page .growth-final-cta .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.58);color:#fff;box-shadow:none}
.theme-saas.growth-page .growth-final-cta .btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.theme-saas.growth-page .growth-final-perks{position:relative;z-index:1;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.theme-saas.growth-page .growth-final-perks span{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900;color:rgba(255,255,255,.9)}
.theme-saas.growth-page .growth-final-perks img{width:32px;height:32px;padding:6px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25)}

@media (max-width:1200px){
  .theme-saas.growth-page .growth-problem-grid,.theme-saas.growth-page .growth-feature-grid{grid-template-columns:repeat(3,1fr)}
  .theme-saas.growth-page .growth-loop-track{grid-template-columns:repeat(3,1fr)}
  .theme-saas.growth-page .growth-loop-step:not(:last-child):after{display:none}
  .theme-saas.growth-page .growth-stat-grid{grid-template-columns:repeat(3,1fr)}
  .theme-saas.growth-page .growth-stat-grid .stat:nth-child(4){border-left:0}
  .theme-saas.growth-page .growth-story-grid{grid-template-columns:1fr}
}
@media (max-width:1000px){
  .theme-saas.growth-page .hero-growth-engine .hero-grid{grid-template-columns:1fr}
  .theme-saas.growth-page .growth-story-card{grid-template-columns:130px 1fr}
  .theme-saas.growth-page .growth-story-card img{width:130px;height:100px}
  .theme-saas.growth-page .growth-final-perks{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .theme-saas.growth-page .login-link{display:none}
  .theme-saas.growth-page .hero-growth-engine .hero-copy p{font-size:16px}
  .theme-saas.growth-page .growth-stat-grid,.theme-saas.growth-page .growth-problem-grid,.theme-saas.growth-page .growth-feature-grid,.theme-saas.growth-page .growth-loop-track,.theme-saas.growth-page .growth-final-perks{grid-template-columns:1fr}
  .theme-saas.growth-page .hero-growth-engine + .growth-stats .growth-stat-grid{transform:none;margin-bottom:0;border-radius:0}
  .theme-saas.growth-page .growth-stat-grid .stat{border-left:0;border-top:1px solid rgba(17,103,255,.14)}
  .theme-saas.growth-page .growth-stat-grid .stat:first-child{border-top:0}
  .theme-saas.growth-page .growth-loop-section .container{border-radius:0;padding:42px 20px}
  .theme-saas.growth-page .growth-story-card{grid-template-columns:1fr}
  .theme-saas.growth-page .growth-story-card img{width:100%;height:180px}
}

.theme-future.future-page{background:#fff;color:#071d3a}
.theme-future.future-page .nav{background:rgba(255,255,255,.94);border-bottom-color:rgba(7,29,58,.08);backdrop-filter:blur(18px)}
.theme-future.future-page .login-link{color:#071d3a;font-weight:900}
.theme-future.future-page .nav .btn{background:linear-gradient(135deg,#b98d3e,#d8b55f);border-color:#d8b55f;color:#fff;box-shadow:none}
.theme-future.future-page .hero-future-asset .hero-grid{min-height:650px}
.theme-future.future-page .hero-future-asset .hero-copy h1{max-width:720px}
.theme-future.future-page .hero-future-asset .hero-copy p{font-size:19px;line-height:1.85}
.theme-future.future-page .future-hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}
.theme-future.future-page .future-hero-points span{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;color:#071d3a;font-weight:950}
.theme-future.future-page .future-hero-points img{width:42px;height:42px;padding:9px;border-radius:50%;background:#fff9ec;border:1px solid #ead9b1}
.theme-future.future-page .future-hero-points small{display:block;margin-top:4px;color:#6a7280;font-size:13px;font-weight:800}
.theme-future.future-page .future-stat-band{background:linear-gradient(90deg,#06172f,#082d54 52%,#06172f)}
.theme-future.future-page .future-stat-grid{grid-template-columns:repeat(4,1fr)}
.theme-future.future-page .future-stat-grid .stat{padding:24px 20px}
.theme-future.future-page .future-stat-grid .stat img{width:38px;height:38px;display:block;margin:0 auto 8px}
.theme-future.future-page .future-stat-grid .stat strong{font-size:30px;color:#e0b86f}
.theme-future.future-page .future-stat-grid .stat span{color:rgba(255,255,255,.76)}
.theme-future.future-page .future-dream-section{background:#fff;padding:74px 0 0}
.theme-future.future-page .future-dream-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:36px;align-items:stretch}
.theme-future.future-page .future-dream-copy{padding:34px 0 62px}
.theme-future.future-page .future-dream-copy h2{margin:12px 0 18px;font-size:clamp(34px,4vw,54px);line-height:1.22;color:#071d3a;letter-spacing:0}
.theme-future.future-page .future-dream-copy p{font-size:18px;line-height:1.9;color:#586577;max-width:560px}
.theme-future.future-page .future-freedom-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.theme-future.future-page .future-freedom-list span{display:grid;justify-items:center;gap:8px;color:#39465a;font-weight:900;font-size:14px}
.theme-future.future-page .future-freedom-list img{width:38px;height:38px;padding:8px;border-radius:50%;background:#fff9ec;border:1px solid #ead9b1}
.theme-future.future-page .future-scenic-image{min-height:330px;border-radius:0;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.22) 38%,rgba(255,255,255,0)),url("images/zd8-future-asset-income-hero-v8.png") center/cover no-repeat;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
.theme-future.future-page .future-pain-section{background:#fbf8f2;padding-top:58px}
.theme-future.future-page .future-pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.theme-future.future-page .future-pain-card,.theme-future.future-page .future-step-card,.theme-future.future-page .future-feature-card{background:#fff;border:1px solid #e8dfce;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 16px 34px rgba(64,46,18,.08)}
.theme-future.future-page .future-pain-card img,.theme-future.future-page .future-step-card img,.theme-future.future-page .future-feature-card img{width:44px;height:44px;margin:0 auto 14px}
.theme-future.future-page .future-pain-card h3,.theme-future.future-page .future-step-card h3,.theme-future.future-page .future-feature-card h3{margin:0 0 10px;color:#071d3a;font-size:20px}
.theme-future.future-page .future-pain-card p,.theme-future.future-page .future-step-card p,.theme-future.future-page .future-feature-card p{margin:0;color:#5f6a7a;font-size:15px;line-height:1.7}
.theme-future.future-page .future-steps-section{background:#fff}
.theme-future.future-page .future-step-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.theme-future.future-page .future-step-card{position:relative;border-radius:8px 0 0 8px;box-shadow:none;border-right:0}
.theme-future.future-page .future-step-card:last-child{border-right:1px solid #e8dfce;border-radius:0 8px 8px 0}
.theme-future.future-page .future-step-card:not(:last-child):after{content:"";position:absolute;right:-12px;top:50%;width:24px;height:24px;border-top:2px solid #c7a357;border-right:2px solid #c7a357;transform:translateY(-50%) rotate(45deg);background:#fff;z-index:2}
.theme-future.future-page .future-step-card b{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#071d3a;color:#fff;font-size:14px}
.theme-future.future-page .future-step-card img{margin-top:28px}
.theme-future.future-page .future-feature-section{background:#fbf8f2}
.theme-future.future-page .future-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.theme-future.future-page .future-feature-card{padding:24px 16px}
.theme-future.future-page .future-proof-band{background:linear-gradient(90deg,#0d3f2a,#145331 52%,#0d3f2a);color:#fff;padding:28px 0}
.theme-future.future-page .future-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
.theme-future.future-page .future-proof-grid div{text-align:center;border-left:1px solid rgba(255,255,255,.14);padding:12px 20px}
.theme-future.future-page .future-proof-grid div:first-child{border-left:0}
.theme-future.future-page .future-proof-grid strong{display:block;color:#e1bd68;font-size:34px;line-height:1.1;margin-bottom:6px}
.theme-future.future-page .future-proof-grid span{font-weight:850;color:rgba(255,255,255,.78)}
.theme-future.future-page .future-story-section{background:#fff}
.theme-future.future-page .future-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.theme-future.future-page .future-story-card{display:grid;grid-template-columns:132px 1fr;gap:16px;align-items:center;background:#fff;border:1px solid #e8dfce;border-radius:8px;padding:16px;box-shadow:0 16px 34px rgba(64,46,18,.08)}
.theme-future.future-page .future-story-card img{width:132px;height:132px;object-fit:cover;border-radius:8px}
.theme-future.future-page .future-story-card strong{display:block;color:#071d3a;font-size:16px;margin-bottom:8px}
.theme-future.future-page .future-story-card p{margin:0 0 10px;color:#536174;line-height:1.65;font-size:15px}
.theme-future.future-page .future-story-card small{color:#1f6b45;font-weight:950}
.theme-future.future-page .future-usecase-section{background:#fbf8f2}
.theme-future.future-page .future-usecase-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.theme-future.future-page .future-usecase-card{background:#fff;border:1px solid #e8dfce;border-radius:8px;overflow:hidden;text-align:center;box-shadow:0 14px 28px rgba(64,46,18,.07)}
.theme-future.future-page .future-usecase-card img{width:100%;height:118px;object-fit:cover;display:block}
.theme-future.future-page .future-usecase-card h3{font-size:16px;margin:14px;color:#071d3a}
.theme-future.future-page .future-pricing-section{background:#fff}
.theme-future.future-page .future-pricing-section .price-card{border-radius:8px;border-color:#e6dcc9}
.theme-future.future-page .future-pricing-section .price-card.featured{border-color:#d0a04e}
.theme-future.future-page .future-pricing-section .popular{background:#c69a45}
.theme-future.future-page .future-pricing-section .price{font-size:32px;color:#071d3a}
.theme-future.future-page .future-pricing-section .original-price{color:#7b8795;font-weight:800;margin-top:-6px}
.theme-future.future-page .future-pricing-section .custom-price{font-size:28px}
.theme-future.future-page .future-pricing-section .pricing-note{text-align:center;color:#6c7788;font-weight:800;margin:22px 0 0}
.theme-future.future-page .future-faq-section{background:#fbf8f2;padding-top:36px}
.theme-future.future-page .future-final-cta{background:linear-gradient(90deg,#06172f,#082d54 58%,#06172f);color:#fff;overflow:hidden}
.theme-future.future-page .future-final-grid{display:grid;grid-template-columns:1fr 420px;gap:40px;align-items:center;padding:62px 0}
.theme-future.future-page .future-final-copy h2{margin:0 0 14px;color:#fff;font-size:clamp(32px,4vw,48px);line-height:1.18;letter-spacing:0}
.theme-future.future-page .future-final-copy p{margin:0 0 24px;color:rgba(255,255,255,.78);font-size:18px}
.theme-future.future-page .future-final-cta .btn{background:linear-gradient(135deg,#c99c46,#e2c26a);border-color:#e2c26a;color:#071d3a;box-shadow:0 14px 30px rgba(201,156,70,.24)}
.theme-future.future-page .future-final-cta .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.55);color:#fff;box-shadow:none}
.theme-future.future-page .future-final-device{height:220px;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.14)),url("images/zd8-hope-solution-devices-v2.png") center/cover no-repeat;box-shadow:0 22px 48px rgba(0,0,0,.24)}

@media (max-width:1200px){
  .theme-future.future-page .future-feature-grid,.theme-future.future-page .future-usecase-grid{grid-template-columns:repeat(3,1fr)}
  .theme-future.future-page .future-story-grid{grid-template-columns:1fr}
  .theme-future.future-page .future-proof-grid{grid-template-columns:repeat(2,1fr)}
  .theme-future.future-page .future-step-grid{grid-template-columns:1fr}
  .theme-future.future-page .future-step-card,.theme-future.future-page .future-step-card:last-child{border-radius:8px;border-right:1px solid #e8dfce}
  .theme-future.future-page .future-step-card:not(:last-child):after{display:none}
}
@media (max-width:1000px){
  .theme-future.future-page .future-dream-grid,.theme-future.future-page .future-final-grid{grid-template-columns:1fr}
  .theme-future.future-page .future-pain-grid{grid-template-columns:repeat(2,1fr)}
  .theme-future.future-page .future-hero-points{grid-template-columns:1fr}
  .theme-future.future-page .future-final-device{height:260px}
}
@media (max-width:640px){
  .theme-future.future-page .login-link{display:none}
  .theme-future.future-page .future-stat-grid,.theme-future.future-page .future-freedom-list,.theme-future.future-page .future-pain-grid,.theme-future.future-page .future-feature-grid,.theme-future.future-page .future-usecase-grid,.theme-future.future-page .future-proof-grid{grid-template-columns:1fr}
  .theme-future.future-page .future-story-card{grid-template-columns:1fr}
  .theme-future.future-page .future-story-card img{width:100%;height:210px}
  .theme-future.future-page .future-scenic-image{min-height:260px}
}
