:root{
    --sand:#F7F9FA; --cream:#F4F4F4; --surface:#FFFFFF; --ink:#24384a; --mist:#5B6B78;
    --hair:#E1E7EA; --hair2:#CBD5DA; --rose:#0b7c96; --rose1:#44bde3; --rose2:#0b7c96; --rose3:#075064; --burg:#24384a;
  }
  html{scroll-behavior:smooth;}
  body{ background:var(--sand); color:var(--ink); font-family:'Plus Jakarta Sans',ui-sans-serif,system-ui; font-weight:400; }
  .font-head, .h-display{ font-family:'Plus Jakarta Sans',ui-sans-serif,system-ui; font-weight:700; letter-spacing:-0.01em; }
  .tracking-ultra{ letter-spacing:0.34em; font-weight:300; }

  .text-rose-grad{ background:linear-gradient(135deg,#44bde3 0%,#0b7c96 50%,#24384a 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
  .bg-rose-grad{ background:linear-gradient(135deg,#44bde3 0%,#0b7c96 50%,#24384a 100%); }

  .chip{ display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; background:#fff; border:1px solid var(--hair2); font-size:11px; font-weight:300; letter-spacing:0.18em; text-transform:uppercase; color:var(--rose2); }
  .chip-dark{ display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid rgba(68,189,227,.35); color:#44bde3; font-size:11px; font-weight:300; letter-spacing:0.18em; text-transform:uppercase; }
  .chip-dot{ width:6px; height:6px; border-radius:50%; display:inline-block; }

  .btn-rose{ display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:16px 32px; border-radius:999px; background:linear-gradient(135deg,#44bde3 0%,#0b7c96 100%); color:#fff; text-decoration:none; box-shadow:0 12px 30px -10px rgba(11,124,150,.55); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; border:none; cursor:pointer; font-family:inherit; }
  .btn-rose:hover{ transform:translateY(-2px); box-shadow:0 18px 40px -10px rgba(11,124,150,.65); }
  .btn-rose-label{ display:flex; flex-direction:column; align-items:center; line-height:1.15; }
  .btn-rose-label b{ font-size:13px; letter-spacing:.08em; text-transform:uppercase; font-weight:600; }
  .btn-rose-sub{ font-size:10px; letter-spacing:.16em; text-transform:uppercase; opacity:.85; margin-top:2px; font-weight:300; }

  .btn-outline{ display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:15px 30px; border-radius:999px; border:1px solid var(--hair2); color:var(--ink); text-decoration:none; transition:.3s; background:#fff; }
  .btn-outline:hover{ border-color:var(--rose); color:var(--rose2); }

  .rv{ opacity:0; transform:translateY(24px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
  .rv.in{ opacity:1; transform:none; }
  .rv-d1.in{ transition-delay:.08s; } .rv-d2.in{ transition-delay:.16s; } .rv-d3.in{ transition-delay:.24s; }
  .rv-d4.in{ transition-delay:.32s; } .rv-d5.in{ transition-delay:.4s; }

  #nav{ position:fixed; top:0; left:0; right:0; z-index:80; transition: background .4s, box-shadow .4s, backdrop-filter .4s; }
  #nav.nav-scrolled{ background:rgba(247,249,250,.88); backdrop-filter:blur(10px); box-shadow:0 1px 0 var(--hair); }
  #nav-cta{ opacity:1; transform:scale(1); transition: opacity .3s ease, transform .3s ease; }
  #nav-cta.is-hidden{ opacity:0; transform:scale(.9); pointer-events:none; }
  .brand-name{ color:#24384a; transition: color .4s; font-weight:600; }
  .brand-sub{ color:#5B6B78; transition: color .4s; }

  @media (max-width:1023px){
    #nav:not(.nav-scrolled) .brand-name{ color:#fff; }
    #nav:not(.nav-scrolled) .brand-logo{ filter:brightness(0) invert(1); }
  }
  .brand-logo{ transition: filter .4s; }
  .wa{ position:fixed; bottom:32px; right:32px; z-index:90; width:60px; height:60px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 28px rgba(37,211,102,.5); transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .3s; cursor:pointer; text-decoration:none; border:none; padding:0; }

  .wa-modal-overlay{ position:fixed; inset:0; z-index:300; background:rgba(15,26,33,.55); display:flex; align-items:center; justify-content:center; padding:20px; opacity:0; pointer-events:none; transition:opacity .25s ease; }
  .wa-modal-overlay.is-open{ opacity:1; pointer-events:auto; }
  .wa-modal{ position:relative; background:#fff; border-radius:24px; padding:40px 32px 32px; max-width:340px; width:100%; text-align:center; box-shadow:0 30px 70px -20px rgba(0,0,0,.4); transform:translateY(14px) scale(.96); transition:transform .3s cubic-bezier(.2,.8,.2,1); }
  .wa-modal-overlay.is-open .wa-modal{ transform:translateY(0) scale(1); }
  .wa-modal-close{ position:absolute; top:14px; right:14px; width:32px; height:32px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:var(--cream); color:var(--mist); border:none; cursor:pointer; transition:.2s; }
  .wa-modal-close:hover{ background:var(--hair2); color:var(--ink); }
  .wa:hover{ transform:scale(1.12); box-shadow:0 10px 42px rgba(37,211,102,.6); }
  .wa::before{ content:''; position:absolute; inset:0; border-radius:50%; background:#25D366; animation: waPulse 2.6s ease-in-out infinite; z-index:-1; }
  @keyframes waPulse{ 0%{ transform:scale(1); opacity:.7; } 100%{ transform:scale(1.6); opacity:0; } }
  @media (max-width:768px){ .wa{ width:52px; height:52px; bottom:18px; right:18px; } }

  .svc-media{ position:relative; overflow:hidden; border-radius:16px; width:60px; height:60px; background:linear-gradient(150deg,#F4F4F4 0%,#E1E7EA 55%,#CBD5DA 100%); display:flex; align-items:center; justify-content:center; }
  .svc-media svg{ width:28px; height:28px; }

  .step{ position:relative; padding-left:56px; padding-bottom:44px; border-left:1px solid var(--hair2); }
  .step:last-child{ border-color:transparent; padding-bottom:0; }
  .step-num{ position:absolute; left:-21px; top:0; width:40px; height:40px; border-radius:50%; background:#fff; border:1px solid var(--hair2); display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--rose2); font-size:15px; }

  .marquee-strip{ overflow:hidden; white-space:nowrap; }
  .marquee-track{ display:inline-block; animation: mqScroll 34s linear infinite; }
  @keyframes mqScroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

  .faq-trigger{ display:flex; width:100%; align-items:center; justify-content:space-between; gap:16px; padding:22px 0; font-weight:600; font-size:1.05rem; color:var(--ink); background:none; border:none; cursor:pointer; text-align:left; }
  .faq-chevron{ flex-shrink:0; color:var(--rose2); transition: transform .3s ease; }
  .faq-trigger[aria-expanded="true"] .faq-chevron{ transform: rotate(180deg); }
  .faq-panel{ display:grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.2,.8,.2,1); }
  .faq-panel.is-open{ grid-template-rows: 1fr; }
  .faq-panel-inner{ overflow:hidden; }
  .faq-answer-char{ display:inline-block; opacity:0; filter:blur(8px); transition: opacity .3s ease, filter .3s ease; }
  .faq-answer-char.in{ opacity:1; filter:blur(0); }

  .portrait-card{ box-shadow:0 30px 60px -20px rgba(36,56,74,.25); }

  .info-card{ background:#fff; border:1px solid var(--hair2); border-radius:20px; padding:28px; }
  .info-icon{ width:46px; height:46px; border-radius:50%; background:var(--cream); display:flex; align-items:center; justify-content:center; color:var(--rose2); }
  @media (max-width:639px){
    .proc-card{ display:grid; grid-template-columns:56px 1fr; column-gap:16px; align-items:center; padding:16px; background:#fff; border:1px solid var(--hair); border-radius:18px; }
    .proc-card .svc-media{ grid-row:1; width:56px; height:56px; aspect-ratio:auto; border-radius:14px; }
    .proc-card .svc-media svg{ width:26px; height:26px; }
    .proc-card h3{ margin-top:0; font-size:1rem; line-height:1.3; }
    .info-card{ padding:18px; }
    .step{ padding-bottom:28px; }
  }
