/* Oticon Zeal focused page */
.at-zeal {
  --z-mint: #E3F4F3;
  --z-mint-soft: #F6FBFA;
  --z-ink: #092F34;
  --z-deep: #103A3F;
  --z-teal: #1F7774;
  --z-blue: #0A5E95;
  --z-copy: #526A6E;
  --z-soft: #71878A;
  --z-line: rgba(9,47,52,.13);
  --z-white: #FFFFFF;
  --z-shadow: 0 24px 70px rgba(9,47,52,.10);
  font-family: "Source Sans 3", sans-serif;
  color: var(--z-ink);
  background: #fff;
  overflow: clip;
}

.at-zeal *, .at-zeal *::before, .at-zeal *::after { box-sizing: border-box; }
.at-zeal img { display: block; max-width: 100%; }
.at-zeal a { text-decoration: none !important; }
.at-zeal h1, .at-zeal h2, .at-zeal h3, .at-zeal p { margin-top: 0; }
.at-zeal h1, .at-zeal h2 { font-family: "Fraunces", serif; color: var(--z-ink); text-transform: none !important; }
.at-zeal h3, .at-zeal strong { color: var(--z-ink); }
.at-zeal-shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.at-zeal-section { padding: 104px 0; scroll-margin-top: 130px; }
.at-zeal-kicker, .at-zeal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--z-teal);
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.at-zeal-kicker::before, .at-zeal-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

/* Hero */
.at-zeal-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 80px 0 0;
  background:
    radial-gradient(circle at 87% 12%, rgba(10,94,149,.14), transparent 27%),
    radial-gradient(circle at 7% 85%, rgba(31,119,116,.16), transparent 28%),
    linear-gradient(145deg, #FBFEFD 0%, var(--z-mint) 100%);
  overflow: hidden;
}
.at-zeal-hero::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(9,47,52,.07);
  border-radius: 50%;
  right: -300px;
  top: -360px;
  box-shadow: 0 0 0 76px rgba(31,119,116,.025), 0 0 0 150px rgba(10,94,149,.02);
}
.at-zeal-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr);
  gap: 70px;
  align-items: center;
  min-height: 650px;
}
.at-zeal-back {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--z-teal) !important;
  font-size: .83rem;
  font-weight: 800;
}
.at-zeal-hero h1 {
  max-width: 9.8ch;
  margin: 18px 0 24px;
  font-size: clamp(4.2rem, 7vw, 7.2rem);
  line-height: .9;
  letter-spacing: -.067em;
}
.at-zeal-lead {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--z-copy);
  font-size: 1.2rem;
  line-height: 1.7;
}
.at-zeal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.at-zeal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid var(--z-deep);
  border-radius: 999px;
  font-size: .93rem;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.at-zeal-btn:hover, .at-zeal-btn:focus-visible { transform: translateY(-2px); }
