/* ============================================================
   HVIDTAND — v3 "Klinik" : konventionel, venlig tandlægeside
   Blå/hvid, runde kort, bløde skygger, grøn book-CTA.
   Poppins (overskrifter) + Mulish (brødtekst).
   Reuses app.js: .nav.scrolled, .lang, .reveal,
   .faq-item/.faq-q/.faq-a, [data-i18n].
   ============================================================ */

:root {
  --head: "Poppins", system-ui, sans-serif;
  --body: "Mulish", system-ui, sans-serif;

  --brand: #20506e;        /* dæmpet mørk blå (deep) */
  --brand-dark: #183f59;
  --brand-700: #102d42;
  --brand-50: #eef2f6;
  --brand-100: #d4e0ea;

  --cta: #4292C6;          /* blå book-knap */
  --cta-dark: #2d7ab5;
  --cta-ink: #ffffff;

  --ink: #2f363f;          /* mørk skifer text */
  --ink-2: #5c636d;        /* muted */
  --ink-3: #8a909a;

  --bg: #f7f5f2;           /* skandinavisk kridt */
  --bg-tint: #eef2f6;      /* alt section (blå tint) */
  --line: #e7e1d8;
  --star: #c79a52;

  --r: 14px;
  --r-lg: 22px;
  --r-sm: 10px;

  --sh-sm: 0 1px 2px rgba(47,54,63,.04), 0 4px 14px rgba(47,54,63,.06);
  --sh: 0 6px 18px rgba(47,54,63,.07), 0 18px 44px rgba(47,54,63,.08);
  --sh-lg: 0 12px 30px rgba(47,54,63,.10), 0 30px 70px rgba(47,54,63,.12);

  --maxw: 1200px;
}

