:root{
  --bg:#f3f5fa;
  --bg-soft:#fbfcff;
  --bg-deep:#edf1f7;
  --surface:rgba(255,255,255,.56);
  --surface-strong:rgba(255,255,255,.72);
  --line:rgba(201,209,223,.56);
  --line-soft:rgba(255,255,255,.82);
  --line-strong:rgba(182,191,207,.9);
  --text:#1e2430;
  --muted:#677386;
  --muted-2:#8c96a9;
  --accent:#2f3645;
  --shadow-lg:0 24px 60px rgba(38,46,62,.10);
  --shadow-md:0 16px 36px rgba(38,46,62,.08);
  --shadow-sm:0 10px 20px rgba(38,46,62,.06);
  --bubble-top:rgba(255,255,255,.94);
  --bubble-mid:rgba(250,251,254,.76);
  --bubble-bot:rgba(235,240,247,.56);
  --container:min(1180px, calc(100vw - 40px));
  --nav-h:78px;
}

@view-transition{navigation:auto}
::view-transition-old(root),
::view-transition-new(root){animation-duration:.52s;animation-timing-function:cubic-bezier(.22,1,.36,1)}
::view-transition-old(root){animation-name:vt-old}
::view-transition-new(root){animation-name:vt-new}
@keyframes vt-old{to{opacity:0;transform:translateY(10px) scale(.985);filter:blur(4px)}}
@keyframes vt-new{from{opacity:0;transform:translateY(14px) scale(1.01);filter:blur(4px)}}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  color:var(--text);
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.98), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(242,245,251,.86), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(236,240,247,.62), transparent 32%),
    linear-gradient(180deg,#fbfcff 0%, #f4f6fb 40%, #eef2f8 100%);
  padding-top:calc(var(--nav-h) + 34px);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.site-shell{position:relative;overflow:hidden}
.container{width:var(--container);margin:0 auto;position:relative;z-index:2}

.bubble{position:fixed;border-radius:999px;filter:blur(10px);pointer-events:none;z-index:0;opacity:.85}
.b1{width:340px;height:340px;background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.96), rgba(235,240,248,.5) 56%, rgba(235,240,248,0));top:-120px;left:-90px;animation:float1 12s ease-in-out infinite}
.b2{width:260px;height:260px;background:radial-gradient(circle at 35% 35%, rgba(255,255,255,.85), rgba(230,236,246,.42) 55%, rgba(230,236,246,0));right:-30px;top:180px;animation:float2 14s ease-in-out infinite}
.b3{width:280px;height:280px;background:radial-gradient(circle at 35% 35%, rgba(255,255,255,.92), rgba(231,236,245,.32) 58%, rgba(231,236,245,0));left:12%;bottom:-120px;animation:float1 16s ease-in-out infinite}
@keyframes float1{50%{transform:translateY(20px) translateX(10px)}}
@keyframes float2{50%{transform:translateY(-18px) translateX(-12px)}}

.glass{
  backdrop-filter:blur(22px) saturate(1.25);
  -webkit-backdrop-filter:blur(22px) saturate(1.25);
  background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.46));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -12px 28px rgba(231,236,244,.28);
}

.site-header{position:fixed;top:0;left:0;right:0;z-index:80;padding:14px 0;pointer-events:none}.site-header .navbar,.site-header .mobile-menu{pointer-events:auto}
.navbar{height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;border-radius:999px;padding:0 18px 0 24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em;font-size:1.18rem}
.brand-logo{
  min-width:48px;height:48px;padding:0 14px;border-radius:18px;display:grid;place-items:center;
  color:var(--muted);font-size:.72rem;font-weight:800;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.98), rgba(255,255,255,.78) 26%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,243,250,.72) 50%, rgba(231,236,245,.62));
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 14px 30px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,1), inset 0 -10px 20px rgba(220,226,237,.42);
}

.brand-logo-img{height:46px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(38,46,62,.08));}
@media (max-width:768px){.brand-logo-img{height:40px}}
.nav-links,.nav-actions,.footer-links,.point-row,.option-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

.bubble-ui,
.btn,
.nav-links a,
.mobile-menu a,
.footer-links a,
.point,
.menu-btn,
.material-card,
.toggle,
input,
textarea,
.file-chip{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.72);
  background:
    radial-gradient(circle at var(--mx,28%) var(--my,18%), rgba(255,255,255,.96), rgba(255,255,255,.74) 20%, rgba(255,255,255,0) 44%),
    linear-gradient(180deg, var(--bubble-top), var(--bubble-mid) 54%, var(--bubble-bot));
  box-shadow:
    0 14px 30px rgba(38,46,62,.08),
    inset 0 1px 1px rgba(255,255,255,1),
    inset 0 -10px 18px rgba(219,226,237,.42);
  transition:transform .26s cubic-bezier(.22,1,.36,1), box-shadow .26s cubic-bezier(.22,1,.36,1), border-color .26s ease, background .26s ease;
}
.bubble-ui::before,
.btn::before,
.nav-links a::before,
.mobile-menu a::before,
.footer-links a::before,
.point::before,
.menu-btn::before,
.material-card::before,
.toggle::before,
.file-chip::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,.6), rgba(255,255,255,0) 42%);
  opacity:.9;
  pointer-events:none;
}
.bubble-ui::after,
.btn::after,
.nav-links a::after,
.mobile-menu a::after,
.footer-links a::after,
.point::after,
.menu-btn::after,
.material-card::after,
.toggle::after,
.file-chip::after{
  content:"";
  position:absolute;
  inset:-28% auto auto -24%;
  width:58%;
  height:84%;
  background:radial-gradient(circle, rgba(255,255,255,.74), rgba(255,255,255,0) 72%);
  opacity:.65;
  transform:translateX(-8%);
  pointer-events:none;
}
.btn:hover,
.nav-links a:hover,
.mobile-menu a:hover,
.footer-links a:hover,
.point:hover,
.menu-btn:hover,
.material-card:hover,
.toggle:hover,
.file-chip:hover{
  transform:translateY(-2px) scale(1.01);
  box-shadow:
    0 18px 38px rgba(38,46,62,.11),
    inset 0 1px 1px rgba(255,255,255,1),
    inset 0 -12px 24px rgba(216,224,236,.48);
}
.btn:active,
.nav-links a:active,
.mobile-menu a:active,
.footer-links a:active,
.point:active,
.menu-btn:active,
.material-card:active,
.toggle:active,
.file-chip:active{
  transform:translateY(1px) scale(.992);
}

.nav-links a,.mobile-menu a,.footer-links a,.point{padding:12px 16px;color:var(--muted);font-weight:650}
.nav-links a.active{color:var(--text);box-shadow:0 18px 40px rgba(38,46,62,.11), inset 0 1px 1px rgba(255,255,255,1), inset 0 -12px 24px rgba(216,224,236,.52)}
.nav-actions{gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;padding:14px 22px;font-weight:800;cursor:pointer;color:var(--text)}
.btn-primary{padding-inline:24px}
.btn-secondary{color:var(--muted)}
.menu-btn{display:none;width:52px;height:52px;border-radius:20px;padding:0}
.menu-btn span{display:block;width:18px;height:2px;margin:3px auto;border-radius:99px;background:var(--text);position:relative;z-index:1}
.mobile-menu{display:none;margin-top:10px;padding:14px;border-radius:28px}
.mobile-menu.open{display:block;animation:menuIn .24s ease}
@keyframes menuIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}
.mobile-menu a{display:block;margin-bottom:8px;border-radius:18px}
.mobile-menu a:last-child{margin-bottom:0}

