:root {
  --navy: #14417d;
  --navy-dark: #0e2c56;
  --blue: #1a56a0;
  --gold: #c7943f;
  --text: #14233b;
  --muted: #66758b;
  --line: #e5eaf0;
  --soft: #f4f7fa;
  --white: #fff;
  --radius: 10px;
  /* Tek radius: buton, kart, görsel, form — tüm arayüz */
  --shadow: 0 14px 40px rgba(24, 47, 83, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  overflow: visible;
  vertical-align: -.125em;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1360px, calc(100% - 40px));
  margin: 0 auto;
}

.top-bar {
  position: relative;
  z-index: 30;
  color: #a5b8d6;
  background: #00275e;
  font-size: 12px;
}

.top-bar::before {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #1e9fe0 0%, #3b7bf7 45%, rgba(59, 123, 247, 0) 100%);
}

.top-bar-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-bar-info {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.top-bar-info>.icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #3aabe6;
  font-size: 15px;
}

.top-bar-info span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-bar-links {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 14px;
}

.top-bar-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c9d9f2;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease;
}

.top-bar-links a:hover {
  color: #fff;
}

.top-bar-links a .icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #8fa9cc;
  transition: color .2s ease;
}

.top-bar-links a:hover .icon {
  color: #c9d9f2;
}

.tb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ee6a8;
  box-shadow: 0 0 8px rgba(46, 230, 168, .9);
}

.tb-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .14);
}

/* compact language pill inside the top bar */
.top-bar .language-switcher summary {
  min-height: 26px;
  gap: 6px;
  padding: 0 10px;
  font-size: 11px;
}

.top-bar .language-switcher summary>.icon:first-child {
  font-size: 13px;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 78px;
  border-bottom: 0;
  background: var(--navy-dark);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 120, 209, 0) 0%, rgba(57, 151, 238, .42) 22%, #75c4ff 50%, rgba(57, 151, 238, .42) 78%, rgba(31, 120, 209, 0) 100%);
  pointer-events: none;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: white;
  font-size: 21px;
  font-weight: 700;
  line-height: .95;
  white-space: nowrap;
}

.logo>span>span {
  color: var(--gold);
}

.logo small {
  display: block;
  margin-top: 5px;
  color: #b9c9de;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .45px;
}

.logo-mark {
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  /* offsets the PNG's transparent padding so the mark optically aligns
     with the container edge (nav, hero copy, search widget) */
  margin-left: -14px;
}

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

/* the PNG carries its own transparent padding — pull the wordmark closer */
.logo-mark+span {
  margin-left: 3px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}

.main-nav a {
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s;
}

.main-nav a:hover {
  color: #80c2ff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 7px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, .05);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease;
}

.phone:hover {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .09);
}

.phone>.icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  padding: 8px;
  border-radius: 50%;
  color: #8ecdf2;
  background: rgba(30, 159, 224, .14);
  font-size: 14px;
}

.phone small {
  display: block;
  margin-top: 2px;
  color: #9db4d6;
  font-size: 10px;
  font-weight: 500;
}


.language-switcher {
  position: relative;
}

.language-switcher summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, .05);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  transition: border-color .2s ease, background .2s ease;
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher summary:hover {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .09);
}

.language-switcher summary>.icon:first-child {
  color: #a9c4ec;
  font-size: 15px;
}

.language-switcher .arrow {
  color: #8fa9cc;
  font-size: 7px;
  transition: transform .2s;
}

.language-switcher[open] .arrow {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  width: 160px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: #123568;
  box-shadow: 0 22px 45px -14px rgba(0, 5, 16, .85);
}

.language-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
  background: #123568;
  transform: rotate(45deg);
}

.language-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #c9d9f2;
  font-size: 12px;
  font-weight: 600;
}

