/* =========================================================
   CARE COLLECTIVE — CLEAN CONSOLIDATED STYLESHEET
   Version: 20260722-header-fullwidth-production
   ========================================================= */

:root{
  --teal:#67c6c8;
  --teal-dark:#2f5560;
  --sand:#dcc6a7;
  --gold:#e6b87a;
  --bg:#f7f5f2;
  --panel:#ffffff;
  --muted:#6f858d;
  --line:#dceef0;
  --shadow:0 18px 40px rgba(47,85,96,.12);
  --soft-shadow:0 8px 24px rgba(47,85,96,.04);
  --radius:30px;
  --max:1280px;
  --home-bg-y:0px;
  --concierge-bg-y:0px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  max-width:100%;
  overflow-x:hidden;
}

body{
  margin:0;
  font-family:Inter, Arial, sans-serif;
  background:var(--bg);
  color:var(--teal-dark);
  max-width:100%;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
address{font-style:normal}
button,input,textarea,select{font:inherit}

#more-information,
#mehr-informationen,
#plus-informations,
#more-information-th{
  scroll-margin-top:120px;
}

#video-section,
#video-bereich,
#section-video,
#video-section-th{
  scroll-margin-top:30px;
}

.container{
  max-width:var(--max);
  margin:0 auto;
  padding:0 20px;
}

.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;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:12px;
  z-index:99999;
  background:#fff;
  color:var(--teal-dark);
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
  box-shadow:var(--shadow);
}

.skip-link:focus{left:16px}

/* =========================================================
   HEADER — LOGO ABOVE, NAV FULL WIDTH BELOW
   ========================================================= */

.topbar{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:9999;
}

.nav{
  min-height:auto;
  padding-top:24px;
  padding-bottom:28px;
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  align-items:start;
}

.nav > a{
  display:block;
  justify-self:start;
}

.brand-title{
  font-size:34px;
  font-weight:800;
  letter-spacing:-0.03em;
  line-height:1.05;
  margin:0 0 7px;
}

.brand-subtitle{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.35;
}

.nav-right{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  margin:0;
  padding:0;
}

.nav-links{
  display:flex;
  gap:30px;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
}

.nav-links a{
  font-size:18px;
  line-height:1.3;
  white-space:nowrap;
}

.nav-links a.active,
.nav-links a[aria-current="page"]{
  color:var(--teal);
}

.langs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
}

.pill{
  min-width:56px;
  height:42px;
  padding:0 16px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e9e0d5;
  color:#6e7a7f;
  font-weight:700;
}

.pill.active,
.pill[aria-current="page"]{
  background:var(--teal);
  color:#fff;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 26px;
  border-radius:999px;
  font-weight:700;
  font-size:18px;
  line-height:1.25;
  border:2px solid transparent;
  text-align:center;
  cursor:pointer;
}

.btn-primary{
  background:var(--gold);
  color:var(--teal-dark);
  box-shadow:var(--shadow);
}

.btn-secondary{
  background:#fff;
  color:var(--teal-dark);
  border-color:rgba(255,255,255,.45);
}

.btn-soft,
.btn-light{
  background:#fff;
  color:var(--teal-dark);
  box-shadow:var(--shadow);
}

.btn-full{width:100%}

/* =========================================================
   HOME PAGE — ONE BACKGROUND SCROLL STAGE
   ========================================================= */

body.home-index-page{
  background:var(--bg);
}

body.home-index-page .home-scroll-stage{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background-image:
    linear-gradient(
      180deg,
      rgba(20,42,50,.26) 0%,
      rgba(20,42,50,.10) 28%,
      rgba(20,42,50,.18) 62%,
      rgba(247,245,242,.10) 100%
    ),
    linear-gradient(
      90deg,
      rgba(20,42,50,.11) 0%,
      rgba(255,255,255,.02) 48%,
      rgba(20,42,50,.08) 100%
    ),
    url("../images/hero-home.jpg?v=20260722-header-fullwidth-production");
  background-repeat:no-repeat, no-repeat, no-repeat;
  background-size:100% 100%, 100% 100%, cover;
  background-position:
    center center,
    center center,
    center calc(50% + var(--home-bg-y));
  background-attachment:scroll, scroll, fixed;
}

body.home-index-page .home-scroll-stage .hero-media,
body.home-index-page .home-scroll-stage .hero-media-sticky,
body.home-index-page .home-scroll-stage .home-stage-image{
  display:none !important;
}

body.home-index-page .home-scroll-stage > section{
  position:relative;
  z-index:1;
  background:transparent;
}

body.home-index-page .home-scroll-stage .hero-home,
body.home-index-page .home-scroll-stage .hero-home.home-hero-update{
  position:relative;
  min-height:auto;
  background:transparent;
  overflow:visible;
  isolation:auto;
}

body.home-index-page .home-scroll-stage .home-hero-update .inner{
  position:relative;
  z-index:1;
  padding:96px 20px 96px;
}

.home-hero-kicker{
  max-width:920px;
  margin:0 auto 18px;
  text-align:center;
  color:#fff;
  font-size:18px;
  line-height:1.45;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-shadow:0 6px 18px rgba(20,42,50,.46);
}

body.home-index-page .home-scroll-stage .hero-title{
  color:#fff;
  text-shadow:0 9px 26px rgba(20,42,50,.56);
}

.hero-subline{
  max-width:980px;
  margin:0 auto 52px;
  text-align:center;
  color:#fff;
  font-size:clamp(21px,2vw,30px);
  line-height:1.38;
  font-weight:700;
  text-shadow:0 7px 22px rgba(20,42,50,.52);
}

.hero-scroll-cue-wrap{
  display:flex;
  justify-content:center;
}

.hero-scroll-cue{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin:0 auto 34px;
  padding:0 18px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.36);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font-size:16px;
  line-height:1.3;
  font-weight:800;
  text-shadow:0 5px 14px rgba(20,42,50,.44);
}

.hero-library-link{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:18px;
}

