/*
Theme Name: Amiea Med
Author: Artem Burykin
Author URI: https://aburykin.dev
Description: A blocks-first classic theme hosting custom Gutenberg blocks.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amiea-med
Domain Path: /languages
*/
:root {
  --navy: #202A44;
  --navy-deep: #08101f;
  --navy-mid: #141e34;
  --navy-soft: #2b3755;
  --teal: #00B2A9;
  --teal-dark: #008e88;
  --teal-15: #d9f4f2;
  --teal-30: #abe5e1;
  --ink: #182035;
  --muted: #687387;
  --line: #dfe4ea;
  --surface: #f5f7f9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(21, 33, 60, .12);
  --shadow-soft: 0 18px 50px rgba(20, 32, 54, .08);
  --radius: 28px;
  --max: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

button {
  font: inherit
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0
}

p:last-child {
  margin-bottom: 0
}

.container {
  width: var(--max);
  max-width: calc(100% - 48px);
  margin-inline: auto
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  transform: translateY(-150%)
}

.skip-link:focus {
  transform: none
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap
}

.btn:hover {
  transform: translateY(-2px)
}

/* A button that only dispatches an event is a real <button>, so the browser's
   own font and chrome have to be cleared first. Inside :where() so it carries
   no specificity and .btn-primary and friends still set colour and background
   on top of it. */
:where(button.btn) {
  appearance: none;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer
}

.btn-primary {
  background: var(--teal);
  color: #071c21;
  box-shadow: 0 14px 34px rgba(0, 178, 169, .28)
}

.btn-primary svg,
.btn-secondary svg {
  width: 18px;
  height: 18px
}

.btn-secondary {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .055)
}

.btn-light {
  border-color: var(--line);
  background: #fff;
  color: var(--navy)
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-weight: 700;
  font-size: 14px
}

.text-link svg {
  width: 16px;
  height: 16px
}

/* Shared section-heading system */
section {
  padding: 120px 0
}

.section-heading {
  max-width: 850px;
  margin-bottom: 66px
}

.section-heading.wide {
  max-width: 960px
}

.section-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--teal-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase
}

.section-heading h2 {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.048em;
  font-weight: 300;
  margin: 0
}

.section-heading .section-intro {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62
}

.section-heading.on-dark .section-kicker {
  color: var(--teal)
}

.section-heading.on-dark h2 {
  color: #fff
}

.section-heading.on-dark .section-intro {
  color: #bcc6d6
}

/* Header */
.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  color: #fff
}

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.brand {
  width: 178px;
  flex: 0 0 auto
}

.brand img {
  width: 100%;
  height: auto
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  color: #dbe1ec;
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  transition: color .2s ease
}

.nav-links a:hover {
  color: #fff
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px
}

.region {
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff
}

.language-switcher__details {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.language-switcher__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  transition: border-color .2s ease, background .2s ease
}

.language-switcher__toggle::after,
.language-switcher__details[open] .language-switcher__toggle::after {
  content: none;
}

/* Safari draws its own disclosure triangle unless the marker is dropped here
   too — `list-style: none` alone is not enough. */
.language-switcher__toggle::-webkit-details-marker {
  display: none
}

.language-switcher__toggle:hover,
.language-switcher__details[open] .language-switcher__toggle {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .08)
}

.language-switcher__chevron {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform .2s ease
}

.language-switcher__details[open] .language-switcher__chevron {
  transform: rotate(180deg)
}

.language-switcher__list {
  position: absolute;
  z-index: 60;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100%;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft)
}

.language-switcher__item {
  list-style: none
}

.language-switcher__link {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
  transition: background .2s ease, color .2s ease
}

.language-switcher__link:hover,
.language-switcher__link:focus-visible {
  background: var(--surface)
}

.language-switcher__link.is-current {
  color: var(--navy);
  font-weight: 600
}

.mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  place-items: center
}

.mobile-menu svg {
  width: 20px;
  height: 20px
}

.post-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: linear-gradient(128deg, #263653 0%, #141f36 54%, #070e1c 100%);
  height: 280px;
  z-index: -1;
  padding: 0;
}

