@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.clinics-page {
  background: #f4f7fb;
}

.clinic-finder {
  min-height: calc(100vh - 88px);
  padding: clamp(96px, 10vw, 100px) 0 46px;
  background: #f4f7fb;
}

.shell.clinic-shell {
  width: min(calc(100% - 64px), 1210px);
}

.clinic-heading {
  margin-bottom: 40px;
}

.clinic-heading h1 {
  margin: 0;
  color: #1F3B60;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 66.4px;
  font-weight: 800;
  line-height: 65.07px;
  letter-spacing: 0;
}

.clinic-heading p {
  margin: 18px 0 0;
  color: #6c7f99;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.clinic-panel {
  overflow: hidden;
  border: 1px solid #d9e5f3;
  border-radius: 20px;
  background: #ffffff;
}

.clinic-filters {
  display: grid;
  grid-template-columns: 2fr 1.3fr 1.3fr auto;
  gap: 10px;
  align-items: center;
  padding: 16px 16px 0;
}

.clinic-filters label,
.clinic-search {
  position: relative;
  display: block;
}

.clinic-search span {
  position: absolute;
  left: 18px;
  top: 50%;
  color: #5d7698;
  font-size: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.clinic-filters input,
.clinic-filters select {
  width: 100%;
  height: 38px;
  border: 1px solid #d9e5f3;
  border-radius: 11px;
  background: #ffffff;
  color: #1F3B60;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  outline: none;
}

.clinic-filters input {
  padding: 0 16px 0 45px;
}

.clinic-filters select {
  padding: 0 15px;
}

.reset-filters {
  height: 38px;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: #1F3B60;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.clinic-table-wrap {
  overflow-x: auto;
}

.clinic-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #1F3B60;
  font-family: "Inter", Arial, sans-serif;
  text-align: left;
}

.clinic-table th:nth-child(1),
.clinic-table td:nth-child(1) {
  width: 19%;
}

.clinic-table th:nth-child(2),
.clinic-table td:nth-child(2) {
  width: 9%;
}

.clinic-table th:nth-child(3),
.clinic-table td:nth-child(3) {
  width: 15%;
}

.clinic-table th:nth-child(4),
.clinic-table td:nth-child(4) {
  width: auto;
}

.clinic-table th:nth-child(5),
.clinic-table td:nth-child(5) {
  width: 150px;
}

.clinic-table th {
  height: 48px;
  padding: 0 30px;
  border-bottom: 1px solid #e2ebf6;
  color: #8aa0bb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.clinic-table td {
  height: 76px;
  padding: 0 30px;
  border-bottom: 1px solid #e8eff7;
  color: #1F3B60;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}

.clinic-table td:nth-child(-n + 3) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.clinic-table td:nth-child(4) {
  color: #526a88;
  font-weight: 500;
  line-height: 20px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.clinic-table th:last-child,
.clinic-table td:last-child {
  padding-left: 10px;
  padding-right: 18px;
}

.zone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #edf5ff;
  color: #22609f;
  font-size: 11px;
  font-weight: 700;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.pin {
  margin-right: 9px;
  color: #8aa0bb;
  font-size: 13px;
}

.clinic-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 116px;
  height: 38px;
  margin-left: auto;
  border: 1px solid #d9e5f3;
  border-radius: 999px;
  color: #1F3B60;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.clinic-arrow span {
  font-size: 9px;
  line-height: 1;
}

.clinic-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 30px;
  color: #6c7f99;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.clinic-pagination nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.clinic-pagination button {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #49647f;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.clinic-pagination button.active {
  width: 32px;
  height: 32px;
  background: #1F3B60;
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 980px) {
  .clinic-finder {
    padding: 62px 0 40px;
  }

  .shell.clinic-shell {
    width: min(100% - 32px, 720px);
  }

  .clinic-heading h1 {
    font-size: 46px;
    line-height: 46px;
  }

  .clinic-heading p {
    font-size: 18px;
    line-height: 26px;
  }

  .clinic-filters {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .reset-filters {
    justify-self: start;
  }

  .clinic-table {
    min-width: 0;
  }

  .clinic-table th,
  .clinic-table td {
    padding-left: 16px;
    padding-right: 16px;
  }

  .clinic-table th:nth-child(1),
  .clinic-table td:nth-child(1) {
    width: 22%;
  }

  .clinic-table th:nth-child(2),
  .clinic-table td:nth-child(2) {
    width: 12%;
  }

  .clinic-table th:nth-child(3),
  .clinic-table td:nth-child(3) {
    width: 18%;
  }

  .clinic-table th:nth-child(5),
  .clinic-table td:nth-child(5) {
    width: 124px;
  }

  .clinic-table th:last-child,
  .clinic-table td:last-child {
    padding-right: 12px;
  }

  .clinic-arrow {
    width: 96px;
    gap: 5px;
  }

  .clinic-arrow span {
    font-size: 8px;
  }

  .clinic-pagination {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }
}

@media (max-width: 560px) {
  .clinic-heading h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.05;
    letter-spacing: 0;
  }

  .clinic-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .clinic-panel {
    border-radius: 16px;
  }
}