.hero-library-note{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.5;
}

.hero-visual-break{
  min-height:240px;
  background:transparent;
}

body.home-index-page .home-scroll-stage .bottom-copy{
  margin-top:96px;
  color:#fff;
  text-shadow:0 8px 24px rgba(20,42,50,.52);
}

body.home-index-page .home-scroll-stage .bottom-actions{
  margin-top:28px;
}

body.home-index-page .home-scroll-stage .bottom-actions .btn-soft{
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

body.home-index-page .home-stage-section{
  position:relative;
  z-index:1;
  padding:74px 0;
  background:transparent;
}

body.home-index-page .home-stage-section .info-box,
body.home-index-page .home-stage-section .library-preview-card{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 46px rgba(20,42,50,.16);
}

.library-preview-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:24px;
  align-items:stretch;
}

.library-preview-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:38px 42px;
  box-shadow:var(--soft-shadow);
  min-width:0;
}

.library-preview-card h3{
  margin:0 0 16px;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-0.03em;
}

.library-preview-card p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}

.home-question-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:18px;
}

.home-question-link{
  display:flex;
  align-items:center;
  min-height:54px;
  padding:12px 14px;
  border-radius:18px;
  background:#f9fbfb;
  border:1px solid var(--line);
  color:var(--teal-dark);
  font-weight:800;
  font-size:15px;
  line-height:1.35;
  text-decoration:none;
}

.home-question-link:hover,
.home-question-link:focus{
  background:#eef7f7;
  outline:none;
}

.home-question-link:focus-visible{
  box-shadow:0 0 0 4px rgba(103,198,200,.28);
}

.home-disclaimer{
  margin-top:18px;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid #ead5b8;
  border-left:6px solid var(--gold);
  background:#fff7ec;
  color:var(--teal-dark);
  font-size:16px;
  line-height:1.6;
}

.home-disclaimer p{
  margin:0;
  color:var(--teal-dark);
  font-size:16px;
  line-height:1.6;
}

/* =========================================================
   LEGACY HERO SUPPORT FOR OTHER PAGES
   ========================================================= */

.hero-home{
  position:relative;
  min-height:900px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.38)),
    url("../images/hero-home.jpg") center center / cover no-repeat;
}

.hero-home .inner{
  padding:90px 20px 70px;
}

.hero-title{
  max-width:1150px;
  margin:0 auto 36px;
  text-align:center;
  color:#fff;
  font-size:clamp(48px,5vw,78px);
  line-height:1.14;
  letter-spacing:-0.05em;
  font-weight:800;
  text-shadow:0 8px 20px rgba(44,61,67,.28);
}

.hero-grid{
  display:grid;
  grid-template-columns:430px 1fr 570px;
  gap:28px;
  align-items:start;
}

.card-left,
.card-right{
  border-radius:34px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.card-left{
  background:rgba(103,198,200,.92);
  color:#fff;
  padding:36px 34px 30px;
  margin-top:180px;
}

.card-right{
  background:rgba(251,251,249,.95);
  color:var(--teal-dark);
  padding:38px 38px 30px;
  border:2px solid rgba(103,198,200,.18);
  margin-top:66px;
}

body.home-index-page .home-scroll-stage .card-left{
  background:rgba(103,198,200,.88);
  color:#fff;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.30);
}

body.home-index-page .home-scroll-stage .card-left h2,
body.home-index-page .home-scroll-stage .card-left p{
  color:#fff;
}

body.home-index-page .home-scroll-stage .card-right{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.62);
}

.card-left h2,
.card-right h2{
  margin:0 0 18px;
  font-size:32px;
  line-height:1.1;
  letter-spacing:-0.03em;
}

.card-left p,
.card-right p{
  font-size:18px;
  line-height:1.5;
}

.card-left p{margin:0 0 26px}

.card-right p{
  margin:0 0 18px;
  color:var(--muted);
}

.checklist{
  display:grid;
  gap:18px;
  margin:0 0 28px;
}

.check{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:14px;
  font-size:18px;
  line-height:1.45;
}

.mark{
  color:var(--teal);
  font-size:26px;
  font-weight:700;
  line-height:1;
}

.bottom-copy{
  margin:56px auto 28px;
  max-width:980px;
  text-align:center;
  color:#fff;
  font-size:clamp(22px,2vw,32px);
  line-height:1.35;
  font-weight:700;
  text-shadow:0 4px 14px rgba(44,61,67,.24);
}

.bottom-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

/* =========================================================
   GENERAL SECTIONS / PANELS
   ========================================================= */

.section{
  padding:44px 0 60px;
}

.two-col{
  display:grid;
  grid-template-columns:minmax(0, 1.5fr) minmax(360px, .7fr);
  gap:24px;
  align-items:start;
}

.two-col > .panel,
.two-col > .info-box{
  align-self:start;
}

.panel{
  background:#fff;
  border:1px solid #e4f0f1;
  border-radius:28px;
  padding:28px;
  box-shadow:0 10px 26px rgba(47,85,96,.06);
  min-width:0;
}

.panel h3{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.1;
  letter-spacing:-0.03em;
}

.panel p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}

.info-box{
  background:#fff;
  border:1px solid var(--line);
  border-left:6px solid var(--teal);
  border-radius:32px;
  padding:38px 42px;
  box-shadow:var(--soft-shadow);
  min-width:0;
}

.info-box + .info-box{
  margin-top:26px;
}

.info-box h3{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.2;
}

.info-box p{
  margin:0;
  font-size:18px;
  color:var(--muted);
  line-height:1.55;
}

.center-note{
  text-align:center;
  color:var(--muted);
  font-size:28px;
  line-height:1.5;
  margin:56px auto 28px;
}

.text-wrap{
  max-width:1250px;
  margin:0 auto;
  padding:18px 20px 22px;
}

.text-wrap p{
  font-size:28px;
  color:var(--muted);
  line-height:1.7;
  margin:0 0 34px;
}

