:root { --navy: #0B1F33; --teal: #0e4d45; --teal-dark: #0a3a34; --teal-deep: #0B1F2C; --gold: #BFA46A; --coral: #BFA46A; --coral-soft: #E4D3A8; --cream: #F8F6F1; --cream-2: #F1ECE1; --ink: #1C1C1C; --muted: #5B5B56; --line: #e2dccf; --white: #ffffff; --shadow: 0 18px 45px -22px rgba(11, 31, 44, 0.45); --shadow-sm: 0 8px 24px -14px rgba(11, 31, 44, 0.35); --radius: 18px; --radius-lg: 26px; --wrap: 1160px; --font: "Inter", "Manrope", "Hind", "Segoe UI", system-ui, -apple-system, sans-serif; }
* { margin: 0px; padding: 0px; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--wrap), 92%); margin-inline: auto; }
section { padding: 84px 0px; }
.eyebrow { display: inline-block; font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; color: var(--coral); margin-bottom: 14px; }
h1, h2, h3 { line-height: 1.18; font-weight: 700; color: var(--teal); }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); letter-spacing: -0.5px; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); letter-spacing: -0.3px; }
h3 { font-size: 1.2rem; }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 60ch; }
.section-head { text-align: center; max-width: 62ch; margin: 0px auto 52px; }
.section-head .lead { margin-inline: auto; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: 0.98rem; cursor: pointer; border: 2px solid transparent; transition: transform 0.18s, box-shadow 0.18s, background 0.18s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: rgb(255, 255, 255); box-shadow: rgba(191, 164, 106, 0.75) 0px 12px 26px -12px; }
.btn-primary:hover { background: rgb(217, 83, 47); }
.btn-teal { background: var(--teal); color: rgb(255, 255, 255); }
.btn-teal:hover { background: var(--teal-dark); }
.btn-ghost { border-color: var(--teal); color: var(--teal); background: transparent; }
.btn-ghost:hover { background: var(--teal); color: rgb(255, 255, 255); }
.btn-wa { background: rgb(37, 211, 102); color: rgb(255, 255, 255); }
.btn-wa:hover { background: rgb(31, 187, 89); }
.cta-band > * { min-width: 0; } .cta-band .actions { min-width: 0; } .cta-band .btn-wa { white-space: normal; text-align: center; }
.site-header { position: sticky; top: 0px; z-index: 50; background: rgba(245, 242, 234, 0.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mark { width: 40px; height: 40px; flex: 0 0 auto; }
.brand .name { font-size: 1.45rem; font-weight: 700; color: var(--teal); letter-spacing: -0.5px; }
.brand .sub { display: block; font-size: 0.58rem; letter-spacing: 0.28em; color: var(--muted); font-weight: 600; margin-top: -4px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 9px 15px; border-radius: 999px; font-weight: 500; font-size: 0.96rem; color: var(--ink); transition: background 0.15s, color 0.15s; }
.nav-links a:hover { background: var(--cream-2); }
.nav-links a.active { color: var(--teal); font-weight: 600; }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; width: 44px; height: 44px; border-radius: 12px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--teal); margin: 5px auto; border-radius: 2px; transition: 0.25s; }
.hero { position: relative; background: radial-gradient(1200px 500px at 85% -10%, rgba(232,98,61,0.10), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; padding: 78px 0px 90px; }
.hero h1 span.hl { color: var(--coral); }
.hero .lead { margin-top: 18px; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; } .hero-secondary { margin-top: 12px; font-size: 0.92rem; } .hero-secondary a { color: var(--muted); text-decoration: underline; } .hero-secondary a:hover { color: var(--teal); } .hero-note { margin-top: 16px; font-size: 0.9rem; color: var(--muted); max-width: 52ch; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.6); font-size: 0.88rem; font-weight: 500; color: var(--teal); }
.chip svg { width: 17px; height: 17px; }
.hero-visual { position: relative; }
.smile-card { background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%); border-radius: 30px; padding: 40px 36px; color: rgb(234, 250, 244); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.smile-card::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(191, 164, 106, 0.35), transparent 70%); }
.smile-card h3 { color: rgb(255, 255, 255); font-size: 1.35rem; margin-bottom: 6px; }
.smile-card p { color: rgb(184, 221, 211); font-size: 0.95rem; }
.aligner-visual { display: flex; justify-content: center; margin: 22px 0px 26px; }
.aligner-visual svg { width: 190px; height: auto; }
.stat-row { display: flex; gap: 14px; margin-top: 24px; }
.stat { flex: 1 1 0%; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; padding: 16px 14px; text-align: center; }
.stat b { display: block; font-size: 1.5rem; color: rgb(255, 255, 255); }
.stat span { font-size: 0.76rem; color: rgb(169, 210, 199); }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(191, 164, 106, 0.12); margin-bottom: 16px; }
.card .ic svg { width: 26px; height: 26px; color: var(--coral); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.96rem; }
.card .num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(191, 164, 106, 0.12); color: var(--coral); font-weight: 700; margin-bottom: 14px; }
.bg-teal { background: linear-gradient(165deg, var(--teal) 0%, var(--teal-deep) 100%); color: rgb(234, 250, 244); }
.bg-teal h2, .bg-teal h3 { color: rgb(255, 255, 255); }
.bg-teal .eyebrow { color: var(--coral-soft); }
.bg-teal .lead { color: rgb(184, 221, 211); }
.bg-cream2 { background: var(--cream-2); }
.bg-teal .card { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.12); box-shadow: none; }
.bg-teal .card h3 { color: rgb(255, 255, 255); }
.bg-teal .card p { color: rgb(184, 221, 211); }
.steps { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.step .idx { font-weight: 700; color: var(--coral); font-size: 1.4rem; min-width: 44px; height: 44px; border-radius: 12px; background: rgba(191, 164, 106, 0.1); display: grid; place-items: center; }
.step h3 { margin-bottom: 3px; }
.step p { color: var(--muted); font-size: 0.95rem; }
.compare { width: 100%; border-collapse: separate; border-spacing: 0px; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.compare th, .compare td { padding: 16px 20px; text-align: left; font-size: 0.97rem; }
.compare thead th { background: var(--teal); color: rgb(255, 255, 255); font-weight: 600; }
.compare thead th:nth-child(2) { color: rgb(255, 255, 255); }
.compare tbody tr:nth-child(2n) { background: var(--cream); }
.compare td:first-child { font-weight: 600; color: var(--teal); }
.compare .yes { color: var(--teal); font-weight: 600; }
.compare .no { color: rgb(160, 97, 87); }
.dd { border-radius: var(--radius); padding: 30px; }
.dd.do { background: rgba(14, 77, 69, 0.06); border: 1px solid rgba(14, 77, 69, 0.15); }
.dd.dont { background: rgba(191, 164, 106, 0.07); border: 1px solid rgba(191, 164, 106, 0.18); }
.dd h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.dd ul { list-style: none; display: grid; gap: 12px; }
.dd li { display: flex; gap: 11px; font-size: 0.97rem; color: var(--ink); }
.dd .tick { color: var(--teal); font-weight: 700; flex: 0 0 auto; }
.dd.dont .tick { color: var(--coral); }
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0px; font-weight: 600; color: var(--teal); font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--coral); transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0px 0px 20px; color: var(--muted); font-size: 0.97rem; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.price:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.price.featured { border-color: var(--coral); box-shadow: rgba(191, 164, 106, 0.55) 0px 24px 50px -26px; }
.price .tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--coral); color: rgb(255, 255, 255); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; }
.price h3 { color: var(--teal); font-size: 1.25rem; }
.price .desc { color: var(--muted); font-size: 0.9rem; margin: 6px 0px 18px; min-height: 40px; }
.price .amount { font-size: 2.2rem; font-weight: 700; color: var(--ink); }
.price .amount small { font-size: 0.9rem; color: var(--muted); font-weight: 500; }
.price .per { color: var(--muted); font-size: 0.85rem; margin-bottom: 20px; }
.price ul { list-style: none; display: grid; gap: 11px; margin-bottom: 26px; }
.price li { display: flex; gap: 10px; font-size: 0.94rem; color: var(--ink); }
.price li svg { width: 18px; height: 18px; color: var(--teal); flex: 0 0 auto; margin-top: 3px; }
.price .btn { margin-top: auto; justify-content: center; }
.price-note { text-align: center; margin-top: 30px; color: var(--muted); font-size: 0.9rem; background: rgba(191, 164, 106, 0.06); border: 1px dashed var(--coral-soft); border-radius: 14px; padding: 16px 20px; max-width: 720px; margin-inline: auto; }
.cta-band { background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%); border-radius: var(--radius-lg); padding: 54px 48px; color: rgb(255, 255, 255); display: grid; grid-template-columns: 1.4fr auto; gap: 30px; align-items: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -40px; top: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(191, 164, 106, 0.4), transparent 70%); }
.cta-band h2 { color: rgb(255, 255, 255); position: relative; }
.cta-band p { color: rgb(184, 221, 211); margin-top: 8px; position: relative; }
.cta-band .actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.info-card .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(14, 77, 69, 0.08); display: grid; place-items: center; flex: 0 0 auto; }
.info-card .ic svg { width: 22px; height: 22px; color: var(--teal); }
.info-card h4 { color: var(--teal); font-size: 1rem; margin-bottom: 2px; }
.info-card p, .info-card a { color: var(--muted); font-size: 0.95rem; }
.info-card a:hover { color: var(--coral); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 34px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.86rem; font-weight: 600; color: var(--teal); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 0.96rem; color: var(--ink); background: var(--cream); transition: border 0.15s, box-shadow 0.15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: rgba(191, 164, 106, 0.14) 0px 0px 0px 3px; background: rgb(255, 255, 255); }
.field textarea { resize: vertical; min-height: 96px; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 4px; }
.form-msg { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 0.94rem; }
.form-msg.ok { display: block; background: rgba(14, 77, 69, 0.1); color: var(--teal); border: 1px solid rgba(14, 77, 69, 0.25); }
.page-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); padding: 56px 0px 44px; text-align: center; border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-inline: auto; }
.breadcrumb { font-size: 0.82rem; color: var(--muted); margin-bottom: 12px; }
.breadcrumb a:hover { color: var(--coral); }
.site-footer { background: var(--teal-deep); color: rgb(207, 230, 223); padding: 60px 0px 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; margin-bottom: 40px; }
.site-footer .brand .name { color: rgb(255, 255, 255); }
.site-footer .brand .sub { color: rgb(127, 174, 162); }
.site-footer p { color: rgb(157, 195, 185); font-size: 0.92rem; margin-top: 14px; max-width: 34ch; }
.site-footer h5 { color: rgb(255, 255, 255); font-size: 0.95rem; margin-bottom: 14px; letter-spacing: 0.02em; }
.site-footer ul { list-style: none; display: grid; gap: 9px; }
.site-footer a { color: rgb(157, 195, 185); font-size: 0.92rem; }
.site-footer a:hover { color: var(--coral-soft); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.84rem; color: rgb(123, 167, 155); }
.footer-tagline { font-style: italic; }
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: inline-flex; align-items: center; gap: 8px; background: rgb(37, 211, 102); color: rgb(255, 255, 255); padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: 0.92rem; white-space: nowrap; box-shadow: rgba(37, 211, 102, 0.6) 0px 12px 30px -8px; transition: transform 0.2s, background 0.2s; } .wa-float:hover { transform: scale(1.05); background: rgb(31, 187, 89); } .wa-float svg { width: 24px; height: 24px; color: rgb(255, 255, 255); flex: 0 0 auto; } .wa-float .wa-float-mobile-text { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s, transform 0.6s; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-3, .grid-4, .price-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-band .actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) { .wa-float { left: 14px; right: 14px; bottom: 14px; justify-content: center; border-radius: 14px; padding: 14px 16px; font-size: 0.95rem; } .wa-float .wa-float-desktop-text { display: none; } .wa-float .wa-float-mobile-text { display: inline; } .site-footer { padding-bottom: 88px; } .hero-actions { flex-direction: column; align-items: stretch; } .hero-actions .btn { width: 100%; justify-content: center; }
  section { padding: 60px 0px; }
  .nav-links { position: fixed; inset: 62px 0px auto; flex-direction: column; align-items: stretch; gap: 4px; background: var(--cream); padding: 16px 20px 24px; border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform 0.3s; box-shadow: var(--shadow); }
  .nav-links.open { transform: translateY(0px); }
  .nav-links a { padding: 12px 14px; }
  .nav-toggle { display: block; }
  .grid-3, .grid-4, .grid-2, .price-grid, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}