.post-backgrounda {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: linear-gradient(128deg, #263653 0%, #141f36 54%, #070e1c 100%);
  height: 500px;
  z-index: -1;
  padding: 0;
}

.post-container {
  padding-top: 130px;
}

.post-container h1 {
  color: white;
  font-size: 67px;
  font-weight: 300;
}

.post-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.post-contenta {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* Hero */
.main-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: linear-gradient(128deg, #263653 0%, #141f36 54%, #070e1c 100%);
  height: 1410px;
  z-index: -1;
  padding: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/gradient.jpg') center/cover no-repeat;
  mix-blend-mode: screen;
  opacity: .23
}

.hero::after {
  content: "";
  position: absolute;
  width: 860px;
  height: 610px;
  right: -245px;
  bottom: -168px;
  background: url('assets/needle_teal.png') center/contain no-repeat;
  opacity: .42;
  transform: rotate(90deg);
  pointer-events: none
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 52px;
  align-items: center;
  min-height: 800px;
  padding-top: 130px;
  padding-bottom: 44px
}

.hero-copy {
  position: relative;
  z-index: 3
}

.hero-wordmark {
  margin-bottom: 34px
}

.hero-exceed {
  font-size: clamp(74px, 8.2vw, 126px);
  font-weight: 200;
  line-height: .78;
  letter-spacing: -.058em;
  color: var(--teal)
}

.hero-unlimited {
  margin-top: 24px;
  padding-left: 6px;
  font-size: clamp(26px, 3.25vw, 48px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: .22em;
  color: var(--teal)
}

.hero-discipline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-left: 7px;
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff
}

.hero-discipline::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, .48)
}

.hero-lead {
  max-width: 650px;
  color: #d2d9e6;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 0
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px
}

.hero__media {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero__media::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 178, 169, .24), rgba(0, 178, 169, 0) 68%)
}

.device-visual {
  position: relative;
  width: 760px;
  max-width: none;
  transform: translateX(-44px);
  filter: saturate(.94) contrast(1.04);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 91%, transparent 100%)
}

.stage-card {
  position: absolute;
  z-index: 3;
  min-width: 168px;
  padding: 16px 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 20px 54px rgba(4, 10, 22, .28);
  color: var(--navy)
}

.stage-card small {
  display: block;
  color: #788397;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase
}

.stage-card b {
  display: block;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.03em
}

.stage-a {
  left: 2px;
  top: 126px
}

.stage-b {
  right: 0;
  bottom: 116px
}

.credential-wrap {
  position: relative;
  z-index: 3;
  padding-bottom: 58px
}

.credential-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  overflow: hidden
}

.credential-item {
  min-height: 116px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  color: #edf1f7;
  transition: background .2s ease, color .2s ease
}

.credential-item:last-child {
  border-right: 0
}

a.credential-item:hover {
  background: rgba(0, 178, 169, .11);
  color: #fff
}

.credential-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(0, 178, 169, .12);
  border: 1px solid rgba(0, 178, 169, .35);
  color: var(--teal)
}

.credential-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.credential-copy {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600
}

.credential-copy span {
  display: block;
  margin-top: 5px;
  color: #8f9aab;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.hero-disclaimer {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #8995a8;
  font-size: 10px;
  letter-spacing: .035em;
  padding: 0 24px 22px
}

/* Stats */
.trust-band {
  background: #fff;
  border-bottom: 1px solid var(--line)
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stat {
  position: relative;
  padding: 34px 30px;
  border-right: 1px solid var(--line)
}

.stat:last-child {
  border-right: 0
}

.stat strong {
  display: block;
  font-size: 37px;
  line-height: 1;
  color: var(--navy);
  font-weight: 300;
  letter-spacing: -.04em
}

.stat span {
  display: block;
  color: var(--muted);
  margin-top: 8px;
  font-size: 14px
}

.sample {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8190a5;
  background: #edf1f5;
  border-radius: 999px;
  padding: 4px 7px
}

details {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px
}

summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center
}