.overlay-box{
  background:rgba(0,0,0,.45);
  padding:28px 38px;
  border-radius:20px;
  max-width:940px;
  margin-left:auto;
  margin-right:auto;
}

/* =========================================================
   VIDEO / CONTACT
   ========================================================= */

.video{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:20px;
  margin-top:18px;
  background:#dceff0;
}

.video-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
  align-items:stretch;
}

.video-mini-card{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.video-mini-card h4{
  margin:0 0 8px;
  font-size:1rem;
  line-height:1.25;
  min-height:44px;
}

.video-mini-card p{
  margin:0 0 12px;
  font-size:.92rem;
  line-height:1.55;
  opacity:.85;
  min-height:112px;
}

.video-small{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:16px;
  background:#dceff0;
  margin-top:auto;
}

.transcript-box{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:#f9fbfb;
  border:1px solid #e4f0f1;
}

.transcript-box summary{
  cursor:pointer;
  font-weight:700;
  color:var(--teal-dark);
}

.transcript-box p{
  margin-top:14px;
  font-size:16px;
  line-height:1.6;
}

.video-mini-card .transcript-box{
  margin-top:12px;
}

.contact-list{
  margin-top:18px;
  display:grid;
  gap:14px;
}

.item{
  padding:16px 18px;
  border-radius:18px;
  background:#f9fbfb;
  border:1px solid #e4f0f1;
  min-width:0;
}

.label{
  display:block;
  font-size:12px;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px;
  font-weight:700;
}

.value{
  display:block;
  font-size:18px;
  color:var(--teal-dark);
  font-weight:700;
  word-break:break-word;
  overflow-wrap:anywhere;
}

/* =========================================================
   SUBPAGE HEROES
   ========================================================= */

.hero-subpage,
.how-hero{
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.35)),
    url("../images/hero-home.jpg") center center / cover no-repeat;
}

.hero-subpage h1,
.how-hero h1{
  margin:0 0 14px;
  font-size:clamp(42px,4.6vw,64px);
  line-height:1.05;
  font-weight:800;
  text-shadow:0 8px 22px rgba(44,61,67,.26);
}

.hero-subpage p,
.how-hero p{
  margin:0 0 22px;
  font-size:clamp(19px,2vw,28px);
  line-height:1.28;
  font-weight:700;
  text-shadow:0 8px 22px rgba(44,61,67,.26);
}

.simple-hero{
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.simple-hero h1{
  margin:0 0 20px;
  font-size:clamp(48px,6vw,74px);
  line-height:1.05;
  letter-spacing:-0.04em;
}

.simple-hero p{
  margin:0 auto;
  max-width:1040px;
  color:var(--muted);
  font-size:28px;
  line-height:1.5;
}

/* =========================================================
   FEATURE CARDS
   ========================================================= */

.feature-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.feature-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px 24px;
  text-align:center;
}

.feature-icon{
  width:116px;
  height:116px;
  border-radius:999px;
  background:#dff4f4;
  color:var(--teal);
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  font-size:42px;
  font-weight:700;
}

.feature-card h3{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.25;
}

.feature-card p{
  margin:0;
  font-size:18px;
  color:var(--muted);
  line-height:1.55;
}

/* =========================================================
   SERVICES
   ========================================================= */

.services-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:28px;
}

.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:38px 42px;
  box-shadow:var(--soft-shadow);
  display:flex;
  flex-direction:column;
  min-height:560px;
  min-width:0;
}

.service-top{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:30px;
  align-items:start;
  margin-bottom:26px;
}

.service-icon-box{
  width:118px;
  height:118px;
  border-radius:28px;
  background:#dff1f1;
  color:var(--teal);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:48px;
  font-weight:700;
}

.service-card h3{
  margin:0 0 16px;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-0.03em;
  overflow-wrap:break-word;
}

.service-card p{
  margin:0;
  font-size:18px;
  line-height:1.5;
  color:var(--muted);
}

.service-card h4{
  margin:18px 0 18px;
  font-size:26px;
  line-height:1.2;
}

.service-list{
  margin:0;
  padding-left:24px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.service-list li{
  margin-bottom:8px;
}

.service-list li::marker{
  color:var(--teal);
}

.service-button-wrap{
  margin-top:auto;
  padding-top:26px;
}

.service-btn{
  width:100%;
  min-height:66px;
  font-size:18px;
}

/* =========================================================
   ADD-ONS
   ========================================================= */

.addons-hero{min-height:420px}

.addons-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}

.addon-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--soft-shadow);
  display:flex;
  flex-direction:column;
  min-width:0;
}

.addon-image{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
}

.addon-body{
  padding:34px 42px 38px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.addon-body h3{
  margin:0 0 18px;
  font-size:32px;
  line-height:1.15;
  letter-spacing:-0.03em;
  overflow-wrap:break-word;
}

.addon-body p{
  margin:0;
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
}

.addon-button-wrap{
  margin-top:auto;
  padding-top:28px;
}

.addon-btn{
  width:100%;
  min-height:64px;
  font-size:18px;
}

.addon-feature{
  align-items:center;
  gap:56px;
}

.addon-feature-image-wrap{
  border-radius:32px;
  overflow:hidden;
}

.addon-feature-image{
  width:100%;
  height:auto;
  display:block;
  border-radius:32px;
}

.addon-feature-copy h2{
  margin:0 0 24px;
  font-size:64px;
  line-height:1.05;
  letter-spacing:-0.04em;
  overflow-wrap:break-word;
}

.addon-feature-copy p{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
}

/* =========================================================
   PACKAGES / PRICES / SIM BOXES
   ========================================================= */

.package{
  position:relative;
  min-height:460px;
}

.badge{
  position:absolute;
  top:-22px;
  left:38px;
  background:var(--teal);
  color:#fff;
  padding:14px 30px;
  border-radius:999px;
  font-weight:700;
  font-size:24px;
}

.package-grid{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-start;
  flex-wrap:nowrap;
}

.package-copy{
  max-width:900px;
  min-height:320px;
  flex:1;
}

.price{
  text-align:right;
  min-width:140px;
  flex:0 0 140px;
}

.price .amount{
  font-size:56px;
  color:var(--teal);
  font-weight:800;
}

.price .unit{
  font-size:22px;
  color:var(--muted);
}

.sim-info-box{
  background:#cfe8e8;
  border:1px solid var(--line);
  border-radius:32px;
  padding:34px 42px;
  margin:0 0 40px;
}

.sim-info-header{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:26px;
}

.sim-info-icon{
  width:34px;
  height:34px;
  border-radius:999px;
  border:3px solid var(--teal);
  color:var(--teal);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:20px;
  flex:0 0 34px;
  line-height:1;
}

.sim-info-header h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.2;
}