.brand .mark { width: 34px !important; height: 34px !important; }
.chip svg, .chip .mark { width: 18px !important; height: 18px !important; }
svg:not([width]) { width: 1.15em; height: 1.15em; }
.brand .mark, .brand svg { width: 34px !important; height: 34px !important; }
@media (max-width: 940px) {.hero-grid{grid-template-columns:minmax(0,1fr) !important;} .grid-3,.grid-4,.price-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;} .contact-grid{grid-template-columns:minmax(0,1fr) !important;}} @media (max-width: 720px) {.grid-3,.grid-4,.grid-2,.price-grid,.form-row{grid-template-columns:minmax(0,1fr) !important;} .footer-grid{grid-template-columns:minmax(0,1fr) !important;}} .info-card{flex-wrap:wrap;} .photo{width:100%;} .stat{min-width:0;}

/* ===== Olign v2 additions (Oraly brand refresh) ===== */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.trust-band{padding:34px 0;border-bottom:1px solid var(--line);}
.trust-band .hero-trust{justify-content:center;margin-top:0;}
.mini-amount{font-size:1.55rem;font-weight:700;color:var(--teal);margin:8px 0 10px;}
.problem-card p.caution{font-size:0.8rem;color:var(--coral);margin-top:12px;font-style:italic;line-height:1.5;}
.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.ba-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);}
.ba-media{aspect-ratio:4/5;display:flex;position:relative;background:linear-gradient(135deg,var(--cream-2),var(--cream));}
.ba-half{flex:1;display:flex;align-items:flex-end;justify-content:center;padding-bottom:14px;position:relative;z-index:1;}
.ba-half:first-child{border-right:1px dashed var(--line);}
.ba-tag{font-size:0.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--teal);background:rgba(255,255,255,0.92);padding:5px 12px;border-radius:999px;}
.ba-icon{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);color:var(--coral-soft);opacity:0.55;width:40px;height:40px;}
.ba-body{padding:18px 20px 22px;}
.ba-body h3{margin-bottom:4px;}
.ba-body .ba-caption{font-size:0.86rem;color:var(--muted);margin-bottom:8px;}
.ba-body .ba-result{font-size:0.78rem;color:var(--muted);}
.footer-legal{display:flex;gap:10px;flex-wrap:wrap;font-size:0.82rem;margin-bottom:18px;}
.footer-legal a{color:rgba(207,230,223,0.85);}
.footer-legal a:hover{color:var(--coral-soft);}
.footer-legal .sep{color:rgba(207,230,223,0.4);}
.footer-disclaimer{font-size:0.78rem;line-height:1.65;color:rgba(207,230,223,0.65);border-top:1px solid rgba(255,255,255,0.08);padding-top:18px;margin-bottom:18px;max-width:920px;}
.page-disclaimer{text-align:center;margin-top:20px;color:var(--muted);font-size:0.82rem;max-width:760px;margin-inline:auto;line-height:1.6;}
@media (max-width:940px){.ba-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:720px){
.ba-grid{grid-template-columns:1fr;}
.compare thead{display:none;}
.compare, .compare tbody, .compare tr, .compare td{display:block;width:100%;}
.compare tr{margin-bottom:14px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--white);}
.compare td{padding:12px 16px;border-bottom:1px solid var(--line);}
.compare td:last-child{border-bottom:none;}
.compare td[data-label]::before{content:attr(data-label);display:block;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px;}
.compare td:first-child{background:var(--cream-2);font-size:1rem;}
}