.hero{padding:40px 0 84px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.kicker,.badge,.file-chip{
  display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border-radius:999px;color:var(--muted);font-weight:760;font-size:.88rem
}
.kicker::before{content:"";width:10px;height:10px;border-radius:50%;background:#cfd7e5;box-shadow:0 0 0 6px rgba(217,224,237,.56)}
h1{font-size:clamp(2.8rem,6vw,5.2rem);line-height:.96;letter-spacing:-.07em;margin:18px 0 16px}
.hero p,.section-head p,.notice,.card p,.project-content p,.helper,.faq-a,.info-panel ul,.contact-copy{color:var(--muted);line-height:1.74}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0}
.point-row{margin-top:22px}
.visual-wrap{display:grid;gap:16px}
.hero-card,.card,.quote-box,.info-panel,.contact-card,.faq-item,.logo-slot,.admin-panel,.file-guide > div{padding:24px;border-radius:32px}
.hero-shot{aspect-ratio:4/3;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.76);background:linear-gradient(145deg,#fcfdff,#edf1f8);box-shadow:inset 0 1px 1px rgba(255,255,255,.96)}
.hero-shot img{width:100%;height:100%;object-fit:cover}
.hero-shot.placeholder{position:relative;display:grid;place-items:center}
.hero-shot.placeholder::after{content:"Imagen principal";position:absolute;inset:auto 18px 18px 18px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);font-weight:800;color:var(--muted);text-align:center}
.hero-shot.placeholder .mock-piece{width:180px;height:180px;border-radius:40% 60% 54% 46%/42% 38% 62% 58%;background:radial-gradient(circle at 32% 30%,#fff 0%, #f6f8fd 25%, #e5ebf5 65%, #dfe6f1 100%);box-shadow:inset 0 6px 20px rgba(255,255,255,.96), 0 26px 46px rgba(45,53,72,.12);animation:floatBlob 9s ease-in-out infinite}
@keyframes floatBlob{50%{transform:translateY(-8px) rotate(8deg)}}
.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stat{padding:18px;border-radius:26px;text-align:center}
.stat strong{display:block;font-size:1.16rem}
.stat span{display:block;margin-top:6px;color:var(--muted);font-size:.92rem}
.mini-stats .stat .stat-note{font-size:.76rem;line-height:1.35;max-width:18ch;margin:6px auto 0}

.section{padding:74px 0}
.section-head{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:26px}
.section-head h2{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.05em;line-height:1.02;margin:8px 0 0}
.section-kicker{color:var(--muted-2);font-weight:820;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem}
.page-grid,.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card h3,.project-content h3{margin:12px 0 8px;font-size:1.18rem;letter-spacing:-.03em}
.icon-bubble{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(237,241,248,.68));border:1px solid rgba(255,255,255,.86);box-shadow:0 12px 28px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,1), inset 0 -10px 16px rgba(219,226,237,.4)}
.project-card{overflow:hidden;padding:0}
.project-media{aspect-ratio:4/3;background:linear-gradient(145deg,#fbfcff,#edf1f8);position:relative;border-bottom:1px solid rgba(255,255,255,.72)}
.project-media img{width:100%;height:100%;object-fit:cover}
.project-media.placeholder{display:grid;place-items:center}
.project-media.placeholder::after{content:attr(data-file);position:absolute;left:16px;right:16px;bottom:16px;padding:10px 12px;border-radius:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);font-weight:800;color:var(--muted);font-size:.82rem}
.project-content{padding:22px}

.split-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:start}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.field{display:flex;flex-direction:column;gap:8px}
label{font-size:.92rem;font-weight:750;color:var(--muted)}
input,textarea{
  width:100%;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.72);
  color:var(--text);
  padding:16px 18px;
  outline:none;
}
textarea{resize:vertical;min-height:150px;border-radius:26px}
input:focus,textarea:focus{border-color:var(--line-strong);box-shadow:0 0 0 5px rgba(229,234,242,.9), 0 16px 34px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,1), inset 0 -10px 18px rgba(219,226,237,.4)}
.material-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.material-card{padding:16px 16px 14px;border-radius:24px;text-align:left;cursor:pointer}
.material-card strong{display:block;font-size:1rem;position:relative;z-index:1}
.material-card span{display:block;color:var(--muted);font-size:.88rem;margin-top:4px;line-height:1.45;position:relative;z-index:1}
.material-card em{display:inline-flex;margin-top:10px;font-style:normal;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.56);border:1px solid rgba(255,255,255,.82);font-size:.8rem;color:var(--text);font-weight:800;position:relative;z-index:1}
.material-card.active{border-color:var(--line-strong);box-shadow:0 22px 42px rgba(38,46,62,.12), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 26px rgba(214,223,235,.54)}
.toggle{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:22px;font-weight:760;color:var(--muted);cursor:pointer}
.toggle input{position:absolute;opacity:0;pointer-events:none}
.toggle-ui{width:52px;height:30px;border-radius:999px;background:rgba(219,225,235,.94);position:relative;transition:.25s ease;box-shadow:inset 0 2px 6px rgba(31,36,49,.08);z-index:1}
.toggle-ui::after{content:"";width:24px;height:24px;border-radius:50%;background:linear-gradient(180deg,#ffffff,#eef2f8);position:absolute;top:3px;left:3px;box-shadow:0 6px 12px rgba(31,36,49,.16);transition:.25s ease}
.toggle.active{color:var(--text);border-color:var(--line-strong)}
.toggle input:checked + .toggle-ui{background:rgba(217,225,238,1)}
.toggle input:checked + .toggle-ui::after{left:25px}
.quote-total{padding:20px 0 10px;font-size:clamp(2.4rem,4vw,3rem);font-weight:900;letter-spacing:-.05em}
.breakdown{display:grid;gap:10px;margin:10px 0 18px}
.breakdown div{display:flex;justify-content:space-between;gap:14px;padding:13px 14px;border-radius:18px;background:rgba(255,255,255,.64);border:1px solid rgba(255,255,255,.74);color:var(--muted);box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}
.info-panel ul{padding-left:18px}

.faq-list{display:grid;gap:12px}
.faq-q{display:flex;justify-content:space-between;gap:18px;cursor:pointer;font-weight:800}
.faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease, margin-top .28s ease;margin-top:0}
.faq-item.open .faq-a{max-height:220px;margin-top:12px}
.contact-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px}
.logo-slot{display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo-slot small{display:block;color:var(--muted)}
.footer{padding:26px 0 40px}
.footer-shell{padding:20px 22px;border-radius:30px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.notice{font-size:.98rem}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease, transform .55s ease}
.reveal.visible{opacity:1;transform:none}
.helper{padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.64);border:1px solid rgba(255,255,255,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}
.file-guide{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
code{padding:.2rem .5rem;border-radius:10px;background:rgba(255,255,255,.8)}
.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}

@media (max-width: 980px){
  .nav-links,.nav-actions{display:none}
  .menu-btn{display:block}
  .hero-grid,.split-layout,.contact-card,.section-head,.logo-slot{grid-template-columns:1fr;display:grid}
  .page-grid,.portfolio-grid,.file-guide,.admin-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 700px){
  .container{width:min(100vw - 24px, 1180px)}
  .hero{padding-top:18px}
  h1{font-size:clamp(2.25rem,12vw,3.7rem)}
  .mini-stats,.material-picker,.page-grid,.portfolio-grid,.form-grid,.file-guide,.admin-grid{grid-template-columns:1fr}
  .footer-shell{flex-direction:column;align-items:flex-start}
  .hero-card,.card,.quote-box,.info-panel,.contact-card,.faq-item,.logo-slot,.file-guide > div{padding:20px}
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}


.notice.inline-muted{font-size:.9rem;color:var(--muted-2)}
.toggle.disabled{opacity:.52;pointer-events:none}
.toggle.disabled .toggle-ui{filter:grayscale(1)}


.brand-logo-img{height:44px;width:auto;display:block;object-fit:contain}
.glass-soft{
  backdrop-filter:blur(16px) saturate(1.15);
  -webkit-backdrop-filter:blur(16px) saturate(1.15);
  background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.5));
  border:1px solid rgba(255,255,255,.74);
  box-shadow:0 18px 34px rgba(38,46,62,.08), inset 0 1px 0 rgba(255,255,255,.96), inset 0 -10px 18px rgba(220,227,238,.34);
}
.interactive-layout{display:grid;gap:18px}
.assistant-card,.quiz-card{padding:26px;border-radius:34px}
.assistant-card{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}
.assistant-step + .assistant-step{margin-top:18px}
.assistant-label{display:block;margin-bottom:10px;font-weight:800;color:var(--text);letter-spacing:-.02em}
.choice-row{display:flex;flex-wrap:wrap;gap:10px}
.choice-pill,.quiz-tile{
  appearance:none;border:none;cursor:pointer;color:var(--text);position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,243,250,.72) 52%, rgba(231,236,245,.62));
  border:1px solid rgba(255,255,255,.82);overflow:hidden;
  box-shadow:0 12px 26px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,.98), inset 0 -10px 18px rgba(217,224,235,.38);
}
.choice-pill::before,.quiz-tile::before{
  content:"";position:absolute;inset:0;border-radius:inherit;
  background:radial-gradient(circle at var(--mx, 20%) var(--my, 18%), rgba(255,255,255,.92), rgba(255,255,255,.3) 28%, rgba(255,255,255,0) 54%);
  pointer-events:none;mix-blend-mode:screen;opacity:.9;
}
.choice-pill{padding:14px 16px;border-radius:999px;font-weight:800;font-size:.95rem}
.choice-pill.active,.quiz-tile.active{border-color:var(--line-strong);box-shadow:0 20px 42px rgba(38,46,62,.12), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 24px rgba(214,223,235,.52);transform:translateY(-1px)}
.result-card{padding:22px;border-radius:28px;min-height:100%}
.result-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.82);color:var(--muted);font-size:.82rem;font-weight:800;margin-bottom:14px}
.result-card h3{margin:0 0 10px;font-size:1.4rem;letter-spacing:-.04em}
.result-card p{margin:0;color:var(--muted);line-height:1.7}
.result-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.assistant-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.quiz-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.quiz-tile{padding:22px;border-radius:28px;text-align:left;min-height:150px}
.quiz-tile strong{display:block;font-size:1rem;letter-spacing:-.02em;position:relative;z-index:1}
.quiz-tile span{display:block;margin-top:8px;color:var(--muted);line-height:1.6;position:relative;z-index:1}
.quiz-result-wrap{margin-top:20px}
.prefill-banner{padding:16px 18px;border-radius:22px;margin-top:16px;color:var(--text);font-weight:700}
.quote-grid-gap{margin-top:18px}
.section-gap-top{margin-top:20px}