.sim-info-header p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.5;
}

.sim-price-row{
  display:flex;
  flex-wrap:wrap;
  gap:28px 46px;
  align-items:center;
}

.sim-price-item{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:18px;
  font-weight:600;
  color:var(--teal-dark);
}

.sim-dot{
  width:14px;
  height:14px;
  border-radius:999px;
  display:inline-block;
  flex:0 0 14px;
}

.sim-dot-teal{background:var(--teal)}
.sim-dot-sand{background:#e6d5bc}

/* =========================================================
   FORM PRIVACY DETAILS
   ========================================================= */

.form-privacy-details{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:0;
  overflow:hidden;
}

.form-privacy-details summary{
  cursor:pointer;
  padding:14px 16px;
  color:var(--teal-dark);
  font-size:15px;
  line-height:1.35;
  font-weight:900;
}

.form-privacy-copy{
  padding:0 16px 16px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.form-privacy-copy p{
  margin:0 0 10px;
}

.form-privacy-copy ul{
  margin:0;
  padding-left:18px;
}

.form-privacy-copy li{
  margin-bottom:6px;
}

/* =========================================================
   CONCIERGE PAGE — CURRENT ENGLISH PAGE
   ========================================================= */

html body.concierge-page{
  background:var(--bg);
}

html body.concierge-page .topbar{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
}

html body.concierge-page .concierge-scroll-stage{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background-image:
    linear-gradient(
      180deg,
      rgba(20,42,50,.30) 0%,
      rgba(20,42,50,.16) 32%,
      rgba(20,42,50,.20) 62%,
      rgba(247,245,242,.08) 100%
    ),
    linear-gradient(
      90deg,
      rgba(20,42,50,.12) 0%,
      rgba(255,255,255,.02) 48%,
      rgba(20,42,50,.08) 100%
    ),
    url("../images/hero-home.jpg?v=20260722-concierge-css-final") !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-size:100% 100%, 100% 100%, cover !important;
  background-position:
    center center,
    center center,
    center calc(50% + var(--concierge-bg-y)) !important;
  background-attachment:scroll, scroll, fixed !important;
}

html body.concierge-page .concierge-scroll-stage > section{
  position:relative !important;
  z-index:1 !important;
  background:transparent !important;
}

html body.concierge-page .concierge-hero{
  min-height:auto !important;
  padding:86px 0 54px !important;
  text-align:center !important;
}

html body.concierge-page .concierge-hero h1{
  max-width:1120px !important;
  margin:0 auto 22px !important;
  color:#fff !important;
  font-size:clamp(60px,7.4vw,96px) !important;
  line-height:1.02 !important;
  font-weight:800 !important;
  letter-spacing:-0.055em !important;
  text-shadow:0 10px 30px rgba(20,42,50,.68) !important;
}

html body.concierge-page .concierge-hero-lead{
  max-width:980px !important;
  margin:0 auto !important;
  color:#fff !important;
  font-size:clamp(26px,3.1vw,40px) !important;
  line-height:1.34 !important;
  font-weight:750 !important;
  text-align:center !important;
  text-shadow:0 8px 24px rgba(20,42,50,.66) !important;
}

html body.concierge-page .concierge-visual-break{
  min-height:92px !important;
  background:transparent !important;
}

html body.concierge-page .concierge-intro-section{
  padding:0 0 76px !important;
  background:transparent !important;
}

html body.concierge-page .concierge-intro-card{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:42px 46px !important;
  border-radius:34px !important;
  background:rgba(255,255,255,.95) !important;
  border:1px solid rgba(255,255,255,.66) !important;
  box-shadow:0 18px 46px rgba(20,42,50,.16) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}

html body.concierge-page .concierge-intro-card p{
  margin:0 0 22px !important;
  color:var(--teal-dark) !important;
  font-size:22px !important;
  line-height:1.68 !important;
  font-weight:650 !important;
  text-shadow:none !important;
}

html body.concierge-page .concierge-intro-card p:last-of-type{
  margin-bottom:0 !important;
}

html body.concierge-page .concierge-card-actions{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  margin-top:32px !important;
  text-align:center !important;
}

html body.concierge-page .concierge-card-actions .btn{
  min-height:56px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

html body.concierge-page .concierge-card-actions .btn-primary,
html body.concierge-page .concierge-library-cta .btn-primary{
  background:var(--gold) !important;
  border-color:var(--gold) !important;
  color:var(--teal-dark) !important;
  box-shadow:0 14px 28px rgba(230,184,122,.28) !important;
}

html body.concierge-page .concierge-card-actions .btn-primary:hover,
html body.concierge-page .concierge-card-actions .btn-primary:focus,
html body.concierge-page .concierge-library-cta .btn-primary:hover,
html body.concierge-page .concierge-library-cta .btn-primary:focus{
  background:#dca766 !important;
  border-color:#dca766 !important;
  color:var(--teal-dark) !important;
  outline:none !important;
}

html body.concierge-page .concierge-card-actions .btn-soft{
  background:#fff !important;
  color:var(--teal-dark) !important;
  border-color:var(--line) !important;
  box-shadow:0 10px 22px rgba(20,42,50,.08) !important;
}

html body.concierge-page .concierge-card-actions .btn-soft:hover,
html body.concierge-page .concierge-card-actions .btn-soft:focus{
  background:#f9fbfb !important;
  color:var(--teal-dark) !important;
  outline:none !important;
}

html body.concierge-page .feature-cards{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:22px !important;
  align-items:stretch !important;
}

html body.concierge-page .feature-card{
  min-width:0 !important;
}

html body.concierge-page .sim-price-row{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:12px !important;
}

#package-title{
  scroll-margin-top:130px;
}

html body.concierge-page .concierge-library-cta{
  background:var(--teal-dark) !important;
  color:#fff !important;
  border-radius:34px !important;
  padding:42px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:24px !important;
  align-items:center !important;
}

html body.concierge-page .concierge-library-cta h2{
  margin:0 0 12px !important;
  color:#fff !important;
  font-size:38px !important;
  line-height:1.1 !important;
  letter-spacing:-0.04em !important;
}

html body.concierge-page .concierge-library-cta p{
  margin:0 !important;
  color:rgba(255,255,255,.82) !important;
  font-size:18px !important;
  line-height:1.65 !important;
}

html body.concierge-page .concierge-library-cta .btn{
  white-space:nowrap !important;
}

/* =========================================================
   FOOTER
   ========================================================= */

.footer{
  margin-top:20px;
  padding:40px 0 10px;
  border-top:1px solid var(--line);
  background:var(--bg);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:24px;
}

.footer h4{
  margin:0 0 20px;
  font-size:22px;
}

.footer p,
.footer a{
  color:var(--muted);
  font-size:17px;
  line-height:1.6;
}

.footer-links{
  display:grid;
  gap:6px;
}

.footer-copy{
  text-align:center;
  color:var(--muted);
  font-size:16px;
  padding:32px 0 10px;
}

/* =========================================================
   COOKIE
   ========================================================= */

.cookie{
  position:fixed;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:9998;
  width:min(calc(100% - 40px),980px);
  margin:auto;
  background:rgba(255,255,255,.94);
  border:1px solid #def0f1;
  border-radius:24px;
  box-shadow:0 22px 44px rgba(47,85,96,.18);
  padding:16px 18px;
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.cookie p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:15px;
}

.cookie-actions{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}

.cookie button{
  border:0;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
  font-size:15px;
}

.cookie .secondary{
  background:#f2f6f6;
  color:var(--teal-dark);
}

.cookie .primary{
  background:var(--teal);
  color:#fff;
}

/* =========================================================
   KNOWLEDGE ARTICLE TEMPLATE
   ========================================================= */

.knowledge-hero{
  background:#dfeaea;
  min-height:430px;
}

.breadcrumb{
  font-size:16px;
  color:var(--muted);
  margin:0 0 24px;
  line-height:1.5;
}

.breadcrumb a{
  color:var(--teal-dark);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}

.article-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:28px;
  align-items:start;
}

.article-main{min-width:0}

.article-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:38px 42px;
  box-shadow:var(--soft-shadow);
  margin-bottom:28px;
}