@media (max-width: 700px) {
  .clinic-finder {
    padding-bottom: 34px;
  }

  .clinic-heading {
    margin-bottom: 24px;
  }

  .clinic-table-wrap {
    overflow-x: visible;
  }

  .clinic-table,
  .clinic-table thead,
  .clinic-table tbody,
  .clinic-table tr,
  .clinic-table td {
    display: block;
    width: 100%;
  }

  .clinic-table td:nth-child(1),
  .clinic-table td:nth-child(2),
  .clinic-table td:nth-child(3),
  .clinic-table td:nth-child(4),
  .clinic-table td:nth-child(5) {
    width: 100%;
  }

  .clinic-table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 0 14px 14px;
  }

  .clinic-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .clinic-table tr {
    padding: 16px;
    border: 1px solid #e2ebf6;
    border-radius: 14px;
    background: #ffffff;
  }

  .clinic-table tr + tr {
    margin-top: 12px;
  }

  .clinic-table td {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 0;
    height: auto;
    padding: 8px 0;
    border-bottom: 0;
    white-space: normal;
  }

  .clinic-table td::before {
    color: #8aa0bb;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .clinic-table td:nth-child(1)::before {
    content: "Klinika";
  }

  .clinic-table td:nth-child(2)::before {
    content: "Qyteti";
  }

  .clinic-table td:nth-child(3)::before {
    content: "Zona";
  }

  .clinic-table td:nth-child(4)::before {
    content: "Adresa";
  }

  .clinic-table td:nth-child(5) {
    display: flex;
    width: 100%;
    padding-top: 12px;
  }

  .clinic-table td:nth-child(5)::before {
    content: none;
  }

  .clinic-table td:nth-child(3) .zone-pill {
    justify-self: start;
  }

  .clinic-table td:nth-child(4) {
    align-items: center;
    line-height: 18px;
  }

  .clinic-table td:nth-child(4) .pin {
    display: none;
  }

  .clinic-table td:nth-child(4) .address-text {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .clinic-table td:nth-child(-n + 3) {
    overflow: visible;
    text-overflow: clip;
  }

  .clinic-table td:last-child {
    padding-right: 0;
  }

  .clinic-arrow {
    width: 100%;
    height: 42px;
    margin-left: 0;
  }

  .clinic-arrow span {
    font-size: 10px;
  }

  .clinic-pagination {
    gap: 16px;
    padding: 16px;
  }

  .clinic-pagination nav {
    width: 100%;
    justify-content: space-between;
    gap: 6px;
  }
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Delight";
  src: url("assets/fonts/delight-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #213f68;
  --blue-dark: #1f416c;
  --page: #f4f7fb;
  --muted: #6d7b90;
  --line: #e5ebf4;
  --white: #ffffff;
  --black: #050505;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-synthesis: none;
  color: var(--blue);
  background: transparent;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

.shell {
  width: min(calc(100% - 64px), 1300px);
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 68px;
  padding: 0 32px;
  background-color: var(--white);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, 1300px);
  min-height: 68px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.brand img {
  display: block;
  width: 174.9925px;
  height: 32.5373px;
  object-fit: contain;
}

.nav-toggle,
.menu-button,
.menu-close,
.menu-scrim {
  display: none;
}

.mobile-menu {
  display: contents;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #1f2b3c;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: .26px;
  white-space: nowrap;
}

.main-nav a,
.main-nav .nav-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 0 7px;
  border-bottom: 1px solid transparent;
}

.main-nav .nav-label {
  cursor: default;
  user-select: none;
}

.main-nav a.active {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: .26px;
  white-space: nowrap;
}

.pill-light {
  min-width: 116px;
  height: 39px;
  padding: 9px 22px;
  border: 1.5px solid transparent;
  border-top-color: #DFDFDF;
  border-bottom-color: #DFDFDF;
  border-radius: 50px;
  background: #f6f7f8;
  color: var(--black);
}

.pill-dark {
  width: 92px;
  height: 36px;
  padding: 9px 22px;
  border-radius: 50px;
  background: var(--black);
  color: var(--white);
}

.hero {
  position: relative;
  width: min(calc(100% - 106px), 2051px);
  height: auto;
  aspect-ratio: 2051 / 745;
  margin: 0 auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #dedede url("assets/first-image.jpg?v=2") center / cover no-repeat;
}

.hero-inner {
  height: 100%;
}

.hero-sunekos-logo {
  position: absolute;
  right: 18.3%;
  bottom: 9.2%;
  z-index: 3;
  width: clamp(74px, 5.42vw, 111px);
  height: clamp(74px, 5.42vw, 111px);
  object-fit: cover;
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 862px);
  height: 246px;
  padding-top: clamp(78px, 10.7vw, 154px);
  padding-left: 0;
}