@media (max-width: 980px){
  .assistant-card{grid-template-columns:1fr}
}
@media (max-width: 700px){
  .quiz-grid{grid-template-columns:1fr}
  .choice-row{display:grid;grid-template-columns:1fr}
  .choice-pill{width:100%;justify-content:flex-start;text-align:left}
}

/* === Smart quote + smart FAQ === */
.split-layout-smart{grid-template-columns:.84fr 1.16fr}
.trust-stack{display:grid;gap:12px}
.trust-item{padding:16px 18px;border-radius:24px;display:grid;gap:6px}
.trust-item strong{font-size:1rem;letter-spacing:-.02em}
.usage-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.usage-tile,.urgency-pill,.faq-filter,.faq-smart-q,.faq-vote{appearance:none;border:none;cursor:pointer;color:var(--text);position:relative;background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,243,250,.72) 52%, rgba(231,236,245,.62));border:1px solid rgba(255,255,255,.82);overflow:hidden;box-shadow:0 12px 26px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,.98), inset 0 -10px 18px rgba(217,224,235,.38)}
.usage-tile::before,.urgency-pill::before,.faq-filter::before,.faq-smart-q::before,.faq-vote::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx, 20%) var(--my, 18%), rgba(255,255,255,.92), rgba(255,255,255,.3) 28%, rgba(255,255,255,0) 54%);pointer-events:none;mix-blend-mode:screen;opacity:.9}
.usage-tile{padding:18px;border-radius:28px;text-align:left;min-height:118px}
.usage-tile strong{display:block;font-size:1rem;position:relative;z-index:1}
.usage-tile span{display:block;margin-top:8px;color:var(--muted);line-height:1.55;position:relative;z-index:1}
.usage-tile.active,.urgency-pill.active,.faq-filter.active,.faq-smart-item.open .faq-smart-q{border-color:var(--line-strong);box-shadow:0 20px 42px rgba(38,46,62,.12), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 24px rgba(214,223,235,.52);transform:translateY(-1px)}
.range-shell{padding:18px;border-radius:26px;display:grid;gap:14px}
.range-input{appearance:none;height:12px;padding:0;border:none;background:linear-gradient(90deg, rgba(224,231,241,1), rgba(204,216,232,1));border-radius:999px;box-shadow:inset 0 2px 4px rgba(41,49,65,.08)}
.range-input::-webkit-slider-thumb{appearance:none;width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#ffffff,#ebf0f7);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 20px rgba(38,46,62,.16)}
.range-input::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#ffffff,#ebf0f7);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 20px rgba(38,46,62,.16)}
.range-meta{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.range-meta strong{font-size:1rem;letter-spacing:-.02em}
.range-meta span{font-size:.93rem;color:var(--muted);max-width:66%}
.complexity-bar{height:10px;border-radius:999px;background:rgba(225,231,240,.9);overflow:hidden;box-shadow:inset 0 2px 4px rgba(41,49,65,.08)}
.complexity-bar span{display:block;height:100%;width:40%;border-radius:999px;background:linear-gradient(90deg, rgba(194,208,227,1), rgba(156,181,214,1), rgba(126,161,204,1));transition:width .28s ease}
.urgency-row{display:flex;flex-wrap:wrap;gap:10px}
.urgency-pill{padding:14px 16px;border-radius:999px;font-weight:800;font-size:.95rem}
.smart-grid-gap{margin-top:20px}
.faq-smart-section{padding-top:0}
.faq-smart-shell{padding:28px;border-radius:36px}
.faq-toolbar{display:grid;gap:16px;margin-bottom:18px}
.faq-search-field input{background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(242,246,251,.74));box-shadow:0 12px 24px rgba(38,46,62,.06), inset 0 1px 1px rgba(255,255,255,1), inset 0 -8px 16px rgba(219,226,237,.34)}
.faq-filters{display:flex;flex-wrap:wrap;gap:10px}
.faq-filter{padding:12px 14px;border-radius:999px;font-weight:800;font-size:.88rem}
.faq-smart-list{display:grid;gap:12px}
.faq-smart-item{padding:18px 18px 16px;border-radius:28px;transition:box-shadow .25s ease, transform .25s ease}
.faq-smart-item.open{box-shadow:0 20px 42px rgba(38,46,62,.11), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 24px rgba(214,223,235,.42)}
.faq-smart-q{width:100%;padding:0;background:transparent;border:none;box-shadow:none;display:flex;justify-content:space-between;gap:18px;align-items:center;text-align:left;font-weight:850;font-size:1rem;letter-spacing:-.02em}
.faq-smart-q strong{font-size:1.2rem;color:var(--muted-2)}
.faq-smart-a{max-height:0;overflow:hidden;transition:max-height .34s ease, margin-top .34s ease;margin-top:0}
.faq-smart-item.open .faq-smart-a{max-height:420px;margin-top:14px}
.faq-smart-a p{margin:0;color:var(--muted);line-height:1.7}
.faq-feedback{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}
.faq-feedback span{font-size:.92rem;color:var(--text);font-weight:780}
.faq-vote{padding:10px 14px;border-radius:999px;font-weight:800;font-size:.84rem}
.faq-vote.active{border-color:var(--line-strong);box-shadow:0 18px 36px rgba(38,46,62,.12), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 22px rgba(214,223,235,.42)}
.faq-escalation{margin-top:16px;padding-top:14px;border-top:1px solid rgba(211,219,231,.8);display:grid;gap:12px}
.faq-empty{padding:22px;border-radius:28px;margin-top:14px;display:grid;gap:8px}
.faq-empty strong{font-size:1.02rem}
.faq-empty p{margin:0;color:var(--muted);line-height:1.65}

@media (max-width: 980px){
  .split-layout-smart{grid-template-columns:1fr}
}
@media (max-width: 700px){
  .usage-picker{grid-template-columns:1fr}
  .range-meta{grid-template-columns:1fr;display:grid}
  .range-meta span{max-width:none}
  .faq-smart-shell{padding:20px}
}


.material-compare-shell{padding:28px;border-radius:34px}
.compare-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
.compare-pill{appearance:none;border:none;cursor:pointer;padding:12px 16px;border-radius:999px;font-weight:800;color:var(--muted);background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(238,242,249,.72));border:1px solid rgba(255,255,255,.82);box-shadow:0 10px 22px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,.98), inset 0 -10px 18px rgba(217,224,235,.38);position:relative;overflow:hidden}
.compare-pill.active{color:var(--text);border-color:var(--line-strong);box-shadow:0 16px 28px rgba(38,46,62,.11), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 22px rgba(214,223,235,.54)}
.compare-pill::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.86), transparent 48%);opacity:.65;pointer-events:none}
.material-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.compare-card{padding:22px;border-radius:30px;transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease}
.compare-card.active{border-color:var(--line-strong);transform:translateY(-3px);box-shadow:0 22px 40px rgba(38,46,62,.12), inset 0 1px 0 rgba(255,255,255,.96), inset 0 -12px 20px rgba(220,227,238,.36)}
.compare-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px}
.compare-head h3{margin:0;font-size:1.18rem;letter-spacing:-.03em}
.compare-tag{display:inline-flex;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.78);font-size:.8rem;font-weight:800;color:var(--muted)}
.compare-note{color:var(--muted);margin:0 0 14px;line-height:1.62}
.metric-list{display:grid;gap:12px}
.metric-row{display:grid;grid-template-columns:120px 1fr auto;gap:10px;align-items:center}
.metric-row span,.metric-row small{font-size:.9rem;color:var(--muted)}
.metric-bar{height:10px;border-radius:999px;background:rgba(224,230,238,.9);overflow:hidden;box-shadow:inset 0 1px 3px rgba(38,46,62,.08)}
.metric-bar b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg, rgba(205,214,228,.98), rgba(170,183,204,.98));}
.compare-usage{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.filter-toolbar{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;margin-bottom:20px}
.filter-pills{display:flex;flex-wrap:wrap;gap:10px}
.filter-pill{appearance:none;border:none;cursor:pointer;padding:12px 16px;border-radius:999px;font-weight:800;color:var(--muted);background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(238,242,249,.72));border:1px solid rgba(255,255,255,.82);box-shadow:0 10px 22px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,.98), inset 0 -10px 18px rgba(217,224,235,.38);position:relative;overflow:hidden}
.filter-pill.active{color:var(--text);border-color:var(--line-strong);box-shadow:0 16px 28px rgba(38,46,62,.11), inset 0 1px 1px rgba(255,255,255,1), inset 0 -14px 22px rgba(214,223,235,.54)}
.filter-pill::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.86), transparent 48%);opacity:.65;pointer-events:none}
.filter-counter{padding:12px 16px;border-radius:999px;color:var(--muted);font-weight:760;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.78)}
.project-card.is-hidden{display:none}
.project-card .project-meta{display:flex;flex-wrap:wrap;gap:8px}
.project-card .project-badge{display:inline-flex;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.78);font-size:.78rem;font-weight:800;color:var(--muted)}
@media (max-width: 980px){
  .material-compare-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 700px){
  .material-compare-grid{grid-template-columns:1fr}
  .metric-row{grid-template-columns:1fr;gap:6px}
  .filter-toolbar{align-items:flex-start}
}