/* ---- base ------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--body); font-size: 17px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--head); font-weight: 600; line-height: 1.18; margin: 0; color: var(--ink); letter-spacing: -.01em; }
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.eyebrow { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--brand); }
.section { padding: 92px 0; }
.section.tint { background: var(--bg-tint); }
.sec-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 44px); margin: 14px 0 0; font-weight: 700; }
.sec-head p { color: var(--ink-2); font-size: 18px; margin-top: 16px; }

/* ---- buttons --------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--head); font-weight: 600; font-size: 15.5px;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent; transition: transform .15s, background .2s, box-shadow .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn-cta { background: var(--cta); color: var(--cta-ink); box-shadow: 0 6px 24px rgba(66,146,198,.55), 0 0 0 3px rgba(66,146,198,.18); font-size: 17px; font-weight: 700; padding: 17px 36px; letter-spacing: .01em; animation: cta-pulse 2.8s ease-in-out infinite; }
.btn-cta:hover { background: var(--cta-dark); box-shadow: 0 12px 32px rgba(66,146,198,.65), 0 0 0 4px rgba(66,146,198,.22); transform: translateY(-2px); animation: none; }
@keyframes cta-pulse { 0%, 100% { box-shadow: 0 6px 24px rgba(66,146,198,.55), 0 0 0 3px rgba(66,146,198,.18); } 50% { box-shadow: 0 6px 28px rgba(66,146,198,.70), 0 0 0 6px rgba(66,146,198,.10); } }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-dark); }
.btn-outline { background: #fff; color: var(--brand); border-color: var(--brand-100); }
.btn-outline:hover { border-color: var(--brand); background: var(--brand-50); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink-2); }
.btn-white { background: #fff; color: var(--brand-dark); }
.btn-white:hover { background: var(--brand-50); }
.btn-lg { padding: 16px 32px; font-size: 16.5px; }

/* ---- top utility bar ------------------------------------- */
.topbar { background: var(--brand-700); color: #fff; font-size: 13.5px; }
.topbar-in { display: flex; align-items: center; gap: 24px; height: 42px; }
.topbar-in .ti { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.9); }
.topbar-in .ti svg { width: 15px; height: 15px; opacity: .85; }
.topbar-in .sp { margin-left: auto; }
.topbar-in .ti.green b { color: #fff; }
.topbar-in .dotg { width: 8px; height: 8px; border-radius: 50%; background: #6fa8c7; box-shadow: 0 0 0 3px rgba(111,168,199,.32); }
.topbar a.ti:hover { color: #fff; }

/* ---- nav -------------------------------------------------- */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; }
.nav.scrolled { border-color: var(--line); box-shadow: var(--sh-sm); }
.nav-in { display: flex; align-items: center; gap: 30px; height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--head); font-weight: 700; font-size: 23px; color: var(--ink); }
.brand .bx { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; }
.brand .bx svg { width: 25px; height: 25px; }
.brand .bx { position: relative; }
.nav-links { display: flex; gap: 28px; margin-left: 10px; }
.nav-links a { font-family: var(--head); font-size: 15px; font-weight: 500; color: var(--ink); transition: color .15s; }
.nav-links a:hover { color: var(--brand); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.lang { display: inline-flex; gap: 2px; background: var(--brand-50); border-radius: 999px; padding: 3px; }
.lang button { border: 0; background: transparent; color: var(--ink-2); font-family: var(--head); font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; transition: background .15s, color .15s; }
.lang button.on { background: #fff; color: var(--brand); box-shadow: var(--sh-sm); }

/* ---- hero ------------------------------------------------- */
.hero { padding: 64px 0 80px; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 100%; background: radial-gradient(60% 80% at 78% 18%, var(--brand-50) 0%, transparent 60%); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.hero-pill { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--brand-100); color: var(--brand-dark); border-radius: 999px; padding: 7px 15px 7px 12px; font-family: var(--head); font-weight: 600; font-size: 13.5px; box-shadow: var(--sh-sm); }
.hero-pill .dotg { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.hero h1 { font-size: clamp(38px, 5.2vw, 60px); font-weight: 700; margin: 22px 0 0; letter-spacing: -.02em; line-height: 1.08; }
.hero h1 .u { color: var(--brand); }
.hero-lede { font-size: 19.5px; color: var(--ink-2); margin-top: 22px; max-width: 32em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-usp { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 30px; }
.hero-usp .u { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-size: 14px; font-weight: 500; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; box-shadow: var(--sh-sm); }
.hero-usp .u svg { width: 17px; height: 17px; color: var(--brand); }

.hero-media { position: relative; }
.hero-media .photo { width: 100%; height: 540px; border-radius: var(--r-lg); box-shadow: var(--sh-lg); }
.hero-card { position: absolute; left: -22px; bottom: 34px; background: #fff; border-radius: var(--r); box-shadow: var(--sh-lg); padding: 15px 18px; display: flex; align-items: center; gap: 13px; }
.hero-card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; flex: none; }
.hero-card .ic svg { width: 23px; height: 23px; }
.hero-card .t { font-family: var(--head); font-weight: 600; font-size: 15px; line-height: 1.2; white-space: nowrap; }
.hero-card .s { font-size: 13px; color: var(--ink-2); white-space: nowrap; }
.hero-badge2 { position: absolute; top: 22px; right: -16px; background: #fff; border-radius: var(--r); box-shadow: var(--sh-lg); padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.hero-badge2 .stars { display: inline-flex; gap: 1px; color: var(--star); }
.hero-badge2 .stars svg { width: 15px; height: 15px; }
.hero-badge2 .t { font-family: var(--head); font-weight: 700; font-size: 14px; white-space: nowrap; }
.hero-badge2 .s { font-size: 12px; color: var(--ink-2); white-space: nowrap; }

/* ---- placeholder media ----------------------------------- */
.ph { position: relative; overflow: hidden; background: var(--brand-50);
  background-image: repeating-linear-gradient(135deg, rgba(32,80,110,.07) 0 1px, transparent 1px 12px); display: grid; place-items: center; }
.ph::after { content: attr(data-label); font-family: var(--head); font-size: 12px; font-weight: 500; color: var(--brand); background: rgba(255,255,255,.7); padding: 6px 12px; border-radius: 8px; }
image-slot { display: block; }
img.photo, img.g, video.photo { object-fit: cover; }

/* ---- how it works (3 steps) ------------------------------ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; text-align: center; position: relative; }
.step .n { width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; background: var(--brand); color: #fff; font-family: var(--head); font-weight: 700; font-size: 21px; display: grid; place-items: center; box-shadow: 0 6px 16px rgba(26,134,191,.28); }
.step h3 { font-size: 20px; font-weight: 600; }
.step p { color: var(--ink-2); font-size: 15.5px; margin-top: 9px; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 60px; right: -14px; width: 28px; height: 2px; background: var(--brand-100); }

/* ---- services grid --------------------------------------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; transition: transform .2s, box-shadow .2s, border-color .2s; display: flex; flex-direction: column; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: transparent; }
.svc .ic { width: 58px; height: 58px; border-radius: 16px; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; margin-bottom: 20px; }
.svc .ic svg { width: 30px; height: 30px; }
.svc h3 { font-size: 21px; font-weight: 600; }
.svc p { color: var(--ink-2); font-size: 15.5px; margin-top: 9px; flex: 1; }
.svc .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.svc .price { font-family: var(--head); font-weight: 600; font-size: 14.5px; color: var(--ink); }
.svc .more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--head); font-weight: 600; font-size: 14px; color: var(--brand); }
.svc .more svg { width: 15px; height: 15px; transition: transform .2s; }
.svc:hover .more svg { transform: translateX(3px); }

/* ---- why choose (checklist + image) ---------------------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-media { position: relative; }
.why-media .photo { width: 100%; height: 460px; border-radius: var(--r-lg); box-shadow: var(--sh); }
.why-stat { position: absolute; right: -18px; bottom: -18px; background: var(--brand); color: #fff; border-radius: var(--r); padding: 18px 22px; box-shadow: var(--sh-lg); text-align: center; }
.why-stat .n { font-family: var(--head); font-weight: 700; font-size: 26px; line-height: 1; }
.why-stat .l { font-size: 12.5px; opacity: .9; margin-top: 4px; }
.why h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 700; }
.check-list { display: grid; gap: 16px; margin-top: 28px; }
.check { display: flex; gap: 14px; align-items: flex-start; }
.check .ck { width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; flex: none; margin-top: 1px; }
.check .ck svg { width: 17px; height: 17px; }
.check h4 { font-family: var(--head); font-weight: 600; font-size: 17px; }
.check p { color: var(--ink-2); font-size: 15px; margin-top: 2px; }

/* ---- featured band --------------------------------------- */
.feat { background: var(--brand); color: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); }
.feat-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.feat-copy { padding: 56px 52px; align-self: center; }
.feat .eyebrow { color: #e7ddd0; }
.feat h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; margin-top: 12px; }
.feat p { color: rgba(255,255,255,.88); font-size: 17px; margin-top: 16px; }
.feat-list { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; gap: 12px; }
.feat-list li { display: flex; gap: 11px; align-items: flex-start; color: #fff; font-size: 15.5px; }
.feat-list svg { width: 20px; height: 20px; color: #fff; flex: none; margin-top: 1px; }
.feat-media { position: relative; min-height: 380px; }
.feat-media .photo { position: absolute; inset: 0; width: 100%; height: 100%; }
.feat-media .ph { background-color: var(--brand-dark); background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0 1px, transparent 1px 12px); }
.feat-media .ph::after { background: rgba(15,86,124,.5); color: rgba(255,255,255,.85); }

/* ---- prices ---------------------------------------------- */
.price-wrap { max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); overflow: hidden; }
.price-cat { padding: 8px 32px; }
.price-cat:not(:last-child) { border-bottom: 1px solid var(--line); }
.price-cat h3 { font-family: var(--head); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--brand); padding: 22px 0 6px; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px dashed var(--line); }
.price-cat .price-row:last-child { border-bottom: 0; }
.price-row .nm { font-size: 16px; color: var(--ink); }
.price-row .pr { font-family: var(--head); font-weight: 700; font-size: 16px; color: var(--brand-dark); white-space: nowrap; }
.price-note { max-width: 900px; margin: 22px auto 0; display: flex; gap: 18px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.price-note p { color: var(--ink-2); font-size: 14.5px; max-width: 56ch; }

/* ---- pricelist (priser.html pl-* classes) ----------------- */
.pricelist { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; margin-bottom: 24px; }
.pl-cat { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); overflow: hidden; }
.pl-cat h3 { display: flex; align-items: center; gap: 8px; background: var(--brand-50); padding: 14px 20px; margin: 0; font-family: var(--head); font-size: 13.5px; font-weight: 700; color: var(--brand); border-bottom: 1px solid var(--brand-100); }
.pl-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 20px; border-bottom: 1px solid #f4f4f4; }
.pl-cat .pl-row:last-child { border-bottom: none; }
.pl-row .nm { font-size: 14.5px; color: var(--ink-2); flex: 1; }
.pl-row .pr { font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--brand); white-space: nowrap; }
.pl-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: var(--brand-50); border: 1px solid var(--brand-100); border-radius: var(--r-lg); padding: 20px 24px; margin-bottom: 8px; }
.pl-foot p.price-note { font-size: 14px; color: var(--ink-2); max-width: 56ch; margin: 0; display: block; flex: 1; }

/* ---- team ------------------------------------------------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.member { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.member:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.member .photo { width: 100%; height: 256px; object-position: center top; }
.member .info { padding: 20px 22px 24px; }
.member h3 { font-size: 19px; font-weight: 600; }
.member .role { font-family: var(--head); font-weight: 600; font-size: 13px; color: var(--brand); margin-top: 3px; }
.member .bio { color: var(--ink-2); font-size: 14px; margin-top: 10px; }

/* ---- reviews ---------------------------------------------- */
.rev-head { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto 14px; }
.g-logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 600; color: var(--ink); font-size: 16px; }
.g-logo svg { width: 22px; height: 22px; }
.rev-head .stars { display: inline-flex; gap: 2px; color: var(--star); }
.rev-head .stars svg { width: 19px; height: 19px; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--sh-sm); display: flex; flex-direction: column; }
.review .stars { display: inline-flex; gap: 2px; color: var(--star); margin-bottom: 14px; }
.review .stars svg { width: 17px; height: 17px; }
.review p { font-size: 16px; color: var(--ink); flex: 1; }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.review .av { width: 44px; height: 44px; border-radius: 50%; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; font-family: var(--head); font-weight: 700; flex: none; }
.review .nm { font-family: var(--head); font-weight: 600; font-size: 15px; }
.review .tx { color: var(--ink-2); font-size: 13px; }