.hero h1 {
  margin: 0;
  color: var(--blue);
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: clamp(42px, 4.08vw, 88px);
  font-weight: 900;
  line-height: 81.84px;
  letter-spacing: 0;
}

.hero p {
  margin: 12px 0 0;
  color: var(--blue);
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: clamp(22px, 2.09vw, 45px);
  font-weight: 400;
  line-height: 25.5px;
  letter-spacing: 0;
}

.reasons {
  padding: clamp(43px, 6vw, 86px) 0;
  background: var(--white);
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 174px;
  height: 33px;
  margin: 0 auto 10px;
  padding: 8px 16px;
  border-radius: 50px;
  background: #F0F4FF;
  color: #163A6B;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-kicker.light {
  margin: 0 0 12px;
  background: #F0F4FF;
  color: #163A6B;
}

h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(20px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

#reasons-title {
  color: #1F3B60;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 61.6px;
  letter-spacing: 0;
  text-align: center;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 22px);
  width: 100%;
  margin: clamp(25px, 3.5vw, 50px) 0 0;
}

.reason-card {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 2px 8px 0px #0000000A;
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 36px;
  border-radius: 14px;
  background: #eef4ff;
}

.icon-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason-card h3 {
  margin: 0 0 18px;
  color: #111111;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
}

.reason-card p {
  margin: 0 0 30px;
  color: #888888;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
}

.card-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  align-items: end;
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid #E5E5E5;
}

.card-footer span {
  color: #A9A9A9;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.card-footer strong {
  color: #163A6B;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
}

.card-footer a {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.formula {
  padding: clamp(82px, 8vw, 126px) 0 clamp(76px, 7vw, 112px);
  background: var(--blue-dark);
}

.formula-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(420px, 1fr);
  gap: clamp(76px, 9vw, 150px);
  align-items: center;
  width: min(calc(100% - 64px), 1240px);
}

.formula h2 {
  color: var(--white);
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 55px;
  letter-spacing: 0;
  text-align: left;
}

.formula .section-kicker.light {
  min-width: 0;
  height: 31px;
  margin-bottom: 32px;
  padding: 8px 18px;
  font-size: 9px;
  font-weight: 800;
  line-height: 13px;
  letter-spacing: .6px;
}

.formula p {
  max-width: 530px;
  margin: 34px 0 0;
  color: #FFFFFF;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
}

.learn-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 58px;
  color: #FFFFFF;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0;
}

.learn-link img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.formula-list {
  display: grid;
  gap: 36px;
}

.formula-item {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 80px;
  padding: 20px 48px;
  border-radius: 16px;
  background: var(--white);
  color: #111111;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}

.formula-item span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid #dfe8f3;
  border-radius: 50%;
  color: #0b4f9f;
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.products {
  border-top: 2px solid #1F3B60;
  background: #f4f7fb;
  padding: clamp(58px, 7vw, 92px) 0 clamp(52px, 7vw, 88px);
}

.products-inner {
  display: grid;
  gap: clamp(54px, 6.4vw, 88px);
  width: min(calc(100% - 64px), 1300px);
}

.product-row {
  display: grid;
  grid-template-columns: 584px 1fr;
  gap: 44px;
  align-items: center;
  scroll-margin-top: 96px;
}

.product-row-second {
  grid-template-columns: 1fr 584px;
}

.product-row-featured {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 582px);
  gap: clamp(54px, 7vw, 100px);
  align-items: center;
}