/* ---- Added: smart floating CTA ---- */
.smart-float{position:fixed;right:18px;bottom:18px;z-index:80;max-width:min(430px,calc(100vw - 24px));}
.smart-float-inner{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:24px;box-shadow:0 20px 60px rgba(90,100,130,.18);}
.smart-float-copy{display:grid;gap:2px;min-width:0;}
.smart-float-copy small{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7d86a0;}
.smart-float-copy strong{font-size:14px;line-height:1.3;color:#253048;}
.smart-float-cta{white-space:nowrap;flex-shrink:0;}
@media (max-width: 720px){.smart-float{left:12px;right:12px;bottom:12px;max-width:none;}.smart-float-inner{padding:12px;gap:10px;}.smart-float-copy strong{font-size:13px;}.smart-float-cta{padding-inline:16px;}}
@media (max-width: 560px){.smart-float-inner{flex-direction:column;align-items:stretch;}.smart-float-cta{width:100%;justify-content:center;}}


/* === Premium additions: testimonials, process, payments, policy, footer === */
.footer-brand-col{display:grid;gap:12px}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px}
.footer-socials a{padding:11px 14px;border-radius:999px;color:var(--muted);background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.8);box-shadow:inset 0 1px 0 rgba(255,255,255,.95)}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-card{padding:22px;border-radius:30px}
.testimonial-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:14px;flex-wrap:wrap}
.testimonial-card h3{margin:0 0 10px;font-size:1.1rem;letter-spacing:-.03em}
.testimonial-card p{margin:0;color:var(--text);line-height:1.7;font-weight:600}
.testimonial-meta{display:flex;gap:8px;align-items:flex-start;margin-top:16px;color:var(--muted);font-size:.93rem}
.testimonial-meta strong{color:var(--text)}
.mini-label{font-size:.84rem;color:var(--muted-2);font-weight:700}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-step{padding:24px;border-radius:30px;position:relative}
.process-step h3{margin:12px 0 8px;letter-spacing:-.03em}
.process-step p{margin:0;color:var(--muted);line-height:1.7}
.payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.meta-card{padding:22px;border-radius:28px}
.meta-card h3{margin:0 0 8px;font-size:1.05rem;letter-spacing:-.03em}
.meta-card p{margin:0;color:var(--muted);line-height:1.7}
.reach-shell,.policy-shell{padding:26px;border-radius:34px;display:grid;gap:18px}
.policy-head{margin-bottom:0}
.policy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.policy-card,.terms-card{padding:22px;border-radius:28px}
.policy-card h3,.terms-card h3{margin:0 0 10px;font-size:1.06rem;letter-spacing:-.03em}
.policy-card p,.terms-card p{margin:0;color:var(--muted);line-height:1.75}
.inline-link{color:var(--text);font-weight:800;text-decoration:underline}
.quote-legal{margin-top:14px;padding:16px 18px;border-radius:24px;color:var(--muted);line-height:1.7}
.quote-legal strong{color:var(--text)}
.terms-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.pt-small{padding-top:0}
.process-band{padding:24px;border-radius:34px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.small-h2{font-size:clamp(1.5rem,3vw,2.2rem)!important;margin:8px 0 0}
.compact{padding:24px}
@media (max-width: 980px){
  .testimonial-grid,.process-line,.payment-grid,.terms-layout,.policy-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 700px){
  .testimonial-grid,.process-line,.payment-grid,.terms-layout,.policy-grid{grid-template-columns:1fr}
  .testimonial-top,.process-band{align-items:flex-start}
  .quote-legal{font-size:.94rem}
}


/* === Final polish pass === */

html,body,*{-webkit-tap-highlight-color:transparent}
button,input,textarea,select,a{outline:none}
:focus-visible{outline:2px solid rgba(58,74,108,.28);outline-offset:3px}
.nav-links a,.mobile-menu a,.footer-links a,.point,.footer-socials a,.faq-filter,.compare-pill,.filter-pill,.usage-tile,.urgency-pill,.faq-smart-q,.faq-vote,.smart-float-copy small,.smart-float-copy strong,.btn,.toggle span{color:var(--text)!important}
.material-card strong,.material-card span,.material-card em{color:var(--text)!important}
.material-card em,.compare-head .badge{display:none !important}
.nav-links a,.mobile-menu a,.footer-links a,.point,.footer-socials a{font-weight:760}
.footer{padding:26px 0 100px}
.footer-shell{border-radius:34px;display:flex;justify-content:space-between;gap:24px;align-items:flex-start;flex-wrap:wrap}
.footer-links{justify-content:flex-end}
.social-pill,.point-icon-link{display:inline-flex;align-items:center;gap:10px}
.social-pill img,.point-icon-link img{width:18px;height:18px;flex:0 0 18px}
.footer-socials a{display:inline-flex;align-items:center;gap:10px;color:var(--text)}
.point-row-icons{gap:12px 10px}
.point-icon-link{padding:12px 16px}
.point-icon-link span{color:var(--text)}
.testimonial-grid-real{grid-template-columns:repeat(3,1fr)}
.testimonial-real{padding:0;overflow:hidden;border-radius:30px;display:flex;flex-direction:column}
.testimonial-media{aspect-ratio:4/3;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.75);background:linear-gradient(145deg,#fcfdff,#eef2f8)}
.testimonial-media img{width:100%;height:100%;object-fit:cover}
.testimonial-body{padding:22px 22px 24px;display:grid;gap:12px}
.testimonial-person{display:grid;gap:12px;align-items:flex-start}
.testimonial-person h3{margin:0;font-size:1.06rem;letter-spacing:-.03em}
.testimonial-real p{font-weight:600;color:var(--text);line-height:1.72}
.testimonial-rating{display:inline-grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:10px;width:max-content;padding:8px 11px;border-radius:18px;background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.95);color:var(--text);font-size:.84rem;font-weight:900;white-space:nowrap}
.testimonial-stars{display:inline-flex;align-items:center;gap:4px;color:#f5a524;font-size:.82rem;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.75)}
.testimonial-stars .star{position:relative;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:rgba(245,165,36,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.84);color:#f5a524}
.testimonial-stars .star.is-empty,.testimonial-stars .star.is-half{color:rgba(113,123,144,.34);background:rgba(255,255,255,.62)}
.testimonial-stars .star.is-half::before{content:'★';position:absolute;inset:0;display:grid;place-items:center;color:#f5a524;clip-path:inset(0 50% 0 0)}
.service-grid-rich .service-card{padding:0;overflow:hidden}
.service-media{aspect-ratio:4/3;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.74);background:linear-gradient(145deg,#fbfcff,#edf1f8)}
.service-media img{width:100%;height:100%;object-fit:cover}
.service-body{padding:22px 22px 24px;display:grid;gap:10px}
.service-body h3{margin:2px 0 0}
.works-grid-rich .project-content{display:grid;gap:8px}
.payment-grid-rich{grid-template-columns:repeat(2,1fr)}
.payment-card{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}
.pay-icon-wrap{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(237,241,248,.68));border:1px solid rgba(255,255,255,.86);box-shadow:0 12px 28px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,1), inset 0 -10px 16px rgba(219,226,237,.4)}
.pay-icon-wrap img{width:28px;height:28px}
.pay-brand{display:flex;align-items:center;justify-content:flex-start}
.pay-brand img{width:132px;max-width:100%;height:auto}
.payment-card-brand{grid-template-columns:1fr;align-items:flex-start}
.reach-shell-separated{grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}
.reach-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.reach-item{padding:16px 18px;border-radius:24px;display:grid;gap:6px}
.reach-item strong{font-size:.98rem;letter-spacing:-.02em}
.reach-item span{color:var(--muted);line-height:1.55}
.smart-float-copy small{color:#4f5b74 !important;text-transform:none;font-size:12px}
.smart-float-copy strong{color:var(--text)!important}
.site-header{padding:12px 0}
.navbar{gap:16px}
.navbar,.footer-shell,.smart-float-inner{background:linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.34));backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2)}
@media (max-width: 980px){
  .testimonial-grid-real,.payment-grid-rich{grid-template-columns:1fr 1fr}
  .reach-shell-separated{grid-template-columns:1fr}
  .reach-list{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 760px){
  .page-grid,.portfolio-grid,.testimonial-grid-real,.payment-grid-rich,.policy-grid,.terms-layout{grid-template-columns:1fr !important}
  .reach-list{grid-template-columns:1fr}
  .footer-shell{padding:20px 18px}
  .footer-links{justify-content:flex-start}
  .hero{padding-top:28px}
  .hero-actions .btn{width:100%}
  .mini-stats{grid-template-columns:1fr}
  .contact-card{padding:18px}
  .payment-card{grid-template-columns:64px 1fr}
}


/* === Super polish pass: realism, spacing, mobile + desktop refinement === */
html{scroll-padding-top:calc(var(--nav-h) + 28px);-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overflow-x:hidden}
img{image-rendering:auto}
h1,h2,h3{ text-wrap:balance; }
p,li,small,span{ text-wrap:pretty; }
a,button,[role='button'],.point,.social-pill,.faq-filter,.compare-pill,.filter-pill,.usage-tile,.urgency-pill,.faq-smart-q,.faq-vote,.material-card,.toggle{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
input,textarea,select{-webkit-appearance:none;appearance:none;font-size:16px}
button,input,textarea,select,a,img,div{ -webkit-tap-highlight-color: rgba(0,0,0,0) !important; }
*:focus{outline:none}
:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(30,36,48,.10), 0 12px 24px rgba(38,46,62,.08)}
.navbar,.footer-shell{border-color:rgba(255,255,255,.88);box-shadow:0 18px 52px rgba(38,46,62,.10), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -14px 24px rgba(231,236,244,.42)}
.site-header{padding-top:max(10px, env(safe-area-inset-top));}
.footer{padding-bottom:calc(104px + env(safe-area-inset-bottom));}
.smart-float{bottom:calc(14px + env(safe-area-inset-bottom));}
.hero-card,.project-card,.service-card,.testimonial-real,.meta-card,.process-step,.terms-card,.policy-card{height:100%}
.hero-shot,.project-media,.service-media,.testimonial-media{position:relative}
.project-media::after,.service-media::after,.testimonial-media::after,.hero-shot::after{content:'';position:absolute;inset:auto 0 0 0;height:22%;background:linear-gradient(180deg, rgba(10,14,20,0), rgba(10,14,20,.06));pointer-events:none}
.project-content,.service-body,.testimonial-body{align-content:start}
.service-grid-rich .service-card,.works-grid-rich .project-card{display:flex;flex-direction:column}
.service-body p,.project-content p,.testimonial-real p{font-weight:560}
.service-body .badge,.project-content .badge,.testimonial-person .badge{width:max-content}
.payment-grid-five{grid-template-columns:repeat(5,1fr)}
.payment-card{align-items:start;min-height:100%}
.payment-card > div:last-child{display:grid;gap:6px}
.payment-card h3{margin:0}
.payment-card-brand .pay-brand{padding-top:4px}
.reach-shell-separated{margin-top:18px}
.reach-copy{display:grid;align-content:start;gap:8px}
.reach-list{align-content:start}
.reach-item strong{color:var(--text)}
.point-icon-link,.social-pill{min-height:48px}
.point-icon-link img,.social-pill img{width:19px;height:19px}
.notice, .helper, .contact-copy, .project-content p, .service-body p, .meta-card p{color:var(--muted)}
.footer-brand-col .notice{max-width:54ch}
.quote-legal{line-height:1.65}
.quote-legal strong{color:var(--text)}
.field label{color:var(--text)}
.policy-grid,.terms-layout{align-items:stretch}
.section-head{align-items:flex-end}
.footer-links a,.nav-links a,.mobile-menu a,.point,.footer-socials a{color:var(--text)!important}
@media (max-width: 1180px){
  .payment-grid-five{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 980px){
  .hero-grid,.section-head{align-items:start}
  .payment-grid-five{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 760px){
  :focus-visible{box-shadow:none}
  .container{width:min(1180px, calc(100vw - 24px))}
  .navbar{padding:0 14px 0 18px;height:72px}
  .brand{gap:10px;font-size:1.03rem}
  .brand-logo-img{height:38px}
  .hero{padding:24px 0 64px}
  h1{font-size:clamp(2.2rem,11vw,3.6rem)}
  .section{padding:54px 0}
  .section-head{grid-template-columns:1fr;display:grid;gap:10px;margin-bottom:20px}
  .page-grid,.portfolio-grid,.testimonial-grid-real,.payment-grid-rich,.payment-grid-five,.policy-grid,.terms-layout{grid-template-columns:1fr !important}
  .service-body,.project-content,.testimonial-body,.meta-card{padding-left:18px;padding-right:18px}
  .footer-shell{border-radius:28px;gap:16px}
  .footer-brand-col,.footer-links,.footer-socials{width:100%}
  .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .footer-links a{justify-content:center;text-align:center}
  .point-row-icons,.footer-socials{display:grid;grid-template-columns:1fr;gap:10px}
  .point-icon-link,.social-pill{width:100%;justify-content:flex-start}
  .contact-card{padding:18px;border-radius:28px}
  .payment-card{grid-template-columns:58px 1fr;gap:14px}
  .pay-icon-wrap{width:52px;height:52px;border-radius:16px}
  .quote-box,.info-panel,.faq-smart-shell,.policy-shell,.reach-shell,.hero-card{border-radius:28px}
  .smart-float-inner{border-radius:24px}
}
@media (max-width: 480px){
  .footer{padding-bottom:calc(124px + env(safe-area-inset-bottom))}
  .mini-stats .stat{padding:16px}
  .hero-actions .btn,.assistant-actions .btn{width:100%}
  .usage-tile{min-height:104px}
}

/* --- social icons refresh + FAQ clarity pass --- */
.footer-socials{display:flex;flex-wrap:wrap;gap:10px}
.social-pill,.point-icon-link{display:inline-flex;align-items:center;gap:10px}
.social-pill img,.point-icon-link img{width:22px;height:22px;object-fit:contain;flex:0 0 22px}
.pay-icon-wrap img,.pay-brand img{width:40px;height:40px;object-fit:contain}
.pay-brand img{width:112px;height:auto}
.payment-card-brand .pay-brand{display:flex;align-items:center;justify-content:flex-start}
.reach-shell-separated{gap:28px}
.reach-copy h3{margin-bottom:12px}
.reach-list{gap:14px}
.faq-smart-shell{background:linear-gradient(180deg, rgba(255,255,255,.64), rgba(255,255,255,.38)) !important}
.faq-filter,.faq-smart-q,.faq-vote{background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(246,248,252,.78) 60%, rgba(238,242,248,.70)) !important;color:var(--text)!important;backdrop-filter:none;-webkit-backdrop-filter:none}
.faq-filter::before,.faq-smart-q::before,.faq-vote::before{display:none!important}
.faq-smart-q span,.faq-smart-q strong,.faq-filter,.faq-vote,.faq-feedback span{color:var(--text)!important;opacity:1!important;filter:none!important;text-shadow:none!important}
.faq-smart-q strong{font-size:1.35rem}
.faq-smart-item{background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(248,250,253,.68)) !important}
.smart-float-inner{border-radius:999px;border:1px solid rgba(255,255,255,.82)}
.smart-float-copy strong{font-weight:800}
.navbar{background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.28)) !important}
.footer-shell{background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.30)) !important}
.nav-links a,.nav-actions .btn,.footer-links a,.social-pill,.smart-float-cta{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
body.is-admin-preview{
  overscroll-behavior:contain;
}

body.is-admin-preview a,
body.is-admin-preview button,
body.is-admin-preview input,
body.is-admin-preview textarea,
body.is-admin-preview select,
body.is-admin-preview label{
  pointer-events:none !important;
}

body.is-admin-preview .site-header,
body.is-admin-preview .mobile-menu,
body.is-admin-preview .smart-float{
  pointer-events:none !important;
}
.payment-grid-rich,.payment-grid-five{align-items:stretch}
.payment-card{justify-content:flex-start}
@media (max-width: 840px){
  body{padding-top:calc(var(--nav-h) + 26px)}
  .site-header{padding:10px 0}
  .navbar{height:72px}
  .footer-socials{width:100%}
  .social-pill{flex:1 1 calc(50% - 10px);justify-content:center}
}
@media (max-width:560px){
  body{padding-top:92px}
  .site-header{padding:8px 0}
  .social-pill,.point-icon-link{font-size:.92rem}
  .social-pill img,.point-icon-link img{width:20px;height:20px}
  .pay-brand img{width:96px}
  .smart-float-inner{border-radius:28px}
}


/* === Final consistency pass requested === */
:root{--shell-blur:22px;}
html,body,*{-webkit-tap-highlight-color:transparent}
.site-header{position:fixed;top:0;left:0;right:0;z-index:95}
.site-header .navbar{background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34)) !important;backdrop-filter:blur(var(--shell-blur)) saturate(1.18);-webkit-backdrop-filter:blur(var(--shell-blur)) saturate(1.18)}
.footer{padding:28px 0 110px}
.footer-shell{align-items:center !important;background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34)) !important;backdrop-filter:blur(var(--shell-blur)) saturate(1.16);-webkit-backdrop-filter:blur(var(--shell-blur)) saturate(1.16)}
.footer-brand-col{gap:14px}
.footer-links-minimal{margin-left:auto;display:flex;align-items:center;justify-content:flex-end}
.footer-links-minimal a{padding:12px 18px;border-radius:999px;white-space:nowrap}
.footer-links-minimal a + a{display:none}
.social-pill,.point-icon-link{padding:12px 16px;min-height:48px;color:var(--text)!important}
.social-pill img,.point-icon-link img{width:20px;height:20px;flex:0 0 20px;object-fit:contain}
.footer-socials{gap:10px}
.pay-icon-wrap{width:60px !important;height:60px !important;border-radius:18px !important;flex:0 0 60px}
.pay-icon-wrap img{width:34px !important;height:34px !important;object-fit:contain}
.payment-card{align-items:flex-start !important;grid-template-columns:60px 1fr !important}
.payment-card h3{margin-top:2px}
.payment-card p{max-width:34ch}
.faq-smart-shell{background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(248,250,253,.62)) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
.faq-smart-q,.faq-filter,.faq-vote,.faq-smart-item,.faq-smart-a p,.faq-smart-q strong,.faq-smart-q span{color:#273044 !important;filter:none !important;opacity:1 !important;text-shadow:none !important}
.faq-smart-q,.faq-filter,.faq-vote{background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,249,252,.88) 62%, rgba(239,243,249,.82)) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
.faq-smart-q::before,.faq-filter::before,.faq-vote::before{display:none !important}
.smart-float{left:18px;right:18px;bottom:max(18px, env(safe-area-inset-bottom));max-width:760px;margin-inline:auto}
.smart-float-inner{background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.34)) !important;backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18);border-radius:34px;border:1px solid rgba(255,255,255,.86)}
.smart-float-copy small,.smart-float-copy strong{color:var(--text)!important}
.smart-float-copy strong{font-size:15px}
.smart-float-cta{min-width:220px}
@media (max-width:980px){.footer-shell{align-items:flex-start !important}}
@media (max-width:720px){.footer{padding-bottom:130px}.footer-shell{border-radius:30px !important;padding:18px !important}.footer-links-minimal{width:100%;justify-content:flex-start;margin-left:0}.social-pill{flex:1 1 calc(50% - 10px);justify-content:center}.smart-float{left:12px;right:12px;bottom:max(12px, env(safe-area-inset-bottom))}.smart-float-inner{padding:12px 14px;gap:12px;border-radius:28px}.smart-float-copy strong{font-size:14px;line-height:1.35}}
@media (max-width:560px){.payment-card{grid-template-columns:56px 1fr !important;gap:14px !important}.pay-icon-wrap{width:54px !important;height:54px !important;border-radius:16px !important}.pay-icon-wrap img{width:30px !important;height:30px !important}.social-pill{width:100%;justify-content:flex-start}.smart-float-inner{display:grid;grid-template-columns:1fr}.smart-float-cta{width:100%;min-width:0;justify-content:center}}