summary::-webkit-details-marker {
  display: none
}

summary::after {
  content: "+";
  color: var(--teal);
  font-size: 22px;
  font-weight: 400
}

details[open] summary::after {
  content: "−"
}

details p {
  margin: 15px 0 0
}

.card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px
}

/* Performance */
.performance {
  background: #fff;
  overflow: hidden
}

.performance-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: start
}

.performance-stage {
  position: sticky;
  top: 28px;
  min-height: 730px;
  background: linear-gradient(158deg, var(--navy), #0d1629 72%, #08101e);
  border-radius: 38px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 36px 90px rgba(14, 24, 43, .22)
}

.performance-stage::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 470px;
  right: -295px;
  bottom: -160px;
  background: url('assets/needle_teal.png') center/contain no-repeat;
  opacity: .38;
  transform: rotate(90deg);
  pointer-events: none
}

.performance-panel {
  display: none;
  position: relative;
  z-index: 2;
  min-height: 730px;
  padding: 52px;
  animation: panelIn .34s ease
}

.performance-panel.is-active {
  display: flex;
  flex-direction: column
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.panel-kicker {
  display: block;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 28px
}

.panel-title {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.04em;
  margin-bottom: 18px;
  max-width: 460px
}

.panel-copy {
  max-width: 470px;
  color: #bdc7d6;
  font-size: 16px;
  line-height: 1.65
}

.metric-lockup {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 58px 0 26px;
  color: var(--teal);
  white-space: nowrap
}

.metric-sign {
  font-size: 64px;
  line-height: 1;
  font-weight: 200;
  padding-top: 13px;
  letter-spacing: -.05em
}

.metric-value {
  font-size: 124px;
  line-height: .84;
  font-weight: 180;
  letter-spacing: -.075em
}

.metric-unit {
  align-self: flex-end;
  padding-bottom: 8px;
  margin-left: -6px;
  color: #d4dae5;
  font-size: 17px
}

.panel-rule {
  width: 76px;
  height: 1px;
  background: rgba(255, 255, 255, .27);
  margin: 18px 0 22px
}

.panel-caption {
  max-width: 430px;
  color: #c3ccda;
  font-size: 15px;
  line-height: 1.65
}

.tech-image {
  margin: 22px 0 24px;
  border-radius: 24px;
  overflow: hidden;
  background: #eef5f7;
  border: 1px solid rgba(255, 255, 255, .13)
}

.tech-image img {
  width: 100%;
  height: auto
}

.tech-image.perpendicular {
  background: linear-gradient(180deg, #e8f5ff, #fff)
}

.tech-image.perpendicular img {
  padding: 18px 0 8px
}

.metric-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: auto;
  padding-top: 34px
}

.metric-tile {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055)
}

.metric-tile b {
  display: block;
  color: var(--teal);
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.05em
}

.metric-tile span {
  display: block;
  color: #aeb9ca;
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.35
}

.plus-lockup {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 42px 0 18px;
  color: var(--teal)
}

.plus-lockup .plus {
  font-size: 66px;
  font-weight: 200;
  line-height: 1;
  padding-top: 10px
}

.plus-lockup .number {
  font-size: 132px;
  font-weight: 180;
  line-height: .82;
  letter-spacing: -.07em
}

.plus-lockup .percent {
  font-size: 54px;
  font-weight: 200;
  line-height: 1;
  padding-top: 22px
}

.comparison-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  color: #dce2ec;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center
}

.balanced-lockup {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--teal);
  margin: 28px 0 6px
}

.balanced-lockup b {
  font-size: 112px;
  line-height: .85;
  font-weight: 180;
  letter-spacing: -.07em
}

.balanced-lockup span {
  font-size: 46px;
  font-weight: 200;
  line-height: 1;
  padding-top: 16px
}

.performance-tabs {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.feature-tab {
  width: 100%;
  display: grid;
  grid-template-columns: 54px 1fr 28px;
  gap: 20px;
  align-items: center;
  padding: 24px 25px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease
}

.feature-tab:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft)
}