.language-menu a:hover,
.language-menu a.active {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.language-menu a .icon {
  margin-left: auto;
  color: #3aabe6;
  font-size: 9px;
}

.language-menu .flag {
  width: 17px;
  height: 12px;
  flex: 0 0 17px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.icon-btn,
.mobile-menu {
  border: 0;
  color: white;
  background: transparent;
}

.mobile-menu {
  display: none;
  font-size: 21px;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}

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

.btn-primary {
  color: #fff;
  background: var(--navy);
}

.btn-primary:hover {
  background: var(--blue);
}

.btn-small {
  min-height: 37px;
  padding: 0 16px;
  font-size: 12px;
}

.site-header .btn-primary {
  color: var(--navy-dark);
  background: white;
}

.site-header .btn-primary:hover {
  color: white;
  background: var(--blue);
}

.hero-stage {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../img/hp-2.png") center center / cover no-repeat;
  pointer-events: none;
}

.hero-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, #0e2c56 0%, transparent 100%);
  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 2;
  min-height: 350px;
  padding-bottom: 72px;
  overflow: visible;
  background: transparent;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: transparent;
}

.hero::after {
  content: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}

.hero-copy {
  width: 50%;
  max-width: 680px;
}

.search-wrap {
  position: relative;
  z-index: 4;
  margin-top: -70px;
  padding-bottom: 30px;
  background: transparent;
}

.hero-search {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  /* tek parça siluete (kulakçık + kavis + panel) birleşik yükseklik */
  filter:
    drop-shadow(0 1px 2px rgba(12, 38, 74, .07))
    drop-shadow(0 9px 16px rgba(12, 38, 74, .085))
    drop-shadow(0 24px 38px rgba(12, 38, 74, .075));
}

/* tab lobe — attached flush to the top of the search panel */
.hero-search .search-tabs {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  margin: 0 0 -1px;
  padding: 10px 32px 0 10px;
  border: 0;
  border-radius: 20px 20px 0 0;
  background: #fff;
  min-width: 0;
}

/* concave SVG fillet where the navy lobe meets the panel (browser-tab style);
   its stroke continues the lobe's 1px outline seamlessly along the arc */
.hero-search .tabs-fillet {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.hero-search .search-tabs-indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 14px;
  background: var(--navy-dark, #0e2c56);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), width .35s cubic-bezier(.22, 1, .36, 1), height .35s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.hero-search .search-tabs button {
  position: relative;
  z-index: 1;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 14px;
  color: #40536e;
  background: transparent;
  transition: color .25s ease, background .25s ease;
  font-size: 13px;
}

.hero-search .search-tabs button .icon {
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #7d8fa8;
  transition: color .25s ease;
}

.hero-search .search-tabs button:hover:not(.active) {
  color: var(--navy-dark);
  background: #f4f8fd;
}

.hero-search .search-tabs button:hover:not(.active) .icon {
  color: var(--navy-dark);
}

.hero-search .search-tabs button.active {
  color: white;
  background: transparent;
}

.hero-search .search-tabs button.active .icon {
  color: white;
}

.hero-search .search-card {
  position: relative;
  z-index: 2;
  overflow: visible;
  border: 0;
  border-radius: 0 20px 20px 20px;
  background: #fff;
  box-shadow: none;
}

.hero-search .search-form {
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  padding: 10px;
}

.hero-search .search-field {
  min-height: 52px;
  flex: 1;
  gap: 14px;
  padding: 6px 10px 6px 16px;
  border: 1px solid #dde7f4;
  border-right: 1px solid #dde7f4;
  border-radius: 14px;
  background: #f2f7fc;
  cursor: text;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.hero-search .search-field:hover {
  border-color: #b9d0ea;
  background: #eaf2fb;
}

.hero-search .search-field:focus-within {
  border-color: #1a56a0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26, 86, 160, .14);
}

.hero-search .search-field:first-child {
  flex-grow: 1.35;
  padding-left: 18px;
}

.hero-search .search-card .field-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: #64748b;
  background: transparent;
  font-size: 19px;
}

.hero-search .field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-search .field-body {
  position: relative;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 0;
  padding-left: 16px;
}

.hero-search .field-body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 62%;
  transform: translateY(-50%);
  background: #dfe7f1;
}

.hero-search .autosuggest-input {
  width: 100%;
  padding: 0;
  border: 0;
  color: #14233b;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-search .autosuggest-input::placeholder {
  color: #93a3ba;
  font-weight: 500;
}

.hero-search .autosuggest-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  min-width: 220px;
  overflow: hidden;
  border: 1px solid #d5e0ea;
  border-radius: 10px;
  background: white;
  box-shadow: 0 18px 40px rgba(20, 65, 125, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.hero-search .autosuggest-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero-search .autosuggest-list {
  max-height: 220px;
  margin: 0;
  padding: 6px;
  overflow: auto;
  list-style: none;
}

.hero-search .autosuggest-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--navy-dark, #0e2c56);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

.hero-search .autosuggest-item:hover,
.hero-search .autosuggest-item.is-active {
  color: white;
  background: var(--navy, #14417d);
}

.hero-search .autosuggest-item .flag {
  width: 20px;
  height: 14px;
  flex: 0 0 20px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(20, 65, 125, .08);
}

.hero-search .autosuggest-item mark {
  background: transparent;
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(30, 159, 224, .5);
  text-underline-offset: 2px;
}

.hero-search .autosuggest-empty {
  padding: 14px 12px;
  color: #8a97a8;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.hero-search .search-field.is-suggest-open {
  z-index: 25;
}

.hero-search .search-form .search-button {
  width: 170px;
  min-width: 170px;
  min-height: 0;
  align-self: stretch;
  margin: 0;
  gap: 9px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: var(--navy-dark, #0e2c56);
  box-shadow: 0 12px 26px -12px rgba(14, 44, 86, .5);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hero-search .search-form .search-button .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.hero-search .search-form .search-button:hover {
  color: #fff;
  background: #1a56a0;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px -12px rgba(14, 44, 86, .55);
}

.hero-search .search-form .search-button:active {
  transform: translateY(0);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero .eyebrow {
  padding: 2px 5px;
  border: 0;
  border-radius: 3px;
  color: white;
  background: var(--navy);
  font-size: 10px;
  letter-spacing: .7px;
}

h1,
h2 {
  margin: 0;
  color: var(--navy-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.14;
}

h1 {
  font-size: clamp(40px, 4.5vw, 52px);
  font-weight: 600;
}

h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero-copy h1 {
  color: var(--navy-dark);
}

.hero-copy>p {
  max-width: 620px;
  margin: 14px 0 16px;
  color: #40536e;
  font-size: 15px;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.avatars {
  display: flex;
  margin-right: 5px;
}

.avatars img {
  width: 30px;
  height: 30px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(20, 65, 125, .12);
  object-fit: cover;
}

.avatars img:first-child {
  margin-left: 0;
}

.hero-rating strong {
  color: var(--navy-dark);
  font-size: 18px;
}

.stars {
  color: #e4a72e;
  font-size: 12px;
  letter-spacing: 1px;
}

.hero-rating .stars {
  color: #d88b00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1;
}

.hero-rating small {
  color: #40536e;
  font-size: 12px;
  font-weight: 700;
}

.trust-wrap {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-bottom: 40px;
  background: transparent;
}

.search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.search-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #cddbe8;
  border-radius: var(--radius);
  color: var(--navy-dark);
  background: rgba(255, 255, 255, .96);
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
  transition: background .2s, color .2s, border-color .2s;
}

.search-tabs button .icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
  color: var(--navy);
}

.search-tabs button:hover:not(.active) {
  border-color: var(--navy);
  color: var(--navy-dark);
  background: #f4f8fc;
  box-shadow: none;
}

.search-tabs button.active {
  border-color: var(--navy);
  color: white;
  background: var(--navy);
  box-shadow: none;
}

.search-tabs button.active .icon {
  color: white;
}

.search-card {
  overflow: visible;
  border: 1px solid #315b8f;
  border-radius: 12px;
  background: rgba(14, 44, 86, .98);
  box-shadow: none;
}

.search-form {
  display: flex;
  align-items: stretch;
  padding: 10px 10px 10px 18px;
}

.search-form[hidden] {
  display: none;
}

.search-form:not([hidden]) {
  animation: search-panel-in .22s ease;
}

@keyframes search-panel-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-field {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 20px;
  border-right: 1px solid #dfe6ee;
  cursor: pointer;
}

.search-field:first-child {
  padding-left: 6px;
}

.field-icon {
  flex-shrink: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
}

.field-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.field-label {
  color: #8a97a8;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.search-form select,
.field-button {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--navy-dark);
  outline: none;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.search-form select {
  appearance: none;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23062d62' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

.field-button {
  padding: 0;
}

.search-button {
  flex-shrink: 0;
  align-self: center;
  min-width: 148px;
  min-height: 56px;
  margin-left: 10px;
  padding: 0 26px;
  font-size: 13px;
}

.trust-panel {
  overflow: hidden;
  border: 1px solid #cbd9e6;
  border-radius: var(--radius);
  background: white;
}

.trust-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #dfe7ef;
  background: #f8fbfe;
}

.trust-seal {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid #b9cede;
  border-radius: 10px;
  color: white;
  background: var(--navy);
  font-size: 21px;
}

.trust-heading>div {
  min-width: 0;
  flex: 1;
}

.trust-kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.trust-heading h2 {
  color: var(--navy-dark);
  font-size: 20px;
  line-height: 1.25;
}

.trust-heading p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.trust-status {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid #b9d8ca;
  border-radius: 8px;
  color: #176b4e;
  background: #f2faf6;
}

.trust-status>.icon {
  font-size: 18px;
}

.trust-status>span {
  color: #507063;
  font-size: 9px;
  line-height: 1.35;
  white-space: nowrap;
}

.trust-status strong {
  display: block;
  color: #176b4e;
  font-size: 11px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: white;
  box-shadow: none;
}

.trust-row>div {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border-right: 1px solid #e1e8ef;
}

.trust-row>div:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #c8daea;
  border-radius: 8px;
  color: var(--navy);
  background: #eaf2f9;
}

.trust-icon .icon {
  font-size: 16px;
}

.trust-row>div>span:last-child {
  color: #657486;
  font-size: 10px;
  line-height: 1.45;
}

.trust-row strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy-dark);
  font-size: 12px;
  line-height: 1.3;
}

.trust-row small {
  display: block;
  margin-top: 5px;
  color: #7e8c9b;
  font-size: 9px;
  font-weight: 600;
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: var(--soft);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-heading .eyebrow {
  margin-bottom: 4px;
}

.section-heading h2,
.center-heading h2,
.why-copy h2 {
  font-size: 28px;
}

.section-heading>a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.section-heading>a .icon {
  margin-left: 7px;
}

.treatment-slider {
  position: relative;
}

.treatment-viewport {
  min-width: 0;
  overflow: hidden;
  padding: 5px 0;
}

.treatment-grid {
  display: flex;
  gap: 16px;
  transition: transform .45s cubic-bezier(.22, .75, .3, 1);
  will-change: transform;
}

.treatment-card {
  flex: 0 0 calc((100% - 80px) / 6);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .25s, box-shadow .25s;
}

.treatment-card:hover {
  transform: translateY(-5px);
}

.treatment-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.treatment-card div {
  padding: 14px;
}

.treatment-card h3 {
  margin: 0 0 3px;
  color: var(--navy-dark);
  font-size: 14px;
}

.treatment-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.destination-slider {
  position: relative;
}

.destination-viewport {
  min-width: 0;
  overflow: hidden;
  padding: 5px 0;
}

.destination-grid {
  display: flex;
  gap: 17px;
  transition: transform .45s cubic-bezier(.22, .75, .3, 1);
  will-change: transform;
}

.destination-card {
  position: relative;
  min-height: 295px;
  flex: 0 0 calc((100% - 68px) / 5);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg) center / cover no-repeat;
  transition: transform .25s;
}

.destination-card:hover {
  transform: translateY(-4px);
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(1, 19, 42, .92));
}

.destination-card div {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 15px;
  left: 17px;
  color: white;
}

.destination-card h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
}

.destination-card p {
  margin: 2px 0 0;
  font-size: 12px;
  opacity: .8;
}

.slider-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dce4ed;
  border-radius: var(--radius);
  color: var(--navy);
  background: white;
  box-shadow: 0 6px 18px rgba(20, 65, 125, .08);
  transform: translateY(-50%);
  transition: color .2s, background .2s, opacity .2s, transform .2s;
}

.slider-prev {
  left: -56px;
}

.slider-next {
  right: -56px;
}

.slider-arrow:hover:not(:disabled) {
  color: white;
  background: var(--navy);
  transform: translateY(calc(-50% - 2px));
}

.slider-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 25px;
}