a,button,input,textarea,select,label,.btn,.nav-item,.shortcut-card,.subnav-item{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:none}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.12)}


/* Mobile polish */
button,input,select,textarea,a{outline:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(47,54,69,.12)}

/* Final QA hardening */
html,body{
  overflow-x:hidden;
  overflow-x:clip;
}
body{
  overflow-x:hidden;
  overflow-x:clip;
}
svg,canvas,img{
  max-width:100%;
}
.container,
.hero-grid,
.page-grid,
.portfolio-grid,
.section-head,
.hero-actions,
.point-row,
.navbar,
.mobile-menu,
.card,
.project-card,
.quote-box,
.info-panel,
.contact-card,
.faq-item,
.file-guide,
.admin-panel,
.visual-wrap{
  min-width:0;
}
button,
a,
input,
textarea,
select,
label,
.btn,
.menu-btn,
.material-card,
.toggle,
.point,
.mobile-menu a,
.nav-links a{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
label:focus-within{
  outline:none;
  box-shadow:0 0 0 3px rgba(37,99,235,.14), 0 0 0 1px rgba(37,99,235,.38) inset;
}
@media (hover:none){
  .btn:hover,
  .nav-links a:hover,
  .mobile-menu a:hover,
  .footer-links a:hover,
  .point:hover,
  .menu-btn:hover,
  .material-card:hover,
  .toggle:hover,
  .file-chip:hover,
  .project-card:hover,
  .card:hover{
    transform:none !important;
    box-shadow:0 14px 30px rgba(38,46,62,.08), inset 0 1px 1px rgba(255,255,255,1), inset 0 -10px 18px rgba(219,226,237,.42) !important;
  }
}
@media (max-width:768px){
  .navbar,
  .mobile-menu,
  .hero-card,
  .card,
  .quote-box,
  .info-panel,
  .contact-card,
  .faq-item,
  .logo-slot,
  .admin-panel,
  .file-guide > div{
    border-radius:24px;
  }
}

.nav-actions[hidden], .nav-actions:empty { display:none !important; }


/* Final scan hardening */
html,body{overflow-x:hidden;overflow-x:clip}
body{line-height:1.58}
main,section,article,aside,header,footer,nav,div{min-width:0}
svg,canvas,video,iframe{max-width:100%;height:auto}
button,input,select,textarea{min-width:0;max-width:100%}
textarea{resize:vertical}
a,button,input,select,textarea,label,.btn,.nav-links a,.mobile-menu a,.social-pill{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.12),0 0 0 1px rgba(37,99,235,.34) inset}
.hero-grid,.featured-grid,.portfolio-grid,.review-grid,.payment-grid,.page-grid,.works-grid-rich,.service-grid-rich,.testimonial-grid,.trust-strip,.process-line,.policy-grid,.about-layout,.contact-card,.split-layout,.hero-summary,.grid-two,.grid-three{min-width:0}
.hero-shot,.project-media,.service-media,.featured-media,.testimonial-media,.review-card,.policy-card,.payment-card,.meta-card{overflow:hidden}
.table-wrap,.chart-card,.line-chart,.sparkline-wrap{min-width:0}
.line-chart svg,.sparkline-wrap svg{width:100%;max-width:100%}
@media (max-width:900px){.hero-grid,.about-layout,.contact-card,.split-layout,.page-grid,.portfolio-grid,.testimonial-grid,.review-grid,.payment-grid{grid-template-columns:1fr !important}}