.feature-tab.is-active {
  border-color: rgba(0, 178, 169, .5);
  background: linear-gradient(90deg, #f2fbfa, #fff);
  box-shadow: 0 18px 50px rgba(0, 178, 169, .1)
}

.tab-icon {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: var(--teal-15);
  color: var(--teal-dark)
}

.tab-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.feature-kicker {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 6px
}

.feature-tab h3 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 6px;
  font-weight: 500
}

.feature-tab p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0
}

.tab-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7a8799;
  transition: transform .2s ease, background .2s ease, color .2s ease
}

.feature-tab.is-active .tab-arrow {
  background: var(--teal);
  color: #082026;
  transform: translateX(2px)
}

.tab-arrow svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* Safety */
.safety {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2a45, #090f1e);
  color: #fff
}

.safety::after {
  content: "";
  position: absolute;
  width: 840px;
  height: 560px;
  right: -280px;
  top: -100px;
  background: url('assets/needle_teal.png') center/contain no-repeat;
  opacity: .19;
  transform: rotate(90deg);
  pointer-events: none
}

.safety .container {
  position: relative;
  z-index: 2
}

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

.safety-card {
  min-height: 278px;
  padding: 30px;
  border-radius: 25px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  display: flex;
  flex-direction: column
}

.safety-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(0, 178, 169, .12);
  border: 1px solid rgba(0, 178, 169, .3);
  color: var(--teal)
}

.safety-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round
}

.safety-card h3 {
  font-size: 23px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -.025em;
  margin: 34px 0 13px
}

.safety-card p {
  font-size: 14px;
  color: #bdc6d5;
  line-height: 1.6;
  margin: 0
}

/* Outcomes */
.outcomes {
  background: #fff
}

.outcome-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -34px 0 42px;
  color: #7b8798;
  font-size: 12px
}

.outcome-note svg {
  width: 18px;
  height: 18px;
  stroke: var(--teal-dark);
  fill: none;
  stroke-width: 1.8
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: stretch
}

.outcome-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden
}

.outcome-card.wide {
  grid-column: span 6
}

.outcome-img {
  height: 330px;
  overflow: hidden;
  background: #eef1f3
}

.outcome-card.wide .outcome-img {
  height: 380px
}

.outcome-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.outcome-copy {
  padding: 27px 28px 30px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.result-chip {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--teal-15);
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 16px
}

.outcome-copy h3 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -.03em;
  font-weight: 500;
  margin: 0 0 14px
}

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

.ref-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0 2px;
  color: var(--teal-dark);
  font: inherit;
  font-size: .62em;
  font-weight: 800;
  vertical-align: super;
  cursor: pointer
}

.ref-trigger:hover,
.ref-trigger:focus-visible {
  text-decoration: underline;
  outline: none
}

.reference-popover {
  position: fixed;
  z-index: 1000;
  width: min(430px, calc(100vw - 32px));
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 26px 80px rgba(6, 14, 29, .28);
  border: 1px solid #dce3e8;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease
}

.reference-popover.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto
}

.reference-popover::before {
  content: "";
  position: absolute;
  top: -7px;
  left: var(--arrow-x, 28px);
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid #dce3e8;
  border-top: 1px solid #dce3e8;
  transform: rotate(45deg)
}

.reference-popover b {
  display: block;
  color: var(--navy);
  margin-bottom: 6px
}

.reference-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f1f4f6;
  color: var(--navy);
  cursor: pointer
}

/* Quality */
.quality {
  background: var(--surface)
}

.quality-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center
}

.quality-visual {
  position: relative;
  min-height: 650px;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(150deg, #fff, #e9eef2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px
}

.quality-visual::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 390px;
  left: -220px;
  bottom: -125px;
  background: url('assets/needle_teal.png') center/contain no-repeat;
  opacity: .23;
  transform: rotate(90deg)
}

.quality-product {
  position: relative;
  z-index: 2;
  width: 112%;
  max-width: none;
  filter: drop-shadow(0 34px 34px rgba(15, 25, 44, .17));
  transform: rotate(-3deg)
}