/* ---- faq -------------------------------------------------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.faq-item.open { box-shadow: var(--sh-sm); border-color: var(--brand-100); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--head); font-size: 17.5px; font-weight: 600; color: var(--ink); }
.faq-q .pm { width: 30px; height: 30px; border-radius: 50%; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; flex: none; transition: background .2s, color .2s, transform .25s; }
.faq-q .pm svg { width: 16px; height: 16px; transition: transform .25s; }
.faq-item.open .pm { background: var(--brand); color: #fff; }
.faq-item.open .pm svg { transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 24px; color: var(--ink-2); font-size: 16px; }

/* ---- location -------------------------------------------- */
.loc-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: stretch; }
.loc-map .photo { width: 100%; height: 100%; min-height: 420px; border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.loc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); padding: 38px 36px; }
.loc-card .eyebrow { color: var(--brand); }
.loc-card h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 700; margin-top: 10px; }
.loc-info { display: grid; gap: 20px; margin: 26px 0 28px; }
.loc-line { display: flex; gap: 14px; align-items: flex-start; }
.loc-line .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; flex: none; }
.loc-line .ic svg { width: 21px; height: 21px; }
.loc-line h4 { font-family: var(--head); font-weight: 600; font-size: 15px; }
.loc-line p { color: var(--ink-2); font-size: 15px; margin-top: 2px; }
.hours-tbl { display: grid; gap: 8px; margin-top: 4px; }
.hours-tbl .hr { display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; padding: 5px 0; border-bottom: 1px dashed var(--line); }
.hours-tbl .hr span:first-child { color: var(--ink-2); }
.hours-tbl .hr span:last-child { font-family: var(--head); font-weight: 600; color: var(--ink); }