/* Visual consistency cleanup */
.section-head{
  align-items:flex-start;
  gap:18px;
  margin-bottom:24px;
}
.section-head > *{
  min-width:0;
}
.section-head p{
  max-width:54ch;
}
.hero-card,
.project-card,
.service-card,
.testimonial-real,
.meta-card,
.process-step,
.policy-card,
.terms-card,
.policy-shell,
.reach-shell,
.quote-box,
.info-panel,
.contact-card{
  border-radius:30px;
}
.project-content,
.service-body,
.testimonial-body,
.review-card,
.meta-card{
  padding:20px 20px 22px;
}
.portfolio-grid,
.testimonial-grid-real,
.payment-grid-rich,
.payment-grid-five,
.policy-grid,
.terms-layout,
.reach-list,
.process-line{
  align-items:stretch;
}
.project-card,
.service-card,
.testimonial-real,
.meta-card,
.process-step,
.policy-card,
.terms-card{
  height:100%;
}
.hero-shot,
.project-media,
.service-media,
.testimonial-media{
  aspect-ratio:4 / 3;
}
.payment-card{
  border-radius:26px;
}
.payment-card > div:last-child,
.reach-copy,
.policy-card,
.terms-card{
  min-width:0;
}
.smart-float-inner{
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
}
.smart-float-copy{
  min-width:0;
}

.smart-float-copy small{
  white-space:nowrap;
  letter-spacing:.02em;
}
.smart-float-copy strong{
  line-height:1.35;
}
.smart-float-cta{
  align-self:center;
}
@media (max-width:980px){
  .section-head{
    margin-bottom:20px;
  }
}
@media (max-width:760px){
  .hero-card,
  .project-card,
  .service-card,
  .testimonial-real,
  .meta-card,
  .process-step,
  .policy-card,
  .terms-card,
  .policy-shell,
  .reach-shell,
  .quote-box,
  .info-panel,
  .contact-card{
    border-radius:26px;
  }
  .project-content,
  .service-body,
  .testimonial-body,
  .review-card,
  .meta-card{
    padding:18px 18px 20px;
  }
  .smart-float-inner{
    border-radius:26px;
  }
}

/* Public liquid glass and contact polish */
.glass,
.glass-soft{
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.94), rgba(255,255,255,.52) 28%, rgba(255,255,255,0) 54%),
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(245,248,253,.52) 52%, rgba(236,241,248,.36));
  border:1px solid rgba(255,255,255,.86);
  box-shadow:
    0 20px 46px rgba(38,46,62,.10),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -14px 26px rgba(223,230,240,.34);
  backdrop-filter:blur(24px) saturate(1.22);
  -webkit-backdrop-filter:blur(24px) saturate(1.22);
}

.navbar,
.mobile-menu,
.footer-shell,
.nav-links a,
.mobile-menu a,
.footer-links a,
.point,
.social-pill,
.helper,
.smart-float-inner{
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.96), rgba(255,255,255,.58) 24%, rgba(255,255,255,0) 54%),
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(245,248,253,.54) 56%, rgba(236,241,248,.38)) !important;
  border:1px solid rgba(255,255,255,.88) !important;
  box-shadow:
    0 18px 40px rgba(38,46,62,.10),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -12px 22px rgba(223,230,240,.32) !important;
  backdrop-filter:blur(22px) saturate(1.18) !important;
  -webkit-backdrop-filter:blur(22px) saturate(1.18) !important;
}

