/* ===== Ciputra theme — design system (homepage, landing, thank you) ===== */
:root{--navy:#423f59;--green:#159d68;--green-d:#0e7d51;--green-rgb:21,157,104;--ink:#2d2d3a;--muted:#6d6d7d;
  --orange:#c9702f;--orange-soft:#faeadd;--teal:#2f8f8a;--teal-soft:#e2f2f0;--blue:#3d6fb4;--blue-soft:#e3ebf8;
  --line:#e6e7ec;--soft:#f7f7fa;--pink:#e75a86;--purple:#8a6db5;--pink-soft:#fbe4ee;
  --purple-soft:#efe6f7;--pink-bg:#fdeef5;}

/* Theming: --accent drives hero bg + accent-bar + quote-box + list icons +
   form-card border + doctor-card hover across a landing page. Defaults to
   pink; add a theme-X class on the page's outer .ccc wrapper to override —
   keeps pink reserved for women-specific pages (breast/cervical/OB-GYN) while
   giving other pages (digestive, blood, pediatric, general) their own color. */
.ccc{--accent:var(--pink);--accent-soft:var(--pink-soft);--accent-vivid:#e12d6f;--accent-vivid-hover:#c9245f;}
.ccc.theme-purple{--accent:var(--purple);--accent-soft:var(--purple-soft);--accent-vivid:#6f4fa0;--accent-vivid-hover:#5c3f87;}
.ccc.theme-orange{--accent:var(--orange);--accent-soft:var(--orange-soft);--accent-vivid:#c9601b;--accent-vivid-hover:#a94f14;}
.ccc.theme-teal{--accent:var(--teal);--accent-soft:var(--teal-soft);--accent-vivid:#1f7a72;--accent-vivid-hover:#15645d;
  /* Teal and the site's default green read as the same color family — having both on one
     page looks like two mismatched greens. Fold every --green usage (buttons, card
     borders/icons, focus states) into this page's own teal, so there's exactly one
     green-family color on screen, not two. */
  --green:var(--teal);--green-d:#15645d;--green-rgb:47,143,138;}
.ccc.theme-blue{--accent:var(--blue);--accent-soft:var(--blue-soft);--accent-vivid:#2b5a96;--accent-vivid-hover:#1f477a;}
html{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}
body{margin:0;color:var(--ink);line-height:1.6;}
img{max-width:100%;display:block;}
*{box-sizing:border-box;}

/* ---------- HOMEPAGE (Linktree) ---------- */
body.home{background:#f5e1e4;}
.lt{max-width:580px;margin:0 auto;padding:56px 16px 48px;text-align:center;color:#362630;}
.lt-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;margin:0 auto 16px;background:#e9d3d7;}
.lt-title{font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 8px;}
.lt-desc{font-size:16px;font-weight:500;line-height:1.5;margin:0 auto 22px;max-width:340px;}
.lt-socials{display:flex;justify-content:center;gap:6px;margin-bottom:28px;}
.lt-socials a{color:#362630;display:inline-flex;padding:8px;transition:transform .15s;}
.lt-socials a:hover{transform:scale(1.075);}
.lt-links{display:flex;flex-direction:column;gap:14px;}
.lt-btn{display:flex;align-items:center;justify-content:center;min-height:64px;padding:12px 44px;background:#fff;
  color:#362630;text-decoration:none;font-weight:500;font-size:16px;line-height:1.25;border-radius:28px;text-align:center;
  transition:transform .1s,background .15s;box-shadow:0 1px 2px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.06);}
.lt-btn:hover{background:#f4f2f2;}
.lt-btn:active{transform:scale(.99);}

/* ---------- LANDING ---------- */
.ccc a{color:inherit;}
.ccc h1,.ccc h2,.ccc h3{line-height:1.2;margin:0;font-weight:700;}
.ccc .wrap{max-width:1120px;margin:0 auto;padding:0 24px;}
.ccc .btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;border-radius:10px;padding:14px 26px;
  font-weight:600;font-size:15px;text-decoration:none;cursor:pointer;border:none;transition:.15s;}
.ccc .btn-green{background:var(--green);color:#fff;}
.ccc .btn-green:hover{background:var(--green-d);}
.ccc .btn-lg{padding:16px 32px;font-size:16px;}

.ccc .site-top{background:#fff;border-bottom:1px solid var(--line);padding:14px 0;position:sticky;top:0;z-index:50;}
.ccc .site-top .wrap{display:flex;align-items:center;justify-content:center;}
.ccc .logo{display:inline-flex;align-items:center;text-decoration:none;}
.ccc .logo img{height:52px;width:auto;}
.ccc .logo .logo-fallback{font-weight:800;font-size:1.1rem;color:var(--navy);text-align:center;}

.ccc .hero{background:var(--accent);color:#fff;padding:64px 0 72px;}
.ccc .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.ccc .badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);
  color:#fff;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:7px 14px;border-radius:999px;margin-bottom:22px;}
.ccc .badge::before{content:"";width:9px;height:9px;border-radius:50%;background:#fff;}
.ccc .hero h1{font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;margin-bottom:18px;}
.ccc .hero p.lead{color:rgba(255,255,255,.9);font-size:15px;margin-bottom:22px;max-width:520px;}
.ccc .ticks{list-style:none;padding:0;margin:0 0 28px;}
.ccc .ticks li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-weight:500;font-size:15px;}
.ccc .ticks li svg{flex:0 0 auto;width:18px;height:18px;color:#fff;}
.ccc .hero .contact-label{font-weight:600;margin-bottom:10px;}
.ccc .hero .btn-green{background:#fff;color:var(--accent-vivid-hover);}
.ccc .hero .btn-green:hover{background:#f2f2f2;}
.ccc .hero .btn-green svg{width:18px;height:18px;}

.ccc .form-card{background:#fff;color:var(--ink);border-radius:18px;padding:32px;box-shadow:0 8px 20px rgba(0,0,0,.08);border-top:4px solid var(--accent);}
.ccc .form-card h2{font-size:1.4rem;font-weight:800;margin-bottom:8px;}
.ccc .form-card .sub{color:var(--muted);font-size:14px;margin-bottom:22px;}
.ccc .field{margin-bottom:16px;}
.ccc .field label{display:block;font-size:13px;font-weight:600;margin-bottom:7px;}
.ccc .field label .req{color:var(--green);}
.ccc .field input{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:9px;font-size:15px;font-family:inherit;background:var(--soft);color:var(--ink);}
.ccc .field input:focus{outline:none;border-color:var(--green);background:#fff;box-shadow:0 0 0 3px rgba(var(--green-rgb),.12);}
.ccc .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.ccc .req-note{font-size:12px;color:var(--muted);margin:2px 0 18px;}
.ccc .form-card .btn{width:100%;background:var(--accent-vivid);color:#fff;font-size:17px;font-weight:700;padding:18px 32px;box-shadow:0 3px 8px rgba(0,0,0,.16);transition:transform .12s ease,box-shadow .15s ease,background .15s ease;}
.ccc .form-card .btn:hover{background:var(--accent-vivid-hover);box-shadow:0 4px 10px rgba(0,0,0,.2);transform:translateY(-1px);}
.ccc .form-card .btn:active{transform:translateY(0);box-shadow:0 2px 5px rgba(0,0,0,.14);}
.ccc .form-msg{display:none;padding:12px 14px;border-radius:9px;font-size:14px;margin-bottom:16px;}
.ccc .form-msg.ok{display:block;background:#e6f6ee;color:#0e7d51;border:1px solid #bfe6d2;}
.ccc .form-msg.err{display:block;background:#fdeaea;color:#b13636;border:1px solid #f2c6c6;}

.ccc .accent-bar{width:56px;height:4px;border-radius:2px;background:var(--accent);margin-bottom:18px;}
.ccc .about{padding:72px 0;}
.ccc .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.ccc .about-img{border-radius:18px;overflow:hidden;background:var(--pink-soft);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;}
.ccc .about-img img{width:100%;height:100%;object-fit:cover;}
.ccc .about-img svg,.ccc .why-img svg{width:44px;height:44px;color:var(--accent);opacity:.45;}

/* facility-photo row shown above the 'Mengapa' reason cards */
.ccc .why-images{display:flex;gap:20px;margin-bottom:36px;}
.ccc .why-img{flex:1;border-radius:16px;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;}
.ccc .why-img:nth-child(odd){background:var(--purple-soft);}
.ccc .why-img:nth-child(even){background:var(--pink-soft);}
.ccc .why-img img{width:100%;height:100%;object-fit:cover;}
.ccc .about h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:16px;}
.ccc .about p{color:var(--muted);margin-bottom:22px;}

.ccc .symptoms{background:#fff;padding:64px 0;}
.ccc .symptoms h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:16px;}
.ccc .symptoms .intro{color:var(--muted);max-width:760px;margin-bottom:24px;}
.ccc .sym-list{list-style:none;padding:0;margin:0 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:12px 32px;}
.ccc .sym-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;}
.ccc .sym-list li svg{flex:0 0 auto;width:18px;height:18px;color:var(--accent);margin-top:3px;}
.ccc .quote-box{background:#fff;border-left:4px solid var(--accent);border-radius:12px;padding:24px 28px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);font-style:italic;color:var(--ink);font-weight:500;max-width:900px;}
.ccc .quote-box .qmark{color:var(--accent);font-weight:800;font-style:normal;}

.ccc .why{padding:72px 0 56px;background:#fff;}
.ccc .why h2{text-align:center;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:40px;}
.ccc .why .accent-bar{margin-left:auto;margin-right:auto;}
.ccc .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.ccc .card{background:#fff;border:1px solid var(--line);border-bottom:3px solid var(--green);border-radius:14px;padding:28px 24px;text-align:center;}
.ccc .card .ricon{width:56px;height:56px;border-radius:50%;background:#e9f6ef;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.ccc .card .ricon svg{width:28px;height:28px;color:var(--green);}
.ccc .card h3{font-size:1.05rem;font-weight:700;margin-bottom:10px;}
.ccc .card p{font-size:13.5px;color:var(--muted);line-height:1.6;}
.ccc .why .cta-row{text-align:center;margin-top:44px;}

.ccc .foot{padding:40px 0 26px;background:#fff;border-top:1px solid var(--line);}
.ccc .foot-simple{text-align:center;}
.ccc .foot-simple h4{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--ink);}
.ccc .foot-simple p{font-size:14px;color:var(--muted);max-width:560px;margin:0 auto;}
.ccc .foot-bottom-simple{border-top:1px solid var(--line);margin-top:22px;padding-top:18px;font-size:13px;color:var(--muted);}

.ccc-wa{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#25D366;
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:9999;}
.ccc-wa svg{width:30px;height:30px;fill:#fff;}

/* ---------- THANK YOU ---------- */
.ty{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;text-align:center;padding:40px 20px;}
.ty .card{max-width:520px;}
.ty .check{width:88px;height:88px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 26px;}
.ty .check svg{width:44px;height:44px;color:#fff;}
.ty h1{font-size:2rem;font-weight:800;margin:0 0 14px;}
.ty p{color:rgba(255,255,255,.82);font-size:16px;line-height:1.6;margin:0 0 30px;}
.ty .btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.ty a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:600;font-size:15px;padding:14px 28px;border-radius:10px;transition:.15s;}
.ty .wa{background:var(--green);color:#fff;}
.ty .wa:hover{background:var(--green-d);}
.ty .wa svg{width:18px;height:18px;}
.ty .home{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);}
.ty .home:hover{background:rgba(255,255,255,.1);}

/* ---------- DOCTOR CARDS (desktop grid / mobile rows) ---------- */
.ccc .doctors{padding:64px 0 72px;background:#fff;}
.ccc .doctors h2{text-align:center;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:32px;}
.ccc .doctors .accent-bar{margin-left:auto;margin-right:auto;}
.ccc .doctor-grid{display:flex;flex-wrap:nowrap;gap:20px;justify-content:flex-start;overflow-x:auto;
  padding-bottom:8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}
.ccc .doctor-grid::-webkit-scrollbar{height:6px;}
.ccc .doctor-grid::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px;}
.ccc .doctor-card{flex:0 0 auto;scroll-snap-align:start;width:200px;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;
  text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s;}
.ccc .doctor-card:hover{border-color:var(--accent);box-shadow:0 8px 20px rgba(0,0,0,.07);}
.ccc .doctor-photo{aspect-ratio:1/1;background:var(--purple-soft);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.ccc .doctor-photo img{width:100%;height:100%;object-fit:cover;}
.ccc .doctor-photo svg{width:52px;height:52px;color:var(--purple);opacity:.55;}
.ccc .doctor-info{padding:14px 16px 18px;}
.ccc .doctor-specialty{font-size:12px;color:var(--muted);margin-bottom:4px;}
.ccc .doctor-name{font-size:15px;font-weight:700;color:var(--ink);transition:color .15s;}
.ccc .doctor-card:hover .doctor-name{color:var(--accent);}
.ccc .doctor-chevron{display:none;}

@media(max-width:640px){
  .ccc .doctor-grid{flex-direction:column;align-items:stretch;overflow-x:visible;scroll-snap-type:none;}
  .ccc .doctor-card{flex:0 0 auto;scroll-snap-align:none;width:100%;display:flex;align-items:center;gap:14px;border-radius:16px;padding:10px 14px;}
  .ccc .doctor-photo{width:56px;height:56px;border-radius:50%;flex:0 0 auto;aspect-ratio:auto;}
  .ccc .doctor-info{padding:0;flex:1;}
  .ccc .doctor-chevron{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;
    border-radius:50%;border:1px solid var(--line);color:var(--muted);transition:.15s;}
  .ccc .doctor-chevron svg{width:16px;height:16px;}
  .ccc .doctor-card:hover .doctor-chevron{background:var(--accent);border-color:var(--accent);color:#fff;}
}

/* ---------- PLAYFUL MODE (kids' pages, e.g. Poli Anak) ---------- */
.ccc.playful .hero{position:relative;overflow:hidden;padding-bottom:88px;}
.ccc.playful .hero-deco{position:absolute;inset:0;pointer-events:none;overflow:hidden;}
.ccc.playful .hero-deco .deco{position:absolute;border-radius:50%;background:#fff;opacity:.14;}
.ccc.playful .hero-deco .deco-1{width:140px;height:140px;top:-40px;right:8%;}
.ccc.playful .hero-deco .deco-2{width:90px;height:90px;bottom:10%;right:22%;opacity:.1;}
.ccc.playful .hero-deco .deco-3{width:60px;height:60px;top:35%;left:4%;opacity:.12;}
.ccc.playful .hero-wave{position:absolute;left:0;right:0;bottom:0;width:100%;height:48px;display:block;}

.ccc.playful .badge{border-radius:999px;}
.ccc.playful .btn{border-radius:999px;}
.ccc.playful .form-card{border-radius:28px;}
.ccc.playful .form-card .btn{transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.ccc.playful .form-card .btn:hover{transform:translateY(-2px) scale(1.02);}

.ccc.playful .card,.ccc.playful .doctor-card{border-radius:22px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;}
.ccc.playful .card:hover{transform:translateY(-4px) scale(1.02);}
.ccc.playful .doctor-card:hover{transform:translateY(-3px) scale(1.02);}
.ccc.playful .doctor-photo{border-radius:18px;}
@media(max-width:640px){ .ccc.playful .doctor-card:hover{transform:none;} .ccc.playful .doctor-photo{border-radius:14px;} }

.ccc.playful .accent-bar{height:8px;border-radius:999px;width:64px;position:relative;}
.ccc.playful .accent-bar::after{content:"";position:absolute;left:76px;top:0;width:8px;height:8px;border-radius:50%;background:var(--accent-soft);border:2px solid var(--accent);box-sizing:border-box;}

/* checklist bullets become colorful bubble badges instead of plain lines */
.ccc.playful .ticks li,.ccc.playful .sym-list li{align-items:center;}
.ccc.playful .ticks li svg,.ccc.playful .sym-list li svg{background:rgba(255,255,255,.22);border-radius:50%;padding:5px;width:26px;height:26px;box-sizing:border-box;}
.ccc.playful .sym-list li svg{background:var(--accent-soft);color:var(--accent);}

.ccc.playful .card .ricon{border-radius:50%;}

/* ---------- HERO IMAGE (placeholder where the form used to sit) ---------- */
.ccc .hero-img{border-radius:18px;overflow:hidden;background:rgba(255,255,255,.16);
  aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;}
.ccc .hero-img img{width:100%;height:100%;object-fit:cover;}
.ccc .hero-img svg{width:52px;height:52px;color:#fff;opacity:.55;}

/* ---------- FORM SECTION (moved here, just before the footer) ---------- */
.ccc .form-cta{padding:64px 0;background:var(--soft);}
.ccc .form-cta .wrap{max-width:560px;}
.ccc .form-cta .form-card{border-top-width:4px;}

/* ---------- RESPONSIVE ---------- */
@media(max-width:860px){
  .ccc .hero-grid,.ccc .about-grid{grid-template-columns:1fr;gap:32px;}
  .ccc .why-images{flex-direction:column;}
  .ccc .cards{grid-template-columns:1fr;}
  .ccc .sym-list{grid-template-columns:1fr;}
  .ccc .hero{padding:44px 0 52px;}
  .ccc .logo img{height:44px;}
}

/* ---------- PROMO PAGE (simple single-page flyer: white + brand green) ---------- */
/* Promo pages use ONE brand color (green) throughout, not the multi-hue
   theme system the other templates use — override --accent so the shared
   .form-card/.btn components (border-top, submit button) render green. */
.promo.ccc.theme-green{--accent:var(--green);--accent-soft:#e9f6ef;--accent-vivid:var(--green);--accent-vivid-hover:var(--green-d);}
.promo.ccc.theme-pink{--accent:var(--pink);--accent-soft:var(--pink-soft);--accent-vivid:#e12d6f;--accent-vivid-hover:#c9245f;}
.promo.ccc.theme-playful{--accent:var(--blue);--accent-soft:var(--blue-soft);--accent-vivid:#2b5a96;--accent-vivid-hover:#1f477a;}

/* Playful (child-promo) flourishes: bouncier, rounder — layered on top of the
   blue accent above, same pattern as the detailed landing pages' playful mode. */
.promo.theme-playful .promo-card{border-radius:30px;}
.promo.theme-playful .promo-price-row{border-radius:20px;}
.promo.theme-playful .promo-wa-btn{transition:transform .15s ease,background .15s ease,box-shadow .15s ease;}
.promo.theme-playful .promo-wa-btn:hover{transform:translateY(-2px) scale(1.02);}
.promo.theme-playful .form-card{border-radius:30px;}
.promo.theme-playful .promo-valid{border-radius:999px;}
.promo .form-cta{padding:32px 0 8px;background:transparent;}

.promo{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  background:#fff;color:var(--ink);min-height:100vh;}
.promo *{box-sizing:border-box;}
.promo .wrap{max-width:480px;margin:0 auto;padding:48px 24px 56px;text-align:center;}

.promo-logo{width:150px;height:150px;display:flex;align-items:center;justify-content:center;
  margin:0 auto 24px;}
.promo-logo img{max-width:100%;max-height:100%;object-fit:contain;}
.promo-logo svg{width:72px;height:72px;color:var(--accent);}

.promo-title{font-size:1.6rem;font-weight:800;margin:0 0 4px;color:var(--ink);}
.promo-subtitle{font-size:14px;font-weight:600;color:var(--accent);margin:0 0 18px;text-transform:uppercase;letter-spacing:.03em;}
.promo-desc{font-size:15px;color:var(--muted);line-height:1.6;margin:0 0 24px;}
.promo-closing{margin:28px 0 20px;}

.promo-wa-btn,.promo-wa-btn:link,.promo-wa-btn:visited,.promo-wa-btn:hover,.promo-wa-btn:active,.promo-wa-btn:focus{
  color:#fff;}
.promo-wa-btn{display:inline-flex;align-items:center;gap:10px;justify-content:center;background:var(--accent-vivid);
  text-decoration:none;font-weight:700;font-size:16px;padding:16px 30px;border-radius:999px;
  width:100%;box-shadow:0 3px 8px rgba(21,157,104,.25);transition:background .15s ease,transform .12s ease;}
.promo-wa-btn:hover{background:var(--accent-vivid-hover);}
.promo-wa-btn:active{transform:translateY(1px);}
.promo-wa-btn svg{width:20px;height:20px;flex:0 0 auto;}
.promo-wa-btn-final{margin-top:28px;}

.promo-card{background:#fff;border:2px solid var(--accent);border-radius:20px;padding:28px 24px;margin-top:32px;
  text-align:left;box-shadow:0 6px 20px rgba(0,0,0,.06);}
.promo-card-img{width:100%;border-radius:12px;display:block;margin-bottom:20px;}
.promo-card-title{font-size:1.25rem;font-weight:800;text-align:center;margin:0 0 20px;color:var(--ink);}

/* Stacked layout (badge-style label above value) so this works whether the
   value is a short price ("Rp 2.500.000") or a longer description sentence
   ("Pemeriksaan radiologi, laboratorium...") without the two columns
   fighting for space or wrapping awkwardly. */
.promo-prices{display:flex;flex-direction:column;gap:10px;margin-bottom:22px;}
.promo-price-row{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:var(--accent-soft);
  border-radius:12px;padding:14px 16px;}
.promo-price-label{display:inline-block;font-weight:800;font-size:12px;letter-spacing:.02em;
  text-transform:uppercase;color:#fff;background:var(--accent-vivid);border-radius:999px;padding:3px 12px;}
.promo-price-val{font-weight:600;font-size:15px;line-height:1.5;color:var(--ink);}

.promo-card-subhead{font-weight:700;font-size:14px;margin:0 0 10px;color:var(--ink);}
.promo-check-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px;}
.promo-check-list li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--ink);}
.promo-check-list li svg{width:18px;height:18px;color:var(--accent);flex:0 0 auto;margin-top:1px;}

.promo-terms-list{list-style:disc;padding-left:18px;margin:0 0 18px;display:flex;flex-direction:column;gap:5px;}
.promo-terms-list li{font-size:12.5px;color:var(--muted);line-height:1.5;}

.promo-valid{text-align:center;font-size:13px;color:var(--muted);background:#f7f7fa;border-radius:999px;
  padding:8px 16px;display:inline-block;margin:0 auto;}

.promo-foot{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);font-size:12.5px;color:var(--muted);
  display:flex;flex-direction:column;gap:4px;}
.promo-foot strong{color:var(--ink);font-size:13.5px;}

@media(max-width:480px){
  .promo .wrap{padding:36px 18px 44px;}
  .promo-logo{width:126px;height:126px;}
}

/* ===== 404 page ===== */
.ccc .btn-outline{background:#fff;color:var(--ink);border:1.5px solid var(--line);}
.ccc .btn-outline:hover{border-color:var(--green);color:var(--green);background:var(--soft);}
.ccc .btn-outline svg{width:18px;height:18px;}
.error-404-hero{min-height:calc(100vh - 82px);display:flex;align-items:center;justify-content:center;padding:48px 20px;background:var(--soft);}
.error-404-inner{max-width:640px;margin:0 auto;text-align:center;}
.error-404-code{font-size:88px;font-weight:800;line-height:1;color:var(--green);margin:0 0 8px;}
.error-404-inner h1{font-size:28px;font-weight:800;color:var(--ink);margin:0 0 14px;}
.error-404-inner .lead{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 28px;}
.error-404-search{display:flex;gap:8px;max-width:420px;margin:0 auto 28px;}
.error-404-search input{flex:1;min-width:0;padding:13px 16px;border:1px solid var(--line);border-radius:9px;font-size:15px;font-family:inherit;background:#fff;color:var(--ink);}
.error-404-search input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--green-rgb),.12);}
.error-404-search button{padding:13px 22px;border:none;border-radius:9px;background:var(--green);color:#fff;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;}
.error-404-search button:hover{background:var(--green-d);}
.error-404-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;}
@media(max-width:480px){
  .error-404-code{font-size:64px;}
  .error-404-inner h1{font-size:22px;}
  .error-404-actions{flex-direction:column;}
  .error-404-actions .btn{width:100%;}
}
