
:root{
  --background:oklch(0.992 0.004 65.08);
  --foreground:oklch(0.25 0.01 70);
  --foreground-soft:oklch(0.4 0.02 70);
  --card:oklch(0.988 0.002 65.08);
  --muted:oklch(0.96 0.008 65.08);
  --muted-foreground:oklch(0.4 0.02 70);
  --border:oklch(0.92 0.01 65.08);
  --primary:#0a0a0a;
  --primary-foreground:#faf8f5;
  --accent:#c9b8a5;
  --accent-foreground:#0a0a0a;
  --ring:#c9b8a5;
  --radius:0.375rem;
  --radius-lg:0.5rem;
  --max:1280px;
  --shadow:0 4px 20px -2px rgba(10,10,10,.06),0 2px 8px -2px rgba(10,10,10,.04);
  --shadow-lg:0 18px 48px -12px rgba(10,10,10,.12);
  --font-body:'Outfit',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-display:'Syne',system-ui,sans-serif;
  --ink:var(--primary);
  --coffee:var(--foreground);
  --line:var(--border);
  --paper:var(--card);
  --cream:var(--background);
  --blush:var(--muted);
  --accent-dark:var(--primary);
  --soft-shadow:var(--shadow);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.milka-luxury{
  margin:0;
  background:var(--background);
  color:var(--foreground);
  font-family:var(--font-body);
  font-size:1rem;
  line-height:1.6;
  letter-spacing:.01em;
  -webkit-font-smoothing:antialiased;
}
body.milka-luxury h1,body.milka-luxury h2,body.milka-luxury h3,body.milka-luxury h4,body.milka-luxury h5,body.milka-luxury h6,
.milka-cms-shell h1,.milka-cms-shell h2,.milka-cms-shell h3,.milka-cms-shell h4{
  font-family:var(--font-display);
  font-weight:500;
  letter-spacing:.02em;
  color:var(--foreground);
}
body.milka-luxury a:not(.cta):not(.button-secondary):not(.btn-luxury-primary):not(.btn-luxury-outline):not(.milka-hero__btn):not(.milka-header__book):not(.milka-header__social-link):not(.milka-footer__social-link):not(.milka-floating-book):not(.milka-fs-floating-book):not(.milka-fs-book-btn):not(.milka-fs-video-book):not(.milka-footer__lower a){color:inherit}
body.milka-luxury a:not(.cta):not(.button-secondary):not(.btn-luxury-primary):not(.btn-luxury-outline):not(.milka-hero__btn):not(.milka-header__book):not(.milka-header__social-link):not(.milka-footer__social-link):not(.milka-floating-book):not(.milka-fs-floating-book):not(.milka-fs-book-btn):not(.milka-fs-video-book):not(.milka-footer__lower a):hover{color:var(--accent-foreground)}
.milka-cms-shell{
  max-width:100%;
  margin:0 auto;
  background:linear-gradient(180deg,var(--background) 0%,#fff 12rem);
}
.milka-cms-shell a{text-decoration-color:var(--accent);text-underline-offset:.18em}

/* CMS page blocks */
.route-state{border:1px solid var(--border);background:rgba(255,255,255,.9);border-radius:var(--radius-lg);margin:2rem auto;max-width:var(--max);padding:.85rem 1rem;font-size:.88rem;color:var(--muted-foreground)}
.hero,.product-hero,.section-panel{
  position:relative;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:0;
  background:linear-gradient(135deg,var(--background) 0%,var(--muted) 100%);
  box-shadow:var(--shadow);
  margin:0 0 2.5rem;
}
.hero,.product-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:1.5rem;
  align-items:start;
  padding:clamp(2.5rem,6vw,4.5rem) clamp(1rem,4vw,2rem);
  max-width:var(--max);
  margin-left:auto;
  margin-right:auto;
}
@media (min-width:900px){
  .hero,.product-hero{grid-template-columns:1.35fr .85fr;align-items:center}
}
.hero-content,.product-hero__content,.conversion-panel{position:relative;z-index:1}
.hero-card,.conversion-panel{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.35rem 1.5rem;
  box-shadow:var(--shadow);
}
.eyebrow{
  margin:0 0 .65rem;
  color:var(--muted-foreground);
  font-weight:500;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-size:.72rem;
  font-family:var(--font-body);
}
.hero h1,.product-hero h1{
  margin:.15rem 0 .85rem;
  font-size:clamp(2rem,4.5vw,3.25rem);
  line-height:1.08;
  font-weight:500;
  letter-spacing:.02em;
}
.answer,.lede{
  font-size:clamp(1.02rem,2vw,1.2rem);
  color:var(--foreground-soft);
  max-width:62ch;
  font-weight:300;
  line-height:1.65;
}
.button-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.35rem}
.cta,.button-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.35rem;
  min-height:48px;
  padding:.75rem 1.6rem;
  border-radius:var(--radius);
  font-weight:500;
  text-decoration:none;
  border:1px solid transparent;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem;
  font-family:var(--font-body);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.cta,body.milka-luxury a.cta{
  background:var(--primary);
  color:#faf8f5;
  box-shadow:var(--shadow);
}
.cta:hover,.cta:focus,body.milka-luxury a.cta:hover,body.milka-luxury a.cta:focus{
  background:#1a1a1a;
  color:#faf8f5;
  transform:translateY(-1px);
}
.button-secondary,.cta.secondary,body.milka-luxury a.button-secondary{
  background:var(--card);
  color:var(--foreground);
  border-color:var(--border);
  box-shadow:none;
}
.button-secondary:hover,.cta.secondary:hover,body.milka-luxury a.button-secondary:hover{background:var(--muted);color:var(--foreground)}
.section{
  margin:3.5rem auto;
  max-width:var(--max);
  padding:0 clamp(1rem,4vw,1.5rem);
}
.section-header{margin-bottom:1.5rem;max-width:52rem}
.section-header h2{font-size:clamp(1.5rem,3vw,2rem);margin:.25rem 0 .5rem}
.section-header p{color:var(--foreground-soft);font-weight:300;margin:0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}
.grid-large{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.card,.guide-card,.guide-section{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.35rem 1.5rem;
  box-shadow:var(--shadow);
  transition:transform .2s ease,box-shadow .2s ease;
}
.card:hover,.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.card--featured{border-color:var(--accent);box-shadow:var(--shadow-lg)}
.guide-section p{margin:0 0 1rem}
.guide-section ul{margin:0;padding-left:1.25rem}
.guide-section li{margin-bottom:.65rem;line-height:1.55}
.milka-legal-sections{grid-template-columns:1fr}
.milka-legal-intro-block{background:transparent;border:0;box-shadow:none;padding:0 0 .5rem}
.milka-legal-intro-block:hover{transform:none;box-shadow:none}
.milka-legal-subhead{margin:.5rem 0 .35rem}
.milka-legal-subhead strong{font-weight:600;color:var(--foreground)}
.milka-flat-legal{padding-bottom:clamp(2.5rem,5vw,4rem)}
.milka-flat-legal__body{max-width:48rem}
.milka-flat-legal__body p,
.milka-flat-legal__body li{
  margin:0 0 1rem;
  font-size:1rem;
  line-height:1.65;
  color:var(--muted-foreground);
}
.milka-flat-legal__body p:last-child,
.milka-flat-legal__body li:last-child{margin-bottom:0}
.milka-flat-legal__intro{margin-bottom:2rem}
.milka-flat-legal__intro p{color:var(--foreground)}
.milka-flat-legal__block{margin-bottom:2rem}
.milka-flat-legal__block:last-child{margin-bottom:0}
.milka-flat-legal__heading{
  margin:0 0 1rem;
  font-family:var(--font-display);
  font-size:1rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--foreground);
  line-height:1.35;
}
.milka-flat-legal__body ul{margin:0 0 1rem;padding-left:1.25rem}
.milka-flat-legal__body .milka-legal-subhead strong{color:var(--foreground)}
.card h2,.card h3,.guide-card h3,.guide-section h3{
  margin:.1rem 0 .5rem;
  line-height:1.2;
  font-size:1.15rem;
}
.card__meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}
.tag,.pill,.source-badge{
  display:inline-block;
  background:var(--muted);
  border:1px solid var(--border);
  border-radius:999px;
  padding:.28rem .7rem;
  font-size:.7rem;
  font-weight:500;
  color:var(--foreground-soft);
  text-transform:uppercase;
  letter-spacing:.06em;
  font-family:var(--font-body);
}
.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}
.price{
  font-weight:500;
  color:var(--foreground);
  font-size:1rem;
  border-top:1px solid var(--border);
  padding-top:.85rem;
  margin-top:.85rem;
}
.card__actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:1rem}
.text-link{
  font-weight:500;
  text-decoration-thickness:1px;
  text-transform:uppercase;
  font-size:.75rem;
  letter-spacing:.08em;
  color:var(--foreground);
}
.authority-ribbon{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:1rem;
  margin:2rem auto;
  max-width:var(--max);
  padding:0 clamp(1rem,4vw,1.5rem);
}
.authority-ribbon__item{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.25rem;
  box-shadow:var(--shadow);
  text-align:center;
}
.authority-ribbon__item strong{
  display:block;
  color:var(--muted-foreground);
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:.4rem;
  font-weight:500;
}
.authority-ribbon__item span{
  font-family:var(--font-display);
  font-size:1.65rem;
  line-height:1.1;
  font-weight:500;
}
.trust-grid,.outcome-assurance .grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1rem;
}
.trust-card,.trust-grid article{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.25rem;
  box-shadow:var(--shadow);
}
.trust-card strong{display:block;margin-bottom:.35rem;font-family:var(--font-display);font-weight:500}
.journey-rail{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}
.journey-step{
  font-size:.88rem;
  color:var(--foreground-soft);
  padding:.45rem 0;
  border-bottom:1px solid var(--border);
}
.journey-step:last-child{border-bottom:0}
.crumb{
  max-width:var(--max);
  margin:1rem auto 0;
  padding:0 clamp(1rem,4vw,1.5rem);
  font-size:.85rem;
  color:var(--muted-foreground);
}
.crumb a{color:var(--foreground);font-weight:500}
.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}
.list-clean{list-style:none;margin:.5rem 0 0;padding:0}
.list-clean li{padding:.35rem 0;border-bottom:1px solid var(--border);font-size:.92rem;color:var(--foreground-soft)}
.list-clean li:last-child{border-bottom:0}
.hours-list{list-style:none;padding:0;margin:0}
.hours-list li{padding:.4rem 0;border-bottom:1px solid var(--border)}
.warning,.source-badge{background:#faf3e8;border-color:#e8d4a8;color:#6b5316}
.citation-box{
  max-width:var(--max);
  margin:2rem auto;
  padding:1.25rem 1.5rem;
  background:var(--muted);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
}
.microcopy{font-size:.82rem;color:var(--muted-foreground);margin:.5rem 0 0}
.section-panel.card{margin:2rem auto;max-width:var(--max)}
.answer-hub{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.5rem;
  margin:2rem auto;
  max-width:var(--max);
  box-shadow:var(--shadow);
}
.comparison-table,.price-table{width:100%;border-collapse:collapse;font-size:.92rem}
.comparison-table th,.comparison-table td,.price-table th,.price-table td{
  border:1px solid var(--border);
  padding:.65rem .75rem;
  text-align:left;
}
.comparison-table th,.price-table th{background:var(--muted);font-family:var(--font-display);font-weight:500}

/* Thrive chrome — luxury overrides (milka-ga-fullset) */
body.milka-luxury #thrive-header,
body.milka-luxury .thrv_symbol_20366{
  font-family:var(--font-body)!important;
  box-shadow:0 1px 0 var(--border)!important;
  background:var(--card)!important;
}
body.milka-luxury #thrive-header .tve-page-section-in,
body.milka-luxury #thrive-header .symbol-section-in{
  max-width:var(--max)!important;
  margin:0 auto!important;
}
body.milka-luxury #thrive-header a,
body.milka-luxury #thrive-header .tcb-menu-link,
body.milka-luxury #thrive-header .thrv-styled-link{
  font-family:var(--font-body)!important;
  font-weight:500!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  font-size:.72rem!important;
  color:var(--foreground)!important;
}
body.milka-luxury #thrive-header a:hover{color:var(--accent-foreground)!important}
body.milka-luxury #thrive-footer .symbol-section-out,
body.milka-luxury #thrive-footer .tve-page-section-out{
  background:var(--primary)!important;
  background-image:none!important;
}
body.milka-luxury #thrive-footer,
body.milka-luxury #thrive-footer p,
body.milka-luxury #thrive-footer a,
body.milka-luxury #thrive-footer .thrv_text_element{
  color:rgba(250,248,245,.88)!important;
  font-family:var(--font-body)!important;
}
body.milka-luxury #thrive-footer h1,
body.milka-luxury #thrive-footer h2,
body.milka-luxury #thrive-footer h3{
  font-family:var(--font-display)!important;
  color:var(--primary-foreground)!important;
}
body.milka-luxury #thrive-footer a:hover{color:var(--accent)!important}