#leadForm{
  display:grid;
  gap:16px;
}

#leadForm .field:last-of-type{
  margin-bottom:6px;
}

#leadForm .btn{
  margin-top:6px;
}

.payment-grid-rich,
.payment-grid-five{
  align-items:stretch;
}

.payment-card{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) !important;
  gap:16px;
  align-items:start !important;
}

.payment-card > div:last-child{
  display:grid;
  align-content:start;
  gap:8px !important;
  min-width:0;
}

.payment-card h3{
  margin:0;
  line-height:1.12;
}

.payment-card p{
  margin:0;
  max-width:none !important;
  line-height:1.58;
  text-wrap:pretty;
  hyphens:auto;
}

.pay-icon-wrap{
  align-self:start;
}

@media (max-width:760px){
  #leadForm{
    gap:14px;
  }

  #leadForm .btn{
    margin-top:8px;
  }

  .payment-card{
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:14px !important;
  }

  .payment-card > div:last-child{
    gap:7px !important;
  }
}

/* Services comparator CTA sync */
.smart-float-inner{
  transition:
    transform .24s ease,
    opacity .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.smart-float-copy,
.smart-float-cta{
  transition:transform .24s ease, opacity .24s ease, filter .24s ease;
}

.smart-float-inner.is-swapping .smart-float-copy,
.smart-float-inner.is-swapping .smart-float-cta{
  opacity:.76;
  transform:translateY(8px);
  filter:saturate(.94);
}

.smart-float-inner.is-contextual{
  box-shadow:
    0 24px 56px rgba(38,46,62,.14),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -14px 24px rgba(223,230,240,.34) !important;
}

.smart-float-inner.is-contextual .smart-float-copy small{
  color:#3d5b97 !important;
}

.smart-float-cta.btn{
  color:#12301f !important;
  border:1px solid rgba(134,239,172,.72) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.86), rgba(255,255,255,.34) 34%, rgba(255,255,255,0) 64%),
    linear-gradient(135deg, rgba(220,252,231,.82), rgba(187,247,208,.58) 52%, rgba(134,239,172,.46)) !important;
  box-shadow:
    0 18px 42px rgba(34,197,94,.18),
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -14px 28px rgba(74,222,128,.18) !important;
  backdrop-filter:blur(16px) saturate(1.18);
  -webkit-backdrop-filter:blur(16px) saturate(1.18);
}

.smart-float-cta.btn::before{
  background:
    radial-gradient(circle at var(--mx, 24%) var(--my, 18%), rgba(255,255,255,.8), rgba(187,247,208,.24) 38%, rgba(187,247,208,0) 68%) !important;
}

.smart-float-cta.btn:hover,
.smart-float-cta.btn:focus-visible{
  border-color:rgba(74,222,128,.86) !important;
  box-shadow:
    0 22px 48px rgba(34,197,94,.22),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -12px 24px rgba(74,222,128,.22) !important;
}

@media (prefers-reduced-motion: reduce){
  .smart-float-inner,
  .smart-float-copy,
  .smart-float-cta{
    transition:none !important;
  }
}

/* Home hero image replacement */
body[data-page="home"] .hero-shot{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.94), rgba(255,255,255,.34) 38%, rgba(255,255,255,0) 66%),
    linear-gradient(180deg, #f9fbff, #eef4fb) !important;
  border-color:rgba(255,255,255,.92) !important;
  box-shadow:inset 0 1px 1px rgba(255,255,255,.98) !important;
}

body[data-page="home"] .hero-shot::after{
  content:none !important;
  display:none !important;
}

body[data-page="home"] .hero-shot img{
  object-fit:contain !important;
  background:transparent !important;
  border-radius:inherit;
}

/* Quote page: guided steps and strong selection states */
body[data-page="quote"] .footer,
body[data-page="quote"] .smart-float{
  display:none !important;
}

body[data-page="quote"] .section:first-child{
  padding-bottom:42px;
}

body[data-page="quote"] .split-layout-smart{
  display:grid;
  grid-template-columns:1fr;
  align-items:start;
  gap:clamp(18px,3vw,28px);
  max-width:min(1180px, calc(100vw - 32px));
}

.quote-hero-panel{
  position:relative;
  top:auto;
  display:grid;
  justify-items:center;
  gap:14px;
  min-height:auto;
  align-content:center;
  text-align:center;
  padding:clamp(26px,4vw,44px) !important;
  overflow:hidden;
}

.quote-hero-title{
  margin:0;
  max-width:14ch;
  font-size:clamp(2.9rem,6.2vw,6.1rem);
  line-height:.9;
  letter-spacing:-.08em;
}

.quote-hero-copy{
  margin:0;
  max-width:36ch;
  color:var(--muted);
  font-size:clamp(1.05rem,1.7vw,1.28rem);
  line-height:1.55;
}

.quote-box{
  display:grid;
  gap:22px;
  width:100%;
}

.quote-top-nav{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.quote-back-btn{
  min-height:46px;
  padding:0 18px !important;
  border-radius:999px !important;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.quote-back-btn.is-disabled{
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}

.quote-stepper{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  padding:10px;
  border-radius:28px;
  background:rgba(255,255,255,.52);
  border:1px solid rgba(255,255,255,.84);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96);
}

.quote-stepper button{
  appearance:none;
  border:1px solid rgba(205,214,228,.82);
  min-height:58px;
  padding:10px 12px;
  border-radius:20px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:9px;
  align-items:center;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(241,245,250,.78));
  color:var(--muted);
  cursor:pointer;
  font:inherit;
  font-weight:850;
  text-align:left;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.quote-stepper button span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(226,232,240,.72);
  color:var(--text);
  font-size:.86rem;
  font-weight:900;
}

.quote-stepper button strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:.92rem;
}

.quote-stepper button:hover{
  transform:translateY(-1px);
}

.quote-stepper button.active,
.quote-stepper button.complete{
  border-color:rgba(34,197,94,.82);
  color:#12301f;
  background:linear-gradient(180deg,rgba(240,253,244,.98),rgba(220,252,231,.78));
  box-shadow:0 14px 30px rgba(34,197,94,.14), inset 0 1px 0 rgba(255,255,255,.98);
}

.quote-stepper button.active span,
.quote-stepper button.complete span{
  background:#22c55e;
  color:#fff;
}

.quote-step{
  display:none;
}

.quote-step.is-active{
  display:grid;
  gap:20px;
  animation:quoteStepIn .32s cubic-bezier(.16,1,.3,1) both;
}

@keyframes quoteStepIn{
  from{opacity:0;transform:translate3d(0,18px,0) scale(.985)}
  to{opacity:1;transform:none}
}

.quote-step-head{
  display:grid;
  gap:8px;
}

.quote-step-head h2{
  margin:0;
  font-size:clamp(1.8rem,3vw,2.7rem);
  line-height:1;
  letter-spacing:-.06em;
}

.quote-step-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
  margin-top:4px;
}

body[data-page="quote"] .material-card,
body[data-page="quote"] .usage-tile,
body[data-page="quote"] .urgency-pill,
body[data-page="quote"] .toggle{
  border:2px solid rgba(226,232,240,.88) !important;
  transition:transform .24s cubic-bezier(.16,1,.3,1), border-color .22s ease, box-shadow .24s ease, background .24s ease, color .22s ease !important;
}

body[data-page="quote"] .material-card.active,
body[data-page="quote"] .usage-tile.active,
body[data-page="quote"] .urgency-pill.active,
body[data-page="quote"] .toggle.active{
  border-color:#22c55e !important;
  color:#10291b !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.98), rgba(255,255,255,.5) 30%, rgba(255,255,255,0) 58%),
    linear-gradient(180deg, rgba(240,253,244,.98), rgba(220,252,231,.82)) !important;
  box-shadow:
    0 0 0 5px rgba(34,197,94,.16),
    0 24px 44px rgba(22,163,74,.18),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -12px 24px rgba(187,247,208,.45) !important;
  transform:translateY(-2px) scale(1.01);
}

body[data-page="quote"] .material-card.active strong,
body[data-page="quote"] .material-card.active span,
body[data-page="quote"] .usage-tile.active strong,
body[data-page="quote"] .usage-tile.active span,
body[data-page="quote"] .toggle.active span{
  color:#10291b !important;
}

body[data-page="quote"] .toggle.active .toggle-ui,
body[data-page="quote"] .toggle input:checked + .toggle-ui{
  background:#22c55e !important;
  box-shadow:inset 0 2px 6px rgba(21,128,61,.2), 0 10px 24px rgba(34,197,94,.22);
}