.article-card.compact-card{
  padding-top:30px;
  padding-bottom:30px;
}

.article-card h2{
  margin:0 0 18px;
  font-size:38px;
  line-height:1.15;
  letter-spacing:-0.03em;
}

.article-card h3{
  margin:30px 0 14px;
  font-size:28px;
  line-height:1.2;
  letter-spacing:-0.03em;
}

.article-card p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:19px;
  line-height:1.7;
}

.article-card ul,
.article-card ol{
  margin:0 0 22px;
  padding-left:24px;
  color:var(--muted);
  font-size:19px;
  line-height:1.7;
}

.article-card li{margin-bottom:10px}

.article-card li::marker{
  color:var(--teal);
  font-weight:700;
}

.article-lead{
  font-size:22px !important;
  line-height:1.65 !important;
  color:var(--teal-dark) !important;
  font-weight:600;
}

.compact-card .article-lead{margin-bottom:0}

.article-note{
  background:#f9fbfb;
  border:1px solid var(--line);
  border-left:6px solid var(--teal);
  border-radius:24px;
  padding:22px 24px;
  margin:24px 0;
}

.article-note p{
  margin:0;
  font-size:18px;
  line-height:1.65;
}

.article-warning{
  background:#fff7ec;
  border:1px solid #ead5b8;
  border-left:6px solid var(--gold);
  border-radius:24px;
  padding:22px 24px;
  margin:24px 0;
}

.article-warning p{
  margin:0;
  font-size:18px;
  line-height:1.65;
  color:var(--teal-dark);
}

.article-question{
  background:#f9fbfb;
  border:1px solid var(--line);
  border-radius:24px;
  margin:16px 0;
  overflow:hidden;
}

.article-question summary{
  cursor:pointer;
  list-style:none;
  position:relative;
  padding:22px 64px 22px 24px;
  color:var(--teal-dark);
  font-size:22px;
  line-height:1.35;
  font-weight:800;
  outline:none;
}

.article-question summary::-webkit-details-marker{display:none}

.article-question summary::after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:999px;
  background:#dff4f4;
  color:var(--teal-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  line-height:1;
  font-weight:900;
}

.article-question[open] summary::after{content:"–"}

.article-question summary:hover,
.article-question summary:focus{
  background:#eef7f7;
}

.article-question summary:focus-visible{
  box-shadow:0 0 0 4px rgba(103,198,200,.28) inset;
}

.article-question-body{
  padding:0 24px 24px;
}

.article-question-body p:last-child,
.article-question-body ul:last-child,
.article-question-body ol:last-child{
  margin-bottom:0;
}

.toc{
  position:sticky;
  top:120px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  box-shadow:var(--soft-shadow);
}

.toc h2{
  margin:0 0 16px;
  font-size:24px;
  line-height:1.2;
}

.toc nav{
  display:grid;
  gap:10px;
}