.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: #c9d1dc;
  transition: width .25s, background .25s;
}

.slider-dots button.active {
  width: 23px;
  background: var(--navy);
}

.process {
  padding-top: 72px;
  padding-bottom: 72px;
}

.center-heading {
  margin-bottom: 28px;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  align-items: center;
  width: 100%;
  margin: auto;
}

.process-step {
  text-align: center;
}

.step-icon {
  position: relative;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: var(--gold);
  background: #edf3fa;
  font-size: 24px;
}

.step-icon b {
  position: absolute;
  top: 0;
  right: -1px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  background: var(--gold);
  font-size: 11px;
}

.process-step h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 17px;
}

.process-step p {
  max-width: 220px;
  margin: auto;
  color: var(--muted);
  font-size: 14px;
}

.step-arrow {
  display: flex;
  align-items: center;
  align-self: start;
  margin-top: 40px;
  color: var(--navy);
  font-size: 12px;
  opacity: .55;
}

.step-arrow::before {
  content: "";
  flex: 1;
  border-top: 2px dotted #aebed2;
}

#about {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--soft);
}

.why-grid {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.why-copy>p {
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.accordion details {
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  transition: background-color .4s ease;
}

.accordion details[open] {
  background: var(--soft);
}

.accordion details:last-child {
  border-bottom: 0;
}

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

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

.accordion summary .icon {
  font-size: 10px;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.accordion details[open] summary .icon {
  transform: rotate(180deg) scale(1.08);
}

.accordion-content {
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.accordion details[open] .accordion-content {
  opacity: 1;
  transform: translateY(0);
}

.accordion details p {
  margin: 0;
  padding: 0 20px 15px 0;
  color: var(--muted);
  font-size: 12px;
}

.accordion details.is-closing .accordion-content {
  opacity: 0;
  transform: translateY(-5px);
}

.why-image {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
}

.why-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 26, 57, .9), rgba(2, 26, 57, .42) 53%, transparent);
}

.why-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 44px;
  max-width: 310px;
  color: white;
  transform: translateY(-50%);
}