.at-zeal-btn-primary { color: #fff !important; background: var(--z-deep); box-shadow: 0 14px 34px rgba(16,58,63,.18); }
.at-zeal-btn-primary:hover { background: var(--z-ink); }
.at-zeal-btn-secondary { color: var(--z-deep) !important; background: rgba(255,255,255,.78); }
.at-zeal-note {
  display: block;
  max-width: 660px;
  margin: 42px 0 0 !important;
  padding-left: 16px;
  border-left: 2px solid var(--z-teal);
  color: var(--z-soft);
  font-size: .82rem;
  line-height: 1.55;
}
.at-zeal-hero-stage { position: relative; min-height: 600px; display: grid; place-items: center; }
.at-zeal-hero-card {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  padding: 26px;
  border: 1px solid rgba(9,47,52,.09);
  border-radius: 40px;
  background: rgba(255,255,255,.93);
  box-shadow: var(--z-shadow);
  transform: rotate(2deg);
}
.at-zeal-hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(31,119,116,.09);
  border-radius: 28px;
  pointer-events: none;
}
.at-zeal-hero-image { width: 100% !important; height: auto !important; border-radius: 28px; }
.at-zeal-hero-stat {
  position: absolute;
  z-index: 4;
  min-width: 165px;
  padding: 14px 16px;
  border: 1px solid rgba(9,47,52,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(9,47,52,.10);
  backdrop-filter: blur(8px);
}
.at-zeal-hero-stat strong { display: block; font-size: .91rem; }
.at-zeal-hero-stat span { display: block; margin-top: 2px; color: var(--z-soft); font-size: .71rem; }
.at-zeal-stat-a { top: 76px; left: -14px; }
.at-zeal-stat-b { right: -12px; top: 210px; }
.at-zeal-stat-c { left: 34px; bottom: 38px; }
.at-zeal-proof-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-top: 48px;
  border-top: 1px solid rgba(9,47,52,.13);
}
.at-zeal-proof-rail span {
  padding: 20px 16px 22px;
  border-right: 1px solid rgba(9,47,52,.11);
  color: var(--z-deep);
  font-size: .8rem;
  font-weight: 800;
  text-align: center;
}
.at-zeal-proof-rail span:last-child { border-right: 0; }

/* Subnav */
.at-zeal-subnav {
  position: sticky;
  top: 0;
  z-index: 22;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: 1px solid var(--z-line);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
}
.at-zeal-subnav .at-zeal-shell { display: flex; gap: 8px; flex-wrap: wrap; padding: 12px 0; }
.at-zeal-subnav a { padding: 7px 10px; border-radius: 999px; color: var(--z-ink) !important; font-size: .77rem; font-weight: 800; }
.at-zeal-subnav a:hover { background: var(--z-mint); }

