:root{
  --bg:#20242b;
  --bg-2:#292f38;
  --panel:#303742;
  --panel-2:#39414d;
  --panel-3:#444d5b;
  --text:#f7f8fa;
  --text-2:#d8dce2;
  --muted:#b4bac4;
  --line:#4c5563;
  --line-2:#626d7d;
  --accent:#8ea2ff;
  --accent-2:#6d7fe0;
  --soft:#343b47;
  --success:#25D366;
  --shadow:0 18px 48px rgba(0,0,0,.28);
  --shadow-sm:0 10px 28px rgba(0,0,0,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;
  line-height:1.55;-webkit-font-smoothing:antialiased
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img,svg{display:block;max-width:100%}
.container{width:min(1160px,92vw);margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(22,24,29,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line)
}
.navrow{height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.68rem;font-weight:850;letter-spacing:-.02em}
.brand img{width:36px;height:36px}
.brand-name{font-size:.98rem}
.desktop-nav{display:flex;align-items:center;gap:1.3rem;font-size:.9rem;font-weight:720}
.desktop-nav>a:not(.nav-cta){color:var(--text-2)}
.desktop-nav>a:hover{color:#fff}
.nav-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:44px;border:1px solid var(--line-2);border-radius:12px;
  padding:.78rem 1rem;background:var(--panel-3);color:#fff;font-weight:820;
  transition:.16s transform ease,.16s background ease,.16s border-color ease
}
.nav-cta:hover,.btn:hover{transform:translateY(-1px);background:#343a45;border-color:#5a6270}
.btn.primary{background:#f1f2f4;color:#17191e;border-color:#f1f2f4}
.btn.primary:hover{background:#fff}
.btn.ghost{background:transparent;color:var(--text);border-color:var(--line-2)}
.btn.whatsapp{background:#2b3730;border-color:#2e5a40;color:#eefbf2}
.btn.text{background:transparent;border:0;padding:.3rem 0;min-height:0;color:#d4d8e1}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:var(--panel);border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-toggle span{width:17px;height:2px;background:#fff;border-radius:4px}
.menu-toggle b{font-size:1.55rem;line-height:1;font-weight:400}
.mobile-panel{display:none;padding:0 0 1rem}
.mobile-panel.open{display:block}
.mobile-panel a{display:block;padding:.78rem 0;border-bottom:1px solid var(--line);font-weight:740}
.mobile-panel .btn{display:flex;margin-top:1rem;border-bottom:0}

h1,h2,h3{margin:0 0 .9rem;letter-spacing:-.035em;line-height:1.08}
h1{font-size:clamp(2.8rem,5.2vw,5.2rem)}
h2{font-size:clamp(2.1rem,3.8vw,3.6rem)}
h3{font-size:1.2rem}
.lead{font-size:1.08rem;color:var(--text-2);max-width:700px}
.kicker{
  display:inline-flex;align-items:center;gap:.5rem;color:#b5c0ff;
  font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem
}
.kicker:before{content:"";width:18px;height:1px;background:#8ea2ff}
.actions,.hero-actions{display:flex;gap:.72rem;flex-wrap:wrap;align-items:center;margin-top:1.35rem}

.hero{
  padding:4.5rem 0 4rem;
  background:
    radial-gradient(circle at 78% 22%,rgba(132,147,196,.22),transparent 28%),
    linear-gradient(180deg,#262c35 0%,#222831 100%);
  border-bottom:1px solid var(--line)
}
.hero-grid{
  display:grid;grid-template-columns:1.02fr .98fr;
  gap:2.5rem;align-items:center
}
.hero h1{max-width:720px}
.hero h1 .accent{color:#c8d0ff}
.hero-sub{max-width:620px}
.micro-proof{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.35rem}
.pill{
  padding:.46rem .68rem;border-radius:999px;background:var(--panel);
  border:1px solid var(--line);font-size:.8rem;font-weight:720;color:var(--text-2)
}
.pill strong{color:#fff}

.hero-side{
  display:grid;grid-template-columns:1fr 1fr;gap:1rem
}
.hero-card{
  min-height:185px;background:var(--panel);border:1px solid var(--line);
  border-radius:18px;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;
  box-shadow:var(--shadow-sm)
}
.hero-card.large{grid-column:1/-1;min-height:235px;background:linear-gradient(145deg,#22262d,#1d2026)}
.hero-card .icon{
  width:42px;height:42px;border-radius:12px;background:#2a3039;border:1px solid #3d4450;
  display:grid;place-items:center;font-size:1.1rem
}
.hero-card strong.big{font-size:2.2rem;letter-spacing:-.04em}
.hero-card p{color:var(--muted);margin:.25rem 0 0;font-size:.9rem}
.browser-mini{
  margin-top:1rem;border:1px solid #353b45;border-radius:14px;overflow:hidden;background:#121418
}
.browser-mini .bar{height:28px;border-bottom:1px solid #303640;display:flex;align-items:center;gap:5px;padding:0 9px}
.browser-mini .bar i{width:6px;height:6px;border-radius:50%;background:#4b515b}
.browser-mini .screen{height:105px;padding:14px;background:linear-gradient(120deg,#1b1f26,#272d36)}
.browser-mini .line{height:7px;border-radius:5px;background:#6f7785;margin:7px 0;width:72%}
.browser-mini .line.short{width:48%}
.browser-mini .cta{width:70px;height:23px;border-radius:7px;background:#e9ebee;margin-top:13px}

.value-ribbon{padding:1.1rem 0;background:#1d2127;border-bottom:1px solid var(--line)}
.ribbon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}
.ribbon-item{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:.95rem 1rem}
.ribbon-item strong{display:block;font-size:.9rem}.ribbon-item span{font-size:.78rem;color:var(--muted)}

.section{padding:5rem 0}
.section.alt{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}
.section-head h2{max-width:760px}
.section-head .lead{font-size:.98rem;max-width:450px}

.why-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:1.7rem;align-items:start}
.why-copy{position:sticky;top:100px}
.search-journey{display:grid;gap:.75rem}
.journey{
  border:1px solid var(--line);background:var(--panel);border-radius:16px;padding:1.1rem;
  display:grid;grid-template-columns:38px 1fr;gap:.8rem
}
.journey-no{
  width:34px;height:34px;border-radius:10px;background:#2d323b;border:1px solid #3d4450;
  display:grid;place-items:center;color:#d8dcff;font-weight:850
}
.journey p{color:var(--muted);margin:.18rem 0 0;font-size:.88rem}

.why-close{margin-top:1rem;padding:1.2rem;border-radius:16px;background:#20242b;border:1px solid var(--line)}
.why-close p{margin:.18rem 0 0;color:var(--muted)}

.examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.example-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.18s transform ease,.18s border-color ease}
.example-card:hover{transform:translateY(-3px);border-color:#535b68}
.example-shot{height:240px;position:relative;overflow:hidden}
.example-meta{padding:1.15rem}
.example-meta .label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:820}
.example-meta h3{margin:.32rem 0}
.example-meta p{margin:0;color:var(--muted);font-size:.86rem}
.example-link{display:inline-flex;margin-top:.75rem;color:#d1d6ff;font-weight:820;font-size:.84rem}

/* Thumbnail layouts retained but subdued */
.thumb-plumb{background:#20313a;padding:14px}.thumb-plumb .site{background:#e9f0f2;height:100%;border-radius:10px;overflow:hidden}.thumb-plumb .top{height:30px;background:#15384B}.thumb-plumb .body{display:grid;grid-template-columns:1.05fr .95fr;height:calc(100% - 30px)}.thumb-plumb .copy{padding:18px}.thumb-plumb .img{background:linear-gradient(135deg,#B7DAE4,#37758B)}
.thumb-elec{background:#2b2924;padding:14px}.thumb-elec .site{height:100%;background:#f1eee7;display:grid;grid-template-columns:58px 1fr;overflow:hidden}.thumb-elec .side{background:#1D2631}.thumb-elec .body{padding:18px}.thumb-elec .stripe{height:70px;background:#d3a33f;margin-top:14px}
.thumb-build{background:#282522;padding:14px}.thumb-build .site{height:100%;background:#292723;position:relative;overflow:hidden}.thumb-build .photo{position:absolute;inset:0;background:linear-gradient(120deg,rgba(41,39,35,.9) 20%,rgba(41,39,35,.15)),linear-gradient(135deg,#A98B6E,#E5C9A5)}.thumb-build .copy{position:absolute;left:18px;bottom:18px;color:white;width:70%}
.thumb-pools{background:#1f3134;padding:14px}.thumb-pools .site{height:100%;background:#e9f8fa;border-radius:18px;overflow:hidden}.thumb-pools .center{text-align:center;padding:16px}.thumb-pools .wave{height:118px;background:linear-gradient(135deg,#91E7F0,#198BA0);border-radius:50% 50% 0 0/20% 20% 0 0}
.thumb-auto{background:#191b1f;padding:14px}.thumb-auto .site{height:100%;background:#15171B;border-radius:10px;overflow:hidden;color:white}.thumb-auto .heroimg{height:60%;background:linear-gradient(135deg,#2A2E35,#983a35)}.thumb-auto .body{padding:14px}
.thumb-consult{background:#24252d;padding:14px}.thumb-consult .site{height:100%;background:#f4f4f7;display:grid;grid-template-rows:42px 1fr}.thumb-consult .nav{text-align:center;padding:12px}.thumb-consult .body{padding:16px;display:grid;grid-template-columns:1fr .7fr;gap:10px}.thumb-consult .blocks{display:grid;gap:6px}.thumb-consult .blocks i{display:block;background:#d9d8e8;border-radius:6px}
.fake-line{height:7px;border-radius:6px;background:currentColor;opacity:.88;margin:6px 0}.fake-line.sm{width:65%}.fake-line.xs{width:44%}.fake-btn{height:22px;width:68px;border-radius:7px;margin-top:12px}

.hub-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}


.hub-ring{
  position:absolute;inset:15%;
  border:1px dashed #4a515d;border-radius:50%;
  pointer-events:none
}


.living-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.living-card{border:1px solid var(--line);border-radius:18px;padding:1.3rem;background:var(--panel)}
.living-card .visual{height:115px;border-radius:14px;margin-bottom:1rem;background:#292e36;position:relative;overflow:hidden;border:1px solid #353b45}
.living-card .visual.sale:before{content:"WEEKEND SPECIAL";position:absolute;left:12px;top:12px;background:#eceef1;color:#17191e;padding:.38rem .52rem;border-radius:7px;font-size:.67rem;font-weight:900}
.living-card .visual.video:before{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#eceef1;display:grid;place-items:center;color:#191b20}
.living-card .visual.socials{display:flex;align-items:center;justify-content:center;gap:1rem}.living-card .visual.socials i{font-size:1.7rem}
.living-card p{color:var(--muted);margin:0}

.price-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.price-card,.care-card{border-radius:18px;padding:1.6rem;border:1px solid var(--line);background:var(--panel)}
.price-card{background:#2b313a}
.price-number{font-size:clamp(3.2rem,5vw,4.8rem);font-weight:900;letter-spacing:-.06em;line-height:.95;margin:.65rem 0}
.price-number small{font-size:.9rem;letter-spacing:0;color:var(--muted);font-weight:650}
.care-card{background:#353d48}
.care-card p{color:var(--text-2)}
.checks{list-style:none;padding:0;margin:1.15rem 0;display:grid;gap:.56rem}.checks li{display:flex;gap:.55rem;color:var(--text-2)}.checks li:before{content:"✓";font-weight:900;color:#c8ced7}

.pagehero{padding:3.8rem 0 3rem;background:#252b34;border-bottom:1px solid var(--line)}
.pagehero h1{max-width:900px;font-size:clamp(2.6rem,4.4vw,4.4rem)}
.pagehero .lead{max-width:720px}
.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:1.6rem}
.subgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.step{padding:1.2rem;border-top:1px solid var(--line-2)}.step-no{color:#b8c0dd;font-size:.7rem;font-weight:850;letter-spacing:.1em}.step p{color:var(--muted);font-size:.86rem}
.faq-list{display:grid;gap:.7rem}details{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:.95rem 1rem}summary{cursor:pointer;font-weight:820}details p{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:1rem;align-items:start}
.wa-card{position:sticky;top:96px;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:1.5rem}.wa-card p{color:var(--text-2)}.wa-icon-big{font-size:2.8rem;color:var(--success)}
.intent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1rem 0 1.2rem}.intent-option{position:relative}.intent-option input{position:absolute;opacity:0}.intent-option label{display:block;border:1px solid var(--line);border-radius:13px;padding:.9rem;cursor:pointer;background:#293039}.intent-option input:checked+label{border-color:#6b7483;background:#262b33}.intent-option strong{display:block}.intent-option span{display:block;color:var(--muted);font-size:.8rem;margin-top:.15rem}
.form{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form .full{grid-column:1/-1}label.field{display:block;font-size:.8rem;font-weight:800;margin-bottom:.3rem}input[type=text],input[type=tel],input[type=email],textarea{width:100%;border:1px solid var(--line-2);border-radius:11px;padding:.86rem .9rem;background:#16181d;color:#fff}textarea{min-height:110px;resize:vertical}input:focus,textarea:focus{outline:2px solid #68717f;border-color:#68717f}
.form-note{font-size:.76rem;color:var(--muted)}

.contact-banner{display:grid;grid-template-columns:1.1fr .9fr;gap:1.4rem;align-items:center;border-radius:18px;padding:2rem;background:var(--panel);border:1px solid var(--line)}
.contact-actions{display:flex;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}

.social-strip{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center}
.social-link{
  width:40px;height:40px;border-radius:12px;background:#2b313a;border:1px solid var(--line);
  display:grid;place-items:center;color:#d9dde5
}
.social-link i{font-size:1.15rem}
.social-link:hover{background:#252a32}
.whatsapp-float{
  position:fixed;right:18px;bottom:18px;z-index:55;width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;background:#2b3730;border:1px solid #316246;box-shadow:var(--shadow-sm);
  color:#25D366;font-size:1.9rem
}

.footer{padding:2.8rem 0;border-top:1px solid var(--line);background:#1d2127}
.footer-grid{display:grid;grid-template-columns:1.3fr .6fr .7fr;gap:1.8rem}
.footer-brand{display:flex;align-items:center;gap:.65rem;font-weight:850}.footer-brand img{width:34px}
.footer p,.footer a{font-size:.84rem;color:var(--muted)}.footer-links{display:grid;gap:.42rem}
.copyright{margin-top:1.7rem;padding-top:1rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#777e89;font-size:.74rem}

.demo-disclaimer{display:inline-flex;padding:.38rem .6rem;border-radius:999px;background:#3a424e;color:#dce0e7;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
:focus-visible{outline:2px solid #9299a6;outline-offset:3px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:980px){
  .hero-grid,.why-layout,.hub-layout,.price-wrap,.contact-grid,.contact-banner{grid-template-columns:1fr}
  .why-copy,.wa-card{position:relative;top:auto}
  .examples-grid{grid-template-columns:repeat(2,1fr)}
  .contact-actions{justify-content:flex-start}
  .hero-side{margin-top:.5rem}
}
@media(max-width:820px){
  .desktop-nav{display:none}.menu-toggle{display:flex}
  .hero{padding:3.7rem 0 3.4rem}
  .ribbon-grid{grid-template-columns:1fr 1fr}
  .living-grid,.process-line{grid-template-columns:1fr 1fr}
  .section-head{display:block}.section-head .lead{margin-top:.8rem}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:590px){
  h1{font-size:clamp(2.45rem,11vw,3.6rem)}
  .section{padding:4rem 0}
  .hero-side,.examples-grid,.living-grid,.process-line,.subgrid,.intent-grid,.form{grid-template-columns:1fr}
  .hero-card.large{grid-column:auto}
  .form .full{grid-column:1}
  .ribbon-grid{grid-template-columns:1fr}
  .hub-grid{grid-template-columns:repeat(3,78px);grid-template-rows:repeat(3,78px);gap:14px}
  .hub-node i{font-size:1.4rem}
  .footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}
  .contact-banner{padding:1.5rem}
}

/* v0.11 realistic example-site snapshots */
.site-shot{
  height:100%;background:#fff;overflow:hidden;position:relative;
  font-family:Arial,sans-serif
}
.site-shot .ss-nav{
  height:36px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;
  font-size:7px;font-weight:700
}
.site-shot .ss-links{display:flex;gap:8px;align-items:center}
.site-shot .ss-hero{position:relative;overflow:hidden}
.site-shot .ss-copy{position:relative;z-index:2}
.site-shot .ss-title{font-weight:800;line-height:1.05}
.site-shot .ss-sub{font-size:7px;line-height:1.35;opacity:.8}
.site-shot .ss-btn{display:inline-block;padding:5px 8px;border-radius:5px;font-size:6px;font-weight:800;margin-top:8px}
.site-shot .ss-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px}
.site-shot .ss-card{border-radius:6px;padding:7px;font-size:6px;min-height:38px}
.site-shot .photo{
  position:absolute;inset:0;
  overflow:hidden
}
.site-shot .photo:before,.site-shot .photo:after{
  content:"";position:absolute
}

/* Plumbing */
.real-plumb{background:#dbe9ef;padding:12px}
.real-plumb .site-shot{border-radius:9px;color:#173849}
.real-plumb .ss-nav{background:#15384B;color:#fff}
.real-plumb .ss-hero{height:150px;background:linear-gradient(90deg,#eef5f7 0 49%,transparent 49%)}
.real-plumb .ss-copy{width:52%;padding:19px 15px}
.real-plumb .ss-title{font-size:15px}
.real-plumb .ss-btn{background:#D88539;color:#fff}
.real-plumb .photo{left:49%;background:linear-gradient(135deg,#9fc6d3,#315f73)}
.real-plumb .photo:before{width:75px;height:110px;background:#244b5e;right:30px;bottom:-10px;border-radius:30px 30px 8px 8px;transform:rotate(-5deg)}
.real-plumb .photo:after{width:48px;height:48px;background:#e0a16a;right:42px;top:25px;border-radius:50%}
.real-plumb .ss-card{background:#eef4f6;color:#173849}

/* Electrical - sidebar */
.real-elec{background:#292a2c;padding:11px}
.real-elec .site-shot{display:grid;grid-template-columns:64px 1fr;background:#f1ede3;color:#1d2631}
.real-elec .side-nav{background:#1d2631;color:#fff;padding:13px 8px;font-size:6px}
.real-elec .side-nav strong{display:block;font-size:9px;margin-bottom:18px}
.real-elec .side-nav span{display:block;margin:10px 0;color:#c7cdd3}
.real-elec .main{padding:13px}
.real-elec .badge{font-size:6px;color:#9b6c18;font-weight:800}
.real-elec .headline{font-size:17px;font-weight:900;line-height:1;margin:6px 0 5px}
.real-elec .heroimg{height:92px;margin-top:10px;background:linear-gradient(135deg,#9b9e98,#505b61);position:relative}
.real-elec .heroimg:before{content:"";position:absolute;width:34px;height:75px;background:#f0b342;right:25px;bottom:0}
.real-elec .heroimg:after{content:"";position:absolute;width:18px;height:18px;background:#d2b394;right:33px;top:10px;border-radius:50%}

/* Building - full bleed */
.real-build{background:#39322b;padding:11px}
.real-build .site-shot{background:#302a25;color:#fff}
.real-build .ss-nav{position:absolute;z-index:3;left:0;right:0;top:0;color:#fff;background:rgba(30,26,22,.45)}
.real-build .ss-hero{height:195px;background:
linear-gradient(90deg,rgba(35,31,27,.92) 0 42%,rgba(35,31,27,.18) 72%),
linear-gradient(135deg,#8b725e,#d3b290)}
.real-build .ss-copy{padding:58px 16px 20px;width:65%}
.real-build .ss-title{font-family:Georgia,serif;font-weight:500;font-size:17px}
.real-build .ss-btn{background:#bd8559;color:#fff}
.real-build .photo:before{width:78px;height:150px;background:#b59478;right:35px;bottom:-15px;transform:skew(-8deg)}
.real-build .photo:after{width:90px;height:45px;background:#d7c2aa;right:15px;top:40px;transform:rotate(-8deg)}

/* Pools */
.real-pools{background:#d9f1f4;padding:12px}
.real-pools .site-shot{border-radius:18px;color:#075d6d}
.real-pools .ss-nav{justify-content:center;gap:18px;color:#075d6d}
.real-pools .ss-hero{height:166px;text-align:center;background:linear-gradient(#f7fdfe 0 55%,#55c6d6 55% 100%)}
.real-pools .ss-copy{padding:18px 20px}
.real-pools .ss-title{font-size:18px}
.real-pools .ss-btn{background:#0a91a6;color:#fff}
.real-pools .photo:before{width:180px;height:55px;border-radius:50%;background:#91e7f0;left:50%;bottom:4px;transform:translateX(-50%)}
.real-pools .photo:after{width:40px;height:62px;background:#f0d2ac;border-radius:18px 18px 5px 5px;left:58%;bottom:4px}

/* Auto */
.real-auto{background:#1b1d20;padding:11px}
.real-auto .site-shot{background:#101215;color:#fff;border-radius:8px}
.real-auto .ss-nav{background:#101215;color:#d5d7db;border-bottom:1px solid #34373c}
.real-auto .ss-hero{height:150px;background:linear-gradient(90deg,rgba(16,18,21,.95) 0 48%,rgba(16,18,21,.2) 72%),linear-gradient(135deg,#3b4148,#a13e39)}
.real-auto .ss-copy{padding:25px 15px;width:62%}
.real-auto .ss-title{font-size:17px}
.real-auto .ss-btn{background:#d94840;color:#fff}
.real-auto .photo:before{width:110px;height:45px;background:#252a31;border-radius:30px 35px 12px 12px;right:18px;bottom:20px}
.real-auto .photo:after{width:28px;height:28px;border-radius:50%;background:#0c0d0f;right:28px;bottom:11px;box-shadow:-62px 0 0 #0c0d0f}

/* Consulting */
.real-consult{background:#e9e9f0;padding:12px}
.real-consult .site-shot{background:#fafafe;color:#28304b}
.real-consult .ss-nav{justify-content:center;gap:18px;border-bottom:1px solid #dedfea;color:#596078}
.real-consult .ss-hero{height:148px;display:grid;grid-template-columns:1.2fr .8fr;padding:20px 15px}
.real-consult .ss-title{font-family:Georgia,serif;font-size:18px;font-weight:500}
.real-consult .ss-btn{background:#44558f;color:#fff}
.real-consult .quote-box{background:#e7e8f4;padding:12px;border-radius:8px;font-size:7px;align-self:center}
.real-consult .ss-strip{grid-template-columns:repeat(2,1fr)}
.real-consult .ss-card{background:#f0f0f7;color:#303750}

@media(max-width:590px){
  .hub-node{width:72px;height:72px;font-size:.62rem}
  .hub-node i{font-size:1.4rem}
  .hub-node.center{width:92px;height:92px}
}

/* v0.13 WHY rhythm correction */
.search-journey{
  gap:.85rem;
}
.journey{
  min-height:118px;
  grid-template-columns:40px 1fr;
  align-items:start;
}
.journey > div:last-child{
  display:grid;
  grid-template-rows:auto 3.1em;
  align-content:start;
}
.journey h3{
  margin-bottom:.35rem;
}
.journey p{
  max-width:52ch;
  margin:0;
  line-height:1.55;
  min-height:3.1em;
}

/* v0.13 mathematically even 7-point hub */
.hub-grid{
  --radius: 168px;
  position:relative;
  width:430px;
  height:430px;
  margin:0 auto;
}
.hub-ring{
  position:absolute;
  left:50%;
  top:50%;
  width:336px;
  height:336px;
  transform:translate(-50%,-50%);
  border:1px dashed #596575;
  border-radius:50%;
}
.hub-node{
  position:absolute;
  left:50%;
  top:50%;
  width:92px;
  height:92px;
  margin-left:-46px;
  margin-top:-46px;
  border:1px solid var(--line-2);
  background:var(--panel);
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:.42rem;
  font-size:.72rem;
  color:var(--muted);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.hub-node i{font-size:1.8rem}
.hub-node.orbit{
  transform:
    rotate(var(--angle))
    translateY(calc(var(--radius) * -1))
    rotate(calc(var(--angle) * -1));
}
.hub-node.center{
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  margin:0;
  width:116px;
  height:116px;
  background:#f0f1f3;
  color:#181a1f;
  border-color:#f0f1f3;
  font-weight:900;
  text-align:center;
  z-index:2;
}
.hub-node.center span{color:#181a1f}
.hub-node.fb i{color:#1877F2}
.hub-node.ig i{color:#E1306C}
.hub-node.li i{color:#0A66C2}
.hub-node.yt i{color:#FF0000}
.hub-node.xc i{color:#F5F5F5}
.hub-node.tt i{color:#F5F5F5;text-shadow:-2px 0 #25F4EE,2px 0 #FE2C55}
.hub-node.wa i{color:#25D366}

@media(max-width:590px){
  .hub-grid{
    --radius: 122px;
    width:320px;
    height:320px;
  }
  .hub-ring{width:244px;height:244px}
  .hub-node{
    width:70px;height:70px;margin-left:-35px;margin-top:-35px;font-size:.62rem
  }
  .hub-node i{font-size:1.35rem}
  .hub-node.center{width:90px;height:90px}
}


/* ============================================================
   v0.14 Showroom example-site system
   ============================================================ */
.example-site{
  background:#f5f7fb;
  color:#1d2733;
}
.example-site .page-shell{
  max-width:1240px;
  margin:0 auto;
}
.example-site .hero-wrap{
  padding:22px 20px 20px;
}
.example-site .hero-surface{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 24px 50px rgba(17,24,39,.12);
  border:1px solid rgba(16,24,40,.08);
}
.example-site .hero-bar,
.example-site .top-nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 26px;
}
.example-site .top-nav{
  position:relative;z-index:4;
}
.example-site .nav-links{
  display:flex;gap:18px;align-items:center;flex-wrap:wrap;
  font-size:.92rem;font-weight:700
}
.example-site .nav-links span{
  opacity:.85
}
.example-site .brand{
  display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em
}
.example-site .logo-badge{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;font-size:1rem;flex:0 0 auto
}
.example-site .hero{
  min-height:460px;
  position:relative;
  display:grid;
  align-items:stretch;
}
.example-site .hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center center;
}
.example-site .overlay{
  position:absolute;inset:0;
}
.example-site .hero-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.08fr .92fr;
  gap:20px;align-items:end;
  padding:26px 26px 28px;
  min-height:460px;
}
.example-site .hero-copy{
  max-width:620px
}
.example-site .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;
  letter-spacing:.04em;text-transform:uppercase
}
.example-site h1{
  font-size:clamp(2.6rem,5vw,4.4rem);
  line-height:.97;
  margin:.9rem 0 .85rem;
}
.example-site .lead{
  font-size:1.06rem;line-height:1.65;max-width:56ch;
}
.example-site .cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.example-site .cta-pill{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 18px;border-radius:999px;
  font-weight:800;font-size:.96rem;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
}
.example-site .hero-side-card{
  align-self:end;
  border-radius:22px;
  padding:22px;
  backdrop-filter: blur(8px);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.example-site .mini-points{
  display:grid;gap:12px;
}
.example-site .mini-point{
  display:flex;gap:12px;align-items:flex-start
}
.example-site .mini-icon{
  width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto
}
.example-site .mini-point strong{display:block;font-size:.98rem;margin-bottom:3px}
.example-site section.example-section{
  padding:20px;
}
.example-site .surface{
  border-radius:26px;
  background:#fff;
  padding:26px;
  box-shadow:0 18px 36px rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.06);
}
.example-site .section-heading{
  display:flex;justify-content:space-between;gap:18px;align-items:end;flex-wrap:wrap;
  margin-bottom:18px;
}
.example-site .section-heading h2{
  font-size:clamp(1.75rem,2.4vw,2.4rem);
  margin:0;
}
.example-site .section-heading p{
  max-width:56ch;margin:0;color:#516071;line-height:1.65
}
.example-site .card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.example-site .card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.example-site .info-card{
  border-radius:22px;padding:22px;
}
.example-site .info-card h3{margin:0 0 8px;font-size:1.12rem}
.example-site .info-card p{margin:0;color:inherit;opacity:.86;line-height:1.65}
.example-site .chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.example-site .chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 12px;border-radius:999px;font-size:.86rem;font-weight:750
}
.example-site .stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:10px
}
.example-site .stat{
  border-radius:22px;padding:24px 22px;text-align:left
}
.example-site .stat strong{
  display:block;font-size:2rem;line-height:1;margin-bottom:7px
}
.example-site .media-row{
  display:grid;grid-template-columns:1.2fr .8fr;gap:16px
}
.example-site .image-panel{
  border-radius:24px;overflow:hidden;min-height:330px;background-size:cover;background-position:center;
}
.example-site .list-panel{
  border-radius:24px;padding:22px
}
.example-site .bullet-list{display:grid;gap:13px;margin-top:10px}
.example-site .bullet{
  display:flex;gap:12px;align-items:flex-start
}
.example-site .bullet i{margin-top:3px}
.example-site .testimonial{
  border-radius:22px;padding:22px;font-size:1rem;line-height:1.7
}
.example-site .testimonial strong{display:block;margin-top:12px;font-size:.92rem;opacity:.82}
.example-site .social-row{
  display:flex;gap:12px;flex-wrap:wrap;margin-top:18px
}
.example-site .social{
  width:42px;height:42px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;font-size:1.1rem
}
.example-site .footer-cta{
  display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;
}
.example-site .footer-cta h3{margin:0 0 8px;font-size:1.45rem}
.example-site .footer-cta p{margin:0;color:#5b6878;line-height:1.65}
.example-site .hero-side-card ul,
.example-site .list-panel ul{margin:0;padding-left:18px}
.example-site .hero-side-card li,
.example-site .list-panel li{margin:.45rem 0}
.example-site .dark text{color:white}
.example-site .small-note{
  font-size:.82rem;opacity:.78;margin-top:10px
}
.example-site .gallery-strip{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px
}
.example-site .gallery-item{
  border-radius:20px;overflow:hidden;min-height:160px;background-size:cover;background-position:center;
}
.example-site .step-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.example-site .step{
  border-radius:22px;padding:20px
}
.example-site .step b{
  display:inline-flex;width:32px;height:32px;border-radius:10px;align-items:center;justify-content:center;margin-bottom:10px
}
.example-site .step h3{margin:0 0 6px;font-size:1.02rem}
.example-site .step p{margin:0;opacity:.85;line-height:1.55}

@media (max-width: 980px){
  .example-site .hero-inner,
  .example-site .media-row,
  .example-site .footer-cta{
    grid-template-columns:1fr;
  }
  .example-site .card-grid-3{grid-template-columns:1fr}
  .example-site .card-grid-2{grid-template-columns:1fr}
  .example-site .stats{grid-template-columns:1fr 1fr}
  .example-site .step-row{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .example-site .top-nav,.example-site .hero-inner,.example-site section.example-section,.example-site .surface{padding-left:18px;padding-right:18px}
  .example-site .stats{grid-template-columns:1fr}
  .example-site .step-row{grid-template-columns:1fr}
}

/* Thumbnail cards that visually match the full example pages */
.preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.preview-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.preview-card{
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 18px 36px rgba(15,23,42,.08);
}
.preview-browser{
  background:#eef2f7;
  border-bottom:1px solid rgba(15,23,42,.06);
}
.preview-browser .pb-bar{
  height:34px;display:flex;align-items:center;padding:0 12px;gap:6px;background:#f7f9fc
}
.preview-browser .pb-dot{
  width:9px;height:9px;border-radius:50%;background:#c9d2df
}
.preview-shot{
  position:relative;
  height:250px;
  overflow:hidden;
}
.preview-shot .ps-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
}
.preview-shot .ps-overlay{position:absolute;inset:0}
.preview-shot .ps-content{
  position:relative;z-index:2;height:100%;
  display:grid;grid-template-rows:auto 1fr auto;
  padding:12px 14px;
}
.preview-shot .ps-top{
  display:flex;justify-content:space-between;align-items:center;
}
.preview-shot .ps-brand{
  display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:.85rem
}
.preview-shot .ps-logo{
  width:28px;height:28px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.75rem
}
.preview-shot .ps-nav{display:flex;gap:10px;color:#fff;font-size:.63rem;font-weight:700;opacity:.9;flex-wrap:wrap}
.preview-shot .ps-main{
  display:flex;align-items:end;max-width:72%;
}
.preview-shot .ps-main h3{
  color:#fff;font-size:1.2rem;line-height:1.02;margin:0 0 6px
}
.preview-shot .ps-main p{
  color:rgba(255,255,255,.92);font-size:.72rem;line-height:1.4;margin:0
}
.preview-shot .ps-bottom{
  display:flex;gap:8px;flex-wrap:wrap
}
.preview-shot .ps-chip{
  padding:7px 10px;border-radius:999px;font-size:.68rem;font-weight:800
}
.preview-meta{
  padding:18px 18px 20px
}
.preview-meta .kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#667589}
.preview-meta h3{margin:8px 0 8px;font-size:1.18rem}
.preview-meta p{margin:0;color:#546171;line-height:1.65}

@media (max-width:900px){
  .preview-grid{grid-template-columns:1fr}
  .preview-shot{height:228px}
}



/* ============================================================
   v0.15 - further example polish
   ============================================================ */
.ex15{
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(1000px 500px at 0% 0%, rgba(255,255,255,.25), transparent 60%),
    linear-gradient(180deg,#eef3f8 0%,#f7fafc 100%);
  color:#1b2430;
}
.ex15 .wrap{max-width:1280px;margin:0 auto;padding:22px}
.ex15 .surface{
  background:#fff;border-radius:30px;overflow:hidden;
  box-shadow:0 22px 60px rgba(15,23,42,.10);
  border:1px solid rgba(15,23,42,.06);
}
.ex15 .nav{
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 26px;gap:20px;flex-wrap:wrap
}
.ex15 .brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em}
.ex15 .logo{
  width:46px;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  font-size:1rem;font-weight:900;flex:0 0 auto;
  box-shadow:0 8px 18px rgba(0,0,0,.10)
}
.ex15 .nav-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:.92rem;font-weight:700}
.ex15 .nav-links span{opacity:.85}
.ex15 .hero{
  position:relative;min-height:520px;
}
.ex15 .hero.bg-cover{background-size:cover;background-position:center}
.ex15 .hero::before{content:"";position:absolute;inset:0}
.ex15 .hero-inner{
  position:relative;z-index:2;
  min-height:520px;
  display:grid;grid-template-columns:1.08fr .92fr;
  gap:22px;align-items:end;padding:28px;
}
.ex15 .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.05em
}
.ex15 h1{
  font-size:clamp(2.8rem,5.4vw,4.8rem);
  line-height:.96;margin:.9rem 0 .9rem;max-width:10ch
}
.ex15 .lead{
  max-width:58ch;font-size:1.04rem;line-height:1.68
}
.ex15 .cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.ex15 .btnx{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 18px;border-radius:999px;font-size:.95rem;font-weight:850
}
.ex15 .socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.ex15 .socials .s{
  width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 22px rgba(0,0,0,.08)
}
.ex15 .glass-card{
  border-radius:24px;padding:22px;backdrop-filter:blur(10px)
}
.ex15 .glass-card h3{margin:0 0 12px;font-size:1.15rem}
.ex15 .mini-list{display:grid;gap:14px}
.ex15 .mini-item{display:flex;gap:12px;align-items:flex-start}
.ex15 .mini-item .ii{
  width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto
}
.ex15 section{padding:0 22px 22px}
.ex15 .pad{padding:28px}
.ex15 .heading{
  display:flex;justify-content:space-between;align-items:end;gap:18px;flex-wrap:wrap;
  margin-bottom:18px;
}
.ex15 .heading h2{font-size:clamp(1.7rem,2.8vw,2.45rem);margin:0}
.ex15 .heading p{margin:0;max-width:58ch;line-height:1.65;color:#556273}
.ex15 .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ex15 .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ex15 .card{
  border-radius:24px;padding:22px
}
.ex15 .card h3{margin:0 0 8px;font-size:1.08rem}
.ex15 .card p{margin:0;line-height:1.65;opacity:.88}
.ex15 .chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.ex15 .chip{
  display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;font-size:.84rem;font-weight:800
}
.ex15 .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ex15 .stat{border-radius:24px;padding:24px 22px}
.ex15 .stat strong{display:block;font-size:2rem;line-height:1;margin-bottom:8px}
.ex15 .stat span{display:block;line-height:1.5;opacity:.88}
.ex15 .media{
  display:grid;grid-template-columns:1.08fr .92fr;gap:16px
}
.ex15 .media-stack{display:grid;gap:16px}
.ex15 .image{
  min-height:300px;border-radius:24px;background-size:cover;background-position:center;overflow:hidden
}
.ex15 .quote{
  border-radius:24px;padding:24px;font-size:1rem;line-height:1.75
}
.ex15 .quote strong{display:block;margin-top:12px;font-size:.92rem;opacity:.82}
.ex15 .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ex15 .step{border-radius:22px;padding:20px}
.ex15 .step b{
  display:inline-flex;width:32px;height:32px;border-radius:10px;align-items:center;justify-content:center;
  margin-bottom:10px;font-weight:900
}
.ex15 .step h3{margin:0 0 6px;font-size:1rem}
.ex15 .step p{margin:0;line-height:1.6;opacity:.86}
.ex15 .footer-cta{
  display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px
}
.ex15 .footer-cta h3{margin:0 0 8px;font-size:1.45rem}
.ex15 .footer-cta p{margin:0;line-height:1.68;color:#556273}

.ex15-dark{
  background:
    radial-gradient(800px 420px at 0% 0%, rgba(88,122,255,.12), transparent 55%),
    linear-gradient(180deg,#151b24 0%,#1a2230 100%);
  color:#fff;
}
.ex15-dark .surface{
  background:linear-gradient(180deg,#171f2a 0%,#141b26 100%);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.ex15-dark .heading p,
.ex15-dark .footer-cta p{color:#b9c3d2}
.ex15-dark .card p,
.ex15-dark .stat span,
.ex15-dark .step p{opacity:.9}

.preview-grid.polished{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px
}
.preview-card.polished{
  background:#fff;border-radius:28px;overflow:hidden;
  border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 46px rgba(15,23,42,.08)
}
.preview-shot.polished{
  position:relative;height:290px;overflow:hidden
}
.preview-shot.polished .ps-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.preview-shot.polished .ps-overlay{position:absolute;inset:0}
.preview-shot.polished .ps-wrap{
  position:relative;z-index:2;height:100%;display:grid;
  grid-template-rows:auto 1fr auto;padding:14px
}
.preview-shot.polished .ps-top{
  display:flex;justify-content:space-between;align-items:center;gap:12px
}
.preview-shot.polished .ps-brand{
  display:flex;align-items:center;gap:8px;color:#fff;font-size:.86rem;font-weight:900
}
.preview-shot.polished .ps-logo{
  width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;
  font-weight:900;font-size:.76rem
}
.preview-shot.polished .ps-nav{
  display:flex;gap:10px;flex-wrap:wrap;font-size:.64rem;font-weight:800;color:#fff;opacity:.92
}
.preview-shot.polished .ps-main{
  display:grid;align-items:end;max-width:72%
}
.preview-shot.polished .ps-main h3{
  color:#fff;font-size:1.32rem;line-height:1.02;margin:0 0 6px
}
.preview-shot.polished .ps-main p{
  color:rgba(255,255,255,.92);font-size:.74rem;line-height:1.45;margin:0
}
.preview-shot.polished .ps-bottom{
  display:grid;grid-template-columns:1.1fr .9fr;gap:10px;align-items:end
}
.preview-shot.polished .ps-panel,
.preview-shot.polished .ps-mini{
  border-radius:18px;padding:10px 12px
}
.preview-shot.polished .ps-panel h4,
.preview-shot.polished .ps-mini h4{margin:0 0 5px;font-size:.72rem}
.preview-shot.polished .ps-panel p,
.preview-shot.polished .ps-mini p{margin:0;font-size:.64rem;line-height:1.4;opacity:.92}
.preview-meta.polished{padding:18px 18px 20px}
.preview-meta.polished .kicker{font-size:.75rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#6a7688}
.preview-meta.polished h3{margin:8px 0 8px;font-size:1.18rem}
.preview-meta.polished p{margin:0;color:#556273;line-height:1.65}

@media (max-width: 1024px){
  .ex15 .hero-inner,
  .ex15 .media,
  .ex15 .footer-cta{grid-template-columns:1fr}
  .ex15 .grid-3{grid-template-columns:1fr}
  .ex15 .grid-2{grid-template-columns:1fr}
  .ex15 .stats{grid-template-columns:1fr 1fr}
  .ex15 .steps{grid-template-columns:1fr 1fr}
}
@media (max-width: 720px){
  .ex15 .wrap, .ex15 section{padding-left:16px;padding-right:16px}
  .ex15 .nav, .ex15 .hero-inner, .ex15 .pad{padding-left:18px;padding-right:18px}
  .ex15 .stats{grid-template-columns:1fr}
  .ex15 .steps{grid-template-columns:1fr}
  .preview-grid.polished{grid-template-columns:1fr}
  .preview-shot.polished{height:260px}
  .preview-shot.polished .ps-bottom{grid-template-columns:1fr}
}

/* ============================================================
   v0.16 — cinematic liquid-glass override
   ============================================================ */
:root{
  --bg:#05070d; --bg-2:#091120; --panel:rgba(15,25,45,.58); --panel-2:rgba(22,38,70,.58);
  --panel-3:rgba(35,58,103,.48); --text:#f8fafc; --text-2:#d7e1ef; --muted:#a9b8cc;
  --line:rgba(188,210,240,.20); --line-2:rgba(210,225,247,.30); --soft:rgba(255,255,255,.045);
  --accent:#2f6bff; --accent-2:#78aaff;
}
html{background:#05070d}
body{background:radial-gradient(1000px 600px at 86% -5%,rgba(41,91,217,.30),transparent 62%),radial-gradient(780px 520px at 6% 18%,rgba(81,78,255,.12),transparent 62%),linear-gradient(180deg,#05070d 0%,#091120 48%,#07101c 100%)!important;color:var(--text)!important}
.site-header{background:rgba(5,7,13,.72)!important;border-bottom:1px solid rgba(255,255,255,.06)!important;backdrop-filter:blur(18px) saturate(145%)}
.site-header a,.brand-name{color:#f1f5fb!important}
.pagehero,.hero{background:radial-gradient(700px 420px at 82% 18%,rgba(56,104,255,.25),transparent 62%),radial-gradient(520px 360px at 16% 5%,rgba(104,85,255,.09),transparent 64%),linear-gradient(180deg,#060912 0%,#091120 100%)!important}
.pagehero{position:relative;overflow:hidden}
h1,h2,h3,h4,strong{color:#f8fafc!important} p,.lead{color:var(--text-2)!important}.kicker{color:#93b4ff!important;letter-spacing:.10em!important}
.btn.primary,.nav-cta{background:linear-gradient(135deg,#3e79ff,#285cff)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 14px 30px rgba(47,107,255,.30),inset 0 1px 0 rgba(255,255,255,.16)!important}
.btn.secondary{background:rgba(255,255,255,.045)!important;color:#fff!important;border:1px solid rgba(218,230,248,.30)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(14px)}
.hero-metric,.metric-card{min-height:136px!important;padding:25px 23px!important;background:linear-gradient(180deg,rgba(33,51,91,.66),rgba(10,18,33,.56))!important;border:1px solid rgba(185,207,238,.22)!important;border-radius:22px!important;backdrop-filter:blur(18px) saturate(140%);box-shadow:0 18px 42px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.07)!important}
.ribbon-item,.journey,.hero-card,.pricing-card,.faq-item,.contact-card,.form-card{background:linear-gradient(180deg,rgba(24,39,70,.66),rgba(9,17,31,.58))!important;border:1px solid rgba(188,209,239,.20)!important;backdrop-filter:blur(18px) saturate(140%);box-shadow:0 14px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.06)!important}
.ribbon-item strong,.journey h3,.step h3,.info-card h3,.card h3{text-transform:uppercase!important;letter-spacing:.055em!important;font-size:.82rem!important}
.ribbon-item span,.journey p{color:#c7d5e7!important}.section,.section.alt,.value-ribbon{background:transparent!important}
.browser-mini,.browser-mini .bar{background:#080d16!important;border-color:rgba(198,217,245,.22)!important}.browser-mini .screen{background:radial-gradient(380px 150px at 80% 16%,rgba(67,117,255,.25),transparent 70%),linear-gradient(180deg,#101a2b,#0b121e)!important}
.preview-card.polished,.preview-card{background:linear-gradient(180deg,rgba(18,29,51,.78),rgba(7,13,24,.72))!important;border:1px solid rgba(190,210,239,.18)!important;box-shadow:0 20px 46px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04)!important}
.preview-meta,.preview-meta.polished{background:rgba(7,13,23,.82)!important}.preview-meta h3{color:#fff!important}.preview-meta p{color:#b9c7da!important}.preview-meta .kicker{color:#8eafff!important}
.preview-grid.polished{align-items:stretch!important}.preview-link{height:100%!important}.preview-card.polished{height:100%;display:grid;grid-template-rows:auto 1fr}.preview-shot.polished{height:300px!important}.preview-meta.polished{min-height:150px;display:flex;flex-direction:column}.preview-meta.polished p{margin-top:auto!important}
input,textarea,select{background:rgba(255,255,255,.045)!important;color:#f8fafc!important;border:1px solid rgba(190,211,240,.22)!important}input::placeholder,textarea::placeholder{color:#8fa0b7!important}label{color:#e4edf8!important}
.footer{background:#04060a!important;border-top:1px solid rgba(255,255,255,.06)!important}.footer p,.footer-links a,.copyright{color:#94a5bb!important}
.liquid-glass{background:linear-gradient(180deg,rgba(35,56,99,.50),rgba(11,19,35,.44))!important;border:1px solid rgba(198,218,246,.20)!important;backdrop-filter:blur(20px) saturate(145%);box-shadow:0 18px 44px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.08)!important}
.process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.process-grid .journey{min-height:150px!important}.form-card h2{margin-top:2rem}.form-card label{display:block;margin:1rem 0}.form-card input,.form-card textarea,.form-card select{width:100%;margin-top:.45rem}
@media(max-width:800px){.process-grid{grid-template-columns:1fr}.preview-shot.polished{height:250px!important}}


/* ============================================================
   v0.17 — layout cleanup
   ============================================================ */
.pagehero .kicker{display:inline-block;margin-bottom:1rem}
.pagehero.compact-hero{padding:3rem 0 2.3rem}
.pagehero.compact-hero h1{font-size:clamp(2.25rem,4.2vw,4.2rem);max-width:900px;line-height:.98}
.pagehero.compact-hero .lead{max-width:760px;color:#d5e1f2}

.process-intro{display:grid;gap:.7rem;max-width:920px}
.process-intro h1{margin:0}
.process-intro .lead{margin:0}
.process-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.process-card{
  border-radius:24px;padding:1.8rem 1.45rem;min-height:230px;
  background:linear-gradient(180deg,rgba(23,40,74,.70),rgba(10,18,34,.62));
  border:1px solid rgba(194,214,243,.22);
  box-shadow:0 18px 40px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(18px) saturate(145%);
  text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;
}
.process-card .step-index{
  width:54px;height:54px;border-radius:18px;display:grid;place-items:center;
  font-size:1.05rem;font-weight:900;color:#fff;margin-bottom:1rem;
  background:linear-gradient(180deg,rgba(74,116,222,.55),rgba(26,44,80,.65));
  border:1px solid rgba(205,220,248,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11);
}
.process-card h3{margin:0 0 .7rem;font-size:1.06rem!important;letter-spacing:.04em!important;line-height:1.2;text-transform:uppercase!important}
.process-card p{margin:0;max-width:28ch;color:#d5dfef!important;line-height:1.6}

.pricing-hero{max-width:760px}
.payment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:stretch}
.payment-card{
  border-radius:24px;padding:1.75rem;display:flex;flex-direction:column;
  background:linear-gradient(180deg,rgba(23,40,74,.70),rgba(10,18,34,.62));
  border:1px solid rgba(194,214,243,.22);
  box-shadow:0 18px 40px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(18px) saturate(145%);
}
.payment-card .eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#a7c0ff;font-weight:900;margin-bottom:.85rem}
.payment-card .price-xl{font-size:clamp(2.25rem,4vw,3.8rem);line-height:1;font-weight:900;letter-spacing:-.04em;color:#fff;margin:0 0 .65rem}
.payment-card .price-sub{font-size:1.05rem;font-weight:800;color:#e7eefb;margin-left:.25rem}
.payment-card p{color:#d5dfef;margin:.2rem 0 0}
.payment-card ul{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.6rem}
.payment-card li{display:flex;gap:.55rem;color:#dbe6f6}
.payment-card li:before{content:'✓';color:#9dc0ff;font-weight:900}
.payment-card .inline-note{
  margin-top:1rem;padding:.95rem 1rem;border-radius:16px;
  background:rgba(255,255,255,.04);border:1px solid rgba(200,217,244,.16);
  color:#c8d6ea;font-size:.92rem;
}
.payment-card.featured{background:linear-gradient(180deg,rgba(34,56,104,.76),rgba(11,20,38,.64));}
.pricing-follow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}
.rounded-panel{
  border-radius:22px;padding:1.55rem;
  background:linear-gradient(180deg,rgba(18,31,56,.68),rgba(9,17,31,.58));
  border:1px solid rgba(194,214,243,.18);box-shadow:0 14px 30px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.06);
}
.rounded-panel .kicker{margin-bottom:.55rem}
.rounded-panel h3{font-size:1.45rem;margin:0 0 .5rem}
.rounded-panel p{margin:0;color:#d5dfef}

.faq-list.clean-faq{gap:1rem}
.faq-list.clean-faq details{border-radius:22px!important;padding:1.05rem 1.2rem!important;background:linear-gradient(180deg,rgba(20,34,61,.72),rgba(10,18,33,.60))!important;border:1px solid rgba(194,214,243,.18)!important;box-shadow:0 14px 30px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.05)!important}
.faq-list.clean-faq summary{font-size:1.02rem;line-height:1.35;color:#fff}
.faq-list.clean-faq p{margin:.9rem 0 .15rem;color:#d5dfef;line-height:1.65}

.brief-form{display:grid;gap:1rem}
.brief-section{border-radius:22px;padding:1.35rem 1.35rem 1.15rem;background:linear-gradient(180deg,rgba(20,34,61,.72),rgba(10,18,33,.60));border:1px solid rgba(194,214,243,.18);box-shadow:0 14px 30px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.05)}
.brief-section h2{margin:0 0 1rem;font-size:1.1rem;letter-spacing:.04em;text-transform:uppercase;color:#fff}
.brief-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.brief-grid .full{grid-column:1/-1}
.brief-form label{display:block;color:#e8effa;font-weight:700;font-size:.93rem}
.brief-form label span.field-note{display:block;color:#9eb0c6;font-weight:500;font-size:.82rem;margin:.18rem 0 0}
.brief-form input,.brief-form textarea,.brief-form select{width:100%;margin-top:.42rem;border-radius:14px;padding:.9rem .95rem;background:rgba(255,255,255,.045);border:1px solid rgba(194,214,243,.18);color:#fff}
.brief-form textarea{min-height:112px;resize:vertical}
.brief-form .consent-row{display:flex;gap:.75rem;align-items:flex-start;background:rgba(255,255,255,.03);border:1px solid rgba(194,214,243,.12);padding:1rem;border-radius:16px;margin-top:.5rem}
.brief-form .consent-row input{width:auto;margin-top:.15rem}
.brief-form .submit-row{display:flex;justify-content:flex-start;margin-top:.2rem}

@media (max-width: 980px){
  .process-steps-grid,.payment-grid,.pricing-follow-grid,.brief-grid{grid-template-columns:1fr}
  .process-card{min-height:unset}
}

/* ============================================================
   v0.18 — approved change-control pass
   BASE: v0.17 — JL_Business_Solutions_v0_17_LAYOUT_CLEANUP
   Scope: remove long JL-site divider rules only. Preserve cards.
   ============================================================ */
.site-header{border-bottom:0!important}
.pagehero{border-bottom:0!important}
.value-ribbon{border-bottom:0!important}
.section.alt{border-top:0!important;border-bottom:0!important}
.footer{border-top:0!important}
.copyright{border-top:0!important}
.mobile-panel a{border-bottom:0!important}
.process-line .step{border-top:0!important}


/* ============================================================
   v0.19 — continuous-gradient + navigation/typography cleanup
   ============================================================ */
/* One continuous atmospheric background. Content territories are managed by glass cards, not horizontal bands. */
body{
  background:
    radial-gradient(1050px 760px at 86% 2%,rgba(47,92,214,.28),transparent 64%),
    radial-gradient(900px 720px at 8% 30%,rgba(70,66,210,.12),transparent 66%),
    radial-gradient(980px 760px at 88% 68%,rgba(25,91,180,.11),transparent 68%),
    linear-gradient(180deg,#05070d 0%,#08111f 34%,#071422 68%,#050a12 100%)!important;
}
main,.hero,.pagehero,.section,.section.alt,.value-ribbon{background:transparent!important}
.hero,.pagehero,.section.alt,.value-ribbon{border-top:0!important;border-bottom:0!important}
.site-header{border-bottom:0!important}
.footer{
  border-top:0!important;
  background:linear-gradient(180deg,rgba(4,6,10,0) 0%,rgba(4,6,10,.30) 28%,rgba(4,6,10,.78) 72%,#04060a 100%)!important;
}
/* Main/page/section headings use normal casing. Kicker labels and compact card labels remain uppercase by design. */
.pagehero h1,.section-head h2,.panel h2,.rounded-panel h3{ text-transform:none!important; }
/* Price qualifiers are isolated from the oversized numeric line to prevent optical/rendering echo. */
.payment-card .price-xl{margin:0!important}
.payment-card .price-qualifier{
  margin:.34rem 0 .8rem;
  font-size:1rem;
  line-height:1.2;
  font-weight:650;
  letter-spacing:0;
  color:#d7e3f4;
  text-shadow:none!important;
  filter:none!important;
  transform:none!important;
  opacity:1;
}

/* ============================================================
   v0.20 — controlled polish + process cleanup
   BASE: v0.19 DEPLOYMENT FIXED
   ============================================================ */
/* Tighter, repeatable vertical rhythm. */
.section{padding:2.75rem 0!important}
.section + .section{padding-top:1.35rem!important}
.pagehero{padding:3.1rem 0 1.9rem!important}
.pagehero.compact-hero{padding:2.9rem 0 1.8rem!important}
.pagehero + .section{padding-top:1.5rem!important}
main > .section:last-child{padding-bottom:1.6rem!important}
.section-head{margin-bottom:1.35rem!important}
.footer{padding:2.1rem 0 2.35rem!important}

/* Hero: slightly quieter headline and a real product visual. */
.hero h1{font-size:clamp(2.7rem,4.55vw,4.55rem)!important;max-width:700px}
.device-showcase{position:relative;margin-top:1rem;min-height:300px;border-radius:18px;overflow:hidden;border:1px solid rgba(198,218,246,.18);background:radial-gradient(circle at 72% 24%,rgba(62,120,216,.20),transparent 32%),linear-gradient(145deg,#050912,#08111f 60%,#050a13);box-shadow:0 18px 42px rgba(0,0,0,.28);padding:1.3rem 1.1rem 1.1rem}
.laptop-device{position:absolute;left:5%;top:12%;width:76%;filter:drop-shadow(0 22px 28px rgba(0,0,0,.48))}
.laptop-screen{border:8px solid #10141b;border-bottom-width:11px;border-radius:13px 13px 6px 6px;background:#02050a;overflow:hidden;aspect-ratio:16/9;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.laptop-base{height:14px;width:108%;margin-left:-4%;background:linear-gradient(180deg,#707784,#2d333c 58%,#141820);clip-path:polygon(3% 0,97% 0,100% 64%,72% 100%,28% 100%,0 64%);border-radius:0 0 16px 16px}
.phone-device{position:absolute;right:4.5%;bottom:11%;width:24%;aspect-ratio:9/18.7;border:7px solid #141821;border-radius:23px;background:#03060b;box-shadow:0 18px 32px rgba(0,0,0,.52);overflow:hidden;z-index:3}
.phone-notch{position:absolute;z-index:5;top:4px;left:50%;transform:translateX(-50%);width:38%;height:8px;border-radius:0 0 8px 8px;background:#141821}
.phone-screen{position:absolute;inset:3px;border-radius:15px;overflow:hidden;background:#06101d}
.mini-site{height:100%;color:#f8fbff;background:radial-gradient(circle at 72% 16%,rgba(43,102,201,.32),transparent 30%),linear-gradient(155deg,#050911,#07101e 55%,#09162a);font-family:Inter,system-ui,sans-serif}
.mini-nav{height:14%;display:flex;align-items:center;gap:4%;padding:0 5%;border-bottom:1px solid rgba(255,255,255,.08);font-size:clamp(5px,.55vw,8px);color:#cdd8e9}.mini-brand{margin-right:auto;font-weight:800;color:#fff}
.mini-hero-copy{padding:7% 6%;max-width:78%}.mini-hero-copy small{display:block;font-size:clamp(4px,.44vw,7px);letter-spacing:.13em;color:#8bb5ff;font-weight:800;margin-bottom:4%}.mini-hero-copy strong{display:block;font-size:clamp(11px,1.45vw,22px);line-height:1.03;letter-spacing:-.04em}.mini-hero-copy strong em{font-style:normal;color:#78a9ff}.mini-hero-copy p{font-size:clamp(5px,.58vw,9px);line-height:1.35;color:#cbd6e6;margin:5% 0}.mini-buttons{display:flex;gap:4%}.mini-buttons span{font-size:clamp(4px,.48vw,7px);padding:3% 6%;border-radius:999px;background:linear-gradient(135deg,#2f6cc8,#5a8feb);font-weight:700}.mini-buttons span+span{background:transparent;border:1px solid rgba(255,255,255,.22)}
.phone-mini .mini-nav{height:10%;padding:0 8%;font-size:7px}.phone-mini .mini-hero-copy{padding:18% 9% 8%;max-width:none}.phone-mini .mini-hero-copy small{font-size:5px;margin-bottom:9%}.phone-mini .mini-hero-copy strong{font-size:12px;line-height:1.04}.phone-mini .mini-hero-copy p{font-size:6px;margin:10% 0}.phone-mini .mini-buttons span{font-size:5px;padding:6% 10%}.snapshot-note{position:absolute;left:1rem;bottom:.55rem;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(219,231,249,.55)}
.hero-card.large{padding-bottom:1rem!important}

/* Use the available horizontal field for important page heads. */
.wide-pagehero h1{max-width:1120px!important}
.single-line-hero h1{max-width:none!important;white-space:nowrap!important;letter-spacing:-.045em}
.pricing-single-line h1{font-size:clamp(2.75rem,4.15vw,3.35rem)!important}
.faq-single-line h1{font-size:clamp(2.8rem,4.4vw,3.85rem)!important}

/* Secondary copy panels: supportive, not equal in weight to primary cards. */
.glass-copy{max-width:none!important;padding:1.05rem 1.15rem;border-radius:18px;background:linear-gradient(180deg,rgba(18,31,56,.44),rgba(9,17,31,.34));border:1px solid rgba(194,214,243,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.glass-copy.compact{max-width:455px!important;font-size:.98rem!important}
.flow-panel{background:linear-gradient(180deg,rgba(18,31,56,.55),rgba(9,17,31,.44))!important;border-color:rgba(194,214,243,.16)!important;box-shadow:0 10px 24px rgba(0,0,0,.10),inset 0 1px 0 rgba(255,255,255,.04)!important}

/* Homepage why journey conclusion belongs to the entire sequence. */
.why-conclusion{margin-top:1rem!important;padding:1.35rem 1.5rem!important;display:grid;grid-template-columns:auto 1fr;gap:.7rem 1rem;align-items:baseline;background:linear-gradient(180deg,rgba(18,31,56,.58),rgba(9,17,31,.46))!important}
.why-conclusion strong{font-size:1.12rem!important}
.why-conclusion p{font-size:1.02rem!important;margin:0!important}

/* Slight hierarchy reduction on secondary panels. */
.rounded-panel{background:linear-gradient(180deg,rgba(17,29,52,.58),rgba(8,15,28,.48))!important;border-color:rgba(194,214,243,.15)!important;box-shadow:0 10px 24px rgba(0,0,0,.10),inset 0 1px 0 rgba(255,255,255,.04)!important}

/* Footer: controlled enquiry routes; legal utility visually separate. */
.footer-legal{margin-top:.85rem;padding-top:.35rem;opacity:.72}
.footer-legal a{font-size:.76rem!important}

/* Contact form two-option intent grid should read as deliberate choices. */
.intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.intent-option label{height:100%;padding:1rem!important}

@media(max-width:1100px){
  .single-line-hero h1{white-space:normal!important}
}
@media(max-width:820px){
  .section{padding:2.35rem 0!important}
  .section + .section{padding-top:1.1rem!important}
  .pagehero,.pagehero.compact-hero{padding:2.55rem 0 1.55rem!important}
  .pagehero + .section{padding-top:1.2rem!important}
  .why-conclusion{grid-template-columns:1fr!important}
}
@media(max-width:590px){
  .hero h1{font-size:clamp(2.35rem,10.5vw,3.35rem)!important}
  .section{padding:2rem 0!important}
  .section + .section{padding-top:.9rem!important}
  .pagehero,.pagehero.compact-hero{padding:2.25rem 0 1.3rem!important}
  .pagehero + .section{padding-top:1rem!important}
  .single-line-hero h1{white-space:normal!important}
  .glass-copy.compact{max-width:none!important}
  .intent-grid{grid-template-columns:1fr!important}
}


/* ============================================================
   v0.22 — precision corrective pass
   BASE: v0.21 DOMAIN READY POLISH
   Scope only: homepage hero alignment/kicker, Websites hero 2-line H1,
   and restore Simple Answer desktop side-by-side composition.
   ============================================================ */

/* 1. Homepage hero — deliberate two-column housekeeping. */
.hero-grid{
  align-items:stretch!important;
}
.hero-grid > div:first-child{
  align-self:stretch;
  display:flex;
  flex-direction:column;
}
.hero-side{
  align-self:stretch!important;
}
.hero-grid > div:first-child > .kicker{
  font-size:clamp(1.28rem,1.55vw,1.48rem)!important;
  line-height:1.05!important;
  letter-spacing:.105em!important;
  margin-bottom:1.05rem!important;
}
.hero-grid > div:first-child > .kicker:before{
  width:30px!important;
  height:2px!important;
}
.hero-grid > div:first-child .hero-actions{
  margin-top:auto!important;
}
.hero-grid > div:first-child .micro-proof{
  margin-top:1.15rem!important;
  margin-bottom:0!important;
}
.hero-card.large{margin-top:0!important}
.device-photo-showcase{
  padding:0!important;
  min-height:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.device-photo-showcase img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:14px;
}
.device-photo-showcase .snapshot-note{left:.25rem;bottom:-.35rem}

/* Major eyebrow labels retain their role but are clearly legible. */
.pagehero .kicker,
.section-head > div > .kicker,
.why-copy > .kicker,
.websites-simple-head > .kicker{
  font-size:clamp(1.12rem,1.4vw,1.34rem)!important;
  line-height:1.05!important;
  letter-spacing:.105em!important;
  margin-bottom:1rem!important;
}
.pagehero .kicker:before,
.section-head > div > .kicker:before,
.why-copy > .kicker:before,
.websites-simple-head > .kicker:before{
  width:28px!important;
  height:2px!important;
}

/* 2. Websites hero — exactly two deliberate desktop lines. */
.websites-pagehero h1{
  max-width:none!important;
  width:100%!important;
  font-size:clamp(3.15rem,4.85vw,3.72rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}
.websites-pagehero h1 .desktop-line-break{display:block}

/* 3. Simple Answer — restore left/right desktop composition. */
.websites-simple-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:1.7rem;
  align-items:start;
}
.websites-simple-left{
  display:grid;
  gap:1rem;
  align-content:start;
}
.websites-simple-head h2{margin-bottom:0!important}
.websites-simple-copy{margin:0!important}
.websites-simple-grid .search-journey{
  display:grid;
  gap:.82rem;
}
.websites-simple-grid .journey{margin:0!important}
.websites-what-adds{
  margin-top:.1rem!important;
}

@media(max-width:1100px){
  .websites-pagehero h1{
    font-size:clamp(2.9rem,5.05vw,3.45rem)!important;
  }
}
@media(max-width:820px){
  .hero-grid > div:first-child .hero-actions{margin-top:1.4rem!important}
  .hero-grid > div:first-child > .kicker,
  .pagehero .kicker,
  .section-head > div > .kicker,
  .why-copy > .kicker,
  .websites-simple-head > .kicker{
    font-size:1.02rem!important;
  }
  .websites-pagehero h1 .desktop-line-break{display:none}
  .websites-pagehero h1{font-size:clamp(2.55rem,9.7vw,3.6rem)!important}
  .websites-simple-grid{grid-template-columns:1fr}
}

/* Keep the homepage eyebrow substantial but on one clean desktop line. */
.hero-grid > div:first-child > .kicker{
  font-size:clamp(1.16rem,1.42vw,1.34rem)!important;
  letter-spacing:.065em!important;
  white-space:nowrap!important;
}
@media(max-width:820px){
  .hero-grid > div:first-child > .kicker{white-space:normal!important}
}


/* ============================================================
   v0.26 — precision recovery: destination flow + true mirror device
   ============================================================ */
/* Rebuild the homepage product visual as physically coherent devices. */
.mirror-device-showcase{
  position:relative!important;
  min-height:292px!important;
  padding:14px 14px 24px!important;
  overflow:hidden!important;
}
.mirror-stage{position:relative;width:100%;height:245px;display:flex;align-items:flex-end;justify-content:center}
.mirror-laptop{position:absolute;left:3.5%;right:13%;bottom:8px;height:226px;z-index:2}
.mirror-laptop-screen{
  position:absolute;left:5%;right:5%;top:0;height:174px;
  border:7px solid #11161f;border-bottom-width:10px;border-radius:11px 11px 5px 5px;
  background:#03070d;overflow:hidden;box-shadow:0 16px 30px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.08)
}
.mirror-laptop-screen img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.mirror-laptop-hinge{position:absolute;left:44%;right:44%;top:174px;height:7px;background:#252d38;border-radius:0 0 7px 7px;z-index:3}
.mirror-laptop-base{
  position:absolute;left:0;right:0;bottom:0;height:46px;
  background:linear-gradient(180deg,#6d7580 0%,#303741 42%,#151a21 80%,#0b0e13 100%);
  clip-path:polygon(5% 0,95% 0,100% 67%,97% 83%,57% 100%,43% 100%,3% 83%,0 67%);
  box-shadow:0 15px 25px rgba(0,0,0,.38)
}
.mirror-trackpad{position:absolute;left:40%;right:40%;top:9px;height:14px;border:1px solid rgba(255,255,255,.17);border-radius:4px}
.mirror-phone{
  position:absolute;right:2.5%;bottom:9px;width:23%;height:192px;z-index:5;
  border:6px solid #151a22;border-radius:22px;background:#05080e;overflow:hidden;
  box-shadow:0 16px 30px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.13)
}
.mirror-phone-speaker{position:absolute;z-index:7;top:5px;left:36%;right:36%;height:5px;border-radius:999px;background:#242b34}
.mirror-phone-screen{position:absolute;inset:7px 4px 5px;border-radius:15px;overflow:hidden;background:#050912}
.mirror-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:10% top;display:block}
.mirror-device-showcase .snapshot-note{left:16px!important;bottom:6px!important}

/* Websites destination: one-line statement followed by two balanced territories. */
.websites-destination-section .destination-heading{text-align:center;margin-bottom:1.25rem}
.websites-destination-section .destination-heading .kicker{display:inline-flex;justify-content:center;margin-bottom:.75rem}
.websites-destination-section .destination-heading h2{
  max-width:none!important;margin:0 auto!important;white-space:nowrap;
  font-size:clamp(1.75rem,2.5vw,2.55rem)!important;line-height:1.03!important;letter-spacing:-.035em!important
}
.destination-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}
.destination-grid>.panel{height:100%;min-height:270px;display:flex;flex-direction:column;justify-content:center}
.destination-system-card h2{font-size:2.35rem!important;margin:.4rem 0 1rem}
.destination-checks{columns:2;column-gap:2.1rem;margin-bottom:0}
.destination-checks li{break-inside:avoid;margin-bottom:.48rem}
.destination-role-card{padding:2rem 2.2rem!important}
.destination-role-card .lead{max-width:none!important;margin:0!important;font-size:1.18rem!important;line-height:1.55!important}

@media(max-width:1100px){
  .websites-destination-section .destination-heading h2{white-space:normal;font-size:clamp(2rem,4.3vw,3.1rem)!important}
}
@media(max-width:820px){
  .mirror-stage{height:225px}
  .mirror-laptop{right:11%;height:210px}
  .mirror-laptop-screen{height:160px}
  .mirror-laptop-hinge{top:160px}
  .mirror-phone{height:176px;width:25%}
  .destination-grid{grid-template-columns:1fr}
  .destination-grid>.panel{min-height:auto}
  .destination-checks{columns:1}
  .websites-destination-section .destination-heading{text-align:left}
  .websites-destination-section .destination-heading .kicker{justify-content:flex-start}
}
@media(max-width:590px){
  .mirror-device-showcase{min-height:245px!important;padding:10px 10px 22px!important}
  .mirror-stage{height:200px}
  .mirror-laptop{left:1%;right:14%;height:190px}
  .mirror-laptop-screen{height:145px;border-width:5px;border-bottom-width:8px}
  .mirror-laptop-hinge{top:145px}
  .mirror-laptop-base{height:39px}
  .mirror-phone{right:1%;height:154px;width:28%;border-width:5px}
}


/* ============================================================
   v0.27 — approved precision corrections only
   ============================================================ */
/* Websites: hierarchy and visual consistency. */
.websites-simple-head h2{
  font-size:clamp(2.15rem,3.15vw,2.9rem)!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
}
.websites-destination-section .destination-heading h2{
  max-width:100%!important;
  width:100%!important;
  white-space:nowrap!important;
  font-size:clamp(1.55rem,2.05vw,2.05rem)!important;
  line-height:1.05!important;
  letter-spacing:-.03em!important;
}
.destination-role-card h2{
  font-size:2.35rem!important;
  margin:.4rem 0 1rem!important;
}
.destination-role-checks{margin-bottom:0!important}
.destination-role-checks li{margin-bottom:.48rem}

/* Homepage device: each screen uses its actual responsive render. */
.mirror-laptop-screen img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block!important
}
.mirror-phone-screen img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block!important
}

@media(max-width:1100px){
  .websites-destination-section .destination-heading h2{white-space:normal!important;font-size:clamp(2rem,4.3vw,3.1rem)!important}
}
@media(max-width:820px){
  .websites-simple-head h2{font-size:clamp(2.05rem,8.4vw,3rem)!important}
}


/* ============================================================
   v0.28 — showroom refinement only
   BASE: v0.27
   ============================================================ */
/* Premium real-device showcase: screen content stays the approved responsive renders. */
.premium-device-showcase{
  position:relative;
  margin-top:1rem;
  min-height:300px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(198,218,246,.18);
  background:linear-gradient(145deg,#050912,#08111f 60%,#050a13);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  padding:.55rem .55rem 1.5rem;
}
.premium-device-showcase img{
  display:block;
  width:100%;
  height:100%;
  max-height:355px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
}
.premium-device-showcase .snapshot-note{left:1rem;bottom:.45rem}

/* Hero conversion controls should occupy their territory instead of reading as small tags. */
.hero-grid{align-items:stretch!important}
.hero-grid > div:first-child{
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
}
.hero-grid > div:first-child .hero-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:.9rem!important;
  margin-top:auto!important;
  padding-top:1.7rem!important;
}
.hero-grid > div:first-child .hero-actions .btn{
  min-height:66px!important;
  border-radius:16px!important;
  font-size:1.02rem!important;
  justify-content:center!important;
  width:100%!important;
}
.hero-grid > div:first-child .micro-proof{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:.75rem!important;
  margin-top:.85rem!important;
}
.hero-grid > div:first-child .micro-proof .pill{
  min-height:70px!important;
  border-radius:16px!important;
  padding:.85rem .75rem!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  background:linear-gradient(180deg,rgba(24,39,70,.72),rgba(9,17,31,.62))!important;
  border:1px solid rgba(188,209,239,.22)!important;
  font-size:.9rem!important;
  line-height:1.25!important;
}

/* Websites page: tighten the hand-off into the next story block. */
.websites-simple-grid + *{margin-top:0!important}
.websites-destination-section{padding-top:1.55rem!important}

/* Range CTA: use the available width, keep the headline clean on desktop. */
.range-banner{grid-template-columns:minmax(0,1fr) auto!important}
.range-banner h2{white-space:nowrap!important;max-width:none!important}

@media(max-width:1100px){
  .range-banner h2{white-space:normal!important}
}
@media(max-width:820px){
  .hero-grid > div:first-child .hero-actions{margin-top:1.5rem!important;padding-top:0!important}
  .premium-device-showcase{min-height:240px!important}
  .hero-grid > div:first-child .micro-proof{grid-template-columns:1fr!important}
  .hero-grid > div:first-child .micro-proof .pill{min-height:54px!important}
}
/* Preserve readable separation inside the enlarged proof controls. */
.hero-grid > div:first-child .micro-proof .pill{gap:.28rem!important}


/* ============================================================
   v0.29 — approved pricing reset + hero device clean-up only
   BASE: v0.28
   ============================================================ */
/* Hero: keep the enlarged controls but remove the dead space. */
.hero-grid{align-items:start!important}
.hero-grid > div:first-child .hero-actions{
  margin-top:1.55rem!important;
  padding-top:0!important;
}
.hero-grid > div:first-child .micro-proof{
  margin-top:.8rem!important;
}

/* Hero large card: remove orphan icon and use an exact-screen device composition. */
.hero-card.large{
  min-height:unset!important;
  gap:1rem!important;
}
.hero-card.large > div:first-child h3{margin:0 0 .35rem!important}
.premium-device-showcase.premium-device-render{
  position:relative;
  margin-top:.15rem;
  min-height:330px;
  padding:1rem 1rem 1.65rem;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(198,218,246,.16);
  background:
    radial-gradient(circle at 76% 22%,rgba(72,101,190,.16),transparent 28%),
    linear-gradient(180deg,#09111d 0%,#08101a 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
.premium-device-render .device-stage{
  position:relative;
  height:100%;
  min-height:286px;
}
.premium-device-render .device-laptop{
  position:absolute;left:0;right:12%;bottom:8px;
  height:260px;z-index:1;
}
.premium-device-render .device-laptop-lid{
  position:absolute;left:6%;right:6%;top:0;height:188px;
  padding:12px 12px 14px;
  border-radius:18px 18px 10px 10px;
  background:linear-gradient(180deg,#3f4652 0%,#1c212a 24%,#0d1118 100%);
  box-shadow:0 22px 36px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(255,255,255,.04);
}
.premium-device-render .device-laptop-lid:before{
  content:'';position:absolute;inset:8px;
  border-radius:14px 14px 8px 8px;
  border:1px solid rgba(255,255,255,.12);
  pointer-events:none;
}
.premium-device-render .device-laptop-camera{
  position:absolute;top:7px;left:50%;transform:translateX(-50%);
  width:9px;height:9px;border-radius:50%;background:#0c1118;
  box-shadow:0 0 0 1px rgba(255,255,255,.06), inset 0 0 0 1px rgba(0,0,0,.45);
  z-index:3;
}
.premium-device-render .device-laptop-screen{
  position:relative;width:100%;height:100%;overflow:hidden;
  border-radius:10px 10px 5px 5px;
  background:#060b14;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
.premium-device-render .device-laptop-screen img{
  width:100%;height:100%;display:block;object-fit:cover;object-position:center top;
}
.premium-device-render .device-laptop-screen:after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.02) 18%,rgba(255,255,255,0) 34%,rgba(255,255,255,.04) 100%);
  pointer-events:none;
}
.premium-device-render .device-laptop-base{
  position:absolute;left:0;right:0;bottom:0;height:84px;
  border-radius:0 0 26px 26px/0 0 18px 18px;
  background:linear-gradient(180deg,#d3d7de 0%,#9ca4af 14%,#7d8794 28%,#646d79 45%,#525a65 72%,#464d57 100%);
  clip-path:polygon(6% 0,94% 0,100% 60%,97% 84%,58% 100%,42% 100%,3% 84%,0 60%);
  box-shadow:0 26px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.12);
}
.premium-device-render .device-keyboard{
  position:absolute;left:13%;right:13%;top:9px;height:34px;border-radius:10px;overflow:hidden;
  background:
    repeating-linear-gradient(90deg,rgba(18,24,33,.95) 0 18px,rgba(52,60,72,.98) 18px 19px),
    repeating-linear-gradient(180deg,rgba(14,19,26,.96) 0 8px,rgba(58,65,76,.96) 8px 9px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 1px 0 rgba(255,255,255,.10);
}
.premium-device-render .device-keyboard:after{
  content:'';position:absolute;left:0;right:0;top:0;bottom:0;
  background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 35%);
}
.premium-device-render .device-trackpad{
  position:absolute;left:40%;right:40%;bottom:12px;height:22px;border-radius:7px;
  border:1px solid rgba(255,255,255,.26);background:rgba(205,212,221,.18);
}
.premium-device-render .device-phone{
  position:absolute;right:1.2%;bottom:12px;width:24%;height:226px;z-index:4;
  border-radius:28px;
  background:linear-gradient(180deg,#434955 0%,#11161d 14%,#05070c 100%);
  box-shadow:0 24px 34px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.18), inset 0 0 0 1px rgba(255,255,255,.05);
  overflow:hidden;
}
.premium-device-render .device-phone:after{
  content:'';position:absolute;inset:5px;border-radius:24px;
  border:1px solid rgba(255,255,255,.10);pointer-events:none;
}
.premium-device-render .device-phone-buttons{
  position:absolute;left:-1px;top:55px;width:5px;height:32px;border-radius:3px;
  background:linear-gradient(180deg,#707887,#434b57);box-shadow:0 44px 0 0 rgba(100,110,122,.95);
}
.premium-device-render .device-phone-top{
  position:absolute;top:11px;left:50%;transform:translateX(-50%);
  width:34%;height:7px;border-radius:999px;background:#10151c;z-index:3;
  box-shadow:0 0 0 1px rgba(255,255,255,.05);
}
.premium-device-render .device-phone-screen{
  position:absolute;left:8px;right:8px;top:15px;bottom:8px;
  border-radius:20px;overflow:hidden;background:#050912;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.premium-device-render .device-phone-screen img{
  width:100%;height:100%;display:block;object-fit:cover;object-position:center top;
}
.premium-device-render .device-phone-screen:after{
  content:'';position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.09),rgba(255,255,255,0) 36%);pointer-events:none;
}
.premium-device-render .snapshot-note{left:1rem!important;bottom:.55rem!important}

/* Pricing reset: one product, two payment options, one optional maintenance service. */
.price-wrap,.price-card,.care-card{display:unset}
.pricing-story-block,.pricing-page-wrap{display:grid;gap:1rem}
.pricing-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}
.pricing-story-card{
  background:linear-gradient(180deg,rgba(17,29,52,.74),rgba(8,15,28,.64));
  border:1px solid rgba(188,209,239,.20);
  border-radius:20px;
  padding:1.45rem 1.35rem 1.35rem;
  box-shadow:0 14px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(18px) saturate(140%);
  height:100%;display:flex;flex-direction:column;
}
.pricing-story-card.featured{background:linear-gradient(180deg,rgba(26,49,94,.86),rgba(8,15,28,.70));}
.pricing-story-card.maintenance-card{background:linear-gradient(180deg,rgba(18,39,71,.68),rgba(8,15,28,.60));}
.pricing-story-card .eyebrow,.reassurance-item .eyebrow{font-size:.86rem;text-transform:uppercase;letter-spacing:.11em;color:#b8cbff;font-weight:900;margin-bottom:.95rem}
.pricing-story-card .price-xl{font-size:clamp(2.6rem,4.4vw,4.4rem);line-height:.95;font-weight:900;letter-spacing:-.05em;color:#fff;margin:0 0 .45rem}
.pricing-story-card .price-qualifier{font-size:1.02rem;font-weight:780;color:#dbe6fb;margin-bottom:.95rem}
.pricing-story-card p{margin:.15rem 0 0;color:#dce6f8}
.pricing-story-card ul{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.58rem}
.pricing-story-card li{display:flex;gap:.58rem;color:#d7e2f4}
.pricing-story-card li:before{content:'✓';color:#9dc0ff;font-weight:900}
.pricing-story-card .inline-note{
  margin-top:auto;padding-top:1rem;color:#eef4ff;font-size:.92rem;
  border-top:1px solid rgba(188,209,239,.16)
}
.pricing-reassurance-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}
.reassurance-item{
  min-height:116px;
  border-radius:18px;
  padding:1rem 1.05rem;
  background:linear-gradient(180deg,rgba(14,24,43,.54),rgba(7,13,25,.44));
  border:1px solid rgba(188,209,239,.14);
  display:flex;flex-direction:column;justify-content:flex-start;
}
.reassurance-item p{margin:0;color:#d9e3f4;line-height:1.45}
.pricing-home-actions{display:flex;justify-content:flex-start;padding-top:.2rem}
.pricing-page-grid + .pricing-reassurance-row{margin-top:.05rem}
.pricing-follow-grid-v29{margin-top:.05rem}
.pricing-follow-grid-v29 .rounded-panel{min-height:100%}

@media(max-width:1100px){
  .pricing-story-grid{grid-template-columns:1fr 1fr}
  .pricing-story-card.maintenance-card{grid-column:1/-1}
  .pricing-reassurance-row{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .premium-device-showcase.premium-device-render{min-height:275px;padding:.85rem .85rem 1.45rem}
  .premium-device-render .device-stage{min-height:235px}
  .premium-device-render .device-laptop{right:16%;height:214px}
  .premium-device-render .device-laptop-lid{height:155px;padding:10px 10px 12px}
  .premium-device-render .device-laptop-base{height:68px}
  .premium-device-render .device-keyboard{left:14%;right:14%;height:28px;top:8px}
  .premium-device-render .device-trackpad{left:39%;right:39%;height:18px;bottom:10px}
  .premium-device-render .device-phone{width:27%;height:188px;right:0;bottom:10px}
  .pricing-story-grid,.pricing-reassurance-row,.pricing-follow-grid{grid-template-columns:1fr!important}
  .pricing-story-card.maintenance-card{grid-column:auto}
}

/* ============================================================
   v0.30 — approved correction pass only
   BASE: v0.29
   ============================================================ */
/* Restore the hero showcase to a single photorealistic device image asset. */
.premium-device-showcase{
  min-height:300px!important;
  padding:.55rem .55rem 1.5rem!important;
}
.premium-device-showcase > img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:355px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:14px!important;
}

/* START SMALL: full-width desktop headline with centred contact actions below. */
.contact-banner-v30{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  text-align:left!important;
}
.contact-banner-v30 .contact-banner-copy{width:100%!important}
.contact-banner-v30 h2{
  max-width:none!important;
  width:100%!important;
  white-space:nowrap!important;
  font-size:clamp(2rem,3.1vw,3.15rem)!important;
}
.contact-banner-v30 .lead{max-width:900px!important}
.contact-banner-v30 .contact-actions{
  width:100%!important;
  justify-content:center!important;
  margin-top:.7rem!important;
}
@media(max-width:1100px){
  .contact-banner-v30 h2{white-space:normal!important}
}


/* ============================================================
   v0.32 — sharpen accepted device image + five-card hero row only
   BASE: v0.31
   ============================================================ */
/* Use the accepted image asset, lightly sharpened, without any compositional changes. */
.premium-device-showcase > img{image-rendering:auto!important}

/* Hero now ends with one clean row of five equal-height cards. */
.hero-grid > div:first-child .hero-actions{margin-bottom:0!important}
.hero-grid > div:first-child .micro-proof{display:none!important}
.hero-side{grid-template-columns:1fr!important}
.hero-proof-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1rem;
  margin-top:1rem;
  align-items:stretch;
}
.hero-proof-card{
  min-height:184px;
  background:linear-gradient(180deg,rgba(24,39,70,.66),rgba(9,17,31,.58));
  border:1px solid rgba(188,209,239,.20);
  backdrop-filter:blur(18px) saturate(140%);
  box-shadow:0 14px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.06);
  border-radius:18px;
  padding:1.25rem;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.hero-proof-card .icon{
  width:42px;height:42px;border-radius:12px;background:#2a3039;border:1px solid #3d4450;
  display:grid;place-items:center;font-size:1.1rem;margin-bottom:1rem;flex:0 0 auto;
}
.hero-proof-card strong{display:block;font-size:1.18rem;line-height:1.18;margin:0;color:#fff}
.hero-proof-card p{margin:.55rem 0 0;color:var(--muted);font-size:.9rem}
.hero-proof-card.compact{justify-content:flex-start}
.hero-proof-card.compact strong{max-width:10ch}
.hero-proof-card.feature strong{margin-top:.1rem}
@media(max-width:1100px){
  .hero-proof-row{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .hero-proof-row{grid-template-columns:1fr!important;margin-top:.9rem}
  .hero-proof-card{min-height:auto}
}


/* ============================================================
   v0.33 — final hero proof-card consistency + stronger device sharpening only
   BASE: v0.32
   ============================================================ */
.hero-proof-card.feature{justify-content:flex-start!important}
.hero-proof-card.feature .icon{margin-bottom:1rem!important}
.hero-proof-card.feature strong{margin-top:.1rem!important}
.hero-proof-card.feature p{margin-top:.55rem!important}


/* ============================================================
   v0.35 — preserve approved device hardware, clarify hero proof grouping
   BASE: v0.33 FINAL HERO REFINEMENT
   ============================================================ */
/* Preserve the approved image composition and only use the refined asset. */
.premium-device-showcase > img{image-rendering:auto!important}

/* Replace the forced 5-card row with two explicit groups. */
.hero-proof-stack{display:grid;gap:1.1rem;margin-top:1rem}
.hero-proof-group{display:grid;gap:.55rem}
.hero-proof-group-label{
  font-size:.79rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  color:#9cbaff;
  opacity:.96;
}
.hero-proof-row{display:grid;gap:1rem;align-items:stretch}
.hero-proof-row.top-row{grid-template-columns:repeat(3,minmax(0,1fr))}
.hero-proof-row.bottom-row{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:calc(66.666% - .34rem);
}
.hero-proof-card{
  background:linear-gradient(180deg,rgba(24,39,70,.66),rgba(9,17,31,.58));
  border:1px solid rgba(188,209,239,.20);
  backdrop-filter:blur(18px) saturate(140%);
  box-shadow:0 14px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.06);
  border-radius:18px;
  padding:1.15rem 1.15rem 1.1rem;
  display:flex;
  min-height:160px;
}
.hero-proof-row.bottom-row .hero-proof-card{min-height:142px}
.hero-proof-card .icon{width:42px;height:42px;border-radius:12px;background:#2a3039;border:1px solid #3d4450;display:grid;place-items:center;font-size:1.1rem;margin-bottom:.9rem;flex:0 0 auto}
.hero-proof-card.feature{justify-content:flex-start!important}
.hero-proof-card.feature > div:last-child{display:flex;flex-direction:column;justify-content:flex-start}
.hero-proof-card strong{display:block;font-size:1.12rem;line-height:1.18;margin:.05rem 0 0;color:#fff}
.hero-proof-card p{margin:.58rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.46;max-width:29ch}
@media(max-width:980px){
  .hero-proof-row.top-row,.hero-proof-row.bottom-row{grid-template-columns:1fr!important;max-width:none}
  .hero-proof-row.bottom-row .hero-proof-card,.hero-proof-card{min-height:auto}
}


/* ============================================================
   v0.36 — compact website-benefit row only
   BASE: v0.35
   ============================================================ */
/* Keep the approved image exactly as-is; only remove the preview caption in HTML. */

/* Lower website-benefit group: three compact, icon-free cards. */
.hero-proof-row.bottom-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  max-width:none!important;
}
.hero-proof-card.compact-benefit{
  min-height:92px!important;
  padding:.82rem 1rem!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.hero-proof-card.compact-benefit > div{width:100%}
.hero-proof-card.compact-benefit strong{
  font-size:1.02rem!important;
  line-height:1.18!important;
  margin:0!important;
}
.hero-proof-card.compact-benefit p{
  margin:.38rem 0 0!important;
  max-width:none!important;
  font-size:.88rem!important;
  line-height:1.38!important;
}
.website-adds-group{gap:.48rem!important}
.hero-proof-stack{gap:.9rem!important}
.hero{padding-bottom:2rem!important}

@media(max-width:980px){
  .hero-proof-row.bottom-row{grid-template-columns:1fr!important}
  .hero-proof-card.compact-benefit{min-height:auto!important}
}


/* ============================================================
   v0.37 — move WHAT YOU GET above website-adds row + tighten 3-card copy
   BASE: v0.36
   ============================================================ */
.what-you-get-group{gap:.55rem!important}
.hero-ribbon-grid{margin:0!important}
.hero-ribbon-grid .ribbon-item{padding:.95rem 1rem!important}
.website-adds-group{gap:.5rem!important}
.hero-proof-row.bottom-row{margin-top:0!important}
.hero-proof-card.compact-benefit p{font-size:.86rem!important; line-height:1.28!important; white-space:nowrap!important}
.hero-proof-stack{gap:.95rem!important}
.hero-proof-group:last-child{margin-bottom:-.1rem}
.hero + .section, .hero + .value-ribbon + .section{margin-top:0!important}
@media(max-width:1100px){
  .hero-proof-card.compact-benefit p{white-space:normal!important}
}


/* ============================================================
   v0.39 — Sites4Africa branding update
   BASE: v0.38 FAQ refinement
   Scope: branding assets, brand references, favicon, and FAQ hero heading fit.
   ============================================================ */
.brand,.footer-brand{gap:0!important}
.brand img,.footer-brand img{display:block;max-width:none}
.brand .brand-full{height:34px;width:auto}
.brand .brand-short{display:none;height:30px;width:auto}
.footer-brand .brand-full{height:30px;width:auto}
.footer-brand .brand-short{display:none;height:28px;width:auto}
@media (max-width: 860px){
  .brand .brand-full,.footer-brand .brand-full{display:none}
  .brand .brand-short,.footer-brand .brand-short{display:block}
}
.faq-single-line h1{font-size:clamp(2.25rem,3.45vw,3.3rem)!important;max-width:none!important;white-space:nowrap}
@media (max-width: 780px){
  .faq-single-line h1{white-space:normal}
}


/* ============================================================
   v0.41 — Sites4Africa header-logo scale + device-screen branding
   BASE: v0.40
   Scope: brand presentation only.
   ============================================================ */
.brand .brand-full{
  display:block;
  height:36px!important;
  width:auto!important;
  padding:6px 10px;
  background:#f8f9fb;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}
.footer-brand .brand-full{
  display:block;
  height:28px!important;
  width:auto!important;
  padding:5px 8px;
  background:#f8f9fb;
  border:1px solid rgba(255,255,255,.14);
  border-radius:9px;
}
.brand .brand-short,.footer-brand .brand-short{display:none}
@media(max-width:860px){
  .brand .brand-full,.footer-brand .brand-full{display:none!important}
  .brand .brand-short{
    display:block!important;
    height:30px!important;
    width:auto!important;
    padding:5px 8px;
    background:#f8f9fb;
    border:1px solid rgba(255,255,255,.18);
    border-radius:9px;
    box-shadow:0 6px 18px rgba(0,0,0,.14);
  }
  .footer-brand .brand-short{
    display:block!important;
    height:26px!important;
    width:auto!important;
    padding:5px 7px;
    background:#f8f9fb;
    border:1px solid rgba(255,255,255,.14);
    border-radius:8px;
  }
}


/* ============================================================
   v0.42 — stronger desktop header brand + example-site S4A rename
   BASE: v0.41
   Scope: larger desktop header logo and example-site naming only.
   ============================================================ */
@media (min-width: 861px){
  .navrow{height:118px!important}
  .brand .brand-full{
    height:72px!important;
    width:auto!important;
    padding:10px 14px!important;
    border-radius:14px!important;
  }
}
@media (max-width: 860px){
  .navrow{height:72px!important}
}