.germany-tag {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 32px;
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase
}

.iso-medallion {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 28px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  border: 8px solid rgba(255, 255, 255, .85);
  box-shadow: 0 16px 42px rgba(19, 31, 54, .22);
  text-align: center
}

.iso-medallion strong {
  font-size: 25px;
  font-weight: 400;
  line-height: 1
}

.iso-medallion span {
  margin-top: 7px;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #c6cfdb
}

.process {
  display: flex;
  flex-direction: column;
  margin-top: 36px
}

.process-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}

.process-row:last-child {
  border-bottom: 0
}

.process-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800
}

.process-row h3 {
  font-size: 19px;
  margin: 0 0 6px;
  font-weight: 600;
  letter-spacing: -.015em
}

.process-row p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0
}

/* Partners */
.partners {
  background: #fff;
  padding-top: 105px
}

.partners .section-heading {
  margin-bottom: 46px
}

.partner-cloud {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px
}

.partner {
  min-height: 94px;
  border-radius: 17px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #4e596c;
  text-align: center;
  box-shadow: 0 9px 28px rgba(26, 39, 63, .035)
}

.partner strong {
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.1
}

.partner small {
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #9aa4b2;
  margin-top: 7px
}

.partner:nth-child(2) strong,
.partner:nth-child(7) strong {
  letter-spacing: .11em
}

.partner:nth-child(4) strong {
  font-size: 24px
}

.partner:nth-child(8) strong {
  font-size: 21px
}

.partner:nth-child(14) strong {
  font-weight: 400
}

.partner-note {
  max-width: 730px;
  margin: 20px 0 0;
  color: #8b95a4;
  font-size: 11px;
  line-height: 1.55
}

.expert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px
}

.expert-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 390px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft)
}

.expert-photo {
  position: relative;
  overflow: hidden;
  background: #e9edf0
}

.expert-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(transparent, rgba(10, 17, 30, .16))
}

.expert-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.expert-content {
  position: relative;
  padding: 32px 30px 30px;
  display: flex;
  flex-direction: column
}

.quote-mark {
  color: var(--teal);
  font-size: 62px;
  line-height: .65;
  font-weight: 300;
  margin-bottom: 22px
}

.expert-quote {
  color: #3d485b;
  font-size: 16px;
  line-height: 1.63;
  margin: 0 0 26px
}

.expert-meta {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line)
}

.expert-meta b {
  display: block;
  color: var(--navy);
  font-size: 15px;
  margin-bottom: 5px
}

.expert-meta span {
  display: block;
  color: #7a8698;
  font-size: 11px;
  line-height: 1.45
}

/* Final CTA */
.final-cta {
  padding: 0 0 112px;
  background: var(--surface)
}

.cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(132deg, #233250, #09111f);
  color: #fff;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px
}

.cta-box::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 430px;
  right: -175px;
  bottom: -135px;
  background: url('assets/needle_teal.png') center/contain no-repeat;
  opacity: .38;
  transform: rotate(90deg)
}

.cta-copy {
  position: relative;
  z-index: 2;
  max-width: 750px
}

.cta-copy .section-kicker {
  color: var(--teal);
  margin-bottom: 25px
}

.cta-copy h2 {
  font-size: clamp(44px, 4.6vw, 67px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 300;
  margin: 0 0 22px
}

.cta-copy p {
  max-width: 680px;
  color: #c3ccda;
  font-size: 18px;
  line-height: 1.6;
  margin: 0
}

.cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px
}

/* Footer */
footer {
  background: #08101e;
  color: #fff;
  padding: 64px 0 30px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 50px
}

.footer-brand img {
  width: 190px;
  margin-bottom: 22px
}

.footer-brand p {
  color: #99a5b7;
  font-size: 14px;
  max-width: 315px
}

.footer-col h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #74839b;
  margin: 0 0 18px
}

.footer-col__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.footer-col a {
  display: block;
  color: #d0d6e1;
  font-size: 14px;
  margin: 10px 0
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #79869a;
  font-size: 10px;
  line-height: 1.55
}