/* Editorial story */
.at-zeal-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(460px,1.12fr);
  gap: 82px;
  align-items: center;
}
.at-zeal-editorial-copy h2, .at-zeal-section-head h2, .at-zeal-candidacy-copy h2, .at-zeal-design-copy h2, .at-zeal-book h2 {
  margin: 16px 0 22px;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.052em;
}
.at-zeal-editorial-copy p, .at-zeal-design-copy p, .at-zeal-candidacy-copy p, .at-zeal-section-head > p {
  color: var(--z-copy);
  font-size: 1.04rem;
  line-height: 1.75;
}
.at-zeal-device-card {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--z-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 44%, #fff 0, #fff 27%, transparent 28%),
    linear-gradient(145deg, var(--z-mint), #F9FCFB);
  box-shadow: 0 20px 60px rgba(9,47,52,.08);
}
.at-zeal-device-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(31,119,116,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(31,119,116,.035), 0 0 0 108px rgba(10,94,149,.022);
}
.at-zeal-device-image { position: relative; z-index: 2; width: min(64%, 350px) !important; height: auto !important; filter: drop-shadow(0 24px 30px rgba(9,47,52,.15)); }
.at-zeal-device-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  padding: 17px 18px;
  border-radius: 16px;
  background: rgba(9,47,52,.92);
  backdrop-filter: blur(10px);
}
.at-zeal-device-caption strong { display: block; color: #fff; }
.at-zeal-device-caption span { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: .78rem; }

/* Technology */
.at-zeal-tech-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--z-deep);
}
.at-zeal-section-head { max-width: 880px; margin-bottom: 48px; }
.at-zeal-section-head-light h2, .at-zeal-section-head-light p { color: #fff; }
.at-zeal-section-head-light .at-zeal-kicker { color: #A6E5DE; }
.at-zeal-section-head-light > p { color: rgba(255,255,255,.68); }
.at-zeal-tech-grid { display: grid; grid-template-columns: 1fr 1fr .86fr; gap: 16px; }
.at-zeal-tech-card {
  overflow: hidden;
  min-height: 540px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  background: rgba(255,255,255,.055);
}
.at-zeal-tech-card-image { display: grid; grid-template-rows: 320px 1fr; }
.at-zeal-tech-visual { display: grid; place-items: center; overflow: hidden; background: #F5FAF9; }
.at-zeal-tech-image { width: 100% !important; height: 100% !important; object-fit: cover; }
.at-zeal-tech-card-image > div:last-child, .at-zeal-tech-card-spec { padding: 28px; }
.at-zeal-tech-card > div > span, .at-zeal-tech-card-spec > span { color: #9FE1DA; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.at-zeal-tech-card h3 { margin: 12px 0 12px; color: #fff; font-family: "Fraunces", serif; font-size: 2rem; line-height: 1.05; }
.at-zeal-tech-card p { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.65; }
.at-zeal-spec-list { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.13); }
.at-zeal-spec-list div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.at-zeal-spec-list strong { display: block; color: #fff; font-size: 1rem; }
.at-zeal-spec-list small { display: block; margin-top: 4px; color: rgba(255,255,255,.56); font-size: .76rem; line-height: 1.45; }

/* Design */
.at-zeal-design-section { background: var(--z-mint-soft); }
.at-zeal-design-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(520px,1.22fr); gap: 80px; align-items: start; }
.at-zeal-design-copy { position: sticky; top: 130px; }
.at-zeal-design-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.at-zeal-design-facts article { min-height: 230px; padding: 28px; border: 1px solid var(--z-line); border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(9,47,52,.055); }
.at-zeal-design-facts strong { display: block; margin-bottom: 46px; font-family: "Fraunces", serif; font-size: 1.8rem; line-height: 1.08; }
.at-zeal-design-facts span { color: var(--z-copy); font-size: .88rem; line-height: 1.6; }

/* Fitting flexibility */
.at-zeal-flex-section { background: #fff; }
.at-zeal-fit-path { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--z-line); border-bottom: 1px solid var(--z-line); }
.at-zeal-fit-path article { min-height: 290px; padding: 28px 26px; border-right: 1px solid var(--z-line); }
.at-zeal-fit-path article:last-child { border-right: 0; }
.at-zeal-fit-path span { color: var(--z-blue); font-family: "Fraunces", serif; font-size: 2.2rem; }
.at-zeal-fit-path strong { display: block; margin-top: 52px; font-size: 1.06rem; }
.at-zeal-fit-path p { margin-top: 10px; color: var(--z-copy); font-size: .86rem; line-height: 1.6; }
.at-zeal-flex-note { margin: 24px 0 0; color: var(--z-soft); font-size: .83rem; font-weight: 700; }

/* Candidacy */
.at-zeal-candidacy-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--z-mint);
}
.at-zeal-candidacy-grid { display: grid; grid-template-columns: minmax(0,.74fr) minmax(560px,1.26fr); gap: 86px; align-items: start; }
.at-zeal-candidacy-copy { position: sticky; top: 128px; }
.at-zeal-text-link { display: inline-flex; margin-top: 10px; color: var(--z-teal) !important; font-size: .9rem; font-weight: 850; }
.at-zeal-candidacy-list { border-top: 1px solid rgba(9,47,52,.17); }
.at-zeal-candidacy-list article {
  display: grid;
  grid-template-columns: 110px minmax(190px,.7fr) minmax(0,1fr);
  gap: 20px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid rgba(9,47,52,.17);
}
.at-zeal-candidacy-list span { color: var(--z-teal); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.at-zeal-candidacy-list strong { font-size: 1rem; line-height: 1.35; }
.at-zeal-candidacy-list p { margin-bottom: 0; color: var(--z-copy); font-size: .84rem; line-height: 1.55; }

/* Compare */
.at-zeal-compare-section { width: 100vw; margin-left: calc(50% - 50vw); background: var(--z-ink); }
.at-zeal-compare-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.at-zeal-compare-grid a {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.05);
  color: #fff !important;
  transition: transform .2s ease, background .2s ease;
}
.at-zeal-compare-grid a:hover { transform: translateY(-4px); background: rgba(255,255,255,.08); }
.at-zeal-compare-grid span { color: #9FE1DA; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.at-zeal-compare-grid strong { margin-top: 38px; color: #fff; font-family: "Fraunces", serif; font-size: 2rem; line-height: 1.05; }
.at-zeal-compare-grid p { margin-top: 14px; color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.55; }
.at-zeal-compare-grid small { margin-top: auto; color: #9FE1DA; font-weight: 800; }

/* Clinical pathway */
.at-zeal-clinical-section { background: var(--z-deep); }
.at-zeal-process { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.at-zeal-process > div { min-height: 230px; padding: 26px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.at-zeal-process > div:last-child { border-right: 0; }
.at-zeal-process span { color: #9FE1DA; font-family: "Fraunces", serif; font-size: 2rem; }
.at-zeal-process strong { display: block; margin-top: 50px; color: #fff; font-size: .98rem; }
.at-zeal-process small { display: block; margin-top: 8px; color: rgba(255,255,255,.58); font-size: .77rem; line-height: 1.5; }
.at-zeal-process a { color: #9FE1DA !important; }

/* Guides */
.at-zeal-guides { background: #F8FBFA; }
.at-zeal-guides h2 { margin: 14px 0 36px; font-size: clamp(2.6rem,4vw,4.2rem); line-height: 1; }
.at-zeal-guide-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.at-zeal-guide-grid a { min-height: 180px; padding: 24px; border: 1px solid var(--z-line); border-radius: 20px; background: #fff; color: var(--z-ink) !important; box-shadow: 0 12px 32px rgba(9,47,52,.05); }
.at-zeal-guide-grid strong { display: block; font-family: "Fraunces", serif; font-size: 1.55rem; line-height: 1.08; }
.at-zeal-guide-grid small { display: block; margin-top: 12px; color: var(--z-soft); font-size: .79rem; line-height: 1.5; }

/* FAQ */
.at-zeal-faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(520px,1.3fr); gap: 80px; }
.at-zeal-faq h2 { margin: 16px 0 0; font-size: clamp(2.9rem,5vw,4.8rem); line-height: 1; }
.at-zeal-faq details { border-bottom: 1px solid var(--z-line); }
.at-zeal-faq details:first-child { border-top: 1px solid var(--z-line); }
.at-zeal-faq summary { position: relative; padding: 21px 36px 21px 0; color: var(--z-ink); font-size: 1rem; font-weight: 850; cursor: pointer; }
.at-zeal-faq summary::after { content: "+"; position: absolute; right: 0; top: 19px; color: var(--z-teal); font-size: 1.2rem; }
.at-zeal-faq details[open] summary::after { content: "−"; }
.at-zeal-faq details p { padding: 0 34px 22px 0; margin-bottom: 0; color: var(--z-copy); font-size: .88rem; line-height: 1.65; }

/* Booking */
.at-zeal-book {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 104px 0;
  background: var(--z-mint);
}
.at-zeal-book-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(540px,1.28fr); gap: 76px; align-items: start; }
.at-zeal-book-copy { position: sticky; top: 128px; }
.at-zeal-book-copy p { color: var(--z-copy); font-size: 1rem; line-height: 1.7; }
.at-zeal-book-links { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 24px; }
.at-zeal-book-links a { color: var(--z-teal) !important; font-size: .82rem; font-weight: 850; }
.at-zeal-form { padding: 30px; border: 1px solid var(--z-line); border-radius: 28px; background: #fff; box-shadow: var(--z-shadow); }
.at-zeal-form input, .at-zeal-form select, .at-zeal-form textarea { border-color: rgba(9,47,52,.15) !important; background: #F9FBFA !important; }
.at-zeal-form button[type="submit"] { background: var(--z-deep) !important; border-color: var(--z-deep) !important; }

.at-zeal a:focus-visible, .at-zeal summary:focus-visible { outline: 3px solid rgba(31,119,116,.4); outline-offset: 3px; }

@media (max-width: 1120px) {
  .at-zeal-hero-grid,
  .at-zeal-editorial-grid,
  .at-zeal-design-grid,
  .at-zeal-candidacy-grid,
  .at-zeal-faq-grid,
  .at-zeal-book-grid { grid-template-columns: 1fr; }
  .at-zeal-hero-stage { max-width: 760px; margin-inline: auto; width: 100%; }
  .at-zeal-editorial-copy, .at-zeal-design-copy, .at-zeal-candidacy-copy, .at-zeal-book-copy { max-width: 860px; position: static; }
  .at-zeal-tech-grid { grid-template-columns: 1fr 1fr; }
  .at-zeal-tech-card-spec { grid-column: 1 / -1; min-height: auto; }
  .at-zeal-spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .at-zeal-compare-grid, .at-zeal-guide-grid { grid-template-columns: 1fr 1fr; }
  .at-zeal-process { grid-template-columns: repeat(3,1fr); }
  .at-zeal-process > div:nth-child(3) { border-right: 0; }
  .at-zeal-process > div:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 760px) {
  .at-zeal-shell { width: min(100% - 28px, 1240px); }
  .at-zeal-section, .at-zeal-book { padding: 74px 0; }
  .at-zeal-hero { padding-top: 54px; }
  .at-zeal-hero h1 { font-size: clamp(3.25rem, 15vw, 5.1rem); max-width: 9.5ch; }
  .at-zeal-lead { font-size: 1.04rem; }
  .at-zeal-actions { display: grid; }
  .at-zeal-btn { width: 100%; }
  .at-zeal-hero-stage { min-height: 470px; }
  .at-zeal-hero-card { width: calc(100% - 24px); padding: 16px; border-radius: 28px; }
  .at-zeal-hero-stat { min-width: 130px; padding: 10px 12px; }
  .at-zeal-stat-a { top: 20px; left: 0; }
  .at-zeal-stat-b { right: 0; top: 145px; }
  .at-zeal-stat-c { left: 10px; bottom: 24px; }
  .at-zeal-proof-rail { grid-template-columns: 1fr; margin-top: 28px; }
  .at-zeal-proof-rail span { border-right: 0; border-bottom: 1px solid rgba(9,47,52,.11); padding: 12px; }
  .at-zeal-subnav .at-zeal-shell { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; }
  .at-zeal-subnav a { white-space: nowrap; }
  .at-zeal-editorial-copy h2, .at-zeal-section-head h2, .at-zeal-candidacy-copy h2, .at-zeal-design-copy h2, .at-zeal-book h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .at-zeal-device-card { min-height: 430px; }
  .at-zeal-tech-grid, .at-zeal-design-facts, .at-zeal-compare-grid, .at-zeal-guide-grid, .at-zeal-spec-list { grid-template-columns: 1fr; }
  .at-zeal-tech-card { min-height: auto; }
  .at-zeal-tech-card-image { grid-template-rows: 260px auto; }
  .at-zeal-fit-path { grid-template-columns: 1fr; }
  .at-zeal-fit-path article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--z-line); }
  .at-zeal-fit-path article:last-child { border-bottom: 0; }
  .at-zeal-fit-path strong { margin-top: 24px; }
  .at-zeal-candidacy-list article { grid-template-columns: 1fr; gap: 7px; }
  .at-zeal-compare-grid a { min-height: 240px; }
  .at-zeal-process { grid-template-columns: 1fr; }
  .at-zeal-process > div { min-height: 150px; border-right: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .at-zeal-process > div:first-child { border-top: 0; }
  .at-zeal-process strong { margin-top: 25px; }
  .at-zeal-form { padding: 22px; }
}