/* ===================================================================
   OLIGN BRAND REFRESH v2 — premium navy / ivory / teal / champagne gold
   =================================================================== */
:root {
  --navy: #0f172a;
  --teal: #0a6b5e;
  --teal-dark: #084d43;
  --teal-deep: #0f172a;
  --gold: #b8964e;
  --coral: #b8964e;
  --coral-soft: #e8dcc0;
  --cream: #f8f6f1;
  --ink: #1e293b;
  --line: #e8e4dd;
}

/* Header — deep navy */
.site-header { background: rgba(15,23,42,0.94); border-bottom: 1px solid rgba(255,255,255,0.08); }
.site-header .brand .name { color: #ffffff; }
.site-header .brand .sub { color: rgba(255,255,255,0.55); }
.site-header .nav-links a { color: rgba(255,255,255,0.82); }
.site-header .nav-links a:hover { background: rgba(255,255,255,0.08); color: #ffffff; }
.site-header .nav-links a.active { color: var(--gold); }
.site-header .nav-toggle span { background: #ffffff; }
@media (max-width: 940px) {
  .site-header .nav-links { background: var(--navy) !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; box-shadow: none !important; }
}

/* Hero — deep navy background, remove orange tint */
.hero { background: radial-gradient(1200px 500px at 85% -10%, rgba(184,150,78,0.14), transparent 60%), linear-gradient(180deg, var(--navy) 0%, #0b1220 100%); }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: #ffffff; }
.hero h1 span.hl { color: var(--gold); }
.hero .lead { color: rgba(255,255,255,0.85); }
.hero-secondary a { color: rgba(255,255,255,0.68); }
.hero-secondary a:hover { color: var(--gold); }
.hero-note { color: rgba(255,255,255,0.58); }
.hero .chip { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.18); color: rgba(255,255,255,0.92); }

/* Buttons — teal primary, navy secondary. No orange/gold buttons. */
.btn-primary { background: var(--teal); color: #ffffff; box-shadow: 0 12px 26px -12px rgba(10,107,94,0.55); }
.btn-primary:hover { background: var(--teal-dark); }
.btn-ghost { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-ghost:hover { background: var(--navy); color: #ffffff; }

/* Cards — white with subtle shadow + light border */
.card { background: #ffffff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }

/* Body copy */
body { color: var(--ink); }

.workflow-points .card { text-align: center; padding: 26px 20px 22px; }
.idx-badge { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(184,150,78,0.14); border: 1px solid var(--gold); color: var(--teal); font-weight: 700; font-size: 0.92rem; margin-bottom: 12px; }
.workflow-points .card p { font-weight: 600; color: var(--ink); margin: 0; }


/* ===== Pricing page: competitor anchor banner (Block 1c) ===== */
.anchor-banner { background: rgba(14, 77, 69, 0.08); padding: 14px 0; }
.anchor-banner p { text-align: center; font-size: 0.92rem; color: var(--teal-dark); font-weight: 600; margin: 0; }

/* ===== Pricing page: EMI subtext under price (Block 1b) ===== */
.emi-note { font-size: 0.82rem; color: var(--muted); font-weight: 400; margin-top: 6px; }

/* ===== Pricing page: testimonial cards (Block 1d) ===== */
.card p.testimonial-author { color: var(--teal); font-weight: 600; font-size: 0.85rem; margin-top: 14px; }

/* ===== Homepage: Doctor supervision trust section (Block 3a) ===== */
.trust-doctor { background: var(--cream-2); text-align: center; }
.trust-doctor h2 { color: var(--teal); margin-bottom: 14px; }
.trust-doctor p { max-width: 680px; margin-inline: auto; color: var(--muted); font-size: 1rem; }

@media (max-width: 720px) {
  .anchor-banner p { font-size: 0.85rem; padding: 0 14px; }
}


/* ===== TREATMENT ILLUSTRATIONS SECTION ===== */
.illus-section {
  background: #f5fbfa;
  padding: 64px 0;
  width: 100%;
}
.illus-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.illus-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}
.illus-subheading {
  text-align: center;
  font-size: 15px;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.illus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.illus-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.illus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.illus-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.illus-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.illus-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.illus-card__body {
  padding: 14px 16px 18px;
}
.illus-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 3px;
  font-family: "Noto Sans Devanagari", var(--font-hi, inherit);
}
.illus-card__en {
  display: block;
  font-size: 11px;
  color: var(--teal);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.illus-card__type {
  font-size: 11px;
  color: #999;
  font-style: italic;
  margin: 0;
}
.illus-disclaimer {
  background: #fffbea;
  border-left: 4px solid #f0c040;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 8px 0 32px;
}
.illus-disclaimer p {
  font-size: 12px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.illus-cta {
  text-align: center;
  padding-top: 8px;
}
.illus-cta h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 10px;
}
.illus-cta p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.7;
}
.illus-cta__btn {
  display: inline-block;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}
.illus-cta__btn:hover {
  background: #1eae55;
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .illus-grid { grid-template-columns: repeat(2, 1fr); }
  .illus-heading { font-size: 22px; }
}
@media (max-width: 480px) {
  .illus-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .illus-section { padding: 40px 0; }
  .illus-card__name { font-size: 13px; }
}

/* ===== Olign v3: concise, evidence-first homepage ===== */
html { scroll-padding-top: 84px; }
body { overflow-x: clip; }
.skip-link {
  position: fixed; left: 16px; top: 10px; z-index: 200;
  padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--teal);
  font-weight: 700; box-shadow: var(--shadow); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid #d6b76e; outline-offset: 3px;
}
.btn { max-width: 100%; white-space: normal; justify-content: center; text-align: center; line-height: 1.25; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 12px 26px -12px rgba(10,107,94,.55); }
.btn-primary:hover { background: var(--teal-dark); }
.btn-wa, .wa-float { background: #075e54; color: #fff; }
.btn-wa:hover, .wa-float:hover { background: #054b43; }
.eyebrow { color: #765f27; }
.site-header { background: rgba(15,23,42,.96); border-bottom-color: rgba(255,255,255,.1); }
.site-header .brand .name { color: #fff; }
.site-header .brand .sub { color: rgba(255,255,255,.64); }
.site-header .nav-links a { color: rgba(255,255,255,.84); }
.site-header .nav-links a:hover { background: rgba(255,255,255,.08); color: #fff; }
.site-header .nav-links a.active { color: #d8bd82; }
.site-header .nav-toggle span { background: #fff; }
.reveal { opacity: 1; transform: none; }

.hero-v3 { background: radial-gradient(900px 440px at 82% 4%, rgba(184,150,78,.16), transparent 62%), linear-gradient(180deg,#0f172a 0%,#0b1220 100%); }
.hero-v3 .hero-grid { padding: 76px 0 82px; }
.hero-v3 .eyebrow, .bg-navy .eyebrow, .cta-band .eyebrow { color: #d8bd82; }
.hero-v3 h1 { color: #fff; font-size: clamp(2.35rem,4.6vw,4rem); max-width: 12ch; }
.hero-v3 h1 .hl { color: #d8bd82; }
.hero-v3 .lead { color: rgba(236,244,241,.82); max-width: 57ch; }
.hero-v3 .hero-note { color: rgba(236,244,241,.68); line-height: 1.55; }
.hero-v3 .hero-note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hero-ghost { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.03); }
.hero-ghost:hover { background: #fff; color: var(--navy); }
.editorial-media { position: relative; margin: 0; border-radius: 26px; overflow: hidden; background: #dfe7e4; box-shadow: 0 30px 70px -36px rgba(0,0,0,.72); }
.editorial-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-v3 .editorial-media { aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.16); }
.hero-v3 .editorial-media > img { object-position: 58% center; }
.hero-proof { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 3px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 16px; color: #fff; background: rgba(7,19,32,.78); backdrop-filter: blur(10px); }
.hero-proof span { color: #e2c988; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-proof strong { font-size: .93rem; }

.trust-band { padding: 0; background: #fff; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-row > div { padding: 25px 28px; border-right: 1px solid var(--line); }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--teal); font-size: .95rem; }
.trust-row span { color: var(--muted); font-size: .82rem; margin-top: 3px; }

.split-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 62px; align-items: center; }
.consultation-media { aspect-ratio: 3 / 2; }
.editorial-media figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 8px 11px; border-radius: 10px; background: rgba(15,23,42,.78); color: rgba(255,255,255,.82); font-size: .68rem; line-height: 1.35; backdrop-filter: blur(8px); }
.split-copy h2 { margin-bottom: 18px; }
.split-copy .lead { margin-bottom: 24px; }
.condition-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.condition-chips span { padding: 8px 12px; border: 1px solid rgba(10,107,94,.22); border-radius: 999px; background: rgba(10,107,94,.06); color: var(--teal); font-size: .83rem; font-weight: 650; }
.clinical-note { padding: 18px 20px; margin: 20px 0 16px; border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; background: #edf5f2; }
.clinical-note strong { color: var(--teal); }
.clinical-note p { color: var(--muted); font-size: .9rem; margin-top: 3px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.conditions-section { background: linear-gradient(180deg,#f8f5ee 0%,#f3efe5 100%); }
.condition-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.condition-card { min-width: 0; overflow: hidden; border: 1px solid rgba(15,23,42,.09); border-radius: 20px; background: #fff; box-shadow: 0 18px 42px -34px rgba(15,23,42,.55); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.condition-card:hover { transform: translateY(-4px); border-color: rgba(10,107,94,.25); box-shadow: 0 24px 52px -34px rgba(15,23,42,.62); }
.condition-icon { overflow: hidden; aspect-ratio: 4 / 3; background: #f1f6f3; border-bottom: 1px solid var(--line); }
.condition-icon img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.condition-card__body { padding: 21px 22px 24px; }
.condition-card__body > span { display: inline-block; margin-bottom: 7px; color: #765f27; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.condition-card__body h3 { margin-bottom: 8px; color: var(--teal); font-size: 1.18rem; }
.condition-card__body p { color: var(--muted); font-size: .86rem; line-height: 1.65; }

.comparison-shell { margin-top: 54px; padding: 40px; border-radius: 28px; color: #fff; background: radial-gradient(700px 280px at 8% 0%,rgba(10,107,94,.42),transparent 66%),#0f172a; box-shadow: 0 30px 70px -42px rgba(15,23,42,.82); }
.comparison-heading { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 36px; align-items: end; margin-bottom: 26px; }
.comparison-heading .eyebrow { color: #d8bd82; }
.comparison-heading h3 { margin-top: 5px; color: #fff; font-size: clamp(1.65rem,3vw,2.35rem); }
.comparison-heading p { color: rgba(236,244,241,.72); font-size: .91rem; line-height: 1.7; }
.case-photo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.case-photo-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #fff; box-shadow: 0 22px 44px -30px rgba(0,0,0,.78); }
.case-photo-media { position: relative; overflow: hidden; margin: 0; background: #ded8d2; }
.case-photo-media > img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.simulation-badge { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 6px 9px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: #fff; background: rgba(15,23,42,.78); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.case-photo-media figcaption { display: flex; justify-content: space-between; gap: 10px; padding: 9px 12px; color: rgba(255,255,255,.82); background: #172136; font-size: .62rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.case-photo-copy { padding: 16px 17px 18px; }
.case-photo-copy > span { display: block; margin-bottom: 6px; color: #765f27; font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.case-photo-copy h4 { color: var(--teal); font-size: 1rem; }
.results-disclaimer { display: flex; align-items: center; gap: 20px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.results-disclaimer p { color: rgba(236,244,241,.7); font-size: .82rem; line-height: 1.65; }
.results-disclaimer strong { color: #e5cd96; }
.results-disclaimer .btn { margin-left: auto; flex: 0 0 auto; }

.bg-navy { background: radial-gradient(800px 380px at 5% 0%,rgba(10,107,94,.34),transparent 60%),#0f172a; color: #fff; }
.bg-navy h2, .bg-navy h3 { color: #fff; }
.bg-navy .lead { color: rgba(236,244,241,.72); }
.journey-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.journey-card { min-width: 0; padding: 26px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.06); }
.journey-card > span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 12px; background: rgba(216,189,130,.16); color: #e4cb91; font-weight: 800; }
.journey-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.journey-card p { color: rgba(236,244,241,.7); font-size: .88rem; }
.center-action { margin-top: 32px; text-align: center; }
.btn-light { color: var(--navy); background: #fff; }
.btn-light:hover { background: #eef4f1; }

.editorial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.editorial-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.editorial-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.editorial-card > div { padding: 25px 26px 28px; }
.editorial-card h3 { margin: 7px 0 9px; font-size: 1.3rem; }
.editorial-card p { color: var(--muted); font-size: .93rem; }
.card-kicker { color: #765f27; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.fact-row span { padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--teal); background: var(--cream); font-size: .82rem; font-weight: 650; }

.pricing-preview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.plan-card { min-width: 0; padding: 29px 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.plan-card.featured { border: 2px solid var(--teal); transform: translateY(-6px); }
.plan-label { color: #765f27; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.plan-card h3 { margin: 8px 0; }
.plan-price { color: var(--ink); font-size: 1.65rem; font-weight: 800; line-height: 1.25; }
.plan-price small { color: var(--muted); font-size: .76rem; font-weight: 500; }
.plan-card p { margin-top: 11px; color: var(--muted); font-size: .9rem; }
.quote-checklist { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 9px; max-width: 980px; margin: 30px auto 0; padding: 16px 18px; border: 1px dashed #b7aa87; border-radius: 14px; background: rgba(255,255,255,.54); }
.quote-checklist strong { color: var(--teal); margin-right: 4px; }
.quote-checklist span { padding: 5px 9px; border-radius: 8px; background: #fff; color: var(--muted); font-size: .79rem; }

.final-cta-section { padding-top: 52px; }
.cta-band small { display: block; margin-top: 14px; color: rgba(255,255,255,.68); position: relative; }
.cta-band small a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.btn-light-outline { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.btn-light-outline:hover { background: #fff; color: var(--navy); }
.wa-float { box-shadow: 0 16px 34px -16px rgba(7,94,84,.9); }
.consent-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 4px 0 2px;
  cursor: pointer;
}
.consent-field input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--teal);
}
.consent-field span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.55;
}
.consent-field a,
.form-msg a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .journey-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .condition-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .case-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .comparison-heading { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .split-layout { gap: 34px; }
  .hero-v3 .hero-grid { gap: 34px; }
}

@media (max-width: 720px) {
  section { padding: 62px 0; }
  .wrap { width: min(100% - 30px,var(--wrap)); }
  .nav { padding: 10px 0; }
  .nav-toggle { display: block; position: relative; z-index: 102; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 62px 0 auto; z-index: 101; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px 20px 24px; background: #0f172a; border-bottom: 1px solid rgba(255,255,255,.1); transform: translateY(-125%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s; box-shadow: 0 24px 50px -28px rgba(0,0,0,.9); }
  .nav-links.open { transform: translateY(0); visibility: visible; pointer-events: auto; }
  .nav-links a { padding: 12px 14px; }
  .nav-links .nav-cta { margin: 6px 0 0; }
  body.nav-open { overflow: hidden; }
  .hero-v3 .hero-grid { padding: 54px 0 62px; grid-template-columns: minmax(0,1fr); }
  .hero-v3 h1 { font-size: clamp(2.2rem,11vw,3.15rem); max-width: 11ch; }
  .hero-v3 .hero-actions { align-items: stretch; }
  .hero-v3 .hero-actions .btn { width: 100%; }
  .hero-v3 .editorial-media { aspect-ratio: 1 / 1; }
  .hero-proof { left: 12px; right: 12px; bottom: 12px; }
  .trust-row { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-row > div { padding: 16px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row > div:last-child { border-bottom: 0; }
  .split-layout, .editorial-grid, .pricing-preview, .condition-grid { grid-template-columns: minmax(0,1fr); }
  .consultation-media { aspect-ratio: 4 / 3; }
  .comparison-shell { margin-top: 42px; padding: 28px 18px; border-radius: 22px; }
  .case-photo-grid { grid-template-columns: minmax(0,1fr); }
  .results-disclaimer { align-items: flex-start; flex-direction: column; }
  .results-disclaimer .btn { width: 100%; margin: 8px 0 0; }
  .journey-grid { grid-template-columns: minmax(0,1fr); }
  .plan-card.featured { transform: none; }
  .quote-checklist { justify-content: flex-start; }
  .cta-band { padding: 36px 24px; text-align: left; }
  .cta-band .actions { justify-content: stretch; }
  .cta-band .actions .btn { width: 100%; }
  .wa-float { left: auto; right: 14px; bottom: 14px; width: 56px; height: 56px; padding: 0; border-radius: 50%; justify-content: center; }
  .wa-float .wa-float-desktop-text { display: none; }
  .site-footer { padding-bottom: 30px; }
}
