/* ============================================================
   Clearlii — Design System
   Brand: Clearlii Purple #792181 / Blue #283583, Poppins
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  /* Brand */
  --purple: #792181;
  --purple-bright: #b31aef;
  --blue: #283583;
  --blue-light: #505ba9;
  --ink: #18191c;          /* headings */
  --body: #0a0a0c;         /* body text */
  --muted: #767a85;        /* secondary text */
  --muted-2: #999da6;
  --line: #e6e6e6;
  --surface: #f6f6f9;
  --surface-2: #eceef3;
  --white: #ffffff;
  --dark: #221e1e;

  /* gradients */
  --grad-spectrum: linear-gradient(143deg, #ff7557 14%, #de35ff 37%, #173eff 66%, #16f1ff 88%);
  --grad-vitamin: linear-gradient(59deg, rgba(179,26,239,.85) 5%, rgba(246,4,141,.85) 32%, rgba(248,140,84,.85) 72%, rgba(255,118,112,.85) 91%);

  /* shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* shadows */
  --sh-soft: 10px 14px 44px rgba(168,157,152,.15);
  --sh-card: 10px 14px 84px rgba(0,0,0,.10);
  --sh-purple: 0 18px 27px rgba(121,33,129,.19);
  --sh-blue: 0 18px 27px rgba(40,53,131,.18);

  --container: 1240px;
  --gutter: 40px;

  --header-h: 88px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--body);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: 100px; }
.section--tight { padding-block: 70px; }