.toc a{
  color:var(--muted);
  font-size:16px;
  line-height:1.45;
  text-decoration:underline;
  text-underline-offset:3px;
}

.toc a:hover,
.toc a:focus{
  color:var(--teal-dark);
}

.process-grid,
.check-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
  margin-top:22px;
}

.process-card,
.check-card{
  background:#f9fbfb;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
}

.process-card{background:#fff}

.process-card h3,
.check-card h3{
  margin:0 0 10px;
  font-size:23px;
}

.process-card p,
.check-card p{
  margin:0;
  font-size:17px;
  line-height:1.6;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
  margin-top:18px;
}

.related-card{
  background:#f9fbfb;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  display:flex;
  flex-direction:column;
}

.related-card h3{
  margin:0 0 10px;
  font-size:22px;
}

.related-card p{
  margin:0 0 18px;
  font-size:17px;
  line-height:1.6;
}

.related-card .btn{
  margin-top:auto;
  width:100%;
  min-height:52px;
  font-size:16px;
}

.source-list{
  font-size:16px !important;
  line-height:1.6 !important;
}

.source-list a{
  color:var(--teal-dark);
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}

.article-footer-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}

/* =========================================================
   CARE KNOWLEDGE LIBRARY SUPPORT
   ========================================================= */

body.library-page .library-scroll-stage{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(20,42,50,.18), rgba(247,245,242,.28)),
    url("../images/hero-home.jpg?v=20260722-header-fullwidth-production") center center / cover no-repeat;
}

body.library-page .library-scroll-stage > section{
  position:relative;
  z-index:2;
}

.library-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#dfeaea;
}

.library-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("../images/hero-home.jpg") center 48% / cover no-repeat;
  opacity:.34;
  transform:scale(1.03);
}

.library-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg, rgba(223,234,234,.86), rgba(223,234,234,.78)),
    linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,.48));
}

.library-hero h1,
.library-hero p,
.library-hero .btn{
  position:relative;
  z-index:1;
}

.library-hero h1{
  text-shadow:0 8px 22px rgba(255,255,255,.45);
}

.library-hero + .section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.library-hero + .section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("../images/hero-home.jpg") center 54% / cover no-repeat;
  opacity:.15;
  transform:scale(1.04);
}

.library-hero + .section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg, rgba(247,245,242,.72), rgba(247,245,242,.94));
}

.library-hero + .section .panel{
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  min-height:0 !important;
}

#library-start .library-tools{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:rgba(255,255,255,.92) !important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

#library-start .library-tools::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("../images/hero-home.jpg") center 58% / cover no-repeat;
  opacity:.14;
  transform:scale(1.04);
}

#library-start .library-tools::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.94));
}

#library-start .library-tools > *{
  position:relative;
  z-index:1;
}

#libraryDirectResults,
#libraryGrid,
.library-no-results{
  position:relative;
  z-index:2;
}

.library-direct-results,
.library-card,
.library-no-results{
  background:#fff !important;
}

.library-direct-results{
  scroll-margin-top:120px;
}

.library-card{
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.library-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(47,85,96,.10);
  border-color:rgba(103,198,200,.55);
}

/* =========================================================
   PARTNERS & COMMUNITY — UPPER COMMUNITY BACKGROUND
   Page-scoped override only
   ========================================================= */