/* Homepage Thrive body content */
body.milka-luxury .milka-cms-shell .tve-page-section .tve-page-section-in,
body.milka-luxury .tve-page-section .tve-page-section-in{
  max-width:var(--max);
  margin-left:auto;
  margin-right:auto;
  padding-left:clamp(1rem,4vw,1.5rem);
  padding-right:clamp(1rem,4vw,1.5rem);
}
body.milka-luxury .tve-page-section h1,
body.milka-luxury .tve-page-section h2,
body.milka-luxury .tve-page-section h3{
  font-family:var(--font-display)!important;
  font-weight:500!important;
  color:var(--foreground)!important;
  letter-spacing:.02em!important;
}
body.milka-luxury .tve-page-section p,
body.milka-luxury .tve-page-section li{
  font-family:var(--font-body)!important;
  color:var(--foreground-soft)!important;
  font-weight:300!important;
}
body.milka-luxury .tve-page-section .tcb-button-link,
body.milka-luxury .tve-page-section a.tcb-button-link{
  background:var(--primary)!important;
  color:var(--primary-foreground)!important;
  border-radius:var(--radius)!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-family:var(--font-body)!important;
  font-weight:500!important;
  border:none!important;
  box-shadow:var(--shadow)!important;
}
body.milka-luxury .tve-page-section .tcb-button-link:hover{
  background:#1a1a1a!important;
}

@media (max-width:780px){
  .hero,.product-hero{padding:2rem 1rem}
  .hero h1,.product-hero h1{font-size:1.85rem}
  .grid{grid-template-columns:1fr}
  .button-row{flex-direction:column;align-items:stretch}
  .cta,.button-secondary{width:100%}
}