/* ---------- Typography ---------- */
.eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  border-radius: var(--r-pill);
  box-shadow: inset 0 0 0 2px var(--line);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  background: #fff;
  mix-blend-mode: multiply;
}
.eyebrow::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #B31AEF 0%, #F6048D 31%, #F88C54 78%, #FF7670 100%);
  pointer-events: none;
  mix-blend-mode: screen;
}
/* eyebrows with custom inline styling (dark bands) keep their own look */
.eyebrow[style] { mix-blend-mode: normal; }
.eyebrow[style]::before { content: none; }
.display {
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 103px);
  line-height: 1.0;
  letter-spacing: -0.055em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.h-section {
  font-weight: 500;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.h-xl {
  font-weight: 500;
  font-size: clamp(48px, 6vw, 96px);
  line-height: .94;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin: 0;
}
.lead { font-size: 19px; line-height: 1.5; color: var(--body); margin: 0; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border-radius: var(--r-pill);
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--lg { height: 60px; padding: 0 30px; font-size: 15px; }
.btn--blue { background: var(--blue); color: #fff; }
.btn--blue:hover { transform: translateY(-2px); box-shadow: var(--sh-blue); }
.btn--purple { background: var(--purple); color: #fff; box-shadow: var(--sh-purple); }
.btn--purple:hover { transform: translateY(-2px); box-shadow: 0 22px 34px rgba(121,33,129,.28); }
.btn--white { background: #fff; color: var(--ink); box-shadow: var(--sh-soft); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(120,110,120,.22); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--surface); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; font-size: 16px; color: var(--purple);
}

/* ===========================================================
   BRAND GRADIENT (signature Clearlii aura) — reusable
   =========================================================== */
.gradient-bg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 40%, rgb(255 183 178 / .70), transparent 60%),
    radial-gradient(circle at 70% 60%, rgb(216 144 239 / .60), transparent 60%),
    radial-gradient(circle at 50% 50%, rgb(255 199 146 / .50), transparent 70%);
  filter: blur(100px);
  opacity: .9;
}
@media (prefers-reduced-motion: no-preference) {
  .gradient-bg { animation: moveGradient 6s ease-in-out infinite; }
}
@keyframes moveGradient {
  0% {
    background:
      radial-gradient(circle at 30% 40%, rgb(255 183 178 / .70), transparent 60%),
      radial-gradient(circle at 70% 60%, rgb(216 144 239 / .60), transparent 60%),
      radial-gradient(circle at 50% 50%, rgb(255 199 146 / .50), transparent 70%);
    transform: scale(1);
  }
  50% {
    background:
      radial-gradient(circle at 35% 45%, rgb(255 183 178 / .70), transparent 60%),
      radial-gradient(circle at 65% 55%, rgb(216 144 239 / .60), transparent 60%),
      radial-gradient(circle at 55% 55%, rgb(255 199 146 / .50), transparent 70%);
    transform: scale(1.05);
  }
  100% {
    background:
      radial-gradient(circle at 25% 35%, rgb(255 183 178 / .70), transparent 60%),
      radial-gradient(circle at 75% 65%, rgb(216 144 239 / .60), transparent 60%),
      radial-gradient(circle at 45% 45%, rgb(255 199 146 / .50), transparent 70%);
    transform: scale(1);
  }
}
/* footer aura placement (matches live site) */
.site-footer .gradient-bg { top: 10%; left: 15%; width: 70%; height: 80%; border-radius: 0; z-index: 0; }
.site-footer .container { position: relative; z-index: 1; }
.link-arrow .dot {
  width: 18px; height: 18px; border-radius: 50%; background: var(--purple);
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
  transition: transform .2s ease;
}
.link-arrow:hover .dot { transform: translateX(3px); }

/* ---------- Cards ---------- */
.card { background: #fff; border-radius: var(--r-lg); }

/* ---------- Reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .08s; }
  .reveal.d2 { transition-delay: .16s; }
  .reveal.d3 { transition-delay: .24s; }
  .reveal.d4 { transition-delay: .32s; }
  /* safety: cancel any stalled entrance transition and force end-state */
  .reveal.reveal-shown { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ===========================================================
   TOP UTILITY BAR
   =========================================================== */
.topbar {
  background: #f5f5f5;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #7c848e;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.topbar a:hover { color: var(--purple); }
.topbar .group { display: flex; align-items: center; gap: 10px; }
.topbar .sep { width: 3px; height: 3px; border-radius: 50%; background: #818190; }

/* language switcher */
.lang-switch { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 8px;
  border: none; background: transparent; border-radius: var(--r-pill);
  font-family: inherit; font-size: 12px; font-weight: 600; color: #5b6068; letter-spacing: .02em;
  transition: background .15s, color .15s;
}
.lang-btn:hover { background: rgba(0,0,0,.06); color: var(--purple); }
.lang-flag { display: inline-flex; }
.lang-flag svg { width: 17px; height: 12px; border-radius: 2px; display: block; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.lang-btn .lang-chev { width: 11px; height: 11px; transition: transform .2s; }
.lang-switch.open .lang-chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 130; min-width: 140px;
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 6px;
  box-shadow: 0 18px 50px rgba(20,20,40,.16);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu button {
  display: flex; align-items: center; gap: 9px; width: 100%; text-align: left; border: none; background: none;
  padding: 9px 12px; border-radius: 9px; font-family: inherit; font-size: 13.5px; color: var(--ink);
  transition: background .12s, color .12s;
}
.lang-menu button:hover { background: var(--surface); color: var(--purple); }

/* ===========================================================
   HEADER / NAV
   =========================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-color: rgba(0,0,0,.06); box-shadow: 0 6px 30px rgba(0,0,0,.05); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }
.brand img { height: 40px; width: auto; }

.nav { display: flex; align-items: center; gap: 22px; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 8px;
  height: 36px; padding: 0 4px;
  font-size: 15px; letter-spacing: -0.02em; color: var(--ink);
  border-radius: var(--r-pill);
}
.nav-item > .nav-link::after {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #cdd0d8; transition: background .2s, transform .2s;
}
.nav-item:last-child > .nav-link::after { display: none; }
.nav-item.has-mega:hover > .nav-link::after,
.nav-item.active > .nav-link::after { background: var(--purple); }
.nav-link.pill { box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); padding: 0 16px; }
.nav-item.active > .nav-link { color: var(--purple); }

.header-cta { display: flex; align-items: center; gap: 12px; }

/* mega menu */
.mega {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border-radius: 22px; padding: 26px;
  box-shadow: 0 30px 70px rgba(20,20,40,.16); border: 1px solid rgba(0,0,0,.05);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 120;
}
.nav-item.has-mega:hover .mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
/* rightmost mega-menu: right-align so it stays under its label and never overflows */
.nav .nav-item:last-child .mega { left: auto; right: 0; transform: translateX(0) translateY(8px); }
.nav .nav-item:last-child.has-mega:hover .mega { transform: translateX(0) translateY(0); }
.mega::before { content:''; position:absolute; top:-14px; left:0; right:0; height:14px; }
.mega-cols { display: grid; gap: 40px; }
.mega-col h4 { margin: 0 0 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 600; }
.mega-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.mega-col li a {
  display: flex; align-items: center; gap: 11px; padding: 8px 12px; margin-inline: -12px; border-radius: 12px;
  font-size: 14.5px; color: var(--ink); transition: background .15s, color .15s; white-space: nowrap;
}
.mega-col li a .mi {
  flex: none; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(121,33,129,.08), rgba(40,53,131,.06));
  box-shadow: inset 0 0 0 1px rgba(121,33,129,.10);
  color: var(--purple); transition: background .18s, color .18s, box-shadow .18s;
}
.mega-col li a .mi svg { width: 15px; height: 15px; }
.mega-col li a:hover .mi { background: var(--purple); color: #fff; box-shadow: none; }
.mega-col li a:hover { background: var(--surface); color: var(--purple); }
.mega-col li a.cta { color: var(--purple); font-weight: 600; }

/* mobile */
.hamburger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; }
.hamburger span, .hamburger span::before, .hamburger span::after { content:''; display:block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: .3s; }
.hamburger span::before { position: absolute; top: -6px; }
.hamburger span::after { position: absolute; top: 6px; }
body.menu-open .hamburger span { background: transparent; }
body.menu-open .hamburger span::before { top: 0; transform: rotate(45deg); }
body.menu-open .hamburger span::after { top: 0; transform: rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; top: 0; z-index: 95;
  background: #fff; padding: calc(var(--header-h) + 38px) 24px 40px; overflow-y: auto;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.1,1);
}
body.menu-open .mobile-nav { transform: none; }
.mobile-nav details { border-bottom: 1px solid var(--line); }
.mobile-nav summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 18px 4px; font-size: 20px; font-weight: 500; letter-spacing: -0.02em; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary .chev { flex: none; width: 26px; height: 26px; display: grid; place-items: center; transition: transform .25s; color: var(--muted); }
.mobile-nav summary .chev svg { width: 20px; height: 20px; display: block; }
.mobile-nav details[open] summary .chev { transform: rotate(180deg); }
.mobile-nav .sub { padding: 0 4px 18px; display: flex; flex-direction: column; gap: 12px; }
.mobile-nav .sub a { color: var(--muted); font-size: 16px; }
.mobile-nav .sub a:hover { color: var(--purple); }
.mobile-nav .mobile-cta { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }

/* ===========================================================
   FOOTER
   =========================================================== */
.site-footer { position: relative; padding: 90px 0 70px; overflow: hidden; }
.footer-card {
  position: relative; z-index: 2; background: #fff; border-radius: var(--r-lg);
  box-shadow: 5px 5px 25px 11px rgba(0,0,0,.08); padding: 60px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { height: 50px; margin-bottom: 20px; }
.footer-brand p { font-size: 13px; line-height: 1.6; color: #333; max-width: 320px; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); background: var(--surface); transition: .2s; }
.footer-social a svg { width: 16px; height: 16px; }
.footer-social a:hover { background: var(--purple); color: #fff; transform: translateY(-2px); }
.footer-col h4 { margin: 0 0 18px; font-size: 15px; color: #667085; font-weight: 500; }
.footer-col ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.footer-col ul a { font-size: 15px; color: #0a0a0c; }
.footer-col ul a:hover { color: var(--purple); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(204,204,204,.52);
  font-size: 15px; color: #22282b; flex-wrap: wrap; gap: 14px;
}
.footer-bottom .links { display: flex; gap: 24px; }
.footer-bottom a:hover { color: var(--purple); }
.footer-watermark {
  position: absolute; right: 40px; bottom: 30px; top: auto; left: auto;
  width: 540px; height: auto; max-width: none;
  object-fit: contain; object-position: bottom right;
  opacity: 0.1; z-index: 0; pointer-events: none; user-select: none;
}
@media (max-width: 900px) { .footer-watermark { width: 360px; right: 20px; bottom: 20px; } }

/* ===========================================================
   SHARED INNER-PAGE CHROME (breadcrumb, sub-nav, section head)
   Global so every page gets it regardless of which page CSS loads
   =========================================================== */
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a { color: var(--muted); transition: color .15s; }
.breadcrumb a:hover { color: var(--purple); }
.breadcrumb .sep { color: #aab0ba; font-size: 0; line-height: 0; width: 14px; height: 14px; display: inline-flex; align-items: center; justify-content: center; }
.breadcrumb .sep::before { content: ''; width: 6px; height: 6px; border-top: 1.6px solid #aab0ba; border-right: 1.6px solid #aab0ba; transform: rotate(45deg); }
.breadcrumb > span:last-child { color: var(--ink); font-weight: 500; }

.subnav { border-bottom: 1px solid var(--line); position: sticky; top: var(--header-h); z-index: 80; background: var(--surface); }
.subnav .container { display: flex; gap: 4px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding-block: 6px; }
.subnav .container::-webkit-scrollbar { display: none; }
.subnav a { display: inline-flex; align-items: center; padding: 6px 13px; border-radius: var(--r-pill); font-size: 13px; font-weight: 500; color: var(--muted); position: relative; letter-spacing: -0.01em; white-space: nowrap; flex: none; transition: background .18s ease, color .18s ease; }
.subnav a:hover { color: var(--ink); background: var(--surface); }
.subnav a.active { color: var(--purple); background: rgba(121,33,129,.09); }
.subnav a.active:hover { background: rgba(121,33,129,.13); }

.sec-head { max-width: 620px; margin-bottom: 40px; }
.sec-head h2 { margin: 0 0 14px; }
.sec-head p { color: var(--muted); font-size: 16px; margin: 0; }

/* segmented choice control (radio group styled as pills) */
.seg { display: flex; gap: 8px; }
.seg-opt { flex: 1; position: relative; }
.seg-opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg-opt span {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  height: 52px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface);
  font-size: 15px; font-weight: 500; color: var(--ink); transition: border-color .15s, background .15s, color .15s; cursor: pointer;
}
.seg-opt span svg { width: 18px; height: 18px; color: var(--muted); transition: color .15s; }
.seg-opt:hover span { border-color: rgba(121,33,129,.4); }
.seg-opt input:checked + span { border-color: var(--purple); background: rgba(121,33,129,.06); color: var(--purple); box-shadow: inset 0 0 0 1px var(--purple); }
.seg-opt input:checked + span svg { color: var(--purple); }
.seg-opt input:focus-visible + span { outline: 2px solid var(--purple); outline-offset: 2px; }

/* ===========================================================
   STICKY FIND-A-PHARMACY CTA
   =========================================================== */
.sticky-cta {
  position: fixed; right: 18px; bottom: 18px; z-index: 150;
  display: inline-flex; align-items: center; gap: 9px;
  height: 52px; padding: 0 22px; border-radius: var(--r-pill);
  background: var(--blue); color: #fff; font-size: 14px; font-weight: 600;
  box-shadow: 0 14px 36px rgba(40,53,131,.35);
  transform: translateY(120px); opacity: 0;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .35s;
}
.sticky-cta.show { transform: none; opacity: 1; }
.sticky-cta:hover { background: var(--blue-light); }
.sticky-cta svg { width: 18px; height: 18px; flex: none; }
@media (max-width: 640px) {
  .sticky-cta { right: 12px; bottom: 12px; height: 48px; padding: 0 16px; }
  body:has(.cookie-bar.show) .sticky-cta { bottom: 130px; }
}

/* B2B breadcrumb cue: professional-area pages get a purple-tinted trail */
.breadcrumb.pro > span:last-child { color: var(--purple); }
.breadcrumb.pro::before {
  content: 'PRO'; font-size: 9px; font-weight: 700; letter-spacing: .1em;
  background: rgba(121,33,129,.1); color: var(--purple);
  padding: 3px 8px; border-radius: var(--r-pill);
}

/* quick tips box (care pages) */
.quick-tips { background: linear-gradient(120deg, rgba(121,33,129,.06), rgba(40,53,131,.05)); border: 1px solid rgba(121,33,129,.18); border-radius: var(--r-lg); padding: 32px 36px; }
.quick-tips .qt-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.quick-tips .qt-head svg { width: 26px; height: 26px; color: var(--purple); flex: none; }
.quick-tips .qt-head h2 { font-size: 21px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.qt-list { margin: 0; padding: 0 0 0 20px; display: flex; flex-direction: column; gap: 10px; }
.qt-list li { font-size: 15.5px; line-height: 1.6; color: #3a3a40; }
.qt-list li::marker { color: var(--purple); font-weight: 700; }

/* pro tip card (partner) */
.pro-tip { background: #1a1620; border-radius: var(--r-lg); padding: 40px; position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; }
.pro-tip::before { content: ''; position: absolute; inset: 0; background: var(--grad-vitamin); opacity: .2; }
.pro-tip > * { position: relative; z-index: 1; }
.pro-tip .pt-ico { width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; }
.pro-tip .pt-ico svg { width: 26px; height: 26px; }
.pro-tip .pt-kicker { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.65); margin: 0 0 8px; }
.pro-tip h3 { color: #fff; font-size: 21px; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 10px; }
.pro-tip p { color: rgba(255,255,255,.82); font-size: 15.5px; line-height: 1.65; margin: 0; }
@media (max-width: 640px) { .pro-tip { grid-template-columns: 1fr; } }

/* ===========================================================
   COOKIE CONSENT
   =========================================================== */
.cookie-bar {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 200;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: 0 20px 60px rgba(20, 20, 40, .18);
  transform: translateY(140%); opacity: 0; transition: transform .45s cubic-bezier(.2, .7, .2, 1), opacity .45s;
  max-width: 1180px; margin-inline: auto;
}
.cookie-bar.show { transform: none; opacity: 1; }
.cookie-inner { display: flex; align-items: center; gap: 30px; padding: 20px 26px; flex-wrap: wrap; }
.cookie-text { flex: 1 1 360px; }
.cookie-text strong { font-size: 15px; color: var(--ink); letter-spacing: -0.01em; }
.cookie-text p { margin: 4px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.cookie-text a { color: var(--purple); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 10px; flex: none; }
.cookie-actions .btn { height: 44px; }
@media (max-width: 560px) {
  .cookie-bar { left: 12px; right: 12px; bottom: 12px; }
  .cookie-inner { gap: 16px; padding: 18px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1100px) {
  :root { --gutter: 28px; }
  .nav { display: none; }
  .header-cta .btn:not(.btn--blue) { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  :root { --gutter: 20px; }
  .section { padding-block: 64px; }
  .topbar .group.left { gap: 8px; }
  .topbar .group.right > a, .topbar .group.right > span:not(:last-child) { display: none; }
  .topbar .group.right .lang-switch { display: block; }
  .footer-card { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .lead { font-size: 17px; }
}