html body.partners-community-page .partner-overview-stage{
  background-image:
    linear-gradient(
      180deg,
      rgba(238,247,247,.28) 0%,
      rgba(247,245,242,.16) 50%,
      rgba(238,247,247,.32) 100%
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.08) 0%,
      rgba(103,198,200,.02) 52%,
      rgba(255,255,255,.06) 100%
    ),
    url("../images/Community-Hero.jpg?v=20260724-community-stage") !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:1180px){
  .services-grid{grid-template-columns:1fr}
  .service-top{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr;max-width:760px;margin:0 auto}
  .addons-grid{grid-template-columns:1fr}
  .card-left,.card-right{margin-top:0}
  .two-col{grid-template-columns:1fr}
  .feature-cards{grid-template-columns:repeat(2,1fr)}
  .package-grid{flex-wrap:wrap}
  .article-layout{grid-template-columns:1fr}
  .toc{position:relative;top:auto}
  .library-preview-grid{grid-template-columns:1fr}

  html body.concierge-page .feature-cards{
    grid-template-columns:repeat(2,1fr) !important;
  }

  html body.concierge-page .sim-price-row{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width:900px){
  .nav{
    padding-top:20px;
    padding-bottom:24px;
    gap:18px;
  }

  .brand-title{font-size:28px}
  .brand-subtitle{font-size:16px}

  .nav-right{
    gap:18px;
  }

  .nav-links{
    gap:18px;
  }

  .footer-grid{grid-template-columns:1fr}
  .simple-hero p,.text-wrap p{font-size:22px}

  .package-grid{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }

  .price{
    min-width:100%;
    flex:0 0 auto;
    text-align:left;
  }

  .price .amount{font-size:44px}
  .price .unit{font-size:18px}

  html body.concierge-page .package-grid{
    flex-wrap:wrap !important;
  }

  html body.concierge-page .price{
    min-width:0 !important;
    text-align:left !important;
    flex:1 1 100% !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:760px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .container{
    width:100%;
    max-width:100%;
    padding-left:18px;
    padding-right:18px;
  }

  .topbar{
    position:relative;
    width:100%;
    z-index:9999;
  }

  #more-information,
  #mehr-informationen,
  #plus-informations,
  #more-information-th,
  #video-section,
  #video-bereich,
  #section-video,
  #video-section-th{
    scroll-margin-top:20px;
  }

  .nav{
    width:100%;
    min-height:auto;
    padding-top:22px;
    padding-bottom:26px;
    display:block;
  }

  .nav > a{
    display:block;
    width:100%;
    margin-bottom:24px;
  }

  .brand-title{
    margin:0 0 6px;
    font-size:clamp(28px, 8vw, 38px);
    line-height:1.1;
    overflow-wrap:anywhere;
  }

  .brand-subtitle{
    margin:0;
    font-size:clamp(15px, 4.5vw, 20px);
    line-height:1.4;
  }

  .nav-right{
    width:100%;
    display:block;
    padding:0;
    margin:0;
  }

  .nav-links{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px 16px;
    margin-bottom:24px;
  }

  .nav-links a{
    width:100%;
    min-width:0;
    padding:10px 12px;
    border-radius:14px;
    background:#f7f9f9;
    font-size:clamp(16px, 4.8vw, 20px);
    line-height:1.25;
    text-align:center;
    overflow-wrap:anywhere;
    white-space:normal;
  }

  .langs{
    width:100%;
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:10px;
    padding-bottom:0;
    margin-left:0;
  }

  .pill{
    width:100%;
    min-width:0;
    height:52px;
    padding:0 8px;
    font-size:18px;
  }

  .hero-home{min-height:auto}

  .hero-home .inner{
    padding:54px 18px 50px;
  }

  .hero-title{
    max-width:100%;
    margin-bottom:30px;
    padding:0;
    font-size:clamp(38px, 11vw, 54px);
    line-height:1.08;
    text-align:left;
    overflow-wrap:anywhere;
  }

  body.home-index-page .home-scroll-stage{
    background-attachment:scroll, scroll, scroll;
    background-position:
      center center,
      center center,
      36% center;
    background-size:100% 100%, 100% 100%, cover;
  }

  body.home-index-page .home-scroll-stage .home-hero-update .inner{
    padding:54px 18px 76px;
  }

  .home-hero-kicker,
  .hero-subline{
    text-align:left;
  }

  .home-hero-kicker{
    margin-left:0;
    margin-right:0;
    font-size:14px;
  }

  .hero-subline{
    margin-left:0;
    margin-right:0;
    margin-bottom:22px;
    font-size:20px;
  }

  .hero-scroll-cue-wrap{
    justify-content:flex-start;
  }

  .hero-scroll-cue{
    margin:0 0 26px;
  }

  .hero-grid{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
    max-width:100%;
  }

  .hero-grid > div:empty{
    display:none;
  }

  .hero-visual-break{
    min-height:220px;
  }

  .card-left,
  .card-right{
    width:100%;
    max-width:100%;
    margin-top:0;
    padding:24px 22px;
    border-radius:26px;
  }

  body.home-index-page .home-scroll-stage .card-left,
  body.home-index-page .home-scroll-stage .card-right{
    background:rgba(255,255,255,.93);
    color:var(--teal-dark);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  body.home-index-page .home-scroll-stage .card-left{
    border:2px solid rgba(103,198,200,.35);
  }

  body.home-index-page .home-scroll-stage .card-left h2,
  body.home-index-page .home-scroll-stage .card-left p{
    color:var(--teal-dark);
  }

  .card-left h2,
  .card-right h2{
    font-size:27px;
  }

  .card-left p,
  .card-right p,
  .check{
    font-size:17px;
  }

  .checklist{
    gap:14px;
  }

  .check{
    line-height:1.42;
  }

  .bottom-copy{
    margin-top:34px;
    padding:0 4px;
    font-size:21px;
    text-align:left;
  }

  body.home-index-page .home-scroll-stage .bottom-copy{
    margin-top:76px;
  }

  .bottom-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    justify-content:flex-start;
  }

  .bottom-actions .btn{
    width:100%;
  }

  .section{
    padding:34px 0 46px;
  }

  body.home-index-page .home-stage-section{
    padding:46px 0;
  }

  .two-col{
    grid-template-columns:1fr !important;
    width:100%;
    max-width:100%;
  }

  .panel,
  .info-box,
  .service-card,
  .addon-card,
  .feature-card{
    width:100%;
    max-width:100%;
    padding:24px;
    overflow:hidden;
  }

  .hero-subpage,
  .how-hero{
    min-height:auto;
    padding:34px 0;
  }

  .hero-subpage .overlay-box,
  .how-hero .overlay-box{
    padding:24px 20px;
    border-radius:22px;
  }

  .hero-subpage h1,
  .how-hero h1{
    font-size:38px;
  }

  .hero-subpage p,
  .how-hero p{
    font-size:19px;
  }

  .hero-subpage .btn,
  .how-hero .btn{
    width:100%;
  }

  .simple-hero{
    min-height:auto;
    padding:70px 0 50px;
  }

  .simple-hero h1{
    font-size:44px;
  }

  .simple-hero p{
    font-size:21px;
  }

  .services-grid,
  .addons-grid,
  .feature-cards{
    grid-template-columns:1fr !important;
    width:100%;
    max-width:100%;
  }

  .service-card{
    min-height:auto;
  }

  .service-top{
    grid-template-columns:1fr;
  }

  .service-card h3,
  .addon-body h3{
    font-size:36px;
    line-height:1.12;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .service-card p,
  .addon-body p,
  .service-list{
    font-size:20px;
    line-height:1.55;
  }

  .service-list{
    padding-left:22px;
  }

  .addon-image{
    height:auto;
    max-height:none;
  }

  .addon-body{
    padding:28px 24px 32px;
  }

  .addon-feature-copy h2{
    font-size:42px;
  }

  .package-grid{
    flex-direction:column;
    align-items:flex-start;
  }

  .package-copy{
    max-width:100%;
    min-height:auto;
  }

  .price{
    width:100%;
    min-width:0;
    text-align:left;
  }

  .badge{
    position:relative;
    top:auto;
    left:auto;
    display:inline-flex;
    margin-bottom:20px;
  }

  .library-preview-card{
    padding:26px 24px;
  }

  .library-preview-card h3{
    font-size:30px;
  }

  .home-question-grid{
    grid-template-columns:1fr;
  }

  .video-mini-grid{
    grid-template-columns:1fr;
  }

  .video-mini-card h4,
  .video-mini-card p{
    min-height:0;
  }

  .transcript-box{
    padding:14px 16px;
  }

  .transcript-box p{
    font-size:16px;
  }

  .article-card{
    padding:26px 24px;
  }

  .article-card.compact-card{
    padding-top:24px;
    padding-bottom:24px;
  }

  .article-card h2{
    font-size:32px;
  }

  .article-card h3{
    font-size:25px;
  }

  .article-card p,
  .article-card ul,
  .article-card ol{
    font-size:18px;
  }

  .article-lead{
    font-size:20px !important;
  }

  .article-question summary{
    font-size:20px;
    padding:20px 58px 20px 20px;
  }

  .article-question-body{
    padding:0 20px 22px;
  }

  .process-grid,
  .check-grid,
  .related-grid{
    grid-template-columns:1fr;
  }

  .article-footer-actions .btn{
    width:100%;
  }

  .library-hero::before{
    background-position:38% 48%;
    opacity:.26;
  }

  .library-hero::after{
    background:
      linear-gradient(180deg, rgba(223,234,234,.90), rgba(223,234,234,.82)),
      linear-gradient(90deg, rgba(255,255,255,.76), rgba(255,255,255,.58));
  }

  .library-hero + .section::before{
    background-position:38% 54%;
    opacity:.11;
  }

  #library-start .library-tools::before{
    background-position:38% 58%;
    opacity:.10;
  }

  .library-direct-results,
  .library-card,
  .library-no-results{
    background:#fff !important;
  }

  html body.concierge-page .topbar{
    position:sticky !important;
    top:0 !important;
    z-index:9999 !important;
  }

  html body.concierge-page .concierge-scroll-stage{
    background-attachment:scroll, scroll, scroll !important;
    background-position:
      center center,
      center center,
      38% center !important;
    background-size:100% 100%, 100% 100%, cover !important;
  }

  html body.concierge-page .concierge-hero{
    padding:54px 0 38px !important;
    text-align:left !important;
  }

  html body.concierge-page .concierge-hero h1{
    margin-left:0 !important;
    margin-right:0 !important;
    font-size:clamp(42px,13vw,62px) !important;
    line-height:1.05 !important;
    text-align:left !important;
  }

  html body.concierge-page .concierge-hero-lead{
    margin-left:0 !important;
    margin-right:0 !important;
    font-size:22px !important;
    line-height:1.42 !important;
    text-align:left !important;
  }

  html body.concierge-page .concierge-visual-break{
    min-height:72px !important;
  }

  html body.concierge-page .concierge-intro-section{
    padding:0 0 56px !important;
  }

  html body.concierge-page .concierge-intro-card{
    padding:26px 24px !important;
    border-radius:28px !important;
  }

  html body.concierge-page .concierge-intro-card p{
    font-size:17px !important;
    line-height:1.65 !important;
  }

  html body.concierge-page .concierge-card-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    justify-content:stretch !important;
  }

  html body.concierge-page .concierge-card-actions .btn{
    width:100% !important;
  }

  html body.concierge-page .feature-cards{
    grid-template-columns:1fr !important;
  }

  html body.concierge-page .sim-price-row{
    grid-template-columns:1fr !important;
  }

  html body.concierge-page .info-box.package{
    min-height:0 !important;
    padding:24px !important;
  }

  html body.concierge-page .package-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    min-height:0 !important;
    flex-wrap:wrap !important;
  }

  html body.concierge-page .package-copy{
    max-width:none !important;
    min-height:0 !important;
  }

  html body.concierge-page .price{
    min-width:0 !important;
    text-align:left !important;
    flex:1 1 auto !important;
  }

  html body.concierge-page .amount{
    font-size:48px !important;
  }

  html body.concierge-page .concierge-library-cta{
    grid-template-columns:1fr !important;
    padding:28px 24px !important;
  }

  html body.concierge-page .concierge-library-cta h2{
    font-size:31px !important;
  }

  html body.concierge-page .concierge-library-cta .btn{
    width:100% !important;
  }

  .cookie{
    left:14px;
    right:14px;
    bottom:14px;
    width:auto;
    max-width:none;
    max-height:calc(100vh - 28px);
    padding:20px;
    border-radius:24px;
    overflow-y:auto;
    flex-direction:column;
    align-items:flex-start;
  }

  .cookie p{
    font-size:16px;
    line-height:1.5;
  }

  .cookie-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .cookie button{
    width:100%;
    min-width:0;
    padding:0 10px;
    font-size:16px;
  }
}