.why-overlay h2 {
  color: white;
  font-size: 29px;
}

.why-overlay p {
  margin: 15px 0 24px;
  font-size: 13px;
  opacity: .85;
}

.btn-light {
  min-height: 40px;
  color: var(--navy);
  background: white;
  font-size: 12px;
}

.testimonials {
  background: #fbfcfd;
}

.testimonial-slider {
  position: relative;
}

.testimonial-viewport {
  min-width: 0;
  overflow: hidden;
  padding: 5px 0;
}

.testimonial-grid {
  display: flex;
  gap: 18px;
  transition: transform .45s cubic-bezier(.22, .75, .3, 1);
  will-change: transform;
}

.testimonial-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  column-gap: 22px;
  align-content: center;
  min-height: 225px;
  flex: 0 0 calc((100% - 36px) / 3);
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.testimonial-card::before {
  display: none;
}

.patient,
.patient>div {
  display: contents;
}

.patient img {
  grid-column: 1;
  grid-row: 1 / 5;
  align-self: start;
  width: 88px;
  height: 88px;
  border: 7px solid #f0f4f8;
  border-radius: 50%;
  object-fit: cover;
}

.patient h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: var(--navy);
  font-size: 15px;
}

.patient p {
  grid-column: 2;
  grid-row: 3;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.testimonial-card blockquote {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  margin: 0 0 16px;
  color: #4b5a6f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.testimonial-card>.stars {
  grid-column: 2;
  grid-row: 4;
  margin-top: 12px;
  font-size: 14px;
}

.numbers {
  padding: 32px 0 0;
  background: #f0f5fa;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.25fr;
  padding: 34px 26px;
  overflow: hidden;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(110deg, var(--navy-dark), var(--navy) 58%, #063b7b);
  box-shadow: 0 12px 30px rgba(20, 65, 125, .14);
}

.numbers-grid>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 86px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.numbers-grid>div:last-child {
  border-right: 0;
}

.numbers-grid .icon {
  color: #d4e1f1;
  font-size: 26px;
}

.numbers-grid span {
  font-size: 11px;
  opacity: .82;
}

.numbers-grid strong {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 1.15;
  opacity: 1;
}

.numbers-grid .accreditation {
  justify-content: flex-start;
  min-height: 90px;
  margin-left: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}

.numbers-grid .accreditation .icon {
  color: var(--gold);
  font-size: 32px;
}

.numbers-grid .accreditation strong {
  margin-bottom: 4px;
  font-size: 12px;
}

.newsletter {
  padding: 0;
  overflow: hidden;
  background: #f0f5fa;
}

.newsletter-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 210px;
  padding: 30px 24px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, #f4f7fb, #edf3fa);
}

.newsletter-inner>div {
  grid-column: 1;
  grid-row: 1;
  padding-left: 0;
}

.newsletter h2 {
  font-size: 23px;
}

.newsletter p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.newsletter form {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: 10px;
  width: min(580px, 100%);
  margin-left: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.newsletter input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 8px 25px rgba(12, 45, 83, .08);
  font-size: 13px;
}

.newsletter form .btn {
  flex-shrink: 0;
  font-size: 12px;
}

.site-footer {
  padding-top: 48px;
  color: #cfdae9;
  background: var(--navy-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 45px;
  padding-bottom: 36px;
}

.logo-light {
  color: white;
}

.footer-brand p {
  max-width: 280px;
  margin: 17px 0;
  color: #a7b5c8;
  font-size: 12px;
}

.socials {
  display: flex;
  gap: 8px;
}

.socials a {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius);
  font-size: 10px;
}

.footer-grid h3 {
  margin: 3px 0 14px;
  color: white;
  font-size: 13px;
}

.footer-grid>div:not(.footer-brand) a {
  display: block;
  margin: 7px 0;
  color: #a7b5c8;
  font-size: 12px;
}

.footer-grid a:hover {
  color: white !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #94a4b9;
  font-size: 11px;
}

.footer-bottom .icon {
  margin-left: 13px;
  color: white;
  font-size: 18px;
}

.footer-bottom span>.icon:first-child {
  margin: 0 5px 0 0;
  font-size: 10px;
}

@media (max-width: 1480px) {
  .slider-prev {
    left: 10px;
  }

  .slider-next {
    right: 10px;
  }
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 15px;
  }

  .main-nav a:nth-last-child(-n+2),
  .phone {
    display: none;
  }

  .top-bar-info {
    display: none;
  }

  .top-bar-inner {
    justify-content: flex-end;
  }

  .hero-copy {
    max-width: 560px;
  }

  .search-wrap {
    margin-top: -62px;
  }

  .hero-search {
    width: 100%;
    max-width: none;
  }

  .hero-search .search-tabs {
    gap: 10px;
    padding: 10px 22px 0 10px;
  }

  .hero-search .search-tabs button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 13px;
  }

  .hero-search .search-form {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }

  .hero-search .search-field {
    flex: 1 1 240px;
  }

  .hero-search .search-form .search-button {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
    min-height: 54px;
    margin: 0;
  }

  .trust-wrap {
    margin-top: 0;
  }

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

  .trust-row>div:nth-child(2) {
    border-right: 0;
  }

  .trust-row>div:nth-child(-n+2) {
    border-bottom: 1px solid #e1e8ef;
  }

  .treatment-card {
    flex-basis: calc((100% - 32px) / 3);
  }

  .destination-card {
    flex-basis: calc((100% - 34px) / 3);
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    min-height: auto;
    padding: 30px 36px;
  }

  .newsletter-inner>div {
    grid-column: 1;
    grid-row: 1;
    padding-left: 0;
  }

  .newsletter form {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin: 20px 0 0;
  }

  .newsletter img {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.7fr repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 600px);
  }

  .site-header {
    height: 66px;
  }

  .main-nav,
  .header-actions,
  .top-bar {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    min-height: 320px;
    padding-bottom: 60px;
    background-position: 63% 42%;
  }

  .hero::before {
    background: transparent;
  }


  .hero-content {
    padding-top: 38px;
  }

  .hero-copy {
    width: min(100%, 450px);
  }

  h1 {
    font-size: 36px;
  }

  .search-wrap {
    margin-top: -48px;
    padding-bottom: 24px;
  }

  .trust-wrap {
    margin-top: 0;
    padding-bottom: 24px;
  }

  .hero-search .search-tabs {
    display: flex;
    width: 100%;
    gap: 10px;
    margin: 0 0 -1px;
    padding: 10px 10px 0;
    border-radius: 16px 16px 0 0;
  }

  .hero-search .tabs-fillet {
    display: none;
  }

  .hero-search .search-card {
    border-radius: 0 0 16px 16px;
  }

  .hero-search .search-tabs button {
    flex: 1;
    min-width: 0;
    min-height: 46px;
    padding: 0 8px;
    gap: 6px;
    font-size: 13px;
  }

  .hero-search .search-form {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .hero-search .search-field {
    width: 100%;
    flex: 1 1 auto;
    min-height: 52px;
  }

  .hero-search .search-form .search-button {
    width: 100%;
    min-height: 52px;
  }


  .trust-heading {
    align-items: flex-start;
    padding: 18px;
  }

  .trust-status {
    display: none;
  }

  .trust-heading h2 {
    font-size: 18px;
  }

  .trust-row {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
  }

  .trust-row>div {
    justify-content: flex-start;
    padding: 17px;
  }

  .section {
    padding: 54px 0;
  }

  .treatment-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .slider-arrow {
    width: 34px;
    height: 34px;
  }

  .destination-card {
    flex-basis: calc((100% - 17px) / 2);
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 15px;
  }

  .step-arrow {
    display: none;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .why-image {
    height: 380px;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }

  .numbers-grid>div {
    border-right: 0;
  }

  .numbers-grid .accreditation {
    grid-column: 1 / -1;
    margin-left: 0;
    justify-content: center;
  }

  .newsletter-inner {
    display: block;
    padding-bottom: 35px;
  }

  .newsletter form {
    margin: 20px 0 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .eyebrow {
    font-size: 10px;
  }

  .hero {
    min-height: 300px;
    padding-bottom: 50px;
  }


  .search-wrap {
    margin-top: -36px;
  }

  .trust-wrap {
    margin-top: 0;
  }

  h1 {
    font-size: 32px;
  }

  .hero-copy>p {
    font-size: 14px;
  }

  .hero-rating {
    flex-wrap: wrap;
  }

  .hero-rating small {
    width: 100%;
    margin-left: 100px;
  }

  .hero-search .search-tabs button {
    padding: 0 4px;
    font-size: 13px;
  }

  .trust-seal {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .trust-heading p {
    display: none;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .trust-row>div {
    border-right: 0;
    border-bottom: 1px solid #e1e8ef;
  }

  .trust-row>div:last-child {
    border-bottom: 0;
  }

  .search-tabs button .icon {
    font-size: 16px;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading h2,
  .center-heading h2,
  .why-copy h2 {
    font-size: 24px;
  }

  .section-heading>a {
    margin-top: 14px;
    font-size: 0;
  }

  .section-heading>a .icon {
    font-size: 13px;
  }

  .treatment-card img {
    height: 140px;
  }

  .destination-card {
    min-height: 210px;
  }

  .why-overlay {
    left: 25px;
    max-width: 250px;
  }

  .why-overlay h2 {
    font-size: 25px;
  }

  .newsletter h2 {
    font-size: 20px;
  }

  .newsletter form {
    flex-direction: column;
    background: transparent;
    box-shadow: none;
  }

  .newsletter input {
    height: 46px;
    margin-bottom: 8px;
    border-radius: var(--radius);
    background: white;
  }

  .newsletter form .btn {
    border-radius: var(--radius);
  }

  .footer-bottom {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-search .search-tabs-indicator {
    transition: none;
  }
}