body[data-page="quote"] .complexity-bar span{
  background:linear-gradient(90deg,#86efac,#22c55e,#16a34a) !important;
}

body[data-page="quote"] .range-input::-webkit-slider-thumb{
  border-color:rgba(34,197,94,.55);
  box-shadow:0 0 0 6px rgba(34,197,94,.14),0 12px 24px rgba(22,163,74,.2);
}

body[data-page="quote"] .range-input::-moz-range-thumb{
  border-color:rgba(34,197,94,.55);
  box-shadow:0 0 0 6px rgba(34,197,94,.14),0 12px 24px rgba(22,163,74,.2);
}

body[data-page="quote"] .quote-total{
  padding-top:4px;
}

body[data-page="quote"] .quote-legal{
  padding:16px 18px;
  border-radius:22px;
  color:var(--muted);
  line-height:1.6;
}

body[data-page="quote"] .quote-step[data-quote-step="5"].is-active{
  padding-bottom:0;
}

.finish-summary{
  padding:18px !important;
  border-radius:26px !important;
}

.finish-summary .result-chips{
  margin-top:0;
  justify-content:center;
  align-content:center;
}

.finish-summary .result-chips .badge{
  border:1px solid rgba(34,197,94,.24);
  background:linear-gradient(180deg,rgba(240,253,244,.92),rgba(220,252,231,.68));
  color:#12301f !important;
}

.quote-whatsapp-float{
  position:relative;
  left:auto;
  bottom:auto;
  z-index:1;
  display:inline-flex;
  justify-content:center;
  width:min(100%, 430px);
  min-height:62px;
  margin:8px auto 2px;
  padding:13px 24px 13px 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(187,247,208,.58) !important;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.78),rgba(255,255,255,.24) 30%,rgba(255,255,255,0) 62%),
    linear-gradient(135deg,rgba(34,197,94,.68),rgba(22,163,74,.5)) !important;
  color:#fff !important;
  box-shadow:
    0 22px 58px rgba(22,163,74,.32),
    inset 0 1px 0 rgba(255,255,255,.62),
    inset 0 -16px 28px rgba(21,128,61,.18) !important;
  backdrop-filter:blur(24px) saturate(1.3);
  -webkit-backdrop-filter:blur(24px) saturate(1.3);
  transform:none;
}

.quote-whatsapp-float img{
  width:34px;
  height:34px;
  object-fit:contain;
  flex:0 0 34px;
  filter:drop-shadow(0 6px 12px rgba(21,128,61,.26));
}

.quote-whatsapp-float span{
  color:#fff !important;
  font-size:1.06rem;
  line-height:1;
  white-space:nowrap;
}

.quote-whatsapp-float:hover{
  transform:translateY(-2px) scale(1.01);
  box-shadow:
    0 28px 64px rgba(22,163,74,.38),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -12px 24px rgba(21,128,61,.22) !important;
}

@media (max-width:980px){
  .quote-hero-title{
    max-width:13ch;
  }
}

@media (max-width:640px){
  .quote-stepper{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .quote-stepper button{
    min-height:54px;
  }

  .quote-step-actions .btn{
    width:100%;
  }

  .quote-whatsapp-float{
    width:100%;
    min-height:58px;
    padding:12px 18px !important;
    justify-content:center;
  }

  .quote-whatsapp-float img{
    width:32px;
    height:32px;
    flex-basis:32px;
  }

  .quote-whatsapp-float span{
    font-size:1rem;
    white-space:normal;
    text-align:left;
  }
}

/* Quote material step: finish options now live with material selection */
body[data-page="quote"] .quote-material-finish-field{
  margin-top:4px;
}

body[data-page="quote"] .quote-material-finish-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}

body[data-page="quote"] .quote-material-finish-options .toggle{
  min-height:70px;
  align-items:center;
  border-radius:24px !important;
}

body[data-page="quote"] #smoothAvailabilityNotice{
  margin-top:10px;
}

@media (max-width:700px){
  body[data-page="quote"] .quote-material-finish-options{
    grid-template-columns:1fr;
  }
}

/* Real project cards and clean green CTAs */
.work-story-card .project-content{
  display:grid;
  gap:14px;
}

.work-story-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.work-type{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:8px 11px;
  border-radius:999px;
  color:#2e5f42;
  background:linear-gradient(180deg,rgba(220,252,231,.9),rgba(187,247,208,.72));
  border:1px solid rgba(134,239,172,.76);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  font-size:.78rem;
  font-weight:900;
}

.work-stars{
  color:#f59e0b;
  letter-spacing:.06em;
  font-size:.92rem;
  white-space:nowrap;
  text-shadow:0 1px 0 rgba(255,255,255,.88);
}

.work-message{
  position:relative;
  margin:0;
  padding:15px 16px;
  border-radius:22px 22px 22px 8px;
  color:var(--text);
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(247,250,253,.72));
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 12px 28px rgba(38,46,62,.08), inset 0 1px 0 rgba(255,255,255,.95);
  font-weight:650;
}

.work-order{
  display:grid;
  gap:5px;
  padding:13px 14px;
  border-radius:20px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.78);
}

.work-order strong{
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}

.work-order span{
  color:var(--text);
  font-weight:760;
  line-height:1.45;
}

.smart-float-cta.btn,
.quote-whatsapp-float{
  color:#10331f !important;
  background:linear-gradient(180deg,#dcfce7 0%,#bbf7d0 56%,#86efac 100%) !important;
  border:1px solid rgba(74,222,128,.74) !important;
  box-shadow:
    0 20px 44px rgba(34,197,94,.20),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -12px 22px rgba(34,197,94,.13) !important;
  text-shadow:none !important;
}

.smart-float-cta.btn::before,
.smart-float-cta.btn::after,
.quote-whatsapp-float::before,
.quote-whatsapp-float::after{
  display:none !important;
}

.quote-whatsapp-float span{
  color:#10331f !important;
}

/* Final CTA refresh: one-piece liquid glass rainbow */
.smart-float-copy{
  display:none !important;
}

.smart-float{
  left:18px;
  right:18px;
  bottom:max(18px, env(safe-area-inset-bottom));
  max-width:640px;
  margin-inline:auto;
}

.smart-float .smart-float-inner.smart-float-cta{
  display:flex;
  align-items:center;
  justify-content:center !important;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  inline-size:100%;
  min-inline-size:0 !important;
  min-block-size:64px;
  padding:18px 30px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.92) !important;
  color:#182133 !important;
  font-size:clamp(1rem, 1.3vw, 1.08rem);
  font-weight:900;
  letter-spacing:-.02em;
  text-shadow:0 1px 0 rgba(255,255,255,.76);
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.98), rgba(255,255,255,.60) 16%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.52), rgba(255,255,255,0) 28%),
    linear-gradient(94deg, rgba(14,165,233,.78) 0%, rgba(59,130,246,.82) 16%, rgba(147,51,234,.82) 34%, rgba(236,72,153,.78) 52%, rgba(249,115,22,.80) 72%, rgba(163,230,53,.82) 100%) !important;
  box-shadow:
    0 24px 56px rgba(67,56,202,.22),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 -18px 34px rgba(255,255,255,.18) !important;
  backdrop-filter:blur(24px) saturate(1.28) !important;
  -webkit-backdrop-filter:blur(24px) saturate(1.28) !important;
}

.smart-float-label{
  position:relative;
  z-index:2;
  color:#162033 !important;
  text-shadow:0 1px 0 rgba(255,255,255,.92), 0 0 18px rgba(255,255,255,.20);
}

.smart-float .smart-float-inner.smart-float-cta::before{
  content:"";
  display:block !important;
  position:absolute;
  inset:1px;
  z-index:0;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,.36), rgba(255,255,255,0) 40%);
  pointer-events:none;
}

.smart-float .smart-float-inner.smart-float-cta::after{
  content:"";
  display:block !important;
  position:absolute;
  inset:auto auto auto 6%;
  z-index:0;
  width:38%;
  height:88%;
  border-radius:999px;
  background:radial-gradient(circle, rgba(255,255,255,.30), rgba(255,255,255,0) 72%);
  opacity:.74;
  pointer-events:none;
}

.smart-float .smart-float-inner.smart-float-cta:hover,
.smart-float .smart-float-inner.smart-float-cta:focus-visible{
  transform:translateY(-2px) scale(1.005);
  border-color:rgba(255,255,255,.98) !important;
  box-shadow:
    0 28px 58px rgba(79,70,229,.22),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -18px 34px rgba(255,255,255,.2) !important;
}

.smart-float .smart-float-inner.smart-float-cta.is-contextual{
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.98), rgba(255,255,255,.60) 16%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.52), rgba(255,255,255,0) 28%),
    linear-gradient(94deg, rgba(59,130,246,.84) 0%, rgba(129,140,248,.80) 34%, rgba(217,70,239,.74) 64%, rgba(45,212,191,.74) 100%) !important;
}

@media (max-width:720px){
  .smart-float{
    left:12px;
    right:12px;
    bottom:max(12px, env(safe-area-inset-bottom));
    max-width:none;
  }

  .smart-float .smart-float-inner.smart-float-cta{
    min-block-size:58px;
    padding:16px 20px !important;
    font-size:1rem;
  }
}