@media (max-width:420px){
  .container{
    padding-left:14px;
    padding-right:14px;
  }

  .nav{
    padding-top:18px;
    padding-bottom:22px;
  }

  .nav-links{
    gap:10px;
  }

  .nav-links a{
    padding:9px 6px;
    font-size:16px;
  }

  .langs{
    gap:8px;
  }

  .pill{
    height:48px;
    font-size:17px;
  }

  .hero-home .inner,
  body.home-index-page .home-scroll-stage .home-hero-update .inner{
    padding-left:14px;
    padding-right:14px;
  }

  .hero-title{
    font-size:40px;
  }

  .hero-subline{
    font-size:19px;
  }

  .card-left,
  .card-right{
    padding:22px 18px;
  }

  html body.concierge-page .concierge-hero h1{
    font-size:40px !important;
  }

  html body.concierge-page .concierge-hero-lead{
    font-size:20px !important;
  }

  html body.concierge-page .concierge-intro-card p{
    font-size:16.5px !important;
  }

  .cookie-actions{
    grid-template-columns:1fr;
  }
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}

  :root{
    --home-bg-y:0px !important;
    --concierge-bg-y:0px !important;
  }

  body.home-index-page .home-scroll-stage,
  html body.concierge-page .concierge-scroll-stage{
    background-position:
      center center,
      center center,
      center center !important;
  }

  .library-hero::before,
  .library-hero + .section::before,
  #library-start .library-tools::before,
  .library-card{
    transform:none !important;
    transition:none !important;
  }
}