/* ---- CTA band -------------------------------------------- */
.cta-band { background: linear-gradient(120deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; border-radius: var(--r-lg); padding: 64px 7%; text-align: center; box-shadow: var(--sh-lg); }
.cta-band h2 { color: #fff; font-size: clamp(30px, 4vw, 46px); font-weight: 700; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 18px; margin: 16px auto 0; max-width: 38em; }
.cta-band .hero-cta { justify-content: center; margin-top: 30px; }
.cta-band .sub { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,.78); }

/* ---- footer ---------------------------------------------- */
.footer { background: var(--ink); color: #d4d0c9; padding: 70px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer .brand { color: #fff; margin-bottom: 16px; }
.footer .brand .bx { background: rgba(255,255,255,.1); color: #fff; }
.foot-about p { color: #a8a39b; font-size: 15px; max-width: 26em; }
.foot-col h5 { font-family: var(--head); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #fff; margin: 0 0 16px; }
.foot-col a, .foot-col p { display: block; color: #a8a39b; font-size: 15px; margin-bottom: 11px; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13.5px; color: #8499a8; }
.foot-bottom .lang { background: rgba(255,255,255,.08); }
.foot-bottom .lang button { color: #8499a8; }
.foot-bottom .lang button.on { background: rgba(255,255,255,.15); color: #fff; box-shadow: none; }

/* ---- reveal ---------------------------------------------- */
/* Visible by default; JS adds 'js' class to <html> to enable animations */
html.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---- responsive ------------------------------------------ */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-media { max-width: 520px; }
  .hero-media .photo { height: 460px; }
  .why-media .photo { height: 380px; }
  .steps { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { display: none; }
  .svc-grid, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .feat-grid, .loc-grid { grid-template-columns: 1fr; }
  .feat-media { min-height: 300px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .loc-map .photo { min-height: 320px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .topbar-in { gap: 16px; overflow-x: auto; }
  .topbar-in .ti.hide-s { display: none; }
  .svc-grid, .rev-grid, .team-grid, .foot-grid { grid-template-columns: 1fr; }
  .feat-copy { padding: 40px 26px; }
  .hero-card { left: 0; }
  .hero-badge2 { right: 0; }
  .cta-band { padding: 48px 24px; }
}

/* ---- sticky header: condense on scroll ------------------- */
.site-header { position: sticky; top: 0; z-index: 100; }
.site-header.no-hdr-transition, .site-header.no-hdr-transition * { transition: none !important; }
.site-header .nav { position: static; }
.topbar { max-height: 42px; overflow: hidden; transition: max-height .38s ease, opacity .25s ease; }
.site-header.condensed .topbar { max-height: 0; opacity: 0; }
.nav-in { transition: height .28s ease; }
.site-header.condensed .nav-in { height: 62px; }
.site-header.condensed .nav { box-shadow: var(--sh-sm); border-bottom-color: var(--line); }

/* ---- burger + mobile menu -------------------------------- */
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 0 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.burger span { display: block; height: 2px; width: 22px; background: var(--ink); border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
body.menu-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 200; background: rgba(20,44,62,.42); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
body.menu-open .mobile-menu { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
.mm-panel { position: absolute; top: 0; right: 0; height: 100%; width: min(370px, 87vw); background: var(--bg); box-shadow: -14px 0 50px rgba(20,44,62,.22); transform: translateX(100%); transition: transform .34s cubic-bezier(.4,0,.2,1); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 84px 26px 40px; display: flex; flex-direction: column; }
body.menu-open .mm-panel { transform: none; }
.mm-panel a { font-family: var(--head); font-weight: 600; font-size: 17px; color: var(--ink); padding: 14px 2px; border-bottom: 1px solid var(--line); display: flex; align-items: center; }
.mm-panel a.grouphead { color: var(--brand); margin-top: 6px; }
.mm-panel a.sub { font-weight: 500; font-size: 15px; color: var(--ink-2); padding: 11px 2px 11px 18px; border-bottom: 1px solid var(--line-2); }
.mm-panel a.sub::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand-100); margin-right: 12px; flex: none; }
.mm-panel .mm-lang { align-self: flex-start; margin-top: 22px; }
.mm-panel .mm-cta { justify-content: center; margin-top: 18px; border-radius: 999px; }

@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-right .btn-cta { display: none; }
  .burger { display: flex; }
}

.prose .updated { font-size: 13px; color: var(--ink-3); margin-top: 32px; }
.prose .page-meta { font-size: 13px; color: var(--ink-3); margin-top: 32px; border-top: 1px solid var(--border, #e8e8e8); padding-top: 16px; }
.prose .source-note { font-size: 12px; color: var(--ink-3); margin-top: 24px; }
.faq-section { margin-top: 40px; }
.faq-section h2 { margin-bottom: 16px; }
.faq-section details { border-bottom: 1px solid var(--border, #e8e8e8); padding: 4px 0; }
.faq-section details:first-of-type { border-top: 1px solid var(--border, #e8e8e8); }
.faq-section summary { cursor: pointer; padding: 14px 0; font-weight: 600; font-size: 15px; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--ink-1, #1a1a1a); }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: '+'; font-size: 20px; font-weight: 400; color: var(--brand); flex-shrink: 0; margin-left: 12px; }
.faq-section details[open] summary::after { content: '−'; }

/* ===== Cookie Consent Banner ===== */
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0,0,0,.10);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  font-family: var(--body);
  font-size: .9rem;
  color: #333;
  transition: transform .35s ease;
}
.cookie-bar.hidden {
  transform: translateY(100%);
}
.cookie-bar__text {
  flex: 1 1 260px;
  line-height: 1.5;
}
.cookie-bar__text a {
  color: #1a86bf;
  text-decoration: underline;
}
.cookie-bar__actions {
  display: flex;
  gap: .625rem;
  flex-shrink: 0;
}
.cookie-btn {
  padding: .5rem 1.1rem;
  border-radius: 6px;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #1a86bf;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.cookie-btn--accept {
  background: #1a86bf;
  color: #fff;
}
.cookie-btn--accept:hover {
  background: #1570a0;
  border-color: #1570a0;
}
.cookie-btn--reject {
  background: transparent;
  color: #1a86bf;
}
.cookie-btn--reject:hover {
  background: #eef6fb;
}
@media (max-width: 480px) {
  .cookie-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
  }
  .cookie-bar__actions {
    width: 100%;
  }
  .cookie-btn {
    flex: 1;
    text-align: center;
  }
}
.faq-section details p { padding: 0 0 16px; color: var(--ink-2, #444); line-height: 1.6; }