.product-photo {
  display: block;
  width: 584px;
  height: 500px;
  border-radius: 32px;
  object-fit: cover;
}

.product-row-featured .product-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 582 / 373;
  border-radius: 32px;
  box-shadow: none;
}

.product-copy {
  color: #142944;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.product-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 174px;
  height: 33px;
  padding: 8px 16px;
  border-radius: 50px;
  background: #F0F4FF;
  color: #1F3B60;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-row-featured .product-tags {
  gap: 12px;
  margin-bottom: 42px;
}

.product-row-featured .product-tags span {
  min-width: 0;
  height: 31px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: .6px;
}

.product-copy h2 {
  color: #1F3B60;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: clamp(28px, 2.55vw, 48px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-align: left;
}

.product-row-featured .product-copy h2 {
  font-size: clamp(44px, 4.1vw, 62px);
  line-height: .98;
}

.product-copy p {
  max-width: 410px;
  margin: 16px 0 0;
  color: #12253c;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}

.product-row-featured .product-copy p {
  max-width: 560px;
  margin-top: 25px;
  color: #020910;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.product-row-featured .product-copy p + p {
  margin-top: 24px;
}

.product-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 234px;
  min-height: 42px;
  margin-top: 42px;
  padding: 11px 24px;
  border: 1px solid #0b4f9f;
  border-radius: 999px;
  color: #0b4f9f;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: .8px;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.product-more-link:hover {
  transform: translateY(-1px);
  background: #0b4f9f;
  color: var(--white);
}

.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 26px;
}

.product-details span {
  display: block;
  margin-bottom: 8px;
  color: #9aa7bb;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.product-details ul {
  margin: 0;
  padding-left: 15px;
}

.product-details li,
.product-details p {
  margin: 0;
  color: #000000;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
}

.treatment-zones {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  width: 100%;
  padding: clamp(8px, 2vw, 22px) 0 4px;
  text-align: center;
  color: #0b3569;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 16px;
  background: #08366b;
  box-shadow: 0 16px 32px rgba(8, 54, 107, .09);
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 28px 30px;
  text-align: left;
}

.benefit-item + .benefit-item {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.benefit-item img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
}

.benefit-item span {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
}

.treatment-zones .section-kicker {
  margin-bottom: -18px;
}

.treatment-zones h2 {
  max-width: 1100px;
  margin: 0 auto;
  color: #0b3569;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 51px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
}

.treatment-zones-intro {
  max-width: 520px;
  margin: -18px auto 8px;
  color: #111927;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zone-card {
  overflow: hidden;
  border: 1px solid #edf3f8;
  border-radius: 16px;
  background: transparent;
  text-align: left;
  box-shadow: none;
}

.zone-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 184 / 168;
  object-fit: cover;
}

.zone-card div {
  min-height: 150px;
  padding: 28px 28px 22px;
}