/* Luxury chrome + homepage (milka-ga-fullset) */
.milka-header{
  position:sticky;top:0;z-index:100;
  background:rgba(250,248,245,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.milka-header__inner{
  position:relative;
  max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:.85rem clamp(1rem,4vw,1.5rem);
}
.milka-header__brand img{height:44px;width:auto;display:block}
.milka-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;
}
.milka-header__toggle{
  display:inline-flex;align-items:center;justify-content:center;
  flex-shrink:0;width:44px;height:44px;padding:0;
  background:transparent;border:0;border-radius:var(--radius);
  color:var(--foreground);cursor:pointer;
}
.milka-header__toggle:focus-visible{
  outline:2px solid var(--foreground);outline-offset:2px;
}
.milka-header__burger{
  position:relative;display:block;width:24px;height:18px;
}
.milka-header__burger span{
  position:absolute;left:0;right:0;height:2px;
  background:currentColor;border-radius:1px;
  transition:transform .2s ease,top .2s ease,opacity .2s ease;
}
.milka-header__burger span:nth-child(1){top:0}
.milka-header__burger span:nth-child(2){top:8px}
.milka-header__burger span:nth-child(3){top:16px}
.milka-header__toggle.is-open .milka-header__burger span:nth-child(1){
  top:8px;transform:rotate(45deg);
}
.milka-header__toggle.is-open .milka-header__burger span:nth-child(2){opacity:0}
.milka-header__toggle.is-open .milka-header__burger span:nth-child(3){
  top:8px;transform:rotate(-45deg);
}
.milka-header__nav{
  display:none;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:flex-end;
}
.milka-header__nav.is-open{
  display:flex;position:absolute;left:0;right:0;top:100%;
  flex-direction:column;align-items:stretch;
  background:var(--card);border-bottom:1px solid var(--border);
  padding:1rem clamp(1rem,4vw,1.5rem) 1.25rem;box-shadow:var(--shadow-lg);
}
.milka-header__nav a{
  font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  text-decoration:none;color:var(--foreground);
}
.milka-header__nav a:not(.milka-header__social-link):hover{color:var(--accent-foreground)}
.milka-header__nav a.milka-header__book{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;padding:0 1.1rem;background:var(--primary);color:#faf8f5;
  border-radius:var(--radius);font-size:.72rem;font-weight:600;
  letter-spacing:.08em;text-transform:uppercase;text-decoration:none;
}
.milka-header__nav a.milka-header__book:hover{background:#1a1a1a;color:#faf8f5}
.milka-header__social{
  display:inline-flex;align-items:center;gap:.5rem;
}
.milka-header__social-link{
  width:1.9rem;height:1.9rem;border:1px solid var(--border);
  border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  color:var(--foreground);text-decoration:none;transition:all .2s ease;
}
.milka-header__social-link svg{
  width:.95rem;height:.95rem;display:block;fill:currentColor;
}
.milka-header__social-link:hover{
  background:var(--primary);color:#faf8f5;border-color:var(--primary);
}
.milka-header__nav a.milka-header__social-link:hover{color:#faf8f5}
.milka-header__social-link:hover svg{fill:#faf8f5}
@media (min-width:900px){
  .milka-header__toggle{display:none}
  .milka-header__nav{display:flex;position:static;flex-direction:row;background:transparent;border:0;box-shadow:none;padding:0}
}
.milka-brand-band{
  background:var(--primary);color:var(--primary-foreground);
  text-align:center;padding:.65rem 1rem;
  font-size:.72rem;font-weight:500;letter-spacing:.06em;
}
.milka-container{max-width:var(--max);margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem)}
.milka-container--narrow{max-width:42rem}
.milka-section{padding:clamp(3rem,8vw,6rem) 0}
.milka-section--alt{background:rgba(243,239,233,.6)}
.milka-section--base{background:var(--background)}
.milka-section__intro{margin-bottom:2.5rem;max-width:40rem}
.milka-section__intro--center{text-align:center;margin-left:auto;margin-right:auto;max-width:48rem}
.milka-section__intro h2,.milka-fs-faq-title{font-size:clamp(1.75rem,3.5vw,2.25rem);margin:0 0 1rem;line-height:1.15}
.milka-lede{font-size:clamp(1rem,2vw,1.2rem);color:var(--muted-foreground);font-weight:300;line-height:1.65;margin:0}
/* milka-ga-fullset component parity */
.pro-card,.milka-fs-pro-card{
  background:var(--card);border:1px solid var(--border);
  border-radius:calc(var(--radius) - 4px);padding:1.5rem;box-shadow:var(--shadow);
}
.section-alt,.milka-section--alt{background:color-mix(in srgb,var(--muted) 60%,transparent)}
.milka-page-fullset .milka-container{max-width:var(--max);padding-left:1.5rem;padding-right:1.5rem}
.milka-page-fullset .milka-section{padding:6rem 0}
.milka-page-fullset .milka-fs-section--compact{padding:4rem 0}
body.milka-luxury .milka-page-band,
.milka-page-fullset .milka-page-band,
.milka-page-fullset .milka-category-hero{
  display:block;
  max-width:none;
  margin:0;
  padding:clamp(0.85rem,1.5vw,1.15rem) clamp(1rem,4vw,1.5rem);
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#0a0a0a;
  color:#faf8f5;
}
body.milka-luxury .milka-page-band__inner,
.milka-page-fullset .milka-page-band__inner,
.milka-page-fullset .milka-category-hero__inner{
  max-width:var(--max);
  margin:0 auto;
}
body.milka-luxury .milka-page-band__crumb,
.milka-page-fullset .milka-page-band__crumb,
.milka-page-fullset .milka-category-hero__crumb{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  max-width:none;
  margin:0 0 .25rem;
  padding:0;
  font-size:.65rem;
  line-height:1.45;
  font-weight:400;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(250,248,245,.7);
}
body.milka-luxury .milka-page-band__crumb li,
.milka-page-fullset .milka-page-band__crumb li{
  display:inline-flex;
  align-items:center;
}
body.milka-luxury .milka-page-band__crumb li:not(:last-child)::after,
.milka-page-fullset .milka-page-band__crumb li:not(:last-child)::after{
  content:'/';
  margin:0 .35em;
  opacity:.75;
  pointer-events:none;
}
body.milka-luxury .milka-page-band__crumb li[aria-current='page'] span,
.milka-page-fullset .milka-page-band__crumb li[aria-current='page'] span{
  color:#faf8f5;
}
body.milka-luxury .milka-page-band__crumb a,
.milka-page-fullset .milka-page-band__crumb a,
.milka-page-fullset .milka-category-hero__crumb a{
  color:rgba(250,248,245,.7);
  text-decoration:none;
}
body.milka-luxury .milka-page-band__crumb a:hover,
.milka-page-fullset .milka-page-band__crumb a:hover,
.milka-page-fullset .milka-category-hero__crumb a:hover{
  color:#faf8f5;
  text-decoration:underline;
  text-underline-offset:.15em;
}
body.milka-luxury .milka-page-band h1,
.milka-page-fullset .milka-page-band h1,
.milka-page-fullset .milka-category-hero h1{
  margin:0;
  font-size:clamp(1rem,1.4vw,1.2rem);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.02em;
  color:#faf8f5;
}
body.milka-luxury .milka-page-band + .milka-guide-section,
body.milka-luxury .milka-page-band + .milka-about-page{
  margin-top:0;
  padding-top:clamp(2.5rem,5vw,4rem);
  padding-bottom:clamp(2.5rem,5vw,4rem);
}
.milka-about-page{padding-bottom:clamp(3rem,6vw,5rem)}
.milka-about-intro{background:transparent;border:0;box-shadow:none;padding:0}
.milka-about-intro:hover{transform:none;box-shadow:none}
.milka-about-team{
  margin-top:clamp(2.5rem,5vw,3.5rem);
  padding-top:clamp(2rem,4vw,2.5rem);
  border-top:1px solid var(--border);
  max-width:56rem;
}
.milka-about-team__title{
  margin:0 0 clamp(1.5rem,3vw,2rem);
  font-family:var(--font-display);
  font-size:clamp(1.35rem,2.5vw,1.75rem);
  font-weight:500;
  letter-spacing:.02em;
  line-height:1.3;
  text-align:center;
  text-transform:lowercase;
  color:var(--foreground);
}
.milka-about-team-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.25rem;
}
@media (min-width:640px){
  .milka-about-team-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:1024px){
  .milka-about-team-grid{grid-template-columns:repeat(3,1fr)}
}
.milka-about-team-card{
  padding:0;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  background:var(--card);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.milka-about-team-card__media{
  aspect-ratio:1;
  overflow:hidden;
  background:var(--muted);
}
.milka-about-team-card__photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
}
.milka-about-team .milka-about-team-card__body{
  box-sizing:border-box;
  padding:1.75rem 2.5rem 2rem;
}
@media (max-width:639px){
  .milka-about-team .milka-about-team-card__body{padding:1.5rem 1.75rem 1.75rem}
}
.milka-about-team-card--cta{
  background:linear-gradient(135deg,var(--background) 0%,var(--muted) 100%);
}
.milka-about-team-card--cta .milka-about-team-card__photo{object-position:center}
.milka-about-team-card__role{
  margin:0 0 .35rem;
  font-family:var(--font-body);
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted-foreground);
}
.milka-about-team-card__name{
  margin:0 0 .75rem;
  font-family:var(--font-display);
  font-size:1.125rem;
  font-weight:500;
  line-height:1.3;
  color:var(--foreground);
}
.milka-about-team-card__bio{
  margin:0;
  font-family:var(--font-body);
  font-size:1rem;
  line-height:1.65;
  color:var(--muted-foreground);
}
.milka-about-team-card__link{margin-top:1rem;margin-bottom:0;display:inline-flex}
.milka-contact-page{padding-bottom:clamp(3rem,6vw,5rem)}
.milka-contact-header{margin-bottom:clamp(2rem,4vw,2.5rem);text-align:center}
.milka-contact-page-title{
  margin:0 0 1rem;
  font-family:var(--font-display);
  font-size:clamp(1.25rem,2.5vw,1.5rem);
  font-weight:500;
  letter-spacing:.02em;
  line-height:1.3;
  color:var(--foreground);
}
.milka-contact-lede{
  max-width:40rem;
  margin:0 auto;
  font-family:var(--font-body);
  font-size:1.05rem;
  line-height:1.65;
  color:var(--muted-foreground);
}
.milka-contact-page a{text-decoration:none}
.milka-contact-book{
  color:var(--foreground);
  font-weight:600;
}
.milka-contact-book:hover{color:var(--accent-foreground)}
.milka-contact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(2rem,4vw,3rem);
  align-items:start;
}
@media (min-width:900px){
  .milka-contact-grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}
}
.milka-contact-panel--details{
  padding:clamp(1.25rem,3vw,2rem);
}
.milka-contact-panel .milka-flat-legal__heading{margin-bottom:1rem}
.milka-contact-hours-heading{margin-top:2rem}
.milka-contact-copy p{
  margin:0 0 .65rem;
  font-family:var(--font-body);
  font-size:1rem;
  line-height:1.65;
  color:var(--foreground);
}
.milka-contact-copy p:last-child{margin-bottom:0}
.milka-contact-copy strong{font-weight:600;color:var(--foreground)}
.milka-contact-copy a{color:inherit}
.milka-contact-copy a:hover{color:var(--accent-foreground)}
.milka-contact-map{
  position:relative;
  width:100%;
  height:clamp(320px,52vh,600px);
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--border);
  background:var(--muted);
}
.milka-contact-map__frame{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.milka-contact-map__link-wrap{margin:1rem 0 0}
.milka-contact-map__link{
  font-family:var(--font-body);
  font-size:1rem;
  font-weight:500;
  color:var(--foreground);
}
.milka-contact-map__link:hover{color:var(--accent-foreground)}
.milka-page-content{
  max-width:var(--max);margin:0 auto;
  padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,4vw,1.5rem);
}
.milka-page-lede{
  max-width:42rem;margin:0 0 1.25rem;
  font-size:1.05rem;line-height:1.65;color:var(--muted-foreground);
}
.milka-page-actions{margin:0 0 1.5rem}
.milka-page-fullset .milka-section__intro--center{margin-bottom:4rem}
/* Fullset typography — milka-ga-fullset: section h2 inherits 1rem; lede is text-xl (1.25rem) */
.milka-page-fullset .eyebrow,
.milka-page-fullset .milka-section__intro .eyebrow,
.milka-page-fullset .milka-fs-transform-intro .eyebrow{
  font-family:var(--font-body);
  font-size:.75rem;
  line-height:1rem;
  font-weight:500;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--muted-foreground);
}
.milka-page-fullset .milka-section__intro--center .eyebrow,
.milka-page-fullset .milka-fs-transform-intro .eyebrow{margin-bottom:1rem}
.milka-page-fullset .milka-section__intro h2,
.milka-page-fullset .milka-fs-faq-title,
.milka-page-fullset .milka-fs-transform-intro h2,
.milka-page-fullset .milka-fs-final__inner>h2{
  font-size:1rem;
  line-height:1.5;
  font-weight:500;
  letter-spacing:.02em;
  margin:0 0 1rem;
}
.milka-page-fullset .milka-lede,
.milka-page-fullset .milka-section__intro .milka-lede,
.milka-page-fullset .milka-fs-final-lede,
.milka-page-fullset .milka-fs-help-lede{
  font-family:var(--font-body);
  font-size:1.25rem;
  line-height:1.75;
  font-weight:400;
  color:var(--muted-foreground);
  max-width:42rem;
  margin-left:auto;
  margin-right:auto;
}
.milka-page-fullset .milka-lede--wide{max-width:48rem}
.milka-page-fullset .milka-fs-final-lede{margin:0 auto 3rem}
.milka-page-fullset .milka-fs-help-lede{margin:0 auto 1.5rem;max-width:none}
.milka-page-fullset .milka-fs-help-card h3{
  font-size:1.5rem;line-height:1.25;font-weight:600;margin:0 0 1rem;
}
@media (min-width:768px){
  .milka-page-fullset .milka-fs-help-card h3{font-size:1.875rem}
}
.milka-page-fullset .milka-fs-final__inner>h2{margin-bottom:1.5rem}
.milka-page-fullset .milka-fs-faq-title{margin-bottom:2.5rem}
.text-link,body.milka-luxury a.text-link{
  color:var(--foreground);font-weight:500;text-decoration:none;
}
.text-link:hover,body.milka-luxury a.text-link:hover{color:var(--accent-foreground);text-decoration:underline}
.section-base,.milka-section--base{background:var(--background)}
.milka-section--border-top{border-top:1px solid var(--border)}
.btn-luxury-primary,body.milka-luxury a.btn-luxury-primary{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:.875rem 2rem;background:var(--primary);color:#faf8f5;
  font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  border-radius:calc(var(--radius) - 4px);border:1px solid transparent;text-decoration:none;
  font-family:var(--font-body);transition:background .2s ease,color .2s ease;
}
.btn-luxury-primary:hover,body.milka-luxury a.btn-luxury-primary:hover{background:#1a1a1a;color:#faf8f5}
.btn-luxury-outline,body.milka-luxury a.btn-luxury-outline{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:.875rem 2rem;background:transparent;color:var(--foreground);
  font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  border-radius:calc(var(--radius) - 4px);border:1px solid var(--border);text-decoration:none;
  font-family:var(--font-body);transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.btn-luxury-outline:hover,body.milka-luxury a.btn-luxury-outline:hover{background:var(--muted);color:var(--foreground)}
.premium-gradient{background:linear-gradient(135deg,var(--background) 0%,var(--muted) 100%)}
.milka-hero{
  padding:clamp(2.5rem,7vw,4.5rem) 0;
  background:linear-gradient(135deg,var(--background) 0%,var(--muted) 55%,var(--background) 100%);
  border-bottom:1px solid var(--border);
}
.milka-hero.milka-hero--banner{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:clamp(28rem,88vh,40rem);
  margin:0;
  padding:clamp(6rem,16vh,8.5rem) 0 clamp(2.5rem,6vw,3.25rem);
  border-bottom:1px solid var(--border);
  background-color:#1a1816;
  box-shadow:none;
  overflow:hidden;
}
.milka-hero__media{
  position:absolute;inset:0;z-index:0;display:block;
}
.milka-hero__media img{
  width:100%;height:100%;object-fit:cover;object-position:center 28%;
}
.milka-hero--banner .milka-hero__scrim{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(10,10,10,.68) 0%,rgba(10,10,10,.48) 38%,rgba(10,10,10,.2) 68%,rgba(10,10,10,.06) 100%),
    linear-gradient(0deg,rgba(10,10,10,.32) 0%,transparent 42%);
}
.milka-hero--banner .milka-container{position:relative;z-index:2}
.milka-hero--banner .milka-hero__inner{
  position:relative;
  z-index:1;
  max-width:38rem;
  text-align:left;
}
.milka-hero--banner .eyebrow{
  margin-bottom:.85rem;
  color:rgba(250,248,245,.72);
}
body.milka-luxury .milka-hero--banner .milka-hero__title{
  margin:0 0 1rem;
  font-size:clamp(1.35rem,5.2vw,3.15rem);
  line-height:1.08;
  font-weight:500;
  letter-spacing:.015em;
  color:#faf8f5;
  white-space:nowrap;
}
.milka-hero--banner .milka-hero__lede{
  margin:0 0 1.75rem;
  max-width:38ch;
  font-size:clamp(1rem,1.8vw,1.12rem);
  font-weight:300;
  line-height:1.65;
  color:rgba(250,248,245,.9);
}
.milka-hero--banner .milka-hero__actions{
  margin-top:0;
  gap:.75rem;
}
body.milka-luxury .milka-hero--banner .milka-hero__btn--primary,
.milka-hero--banner .milka-hero__btn--primary{
  background:#faf8f5;
  color:#0a0a0a;
  border-color:#faf8f5;
  box-shadow:0 4px 24px rgba(0,0,0,.25);
}
body.milka-luxury .milka-hero--banner .milka-hero__btn--primary:hover,
body.milka-luxury .milka-hero--banner .milka-hero__btn--primary:focus,
.milka-hero--banner .milka-hero__btn--primary:hover,
.milka-hero--banner .milka-hero__btn--primary:focus{
  background:#fff;
  color:#0a0a0a;
  border-color:#fff;
}
body.milka-luxury .milka-hero--banner .milka-hero__btn--secondary,
.milka-hero--banner .milka-hero__btn--secondary{
  background:transparent;
  color:#faf8f5;
  border-color:rgba(250,248,245,.85);
  box-shadow:none;
}
body.milka-luxury .milka-hero--banner .milka-hero__btn--secondary:hover,
body.milka-luxury .milka-hero--banner .milka-hero__btn--secondary:focus,
.milka-hero--banner .milka-hero__btn--secondary:hover,
.milka-hero--banner .milka-hero__btn--secondary:focus{
  background:rgba(250,248,245,.14);
  color:#faf8f5;
  border-color:#faf8f5;
}
@media (max-width:480px){
  body.milka-luxury .milka-hero--banner .milka-hero__title{white-space:normal}
}
/* milka-ga-fullset homepage hero (LuxuryHero parity) */
.brand-band{
  background:var(--foreground);color:var(--background);
  text-align:center;font-size:.8125rem;padding:.65rem 1rem;line-height:1.45;
}
@media (min-width:640px){.brand-band{font-size:.875rem;padding:.625rem 1rem}}
.brand-band__strong{font-weight:500;display:block}
.brand-band__sub{display:block;opacity:.85;margin-top:.15rem}
@media (min-width:640px){
  .brand-band__strong,.brand-band__sub{display:inline}
  .brand-band__sub{margin-top:0}
  .brand-band__strong::after{content:' · ';opacity:.85}
}
.milka-hero-fullset{
  display:flex;flex-direction:column;background:var(--background);
  border-bottom:1px solid var(--border);
}
.milka-hero-fullset__main{
  position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden;
  min-height:0;padding-bottom:4.5rem;
}
@media (min-width:640px){
  .milka-hero-fullset__main{min-height:calc(100vh - 2.75rem);min-height:calc(100dvh - 2.75rem);padding-bottom:0}
}
.milka-hero-fullset__container{
  display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding-top:1.25rem;
}
@media (min-width:640px){
  .milka-hero-fullset__container{align-items:center;justify-content:center;padding:3rem 0 4rem}
}
.milka-hero-fullset__content{
  position:relative;max-width:48rem;margin:0 auto;text-align:center;width:100%;
}
.milka-hero-fullset__logo-wrap{
  width:calc(100% + 2rem);margin:0 -1rem 1rem;padding:1.25rem 1.25rem 0;
}
@media (min-width:640px){
  .milka-hero-fullset__logo-wrap{width:100%;margin:0 auto 2rem;padding:0}
}
.milka-hero-fullset__logo{
  width:100%;height:auto;max-width:100%;object-fit:contain;margin:0 auto;display:block;
}
@media (min-width:640px){.milka-hero-fullset__logo{max-width:200px}}
@media (min-width:768px){.milka-hero-fullset__logo{max-width:240px}}
@media (min-width:1024px){.milka-hero-fullset__logo{max-width:280px}}
.milka-hero-fullset .eyebrow{margin-bottom:.5rem}
@media (min-width:640px){.milka-hero-fullset .eyebrow{margin-bottom:.75rem}}
.milka-hero-fullset__title{
  margin:0 0 .75rem;font-size:1.5rem;line-height:1.25;font-weight:500;
  letter-spacing:.02em;color:var(--foreground);
}
@media (min-width:640px){
  .milka-hero-fullset__title{font-size:2.25rem;line-height:1.35;margin-bottom:1rem}
}
.milka-hero-fullset__lede{
  font-size:1.125rem;color:var(--muted-foreground);font-weight:300;
  line-height:1.65;margin:0 auto 1.5rem;max-width:36rem;
}
.milka-hero-fullset__lede{display:none}
@media (min-width:768px){
  .milka-hero-fullset__lede{display:block;margin-bottom:2rem}
}
.milka-hero-fullset__actions{
  display:flex;flex-direction:column;align-items:stretch;
  justify-content:center;margin-bottom:1rem;gap:.5rem;
}
@media (min-width:640px){
  .milka-hero-fullset__actions{flex-direction:row;align-items:center;margin-bottom:2.5rem;gap:.75rem}
}
@media (max-width:639px){
  .milka-hero-fullset__actions .btn-luxury-primary,
  .milka-hero-fullset__actions .btn-luxury-outline{width:100%}
}
.milka-hero-fullset__call{gap:.5rem}
.milka-hero-fullset__call-icon{font-size:1rem;line-height:1}
.milka-hero-fullset__trust{
  display:inline-flex;flex-direction:column;align-items:center;gap:.65rem;
  border:1px solid var(--border);border-radius:var(--radius);
  background:rgba(245,242,237,.5);padding:.85rem 1rem;font-size:.75rem;
  max-width:32rem;width:100%;
}
@media (min-width:640px){
  .milka-hero-fullset__trust{font-size:.875rem;padding:1rem 1.25rem;width:auto}
}
.milka-hero-fullset__trust-row{
  display:flex;flex-direction:column;align-items:center;gap:.65rem;
}
@media (min-width:640px){
  .milka-hero-fullset__trust-row{flex-direction:row;gap:1.5rem}
}
.milka-hero-fullset__trust-item{display:flex;align-items:center;gap:.5rem}
.milka-hero-fullset__trust-muted{color:var(--muted-foreground)}
.milka-hero-fullset__trust-strong{font-weight:500;color:var(--foreground)}
.milka-hero-fullset__trust-sep{display:none;color:var(--border)}
@media (min-width:640px){.milka-hero-fullset__trust-sep{display:inline}}
.milka-hero-fullset__stars{color:var(--accent);letter-spacing:.05em;font-size:.9rem}
.milka-hero-fullset__trust-hours{text-align:center}
.milka-hero__grid{
  display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;
}
@media (min-width:900px){.milka-hero__grid{grid-template-columns:1.2fr .8fr}}
.milka-hero h1{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.06;margin:.2rem 0 1rem}
.milka-hero__trust{
  margin-top:1.5rem;padding:1rem 1.15rem;
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);
  font-size:.9rem;color:var(--foreground-soft);
}
.milka-hero__trust p{margin:.35rem 0}
.milka-hero__logo{width:min(100%,280px);height:auto;margin:0 auto;display:block}
.milka-proof-ribbon{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;
  max-width:var(--max);margin:0 auto;padding:clamp(2rem,5vw,3rem) clamp(1rem,4vw,1.5rem) 0;
}
.milka-proof-ribbon__item{
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:1rem;text-align:center;box-shadow:var(--shadow);
}
.milka-proof-ribbon__item strong{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);margin-bottom:.35rem}
.milka-proof-ribbon__item span{font-family:var(--font-display);font-size:1.5rem;font-weight:500}
.milka-proof-ribbon__item p{font-size:.78rem;color:var(--muted-foreground);margin:.35rem 0 0}
.milka-chip-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.milka-chip{
  display:inline-flex;padding:.55rem 1rem;border:1px solid var(--border);border-radius:var(--radius);
  background:var(--card);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;
}
.milka-chip.is-active,.milka-chip:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}
.milka-service-group{margin-bottom:2.5rem}
.milka-service-group__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem}
.milka-service-group h3{margin:0;font-size:1.35rem}
.milka-service-card{position:relative}
.milka-service-card h4{margin:.1rem 0 .45rem;font-size:1.05rem}
.milka-popular-tag{
  position:absolute;top:.85rem;right:.85rem;
  background:var(--primary);color:var(--primary-foreground);
  font-size:.62rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  padding:.25rem .5rem;border-radius:var(--radius);
}
.milka-path-grid,.milka-why-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.milka-why-card h3{font-size:1.05rem;margin:0 0 .5rem}
.milka-transform{
  display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;margin-bottom:1.5rem;
}
@media (min-width:768px){.milka-transform{grid-template-columns:1fr auto 1fr}}
.milka-transform__arrow{text-align:center;font-size:2rem;color:var(--accent);font-weight:500}
.milka-transform__col h3{margin-top:0}
.milka-transform__cta{text-align:center;padding:1.75rem}
.milka-faq-list{display:flex;flex-direction:column;gap:.65rem}
.milka-faq{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);overflow:hidden}
.milka-faq summary{
  cursor:pointer;list-style:none;padding:1rem 1.15rem;font-weight:500;
  font-family:var(--font-display);letter-spacing:.01em;
}
.milka-faq summary::-webkit-details-marker{display:none}
.milka-faq__body{padding:0 1.15rem 1rem;color:var(--foreground-soft);font-weight:300}
.milka-faq-more{text-align:center;margin-top:1.25rem}
.milka-final-cta{
  background:linear-gradient(135deg,var(--background) 0%,var(--muted) 100%);
  border-top:1px solid var(--border);padding:clamp(3rem,8vw,5rem) 0;
}
.milka-final-cta__inner{text-align:center}
.milka-final-cta h2{font-size:clamp(1.75rem,3vw,2.35rem);margin:0 0 1rem}
/* Two-part footer: cream/gold top + dark link grid below */
.milka-footer{
  border-top:1px solid var(--border);
  padding:0;
  margin:0;
}
.milka-footer__inner{max-width:var(--max);margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem)}
.milka-footer__top{
  background:linear-gradient(180deg,var(--muted) 0%,#ebe4da 100%);
  border-bottom:1px solid var(--accent);
  padding:clamp(2.5rem,6vw,3.5rem) 0;
}
.milka-footer__grid{
  display:grid;grid-template-columns:1fr;gap:2rem;
}
@media (min-width:768px){.milka-footer__grid{grid-template-columns:1.4fr 1fr 1fr}}
.milka-footer__intro .milka-footer__logo-link{display:inline-block;margin-bottom:1rem}
.milka-footer__intro .milka-footer__logo{
  display:block;height:50px;width:auto;max-width:180px;
}
.milka-footer__title{
  font-family:var(--font-display);font-size:1rem;font-weight:500;
  margin:0 0 .75rem;color:var(--foreground);
}
.milka-footer__title--sub{margin-top:1.5rem}
.milka-footer__lede,.milka-footer__top p{
  color:var(--foreground-soft);font-size:.9rem;line-height:1.6;margin:.35rem 0;
}
.milka-footer__top a{color:var(--foreground);text-decoration:none}
.milka-footer__top a:hover{color:var(--accent-foreground);text-decoration:underline}
.milka-footer__hours{list-style:none;margin:0;padding:0}
.milka-footer__hours li{
  padding:.2rem 0;font-size:.9rem;color:var(--foreground-soft);
}
.milka-footer__note{
  font-weight:500;color:var(--foreground);margin-top:.5rem;
}
.milka-footer__lower{
  background:#0a0a0a;color:#c9c4bd;
}
.milka-footer__lower .milka-footer__inner{
  padding:clamp(2.5rem,6vw,3.5rem) clamp(1rem,4vw,1.5rem) 0;
}
body.milka-luxury .milka-footer__lower h1,
body.milka-luxury .milka-footer__lower h2,
body.milka-luxury .milka-footer__lower h3,
body.milka-luxury .milka-footer__lower h4{
  color:#faf8f5;
}
.milka-footer__sitemap{margin:0;padding:0;border:0}
.milka-footer__lower .milka-footer__sitemap-title{
  font-family:var(--font-display);font-size:clamp(1rem,2.2vw,1.2rem);
  font-weight:500;margin:0 0 clamp(1.75rem,4vw,2.5rem);
  letter-spacing:.12em;text-transform:uppercase;
  color:#faf8f5;text-align:center;
}
.milka-footer__sitemap-grid{
  display:grid;grid-template-columns:1fr;gap:2rem 1.5rem;
}
@media (min-width:640px){.milka-footer__sitemap-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){
  .milka-footer__sitemap-grid--three{grid-template-columns:repeat(3,1fr)}
  .milka-footer__sitemap-grid--four{grid-template-columns:repeat(4,1fr)}
  .milka-footer__sitemap-grid--five{grid-template-columns:repeat(5,1fr)}
}
.milka-footer__coming-soon{
  display:block;padding:.22rem 0;font-size:.875rem;color:#9c958d;line-height:1.45;
}
.milka-footer__coming-soon-tag{
  font-size:.8em;font-weight:600;color:#4a453e;font-style:normal;
}
.milka-footer__lower .milka-footer__col-title{
  font-family:var(--font-body);font-size:.7rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  margin:0 0 1rem;color:#faf8f5;
}
.milka-footer__lower .milka-footer__link-list{list-style:none;margin:0;padding:0}
.milka-footer__lower .milka-footer__link-list li{margin:0;padding:0}
body.milka-luxury .milka-footer__lower .milka-footer__link-list a{
  display:block;padding:.22rem 0;font-size:.875rem;font-weight:400;
  color:#c9c4bd;text-decoration:none;line-height:1.45;
  transition:color .2s ease,opacity .2s ease;
}
body.milka-luxury .milka-footer__lower .milka-footer__link-list a:hover{
  color:#faf8f5;text-decoration:underline;text-underline-offset:.15em;
}
.milka-footer__social{
  display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;
  list-style:none;margin:0;padding:0;
}
.milka-footer__social-link{
  width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.22);
  border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  color:#faf8f5;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.milka-footer__social-link svg{
  width:1rem;height:1rem;display:block;fill:currentColor;
}
body.milka-luxury .milka-footer__social-link:hover{
  background:var(--primary);color:#faf8f5;border-color:var(--primary);
}
body.milka-luxury .milka-footer__social-link:hover svg{fill:#faf8f5}
.milka-footer__lower .milka-footer__bottom{
  display:flex;flex-direction:column;align-items:center;gap:.85rem;
  margin-top:clamp(2rem,5vw,3rem);
  padding:1.25rem 0 1.75rem;
  border-top:1px solid rgba(255,255,255,.1);
  text-align:center;
}
@media (min-width:768px){
  .milka-footer__lower .milka-footer__bottom{
    flex-direction:row;justify-content:space-between;align-items:center;
    text-align:left;
  }
}
.milka-footer__lower .milka-footer__legal{
  display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;
  justify-content:center;align-items:center;margin:0;padding:0;
}
@media (min-width:768px){.milka-footer__lower .milka-footer__legal{justify-content:flex-start}}
body.milka-luxury .milka-footer__lower .milka-footer__legal a{
  font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;
  font-weight:500;text-decoration:none;color:#c9c4bd;
  transition:color .2s ease;
}
body.milka-luxury .milka-footer__lower .milka-footer__legal a:hover{
  color:#faf8f5;text-decoration:underline;
}
.milka-footer__lower .milka-footer__copy{font-size:.8rem;color:#9c958d;margin:0}
.milka-floating-book,.milka-fs-floating-book{
  position:fixed;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:90;
  background:var(--primary);color:#faf8f5;
  padding:.85rem 1.25rem;border-radius:999px;
  font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  text-decoration:none;box-shadow:var(--shadow-lg);
  border:1px solid rgba(250,248,245,.2);
}
.milka-floating-book:hover,.milka-fs-floating-book:hover{
  background:#1a1a1a;color:#faf8f5;
}
/* Homepage fullset (milka-ga-fullset parity) */
.milka-home{background:var(--background)}
.milka-fs{border-top:1px solid var(--border)}
.milka-fs-mobile-card{display:block}
@media (min-width:768px){.milka-fs-mobile-card{display:none}}
.milka-fs-mobile-card .milka-container{padding-top:2rem;padding-bottom:2rem}
.milka-fs-mobile-card__inner{text-align:center;max-width:28rem;margin:0 auto;box-shadow:var(--shadow)}
.milka-fs-mobile-card__lede{font-size:1.125rem;color:var(--muted-foreground);margin:0 0 1.5rem;line-height:1.625;font-weight:400}
.milka-fs-mobile-card__facts{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;color:var(--muted-foreground)}
.milka-fs-mobile-card__fact{display:flex;align-items:center;justify-content:center;gap:.5rem}
.milka-fs-mobile-card__fact--reviews{margin-bottom:.25rem}
.milka-fs-mobile-card__fact-strong{font-weight:500;color:var(--foreground)}
.milka-fs-mobile-card__icon{font-size:1.125rem;line-height:1}
.milka-fs-mobile-card__fact-group{
  border-top:1px solid var(--border);padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem;
}
.milka-trust-info-bar{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.75rem 1rem;margin-bottom:2rem;font-size:.875rem;color:var(--muted-foreground);
}
@media (min-width:640px){
  .milka-trust-info-bar{flex-direction:row;flex-wrap:nowrap}
}
.milka-trust-info-bar__item{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.milka-trust-info-bar__sep{display:none;color:var(--border)}
@media (min-width:640px){.milka-trust-info-bar__sep{display:inline}}
.milka-trust-info-bar__stars{color:var(--accent);letter-spacing:.04em;font-size:.8rem}
.milka-trust-info-bar__strong{font-weight:500;color:var(--foreground)}
.milka-fs-tabs{
  display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:.75rem;margin-bottom:3rem;
  overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.milka-fs-tabs::-webkit-scrollbar{display:none}
@media (min-width:1024px){
  .milka-fs-tabs{flex-wrap:wrap;justify-content:center;overflow-x:visible;min-height:6.25rem;align-content:flex-start}
}
.milka-fs-tab{
  padding:.625rem 1.25rem;border:1px solid var(--border);border-radius:calc(var(--radius) - 4px);
  background:var(--card);font-size:.875rem;font-weight:500;letter-spacing:normal;
  text-transform:none;cursor:pointer;font-family:var(--font-body);color:var(--foreground);
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.milka-fs-tab.is-active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}
.milka-fs-tab:not(.is-active):hover{background:var(--muted)}
.milka-fs-service-panels{max-width:40rem;margin:0 auto}
.milka-fs-service-panel[hidden]{display:none}
.milka-fs-service-panel.is-active{display:block}
.milka-fs-service-panel__inner{padding:1.25rem 1.5rem}
.milka-fs-service-panel__head{
  margin-bottom:.75rem;
}
/* Service menu category headers — not h3 (global Syne + antialiased smoothing clip g/y descenders) */
body.milka-luxury .milka-fs-service-panel__title,
.milka-page-fullset .milka-fs-service-panel__title{
  margin:0;
  padding:.125rem 0 .7rem;
  border-bottom:1px solid var(--border);
  font-family:var(--font-body)!important;
  font-size:1.125rem;
  font-weight:600!important;
  line-height:1.55;
  letter-spacing:normal!important;
  color:var(--foreground);
  overflow:visible;
  -webkit-font-smoothing:subpixel-antialiased;
  -moz-osx-font-smoothing:auto;
}
.milka-fs-service-menu{
  list-style:none;margin:0;padding:0;
}
.milka-fs-service-menu__item{border-bottom:1px solid var(--border)}
.milka-fs-service-menu__item:last-child{border-bottom:0}
.milka-fs-service-menu__row{
  display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;
  padding:.75rem 0;text-decoration:none;color:inherit;cursor:pointer;
  transition:color .15s ease;
}
.milka-fs-service-menu__row:hover{color:var(--primary)}
.milka-fs-service-menu__name{
  flex:1;min-width:0;font-size:.9375rem;font-weight:500;line-height:1.5;
}
.milka-fs-service-menu__tag{
  display:inline-block;margin-left:.5rem;padding:.1rem .4rem;
  font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  vertical-align:middle;color:var(--muted-foreground);border:1px solid var(--border);border-radius:2px;
}
.milka-fs-service-menu__meta{
  flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;
  text-align:right;min-width:4.5rem;
}
@media (min-width:480px){
  .milka-fs-service-menu__meta{flex-direction:row;align-items:baseline;gap:.75rem;min-width:auto}
}
.milka-fs-service-menu__duration{
  font-size:.8125rem;font-weight:400;color:var(--muted-foreground);white-space:nowrap;
}
.milka-fs-service-menu__price{
  font-size:.9375rem;font-weight:600;color:var(--foreground);white-space:nowrap;
}
.milka-fs-service-menu__price--muted{font-weight:500;color:var(--muted-foreground)}
.milka-fs-service-panel__actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}
.milka-fs-book-btn,body.milka-luxury a.milka-fs-book-btn{
  display:block;width:100%;text-align:center;
  padding:.75rem 1rem;background:var(--foreground);color:var(--background);
  font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;
  border-radius:calc(var(--radius) - 4px);border:0;text-decoration:none;
  transition:background .2s ease,color .2s ease;
}
.milka-fs-book-btn--compact{max-width:20rem;margin:0 auto}
body.milka-luxury a.milka-fs-book-btn:hover{
  background:var(--primary);color:var(--primary-foreground);
}
.milka-fs-services-link-wrap{margin-top:.5rem}
.milka-fs-menu-link{
  display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:var(--foreground);
  text-decoration:none;transition:opacity .2s ease;
}
.milka-fs-menu-link:hover{opacity:.8;text-decoration:underline;text-underline-offset:4px}
.milka-fs-menu-arrow{display:inline-block}
.milka-fs-popular-tag{
  position:absolute;top:0.25rem;right:0.25rem;z-index:20;
  background:var(--primary);color:var(--primary-foreground);
  font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;
  padding:.25rem 1rem;border-radius:calc(var(--radius) - 2px);
  pointer-events:none;line-height:1;white-space:nowrap;
}
.milka-fs-services-foot{text-align:center;margin-top:2rem;margin-bottom:1rem;font-size:1rem;color:var(--muted-foreground);line-height:1.5}
.milka-fs-services-link-wrap{text-align:center;margin-top:0}
.milka-fs-video-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:80rem;margin:0 auto}
@media (min-width:768px){.milka-fs-video-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.milka-fs-video-grid{grid-template-columns:repeat(3,1fr)}}
.milka-fs-video-card{padding:0;overflow:hidden;border-radius:1rem;box-shadow:var(--shadow-lg);border:1px solid var(--border)}
.milka-fs-video-card:hover{box-shadow:var(--shadow-lg)}
.milka-fs-play .milka-lucide-icon--play{width:3rem;height:3rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}
.milka-fs-video-card h3{margin:0 0 .5rem;font-size:1.125rem;line-height:1.25;font-weight:600;color:var(--foreground)}
@media (min-width:640px){.milka-fs-video-card h3{font-size:1.25rem}}
.milka-fs-video-thumb{
  position:relative;display:block;width:100%;padding:0;border:0;background:var(--muted);cursor:pointer;aspect-ratio:1;
}
.milka-fs-video-thumb picture{display:block;width:100%;height:100%}
.milka-fs-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.milka-fs-play{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-size:2rem;color:#fff;background:rgba(0,0,0,.25);
}
.milka-fs-video-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}
.milka-fs-video-card{display:flex;flex-direction:column}
.milka-fs-video-body .milka-fs-video-book{width:100%;margin-top:auto}
.milka-fs-video-sub{font-size:.875rem;font-weight:500;color:var(--muted-foreground);margin:0 0 .75rem;line-height:1.5}
@media (min-width:640px){.milka-fs-video-sub{font-size:1rem}}
.milka-fs-video-body>p{font-size:.875rem;line-height:1.625;color:var(--muted-foreground);margin:0 0 1rem}
@media (min-width:640px){.milka-fs-video-body>p{font-size:1rem}}
.milka-fs-video-benefits-label{font-weight:600;font-size:.9rem;margin:1rem 0 .5rem;color:var(--foreground)}
.milka-fs-video-highlights{font-size:.88rem;color:var(--muted-foreground);margin:0 0 1rem;text-align:left}
.milka-fs-video-highlights li{display:flex;align-items:flex-start;gap:.5rem;margin:.35rem 0}
.milka-fs-check{color:var(--accent);font-weight:600;flex-shrink:0}
.milka-fs-video-dialog{border:0;padding:0;background:transparent;max-width:min(95vw,900px);width:100%}
.milka-fs-video-dialog::backdrop{background:rgba(0,0,0,.85)}
.milka-fs-video-dialog__inner{position:relative;background:#000;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9}
.milka-fs-video-dialog__frame{width:100%;height:100%;border:0;display:block}
.milka-fs-video-dialog__close{
  position:absolute;top:.5rem;right:.5rem;z-index:2;width:2.5rem;height:2.5rem;border:0;border-radius:999px;
  background:rgba(0,0,0,.7);color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;
}
.milka-fs-why-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto}
@media (min-width:768px){.milka-fs-why-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.milka-fs-why-grid{grid-template-columns:repeat(3,1fr)}}
.milka-fs-why-icon{
  width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;
  background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.25rem;
  color:var(--foreground);
}
.milka-fs-why-icon .milka-lucide-icon{display:block}
.milka-fs-why-card h3{margin:0 0 .75rem;font-size:1.125rem;line-height:1.25;font-weight:500;min-height:3rem}
.milka-fs-why-card p{font-size:1rem;line-height:1.625;color:var(--muted-foreground)}
.milka-fs-why-foot{text-align:center;margin-top:4rem;font-size:1.25rem;color:var(--muted-foreground);font-weight:300;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.75}
.milka-fs-founder-grid{
  display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;
  max-width:72rem;margin:0 auto;
}
@media (min-width:768px){
  .milka-fs-founder-grid{grid-template-columns:minmax(280px,392px) 1fr;gap:3rem}
}
.milka-fs-founder-photo-link{display:block;border-radius:var(--radius);overflow:hidden}
.milka-fs-founder-photo-wrap{display:block;border-radius:var(--radius);overflow:hidden}
.milka-fs-founder-photo{width:100%;height:auto;display:block;object-fit:cover;border-radius:var(--radius)}
.milka-fs-founder-content h2{
  margin:0 0 1.25rem;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.25;text-align:left;
}
.milka-fs-founder-content p{
  margin:0 0 1rem;font-size:1rem;line-height:1.625;color:var(--muted-foreground);
}
.milka-fs-founder-content p:last-of-type{margin-bottom:0}
.milka-fs-founder-cta{margin-top:1.5rem;display:inline-flex}
.milka-fs-gift-cards-grid{
  display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;
  max-width:72rem;margin:0 auto;
}
@media (min-width:768px){
  .milka-fs-gift-cards-grid{grid-template-columns:1fr minmax(280px,392px);gap:3rem}
}
.milka-fs-gift-cards-content h2{
  margin:0 0 1.25rem;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.25;text-align:left;
}
.milka-fs-gift-cards-content p{
  margin:0 0 1.5rem;font-size:1rem;line-height:1.625;color:var(--muted-foreground);
}
.milka-fs-gift-cards-cta{display:inline-flex}
.milka-fs-gift-cards-image{width:100%;height:auto;display:block;object-fit:contain;border-radius:var(--radius)}
.milka-fs-reviews-cta{margin-top:2.5rem;text-align:center}
.milka-fs-testimonial-stage{max-width:56rem;margin:0 auto 3rem}
.milka-fs-testimonial-card{position:relative;padding:2rem}
@media (min-width:768px){.milka-fs-testimonial-card{padding:2.5rem}}
.milka-fs-testimonial-card .milka-lucide-icon--quote{
  display:block;width:2rem;height:2rem;color:var(--accent);margin-bottom:1.25rem;
}
.milka-fs-testimonial-slides{position:relative;min-height:12rem}
.milka-fs-testimonial-slide{display:none}
.milka-fs-testimonial-slide.is-active{display:block}
.milka-fs-testimonial-quote{
  margin:0 0 2rem;
  font-size:clamp(1.05rem,2vw,1.25rem);
  line-height:1.65;
  color:var(--foreground);
}
.milka-fs-quote{
  font-size:1.125rem;line-height:1.625;color:var(--foreground);margin:0 0 2rem;font-style:normal;font-weight:400;
}
@media (min-width:768px){.milka-fs-quote{font-size:1.25rem;line-height:1.75}}
.milka-fs-testimonial-footer{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
}
.milka-fs-testimonial-author{display:flex;align-items:center;gap:1rem;flex:1;min-width:12rem}
.milka-fs-testimonial-avatar{width:3rem;height:3rem;border-radius:999px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}
.milka-fs-testimonial-meta{display:flex;flex-direction:column;gap:0;text-align:left}
.milka-fs-testimonial-name{margin:0;font-size:1.125rem;font-weight:500;color:var(--foreground);line-height:1.35}
.milka-fs-testimonial-detail{margin:.15rem 0 0;font-size:1rem;font-weight:400;color:var(--muted-foreground);line-height:1.45}
.milka-fs-testimonial-verified{
  margin:.25rem 0 0;font-size:.875rem;font-weight:400;text-transform:uppercase;
  letter-spacing:.08em;color:var(--muted-foreground);line-height:1.35;
}
.milka-fs-testimonial-rating{flex-shrink:0}
.milka-fs-testimonial-rating[role="img"]{display:inline-flex}
.milka-lucide-stars{display:inline-flex;align-items:center;gap:.2rem;color:var(--accent)}
.milka-lucide-star{display:block;flex-shrink:0}
.milka-fs-stars{color:var(--accent)}
.milka-fs-testimonial-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:0;padding-top:0}
.milka-fs-dot-btn{
  width:2.75rem;height:2.75rem;border-radius:999px;border:0;background:transparent;cursor:pointer;padding:0;
  display:inline-flex;align-items:center;justify-content:center;
  transition:opacity .2s ease;
}
.milka-fs-dot-btn::after{
  content:'';width:.5rem;height:.5rem;border-radius:999px;background:var(--border);
  transition:width .3s ease,background-color .3s ease;
}
.milka-fs-dot-btn.is-active::after{width:2rem;background:var(--primary)}
.milka-fs-dot-btn:hover:not(.is-active)::after{background:color-mix(in srgb,var(--muted-foreground) 40%,transparent)}
.milka-fs-testimonial-trust{
  display:inline-flex;align-items:center;gap:.75rem;margin:3rem auto 0;padding:.75rem 1.5rem;
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);
}
.milka-fs-testimonial-trust .milka-lucide-stars{margin-right:.15rem}
.milka-fs-testimonial-trust__label{font-size:1rem;font-weight:500;letter-spacing:.04em;color:var(--foreground)}
.milka-fs-testimonials .milka-fs-testimonial-trust{display:flex;width:fit-content;margin-left:auto;margin-right:auto}
.milka-fs-transform .text-accent{color:var(--accent)}
.milka-fs-transform-intro{text-align:center;margin-bottom:2.5rem}
.milka-fs-transform-stage{max-width:72rem;margin:0 auto}
.milka-fs-transform-grid{
  display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;
}
@media (min-width:768px){.milka-fs-transform-grid{grid-template-columns:repeat(3,1fr)}}
.milka-fs-transform-col{text-align:center}
.milka-fs-transform-col .pro-card{width:100%}
.milka-fs-transform-card{text-align:center}
.milka-fs-transform-emoji{font-size:2.25rem;margin-bottom:.75rem;line-height:1}
.milka-fs-transform-card h3{
  margin:0 0 .75rem;font-size:1.25rem;line-height:1.3;
  font-weight:500;color:var(--foreground);
}
.milka-fs-transform-list{
  margin:0;padding:0;list-style:none;text-align:left;
  display:flex;flex-direction:column;gap:.5rem;
  font-size:.875rem;line-height:1.4;color:var(--muted-foreground);
}
.milka-fs-transform-list-item{
  display:flex;align-items:center;gap:.5rem;margin:0;padding:0;border:0;
}
.milka-fs-transform-arrow{
  text-align:center;color:var(--accent);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.milka-fs-transform-arrow-icon{
  font-size:2.25rem;line-height:1;font-weight:500;
  animation:milka-pulse 2s ease-in-out infinite;
}
@keyframes milka-pulse{0%,100%{opacity:1}50%{opacity:.55}}
.milka-fs-transform-arrow-label{
  margin:.5rem 0 0;font-size:.875rem;color:var(--muted-foreground);font-weight:500;line-height:1.4;
}
.milka-fs-transform-cta-wrap{text-align:center;margin-top:3rem}
.milka-fs-transform-cta{
  max-width:42rem;margin:0 auto;padding:2rem;text-align:center;
}
.milka-fs-transform-cta h3{
  margin:0 0 1rem;font-size:1.5rem;line-height:1.3;
  font-weight:600;color:var(--foreground);
}
.milka-fs-transform-cta p{
  margin:0 0 1.5rem;color:var(--muted-foreground);line-height:1.65;
}
.milka-fs-transform-cta-actions{
  display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:1rem;
}
@media (min-width:640px){
  .milka-fs-transform-cta-actions{flex-direction:row;align-items:center;justify-content:center}
}
.milka-fs-help-actions,.milka-fs-final-actions{
  justify-content:center;gap:1rem;
}
@media (min-width:640px){
  .milka-fs-help-actions,.milka-fs-final-actions{
    flex-direction:row;align-items:center;
  }
}
.milka-fs-instagram-wrap .milka-container{max-width:64rem}
.milka-fs-instagram-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:64rem;margin:0 auto}
@media (min-width:768px){.milka-fs-instagram-grid{grid-template-columns:repeat(3,1fr)}}
.milka-fs-instagram-item{
  position:relative;z-index:0;display:block;aspect-ratio:1;border-radius:1rem;overflow:hidden;
}
.milka-fs-transform-cta-wrap,.milka-fs-reviews-cta{
  position:relative;z-index:1;
}
.milka-fs-instagram-item picture{display:block;width:100%;height:100%}
.milka-fs-instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.milka-fs-instagram-item:hover img{transform:scale(1.05)}
.milka-fs-instagram-label{
  position:absolute;bottom:0;left:0;right:0;z-index:1;padding:1rem;
  background:linear-gradient(to top,rgba(0,0,0,.7),transparent);
  color:#fff;font-size:.875rem;font-weight:500;line-height:1.3;
}
@media (min-width:768px){.milka-fs-instagram-label{font-size:1rem}}
.milka-fs-instagram-hover{
  position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.6);color:#fff;font-size:.875rem;font-weight:500;opacity:0;transition:opacity .3s;
}
.milka-fs-instagram-item:hover .milka-fs-instagram-hover{opacity:1}
.milka-fs-review-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto}
@media (min-width:768px){.milka-fs-review-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.milka-fs-review-grid{grid-template-columns:repeat(3,1fr)}}
.milka-fs-brands__container{display:flex;flex-direction:column;align-items:center}
.milka-fs-brands-wrap{
  --brand-slot:9.5rem;--brand-gap:2rem;--brand-band:4.85rem;
  display:flex;flex-direction:column;align-items:center;
  width:100%;max-width:calc(4 * var(--brand-slot) + 3 * var(--brand-gap));margin:0 auto;padding:0 1rem;
}
.milka-fs-brands-row{
  display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;
  gap:var(--brand-gap);width:100%;list-style:none;margin:0;padding:0;
}
@media (min-width:1024px){
  .milka-fs-brands-wrap{--brand-slot:11rem;--brand-gap:2.75rem}
}
.milka-fs-brand-cell{
  flex:0 0 var(--brand-slot);width:var(--brand-slot);min-width:0;max-width:var(--brand-slot);
  height:var(--brand-band);overflow:hidden;display:flex;align-items:center;justify-content:center;
}
.milka-fs-brand-logo{
  display:block;width:100%;height:100%;max-width:100%;max-height:100%;
  object-fit:contain;transform:scale(var(--brand-scale,1));transform-origin:center center;
}
@media (max-width:767px){
  .milka-fs-brands-wrap{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1rem;
    max-width:28rem;
    padding:0;
  }
  .milka-fs-brands-row{
    display:contents;
    width:100%;
    gap:0;
  }
  .milka-fs-brand-cell{
    width:100%;
    max-width:none;
    flex:none;
    height:3.25rem;
  }
}
@media (max-width:520px){
  .milka-fs-brands-wrap{--brand-slot:8.32rem;--brand-gap:2.08rem;--brand-band:3.46rem}
}
.milka-page-fullset .review-card{
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 4px 6px rgba(0,0,0,.05);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;height:100%;
}
.milka-page-fullset .review-card:hover{
  transform:translateY(-8px);box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04);
  border-color:var(--foreground);
}
.milka-page-fullset .review-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.milka-page-fullset .review-card .profile-img{
  width:50px;height:50px;border-radius:50%;object-fit:cover;background:#f3f4f6;border:2px solid var(--border);flex-shrink:0;
}
.milka-page-fullset .review-card .reviewer-info{flex:1}
.milka-page-fullset .review-card .reviewer-name{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#1f2937}
.milka-page-fullset .review-card .star-rating{color:#fbbf24;font-size:1rem;letter-spacing:1px}
.milka-page-fullset .review-card .review-body{
  margin:0 0 1rem;flex-grow:1;color:#4b5563;line-height:1.6;font-style:italic;
}
.milka-page-fullset .review-card .review-body p{margin:0}
.milka-page-fullset .review-card .card-footer{
  border-top:1px solid var(--border);padding-top:1rem;margin-top:auto;
  display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280;gap:1rem;
}
.milka-page-fullset .review-card .review-source{font-weight:500;color:var(--foreground)}
.milka-page-fullset .review-card .review-date{white-space:nowrap}
@media (max-width:768px){
  .milka-page-fullset .review-card .card-footer{flex-direction:column;align-items:flex-start;gap:.5rem}
  .milka-page-fullset .review-card .review-date{white-space:normal}
}
.milka-fs-trust-bar{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;
  font-size:.875rem;color:var(--muted-foreground);
}
.milka-fs-trust-item{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}
.milka-fs-trust-sep{display:none;color:var(--border)}
@media (min-width:640px){.milka-fs-trust-sep{display:inline}}
.milka-fs-trust-strong{font-weight:500;color:var(--foreground)}
.milka-trust-stars{display:inline-flex;gap:.1rem;color:var(--accent)}
.milka-trust-star{display:block;width:.875rem;height:.875rem}
.milka-fs-help-card{
  max-width:48rem;margin:0 auto;padding:2rem;text-align:center;
}
.milka-fs-faq-title{text-align:center}
.milka-fs-faq-list{
  max-width:64rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem;
}
.milka-fs-faq-item{
  margin:0;border:1px solid var(--border);border-radius:var(--radius);
  overflow:hidden;background:var(--card);transition:border-color .2s ease,background-color .2s ease;
}
.milka-fs-faq-item:hover{border-color:color-mix(in srgb,var(--foreground) 30%,transparent)}
.milka-fs-faq-question-wrap{
  margin:0;font-family:inherit;font-weight:inherit;color:inherit;letter-spacing:normal;
}
.milka-fs-faq-trigger{
  display:flex;width:100%;align-items:flex-start;justify-content:space-between;gap:1rem;
  padding:1rem 1.5rem;background:transparent;border:0;cursor:pointer;text-align:left;
  font-family:var(--font-body);font-size:1.125rem;font-weight:500;line-height:1.4;
  color:var(--foreground);letter-spacing:normal;transition:background .2s ease;
}
.milka-fs-faq-trigger:hover{background:var(--muted)}
.milka-fs-faq-trigger:focus-visible{
  outline:none;box-shadow:inset 0 0 0 2px var(--ring);
}
.milka-fs-faq-chevron{
  flex-shrink:0;color:var(--muted-foreground);margin-top:.125rem;
  transition:transform .2s ease;
}
.milka-fs-faq-trigger.is-open .milka-fs-faq-chevron{transform:rotate(180deg)}
.milka-fs-faq-panel[hidden]{display:none}
.milka-fs-faq-answer{
  padding:0 1.5rem 1.5rem;color:var(--muted-foreground);line-height:1.625;font-weight:400;
  font-family:var(--font-body);
}
.milka-fs-faq-answer-inner p{margin:0 0 1rem;color:var(--muted-foreground);font-weight:400}
.milka-fs-faq-ol{
  margin:.75rem 0 1rem;padding-left:1.25rem;list-style:decimal;
}
.milka-fs-faq-ol li{margin:.5rem 0;color:var(--muted-foreground);font-weight:400}
.milka-fs-faq-notice{
  max-width:64rem;margin:2rem auto 0;padding:1.5rem;
  background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-lg);
}
.milka-fs-faq-notice-title{
  margin:0 0 .5rem;font-family:var(--font-body);font-weight:500;
  color:var(--foreground);letter-spacing:.04em;
}
.milka-fs-faq-notice-body{
  margin:.5rem 0 0;font-family:var(--font-body);color:var(--muted-foreground);
  line-height:1.625;font-weight:400;
}
/* FAQ — override global Syne h3 on accordion headings (milka-ga-fullset uses body font on triggers) */
.milka-page-fullset .milka-fs-faq .milka-fs-faq-question-wrap,
.milka-page-fullset .milka-fs-faq .milka-fs-faq-trigger,
.milka-page-fullset .milka-fs-faq .milka-fs-faq-trigger .milka-fs-faq-question{
  font-family:var(--font-body)!important;
  font-weight:500!important;
  color:var(--foreground)!important;
  letter-spacing:normal!important;
}
.milka-fs-final{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,var(--background) 0%,var(--muted) 100%);
  border-top:1px solid var(--border);
}
.milka-fs-final-bg{
  position:absolute;inset:0;opacity:.05;pointer-events:none;
  background:
    radial-gradient(circle at 0% 0%,var(--primary) 0%,transparent 50%),
    radial-gradient(circle at 100% 100%,var(--accent) 0%,transparent 50%);
  filter:blur(40px);
}
.milka-fs-final__inner{
  position:relative;z-index:1;max-width:42rem;margin:0 auto;text-align:center;
}
.milka-fs-final-lede{margin-bottom:3rem}
.milka-fs-final-actions{margin-bottom:3rem}
body.milka-luxury .milka-fs-final a.btn-luxury-primary,
body.milka-luxury .milka-fs-final a.btn-luxury-outline,
.milka-fs-final .milka-fs-final-btn{
  text-transform:none;
  letter-spacing:normal;
  font-size:.8125rem;
  font-weight:500;
  white-space:nowrap;
  justify-content:center;
  padding:.875rem .75rem;
}
@media (min-width:640px){
  body.milka-luxury .milka-fs-final a.btn-luxury-primary,
  body.milka-luxury .milka-fs-final a.btn-luxury-outline,
  .milka-fs-final .milka-fs-final-btn{
    font-size:1rem;
    padding-left:2rem;
    padding-right:2rem;
    width:auto;
  }
}
@media (max-width:639px){
  body.milka-luxury .milka-fs-final .button-row a.btn-luxury-primary,
  body.milka-luxury .milka-fs-final .button-row a.btn-luxury-outline{width:100%}
}
.milka-fs-final-trust .milka-trust-info-bar{margin:0}
.milka-home .button-row{justify-content:center}
.milka-fs-help-card .button-row,.milka-fs-final .button-row{justify-content:center}
@media (max-width:780px){
  .milka-home .button-row .cta,.milka-home .button-row .button-secondary,
  .milka-home .button-row .btn-luxury-primary,.milka-home .button-row .btn-luxury-outline{width:100%}
}