.zone-card h3 {
  margin: 0 0 14px;
  color: #0b3569;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.zone-card ul {
  margin: 0;
  padding-left: 16px;
  color: #66778c;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.zone-card p {
  margin: 0;
  color: #66778c;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.zones-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 282px;
  min-height: 40px;
  padding: 10px 26px;
  border: 1px solid #0b4f9f;
  border-radius: 999px;
  color: #0b4f9f;
  background: rgba(255, 255, 255, .42);
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: .9px;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.zones-cta:hover {
  transform: translateY(-1px);
  background: #0b4f9f;
  color: var(--white);
}

.trust {
  background: #1F3B60;
  color: var(--white);
  padding: clamp(64px, 7vw, 92px) 0 clamp(52px, 6vw, 76px);
}

.trust-inner {
  text-align: center;
}

.trust h2,
.results h2,
.faq h2,
.final-cta h2 {
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.trust h2 {
  color: var(--white);
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
}

.trust-stats {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 28px;
  align-items: center;
  margin-top: 46px;
}

.trust-stats div {
  min-width: 138px;
}

.trust-stats div + div {
  border-left: 1px solid rgba(235, 190, 110, .75);
  padding-left: 28px;
}

.trust-stats strong {
  display: block;
  color: #E3B767;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: clamp(44px, 4vw, 68px);
  font-weight: 900;
  line-height: .9;
}

.trust-stats span {
  display: block;
  margin-top: 8px;
  color: #E3B767;
  font-size: 16px;
  line-height: 1.25;
}

.trust-features {
  display: grid;
  grid-template-columns: repeat(4, 239px);
  gap: 14px;
  justify-content: center;
  width: min(100%, 1012px);
  margin: 46px auto 0;
}

.trust-features article {
  width: 239px;
  height: 166px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: #3D5A7E;
  text-align: left;
}

.trust-features img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 24px;
}

.trust-features span {
  display: block;
  color: #E3B767;
  font-weight: 800;
  margin-bottom: 24px;
}

.trust-features p {
  margin: 0;
  color: #FFFFFF;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0;
}

.results {
  background: #f4f7fb;
  padding: clamp(64px, 7vw, 92px) 0 clamp(52px, 6vw, 78px);
}

.results-inner {
  text-align: center;
}

.results h2 {
  color: #1F3B60;
  font-size: clamp(34px, 2.6vw, 56px);
  line-height: 61.6px;
  text-align: center;
}

.faq h2 {
  color: #1F3B60;
  font-size: clamp(34px, 2.6vw, 56px);
  line-height: 61.6px;
  text-align: center;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  width: 100%;
  margin: 48px auto 0;
}

.result-card {
  overflow: hidden;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0px 2px 8px 0px #0000000A;
  text-align: left;
}

.result-card img {
  display: block;
  width: 100%;
  aspect-ratio: 330 / 198;
  object-fit: cover;
}

.result-card div {
  padding: 15px 18px 18px;
}

.result-card h3 {
  margin: 0;
  color: #111111;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}

.result-card p {
  margin: 5px 0 0;
  color: #888888;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0;
}

.faq {
  background: #f4f7fb;
  padding: clamp(36px, 5vw, 66px) 0 clamp(72px, 8vw, 118px);
}

.faq-inner {
  width: min(calc(100% - 64px), 1000px);
}

.faq-list {
  margin-top: 50px;
}

.faq-list details {
  border-bottom: 1px solid #dbe3ed;
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  color: #1F3B60;
  cursor: pointer;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: #1F3B60;
  font-weight: 700;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 28px 17px 0;
  color: #5d6b7e;
  font-size: 12px;
  line-height: 1.6;
}

.final-cta {
  background: #1F3B60;
  padding: clamp(60px, 7vw, 90px) 0 38px;
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 79.2px;
  letter-spacing: -1px;
  text-align: center;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 250px;
  height: 64px;
  margin-top: 34px;
  padding: 0 31px;
  border-radius: 50px;
  background: var(--white);
  color: #1F3B60;
  font-family: "Delight", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
}

.cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #1F3B60;
}

.site-footer {
  background: #000000;
  color: var(--white);
  padding: 22px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 48px;
}

.footer-inner img {
  width: 132px;
  height: auto;
  justify-self: start;
}

.footer-inner p {
  margin: 0;
  justify-self: end;
  text-align: right;
  color: #FFFFFF;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  body {
    padding-top: 76px;
  }

  .shell,
  .formula-grid,
  .products-inner {
    width: min(100% - 32px, 720px);
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 0;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .08);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    width: min(100% - 32px, 720px);
    min-height: 76px;
    gap: 16px;
    padding: 0;
  }

  .brand {
    justify-self: start;
  }

  .brand img {
    width: 148px;
    height: auto;
  }

  .menu-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 46px;
    height: 46px;
    border: 1px solid #DDE6F1;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFE 100%);
    box-shadow: 0 8px 18px rgba(31, 59, 96, .10);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .menu-button:hover {
    border-color: #C8D6E8;
    box-shadow: 0 10px 24px rgba(31, 59, 96, .14);
  }

  .menu-button:active {
    transform: scale(.96);
  }

  .menu-button span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 2.5px 0;
    border-radius: 99px;
    background: #163A6B;
    transition: transform .2s ease, opacity .2s ease;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    width: min(86vw, 360px);
    height: 100vh;
    overflow-y: auto;
    padding: 88px 24px 28px;
    background: var(--white);
    box-shadow: -20px 0 50px rgba(17, 17, 17, .16);
    transform: translateX(105%);
    transition: transform .25s ease;
  }

  .menu-close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #DDE6F1;
    border-radius: 50%;
    background: #F7FAFE;
    cursor: pointer;
  }

  .menu-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #163A6B;
  }

  .menu-close span:first-child {
    transform: rotate(45deg);
  }

  .menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    background: rgba(15, 29, 49, .34);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .nav-toggle:checked ~ .mobile-menu {
    transform: translateX(0);
  }

  .nav-toggle:checked ~ .menu-scrim {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle:checked ~ .menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle:checked ~ .menu-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked ~ .menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    color: #111111;
    font-family: "Delight", "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
  }

  .main-nav a,
  .main-nav .nav-label {
    padding: 13px 0;
    border-bottom: 1px solid #e5ebf4;
  }

  .main-nav a.active {
    border-bottom-color: #e5ebf4;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .pill-light,
  .pill-dark {
    width: 100%;
    height: 44px;
    padding: 11px 22px;
    font-size: 13px;
    line-height: 19.5px;
    border-radius: 50px;
  }

  .pill-light {
    border: 1.5px solid #eef1f5;
    border-top-color: #DFDFDF;
    border-bottom-color: #DFDFDF;
    background: #F6F7F8;
  }

  .hero {
    width: min(100% - 24px, 720px);
    aspect-ratio: auto;
    min-height: 560px;
    border-radius: 24px;
    background-size: cover;
    background-position: 63% center;
  }

  .hero-sunekos-logo {
    right: 58px;
    bottom: 88px;
    width: 76px;
    height: 76px;
  }

  .hero-copy {
    width: min(100%, 430px);
    height: auto;
    padding: 56px 24px 0;
  }

  .hero h1 {
    font-size: clamp(44px, 11vw, 72px);
    line-height: .95;
  }

  .hero p {
    font-size: 28px;
    line-height: 34px;
  }

  .reason-grid,
  .formula-grid,
  .product-row,
  .product-row-second {
    grid-template-columns: 1fr;
  }

  .reason-card {
    min-height: auto;
    padding: 32px;
  }

  .reasons,
  .products,
  .results,
  .faq {
    padding-left: 0;
    padding-right: 0;
  }

  .formula-grid {
    gap: 36px;
  }

  .product-row {
    gap: 22px;
  }

  .product-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 584 / 500;
  }

  .product-row-second .product-photo {
    order: -1;
  }

  .product-row-featured {
    gap: 30px;
  }

  .product-row-featured .product-tags {
    margin-bottom: 28px;
  }

  .product-row-featured .product-copy h2 {
    font-size: clamp(38px, 8vw, 54px);
  }

  .benefit-strip,
  .zone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .benefit-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .treatment-zones h2 br {
    display: initial;
  }

  .trust-features,
  .result-grid {
    grid-template-columns: repeat(2, minmax(0, 239px));
    justify-content: center;
  }

  .faq-inner {
    width: min(100% - 32px, 720px);
  }
}

@media (max-width: 560px) {
  body {
    padding-top: 70px;
  }

  .shell,
  .formula-grid,
  .products-inner,
  .faq-inner {
    width: calc(100% - 40px);
  }

  .site-header {
    min-height: 0;
  }

  .header-inner {
    width: calc(100% - 40px);
    min-height: 70px;
    padding: 0;
  }

  .pill {
    font-size: 12px;
    line-height: 18px;
  }

  .hero {
    width: calc(100% - 24px);
    min-height: min(520px, calc(100vh - 94px));
    border-radius: 20px;
    background-position: 62% center;
    display: flex;
    align-items: flex-end;
  }

  .hero-sunekos-logo {
    right: 28px;
    bottom: 46px;
    width: 62px;
    height: 62px;
  }

  .hero-copy {
    width: min(100%, 330px);
    padding: 0 20px 38px;
  }

  .hero h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.02;
  }

  .hero p {
    margin-top: 10px;
    font-size: clamp(18px, 5.6vw, 24px);
    line-height: 1.18;
  }

  .reasons {
    padding: 58px 0;
  }

  .section-kicker,
  .product-tags span {
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 33px;
    padding: 8px 14px;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: .8px;
  }

  #reasons-title,
  .results h2,
  .faq h2 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.12;
  }

  .reason-grid {
    gap: 20px;
    margin-top: 32px;
  }

  .reason-card {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .05);
  }

  .icon-badge {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
  }

  .reason-card h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .reason-card p {
    font-size: 13px;
    line-height: 19px;
  }

  .formula {
    padding: 60px 0;
  }

  .formula h2 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.12;
  }

  .formula p {
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }

  .product-copy h2 {
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.12;
  }

  .product-copy p {
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }

  .product-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .formula-item {
    min-height: 64px;
    padding: 16px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 20px;
  }

  .formula-item span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .products {
    padding: 60px 0;
  }

  .products-inner {
    gap: 54px;
  }

  .product-row {
    gap: 20px;
  }

  .product-photo {
    border-radius: 24px;
    box-shadow: 0 10px 26px rgba(31, 59, 96, .08);
  }

  .product-row-featured .product-tags {
    gap: 8px;
    margin-bottom: 20px;
  }

  .product-row-featured .product-tags span {
    min-height: 29px;
    padding: 7px 12px;
    font-size: 8px;
    line-height: 12px;
    white-space: normal;
  }

  .product-row-featured .product-copy h2 {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.08;
  }

  .product-row-featured .product-copy p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .product-row-featured .product-copy p + p {
    margin-top: 16px;
  }

  .product-more-link {
    min-width: 0;
    min-height: 40px;
    margin-top: 28px;
    padding: 10px 18px;
    font-size: 10px;
    line-height: 14px;
  }

  .product-row-featured .product-photo {
    border-radius: 24px;
  }

  .treatment-zones {
    gap: 28px;
    padding-top: 0;
  }

  .benefit-strip,
  .zone-grid {
    grid-template-columns: 1fr;
  }

  .benefit-strip {
    border-radius: 14px;
  }

  .benefit-item {
    min-height: 92px;
    padding: 20px;
  }

  .benefit-item + .benefit-item,
  .benefit-item:nth-child(3),
  .benefit-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .benefit-item img {
    width: 48px;
    height: 48px;
  }

  .benefit-item span {
    font-size: 14px;
    line-height: 20px;
  }

  .treatment-zones .section-kicker {
    margin-bottom: -10px;
  }

  .treatment-zones h2 {
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.12;
  }

  .treatment-zones-intro {
    max-width: none;
    margin: -8px auto 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .zone-grid {
    gap: 20px;
  }

  .zone-card {
    border-radius: 18px;
  }

  .zone-card div {
    min-height: 0;
    padding: 22px;
  }

  .zone-card h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .zones-cta {
    width: min(100%, 300px);
    min-width: 0;
    padding: 10px 18px;
    font-size: 11px;
    line-height: 15px;
  }

  .trust {
    padding: 62px 0;
  }

  .trust h2 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.14;
  }

  .trust-stats {
    gap: 22px;
    margin-top: 34px;
  }

  .result-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .trust-stats div + div {
    border-left: 1px solid rgba(235, 190, 110, .75);
    border-top: 0;
    padding: 0 0 0 22px;
  }

  .trust-features {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }

  .trust-features article {
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 22px;
    border-radius: 20px;
  }

  .trust-features img {
    width: 26px;
    height: 26px;
    margin-bottom: 22px;
  }

  .trust-features p {
    font-size: 14px;
    line-height: 21px;
  }

  .results {
    padding: 62px 0 50px;
  }

  .result-grid {
    gap: 20px;
    margin-top: 32px;
  }

  .result-card {
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .05);
  }

  .result-card div {
    padding: 16px 18px 18px;
  }

  .faq {
    padding: 46px 0 76px;
  }

  .faq-list {
    margin-top: 34px;
  }

  .faq-list summary {
    padding: 16px 0;
    font-size: 14px;
    line-height: 21px;
    gap: 16px;
  }

  .faq-list p {
    font-size: 13px;
    line-height: 20px;
  }

  .final-cta {
    padding: 60px 0 38px;
  }

  .final-cta h2 {
    font-size: clamp(28px, 8.6vw, 36px);
    line-height: 1.16;
  }

  .cta-button {
    min-width: min(100%, 236px);
    height: 56px;
    margin-top: 28px;
    padding: 0 26px;
    font-size: 14px;
    line-height: 21px;
    gap: 14px;
  }

  .cta-arrow {
    font-size: 24px;
  }

  .footer-inner {
    justify-items: start;
    gap: 18px;
  }

  .site-footer {
    padding: 28px 0 30px;
  }

  .footer-inner img {
    width: 142px;
  }

  .footer-inner p {
    justify-self: start;
    max-width: 290px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}
