/*
Theme Name: SağlığımTam
Theme URI: https://gencyildirimlar.com/
Author: Genç Yıldırımlar Sigorta
Description: Genç Yıldırımlar Sigorta için tamamlayıcı, özel ve grup sağlık sigortası odaklı klasik WordPress teması.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sagligimtam
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: insurance, health, corporate, responsive
*/

:root {
  --blue-500: #0d78c2;
  --blue-600: #0869b8;
  --blue-700: #0757a8;
  --blue-800: #053f7a;
  --blue-900: #032e5d;
  --blue-100: #eaf5ff;
  --sky-400: #63c7f2;
  --sky-500: #35b8eb;
  --ink: #0a2a4d;
  --ink-500: #58738b;
  --ink-600: #31506f;
  --white: #ffffff;
  --border: #dceaf6;
  --header-height: 92px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f8fbff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #f8fbff;
}

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--blue-800);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--border);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 9px 24px rgb(20 73 120 / 6%);
  backdrop-filter: blur(12px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1220px);
  min-height: var(--header-height);
  margin: 0 auto;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.brand img {
  display: block;
  width: clamp(190px, 18vw, 248px);
  height: auto;
  object-fit: contain;
}

.site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.site-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navigation li a {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  color: #31506f;
  font-size: 0.91rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 160ms ease;
}

.site-navigation li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--sky-400);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-navigation li a:hover,
.site-navigation li a:focus-visible,
.site-navigation li a[aria-current="page"] {
  color: var(--blue-700);
}

.site-navigation li a:hover::after,
.site-navigation li a:focus-visible::after,
.site-navigation li a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid var(--blue-700);
  border-radius: 10px;
  background: var(--blue-700);
  box-shadow: 0 7px 14px rgb(7 87 168 / 17%);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--blue-800);
  box-shadow: 0 9px 18px rgb(7 87 168 / 24%);
  transform: translateY(-1px);
}

.quote-header-shell {
  min-height: 84px;
}

.quote-return {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgb(7 87 168 / 16%);
  border-radius: 11px;
  background: #f4fbff;
  color: var(--blue-700);
  font-size: 0.88rem;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.quote-return:hover,
.quote-return:focus-visible {
  border-color: rgb(7 87 168 / 34%);
  background: #e4f6ff;
  transform: translateX(-2px);
}

.quote-page {
  background: #eef8ff;
}

.quote-page__main {
  min-height: calc(100vh - 84px);
  padding: clamp(34px, 6vw, 82px) 0;
  background:
    radial-gradient(circle at 12% 5%, rgb(99 199 242 / 34%), transparent 29rem),
    radial-gradient(circle at 94% 90%, rgb(7 87 168 / 13%), transparent 26rem),
    linear-gradient(140deg, #f7fcff 0%, #e9f7ff 54%, #f8fcff 100%);
}

.quote-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.78fr);
  align-items: center;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  gap: clamp(42px, 7vw, 102px);
}

.quote-hero__eyebrow,
.quote-form-card__heading > p {
  margin: 0 0 13px;
  color: var(--blue-700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.quote-hero h1 {
  max-width: 570px;
  margin: 0;
  color: var(--blue-800);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.quote-hero h1 span {
  color: #087dbe;
}

.quote-hero__lead {
  max-width: 560px;
  margin: 24px 0 30px;
  color: #385b79;
  font-size: 1.02rem;
  line-height: 1.72;
}

.quote-benefits {
  display: grid;
  gap: 12px;
}

.quote-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 11px 15px 11px 11px;
  border: 1px solid rgb(7 87 168 / 11%);
  border-radius: 15px;
  background: rgb(255 255 255 / 65%);
  box-shadow: 0 10px 22px rgb(7 87 168 / 5%);
}

.quote-benefit__number {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #0785c8, #0757a8);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.quote-benefit strong,
.quote-benefit small {
  display: block;
}

.quote-benefit strong {
  color: var(--blue-800);
  font-size: 0.9rem;
}

.quote-benefit small {
  margin-top: 3px;
  color: #57728a;
  font-size: 0.78rem;
  line-height: 1.4;
}

.quote-hero__contact {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: #54718a;
  font-size: 0.86rem;
}

.quote-hero__contact a {
  color: var(--blue-700);
  font-size: 1rem;
  font-weight: 900;
}

.quote-form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid rgb(7 87 168 / 16%);
  border-radius: 28px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 28px 55px rgb(7 87 168 / 16%);
}

.quote-form-card::after {
  position: absolute;
  top: -78px;
  right: -78px;
  width: 185px;
  height: 185px;
  border: 1px solid rgb(99 199 242 / 36%);
  border-radius: 50%;
  content: "";
}

.quote-form-card__heading {
  position: relative;
  z-index: 1;
  padding-bottom: 23px;
  border-bottom: 1px solid #e1eef8;
}

.quote-form-card__heading > p {
  margin-bottom: 8px;
  font-size: 0.65rem;
}

.quote-form-card__heading h2 {
  margin: 0;
  color: var(--blue-800);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.quote-form-card__heading > span {
  display: block;
  max-width: 340px;
  margin-top: 10px;
  color: #57728a;
  font-size: 0.82rem;
  line-height: 1.5;
}

.quote-form {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-form label {
  display: block;
  margin: 0 0 16px;
  color: #345674;
  font-size: 0.78rem;
  font-weight: 800;
}

.quote-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
}

.quote-form em {
  color: #7991a4;
  font-style: normal;
  font-weight: 600;
}

.quote-form input:not([type="checkbox"]),
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #d8e8f5;
  border-radius: 11px;
  outline: 0;
  background: #f9fcff;
  color: var(--blue-800);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.quote-form input:not([type="checkbox"]),
.quote-form select {
  height: 47px;
  padding: 0 13px;
}

.quote-form textarea {
  min-height: 96px;
  padding: 12px 13px;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #91a8b8;
  font-weight: 500;
}

.quote-form input:not([type="checkbox"]):focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #2b9dd4;
  background: var(--white);
  box-shadow: 0 0 0 4px rgb(99 199 242 / 18%);
}

.quote-form__consent {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  margin: 3px 0 19px !important;
  color: #607b91 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5;
}

.quote-form__consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--blue-700);
}

.quote-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 53px;
  border: 1px solid #05803d;
  border-radius: 13px;
  background: linear-gradient(135deg, #25bf69, #079346);
  box-shadow: 0 12px 20px rgb(7 115 56 / 19%);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  transition: box-shadow 160ms ease, transform 160ms ease, filter 160ms ease;
}

.quote-form__submit span {
  margin-left: 8px;
  font-size: 1.05rem;
}

.quote-form__submit:hover,
.quote-form__submit:focus-visible {
  box-shadow: 0 15px 25px rgb(7 115 56 / 26%);
  filter: saturate(1.08);
  transform: translateY(-2px);
}

.quote-form__privacy,
.quote-form__status {
  margin: 13px 0 0;
  color: #718b9f;
  font-size: 0.71rem;
  line-height: 1.55;
  text-align: center;
}

.quote-form__status {
  min-height: 0;
  color: #08733a;
  font-weight: 700;
}

.quote-form__status--visible {
  padding: 11px 13px;
  border-radius: 10px;
  background: #eafaf0;
}

.quote-form__status a {
  color: var(--blue-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-page {
  background: #f5fbff;
}

.about-page__main {
  min-height: calc(100vh - 84px);
  background:
    radial-gradient(circle at 92% 4%, rgb(99 199 242 / 22%), transparent 28rem),
    linear-gradient(180deg, #fbfdff 0%, #edf8ff 100%);
}

.about-page__main .about-section {
  padding-bottom: clamp(60px, 9vw, 112px);
}

.about-page h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.about-page .value-card h2 {
  margin: 0;
  color: var(--blue-700);
  font-size: 1rem;
  font-weight: 800;
}

.about-page__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: clamp(46px, 7vw, 78px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgb(7 87 168 / 15%);
  border-radius: 24px;
  background: linear-gradient(135deg, #e9f8ff, #c8eeff);
  box-shadow: 0 20px 40px rgb(7 87 168 / 10%);
}

.about-page__cta p {
  margin: 0 0 9px;
  color: var(--blue-700);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.about-page .about-page__cta h2 {
  max-width: 700px;
  margin: 0;
  color: var(--blue-800);
  font-size: clamp(1.35rem, 2.7vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.about-page__cta a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid var(--blue-700);
  border-radius: 12px;
  background: var(--blue-700);
  box-shadow: 0 10px 18px rgb(7 87 168 / 20%);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.about-page__cta a:hover,
.about-page__cta a:focus-visible {
  background: var(--blue-800);
  box-shadow: 0 14px 22px rgb(7 87 168 / 27%);
  transform: translateY(-2px);
}

.site-footer.site-footer--minimal {
  padding: 0;
}

.site-footer.site-footer--minimal .site-footer__bottom {
  margin-top: 0;
}

.site-footer__minimal-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.site-footer__minimal-content p {
  max-width: 670px;
  margin: 0;
  color: #b7d7ea;
  font-size: 0.86rem;
  line-height: 1.55;
}

.site-footer__minimal-content > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgb(163 225 255 / 42%);
  border-radius: 10px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease;
}

.site-footer__minimal-content > a:hover,
.site-footer__minimal-content > a:focus-visible {
  background: rgb(255 255 255 / 12%);
  transform: translateY(-2px);
}

.contact-page {
  background: #f4fbff;
}

.contact-page__main {
  min-height: calc(100vh - 84px);
  padding: clamp(48px, 7vw, 96px) 0 clamp(58px, 8vw, 108px);
  background:
    radial-gradient(circle at 6% 4%, rgb(99 199 242 / 31%), transparent 28rem),
    radial-gradient(circle at 96% 64%, rgb(7 87 168 / 11%), transparent 25rem),
    linear-gradient(145deg, #fbfeff 0%, #edf9ff 100%);
}

.contact-page__hero,
.contact-page__grid,
.contact-page__quote {
  width: min(100% - 48px, 1080px);
  margin-right: auto;
  margin-left: auto;
}

.contact-page__hero {
  max-width: 1080px;
}

.contact-page__eyebrow,
.contact-page__quote p {
  margin: 0 0 13px;
  color: var(--blue-700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.contact-page h1 {
  max-width: 865px;
  margin: 0;
  color: var(--blue-800);
  font-size: clamp(2.4rem, 5vw, 4.55rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.01;
}

.contact-page h1 span {
  color: #087fbe;
}

.contact-page__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: #46657f;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: clamp(32px, 5vw, 52px);
}

.contact-card {
  display: flex;
  align-items: flex-start;
  min-height: 154px;
  padding: 23px;
  border: 1px solid rgb(7 87 168 / 13%);
  border-radius: 21px;
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 14px 28px rgb(7 87 168 / 7%);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

a.contact-card:hover,
a.contact-card:focus-visible {
  border-color: rgb(7 87 168 / 31%);
  box-shadow: 0 18px 34px rgb(7 87 168 / 14%);
  transform: translateY(-4px);
}

.contact-card__icon {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-right: 16px;
  border-radius: 14px;
  background: linear-gradient(145deg, #d8f3ff, #8bdbf9);
  color: var(--blue-800);
  font-size: 1.15rem;
  font-weight: 900;
}

.contact-card__copy {
  min-width: 0;
}

.contact-card__copy small,
.contact-card__copy strong,
.contact-card__copy em {
  display: block;
}

.contact-card__copy small {
  margin: 1px 0 7px;
  color: #5d86a4;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.contact-card__copy strong {
  color: var(--blue-800);
  font-size: clamp(0.93rem, 1.55vw, 1.08rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.32;
}

.contact-card__copy em {
  margin-top: 12px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.contact-card--whatsapp {
  border-color: rgb(7 147 70 / 23%);
  background: linear-gradient(145deg, #f0fff6, #d8f8e6);
}

.contact-card--whatsapp .contact-card__icon {
  background: linear-gradient(145deg, #25bf69, #079346);
  color: var(--white);
  font-size: 0.78rem;
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.contact-card__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 9px;
  border: 1px solid rgb(7 87 168 / 14%);
  border-radius: 8px;
  background: rgb(255 255 255 / 70%);
  color: var(--blue-700);
  font-size: 0.7rem;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease;
}

.contact-card__actions a:hover,
.contact-card__actions a:focus-visible {
  border-color: rgb(7 87 168 / 32%);
  background: var(--white);
}

.contact-card--address {
  background: linear-gradient(145deg, #f5fbff, #d9f2ff);
}

.contact-page__quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: clamp(32px, 5vw, 54px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgb(7 87 168 / 15%);
  border-radius: 24px;
  background: linear-gradient(135deg, #e9f8ff, #c4ecff);
  box-shadow: 0 20px 38px rgb(7 87 168 / 10%);
}

.contact-page__quote p {
  margin-bottom: 9px;
  font-size: 0.67rem;
}

.contact-page__quote h2 {
  max-width: 680px;
  margin: 0;
  color: var(--blue-800);
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.contact-page__quote > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid var(--blue-700);
  border-radius: 12px;
  background: var(--blue-700);
  box-shadow: 0 10px 18px rgb(7 87 168 / 20%);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-page__quote > a:hover,
.contact-page__quote > a:focus-visible {
  background: var(--blue-800);
  box-shadow: 0 14px 22px rgb(7 87 168 / 27%);
  transform: translateY(-2px);
}

@media (max-width: 880px) {
  .quote-hero {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .quote-hero__intro {
    max-width: 620px;
  }

  .quote-form-card {
    width: 100%;
  }

  .about-page__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__minimal-content,
  .contact-page__quote {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .quote-header-shell,
  .quote-hero {
    width: min(100% - 28px, 1180px);
  }

  .quote-header-shell {
    min-height: 74px;
    gap: 12px;
  }

  .quote-header-shell .brand img {
    width: 180px;
  }

  .quote-return {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.76rem;
  }

  .quote-page__main {
    min-height: calc(100vh - 74px);
    padding: 30px 0 48px;
  }

  .about-page__main {
    min-height: calc(100vh - 74px);
  }

  .contact-page__main {
    min-height: calc(100vh - 74px);
    padding: 38px 0 58px;
  }

  .contact-page__hero,
  .contact-page__grid,
  .contact-page__quote {
    width: min(100% - 28px, 1080px);
  }

  .contact-page h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .contact-page__lead {
    font-size: 0.92rem;
  }

  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-card {
    min-height: 132px;
    padding: 19px;
    border-radius: 18px;
  }

  .contact-card__icon {
    width: 39px;
    height: 39px;
    margin-right: 13px;
  }

  .quote-hero {
    gap: 30px;
  }

  .quote-hero h1 {
    font-size: clamp(2.42rem, 12vw, 3.6rem);
  }

  .quote-hero__lead {
    margin: 18px 0 23px;
    font-size: 0.92rem;
  }

  .quote-benefit {
    gap: 11px;
    min-height: 57px;
    padding: 9px 11px 9px 9px;
  }

  .quote-benefit__number {
    width: 34px;
    height: 34px;
  }

  .quote-benefit small {
    font-size: 0.72rem;
  }

  .quote-form-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .quote-form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-page__cta {
    gap: 19px;
    padding: 23px 20px;
    border-radius: 19px;
  }

  .about-page__cta a {
    width: 100%;
  }

  .site-footer__minimal-content {
    gap: 17px;
    padding: 22px 0;
  }

  .site-footer__minimal-content > a,
  .contact-page__quote > a {
    width: 100%;
  }

  .contact-page__quote {
    gap: 19px;
    padding: 23px 20px;
    border-radius: 19px;
  }
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 4px;
  background: var(--blue-700);
  transition: transform 160ms ease, opacity 160ms ease;
}

.site-canvas {
  min-height: calc(100vh - var(--header-height));
  background:
    radial-gradient(circle at 85% 0%, rgb(99 199 242 / 18%), transparent 28rem),
    linear-gradient(180deg, #f9fcff 0%, #f2f8ff 100%);
}

.whatsapp-contact {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 14px 10px 9px;
  border: 1px solid #078c40;
  border-radius: 20px;
  background: linear-gradient(135deg, #25cf6f 0%, #0db55a 58%, #079344 100%);
  box-shadow: 0 12px 20px rgb(9 93 48 / 22%);
  color: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.whatsapp-contact:hover,
.whatsapp-contact:focus-visible {
  border-color: #056d32;
  box-shadow: 0 16px 25px rgb(9 93 48 / 29%);
  transform: translateY(-3px);
}

.whatsapp-contact__badge {
  position: absolute;
  top: -11px;
  right: 12px;
  padding: 4px 8px;
  border: 1px solid #0a6133;
  border-radius: 999px;
  background: #074728;
  color: #dcff98;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.whatsapp-contact__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid #ddff9f;
  border-radius: 16px;
  background: var(--white);
  color: #0a9c48;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.whatsapp-contact__copy {
  display: grid;
  gap: 3px;
}

.whatsapp-contact__kicker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgb(255 255 255 / 78%);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}

.whatsapp-contact__status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dcff98;
  box-shadow: 0 0 0 2px rgb(220 255 152 / 24%);
  animation: whatsapp-status-pulse 1.8s ease-in-out infinite;
}

.whatsapp-contact__label {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.05;
}

.whatsapp-contact__arrow {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 9px;
  background: #078c40;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  transition: transform 180ms ease;
}

@keyframes whatsapp-status-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.25); }
}

.whatsapp-contact:hover .whatsapp-contact__arrow,
.whatsapp-contact:focus-visible .whatsapp-contact__arrow {
  transform: translateX(3px);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--blue-800);
  color: var(--white);
}

.hero-slider__viewport {
  position: relative;
  min-height: clamp(500px, 52vw, 650px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(4%);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-slide::before,
.hero-slide::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  filter: blur(2px);
}

.hero-slide::before {
  top: -12rem;
  right: -11rem;
  width: 39rem;
  height: 39rem;
  border: 1px solid rgb(255 255 255 / 15%);
}

.hero-slide::after {
  bottom: -18rem;
  left: -12rem;
  width: 42rem;
  height: 42rem;
  background: rgb(99 199 242 / 11%);
}

.hero-slide--health {
  background: linear-gradient(122deg, #063e7a 0%, #0757a8 56%, #167fbd 100%);
}

.hero-slide--expert {
  background: linear-gradient(122deg, #053664 0%, #0a5798 54%, #329ed3 100%);
}

.hero-slide--easy {
  background: linear-gradient(122deg, #083f72 0%, #0c71b9 50%, #54bff0 124%);
}

.hero-slide--private {
  background:
    radial-gradient(circle at 74% 16%, rgb(189 234 255 / 24%), transparent 24%),
    linear-gradient(122deg, #042e5a 0%, #07569b 52%, #3aaee3 122%);
}

.hero-slide--easy .hero-slide__content {
  padding: 38px 0 78px;
}

.hero-slide--easy h2 {
  max-width: 560px;
  font-size: clamp(2.28rem, 4vw, 4.25rem);
  line-height: 1.01;
}

.hero-slide--easy .hero-slide__lead {
  margin-top: 18px;
  line-height: 1.58;
}

.hero-slide--easy .hero-slide__actions {
  margin-top: 27px;
}

.hero-slide--easy .hero-slide__note {
  margin-top: 14px;
  font-size: 0.7rem;
}

.hero-slide--private .hero-slide__content {
  padding: 42px 0 84px;
}

.hero-slide--private h2 {
  max-width: 640px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.94;
  text-shadow: 0 12px 28px rgb(1 37 73 / 22%);
}

.hero-slide--private h2 span {
  display: block;
  color: #c7efff;
}

.hero-slide__eyebrow--private {
  gap: 11px;
  margin-bottom: 17px;
}

.hero-slide__eyebrow--private::before {
  width: 34px;
  background: #c7efff;
}

.hero-slide__eyebrow--private span {
  padding: 5px 9px;
  border: 1px solid rgb(220 246 255 / 42%);
  border-radius: 999px;
  background: rgb(255 255 255 / 14%);
  color: #e8f9ff;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
}

.private-hero-emphasis {
  margin: 18px 0 0;
  color: #d9f4ff;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.hero-slide--private .hero-slide__lead {
  margin-top: 14px;
  line-height: 1.58;
}

.hero-slide--private .hero-slide__actions {
  margin-top: 27px;
}

.hero-slide--private .hero-slide__note {
  margin-top: 14px;
  font-size: 0.7rem;
}

.hero-slide--private .button--light {
  background: #c7efff;
  box-shadow: 0 14px 28px rgb(1 37 73 / 30%);
  color: #053a6c;
}

.hero-slide--private .button--light:hover,
.hero-slide--private .button--light:focus-visible {
  background: #ffffff;
}

.hero-slide__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  align-items: center;
  width: min(100% - 48px, 1120px);
  min-height: clamp(500px, 52vw, 650px);
  gap: clamp(32px, 8vw, 110px);
  margin: 0 auto;
}

.hero-slide__content {
  padding: 54px 0 100px;
}

.hero-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #bdeaff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-slide__eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--sky-400);
  content: "";
}

.hero-slide h1,
.hero-slide h2 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero-brand-word {
  color: #bdeaff;
  text-shadow: 0 8px 22px rgb(6 43 82 / 24%);
}

.hero-slide__lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 83%);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.7;
}

.hero-slide__note {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgb(255 255 255 / 61%);
  font-size: 0.75rem;
  line-height: 1.55;
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 11px;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button--light {
  background: var(--white);
  box-shadow: 0 12px 22px rgb(2 41 82 / 18%);
  color: var(--blue-700);
}

.button--light:hover,
.button--light:focus-visible {
  background: #e8f7ff;
  box-shadow: 0 15px 28px rgb(2 41 82 / 26%);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

.text-link span {
  color: var(--sky-400);
  font-size: 1.14em;
  transition: transform 160ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.hero-slide__art {
  position: relative;
  justify-self: end;
  width: min(100%, 460px);
  aspect-ratio: 1;
}

.art-orbit {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
}

.art-orbit--one {
  top: 8%;
  right: 1%;
  width: 82%;
  aspect-ratio: 1;
}

.art-orbit--two {
  bottom: 6%;
  left: 4%;
  width: 68%;
  aspect-ratio: 1;
}

.hero-slide__art--campaign {
  align-self: end;
  width: min(100%, 430px);
  height: min(88%, 570px);
  aspect-ratio: auto;
}

.hero-slide__art--campaign img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 30px rgb(1 39 77 / 22%));
}

.hero-slide__art--coverage {
  display: grid;
  place-items: center;
}

.coverage-showcase {
  position: relative;
  z-index: 1;
  width: min(100%, 432px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 7%)),
    rgb(5 63 122 / 24%);
  box-shadow: 0 30px 60px rgb(1 39 77 / 25%);
  backdrop-filter: blur(14px);
  transform: rotate(-4deg);
}

.coverage-showcase::before {
  position: absolute;
  top: 0;
  right: 14%;
  width: 22%;
  height: 3px;
  border-radius: 99px;
  background: var(--sky-400);
  box-shadow: 0 0 24px rgb(99 199 242 / 72%);
  content: "";
}

.coverage-showcase__eyebrow {
  margin: 0 0 12px;
  color: #bdeaff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.coverage-showcase h3 {
  max-width: 250px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.coverage-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 28px;
}

.coverage-showcase__grid > span {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 14px;
  background: rgb(255 255 255 / 11%);
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.coverage-showcase__grid small {
  display: block;
  margin-top: 6px;
  color: rgb(255 255 255 / 66%);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coverage-showcase__grid .coverage-showcase__unlimited {
  grid-column: span 4;
  display: flex;
  min-height: 70px;
  gap: 11px;
  justify-content: center;
  border-color: rgb(189 234 255 / 56%);
  background: linear-gradient(110deg, rgb(99 199 242 / 50%), rgb(255 255 255 / 16%));
  color: #e8f9ff;
  font-size: 2.45rem;
}

.coverage-showcase__unlimited small {
  margin-top: 0;
  color: var(--white);
  font-size: 0.7rem;
}

.coverage-showcase__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
  color: rgb(255 255 255 / 77%);
  font-size: 0.78rem;
  font-weight: 700;
}

.coverage-showcase__pulse {
  position: relative;
  width: 44px;
  height: 12px;
  border-top: 2px solid var(--sky-400);
}

.coverage-showcase__pulse::after {
  position: absolute;
  top: -8px;
  left: 15px;
  width: 7px;
  height: 14px;
  border-right: 2px solid var(--sky-400);
  border-bottom: 2px solid var(--sky-400);
  content: "";
  transform: rotate(45deg);
}

.hero-slide__art--group {
  display: grid;
  place-items: center;
}

.group-showcase {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgb(255 255 255 / 29%);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 18%, rgb(99 199 242 / 34%), transparent 33%),
    linear-gradient(135deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 7%));
  box-shadow: 0 30px 60px rgb(1 39 77 / 25%);
  backdrop-filter: blur(14px);
  transform: rotate(4deg);
}

.group-showcase::before {
  position: absolute;
  top: 0;
  left: 14%;
  width: 28%;
  height: 3px;
  border-radius: 99px;
  background: var(--sky-400);
  box-shadow: 0 0 24px rgb(99 199 242 / 72%);
  content: "";
}

.group-showcase__eyebrow {
  margin: 0 0 12px;
  color: #bdeaff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.115em;
}

.group-showcase h3 {
  max-width: 290px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.65rem, 3.1vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.group-showcase__team {
  display: flex;
  align-items: end;
  gap: 9px;
  margin-top: 28px;
}

.group-person {
  position: relative;
  display: block;
  width: 58px;
  height: 72px;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 27px 27px 16px 16px;
  background: linear-gradient(145deg, rgb(255 255 255 / 34%), rgb(255 255 255 / 11%));
}

.group-person::before {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #d9f4ff;
  content: "";
  transform: translateX(-50%);
}

.group-person::after {
  position: absolute;
  right: 8px;
  bottom: 9px;
  left: 8px;
  height: 20px;
  border-radius: 17px 17px 7px 7px;
  background: var(--sky-400);
  content: "";
}

.group-person--one { transform: translateY(12px); }
.group-person--two { height: 92px; background: linear-gradient(145deg, rgb(189 234 255 / 55%), rgb(255 255 255 / 14%)); }
.group-person--three { height: 80px; transform: translateY(5px); }
.group-person--four { height: 64px; transform: translateY(16px); }

.group-showcase__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.group-showcase__benefits span {
  padding: 11px 9px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 12px;
  background: rgb(255 255 255 / 9%);
  color: rgb(255 255 255 / 86%);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.group-showcase__benefits b {
  margin-right: 4px;
  color: var(--sky-400);
  font-size: 1rem;
}

.group-showcase__tax {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  align-items: center;
  margin-top: 16px;
  padding: 15px 16px;
  border: 1px solid rgb(189 234 255 / 52%);
  border-radius: 16px;
  background: linear-gradient(110deg, rgb(99 199 242 / 43%), rgb(255 255 255 / 12%));
}

.group-showcase__tax-label {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  color: rgb(255 255 255 / 76%);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.group-showcase__tax strong {
  color: var(--white);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.group-showcase__tax-detail {
  color: rgb(255 255 255 / 82%);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-slide__art--private {
  display: grid;
  place-items: center;
}

.private-showcase {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: clamp(28px, 4vw, 40px);
  border: 2px solid rgb(220 246 255 / 50%);
  border-radius: 30px;
  background:
    radial-gradient(circle at 83% 18%, rgb(189 234 255 / 36%), transparent 29%),
    linear-gradient(140deg, #0b5f9f 0%, #064373 100%);
  box-shadow: 0 34px 66px rgb(1 39 77 / 32%);
  transform: rotate(-4deg);
}

.private-showcase::before {
  position: absolute;
  top: 0;
  right: 14%;
  width: 26%;
  height: 3px;
  border-radius: 99px;
  background: #bdeaff;
  box-shadow: 0 0 22px rgb(189 234 255 / 76%);
  content: "";
}

.private-showcase__eyebrow {
  margin: 0 0 12px;
  color: #c9efff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.private-showcase h3 {
  max-width: 300px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.private-showcase h3 strong {
  display: block;
  color: #bdeaff;
}

.private-plan-summary {
  display: grid;
  gap: 9px;
  margin-top: 23px;
}

.private-plan-summary__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  align-items: end;
  padding: 11px 12px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 13px;
  background: rgb(255 255 255 / 10%);
}

.private-plan-summary__label {
  grid-column: 1 / -1;
  color: rgb(201 239 255 / 78%);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.private-plan-summary__row strong {
  color: #e8f9ff;
  font-size: 0.81rem;
  font-weight: 800;
  line-height: 1.2;
}

.private-plan-summary__row small {
  max-width: 124px;
  color: rgb(255 255 255 / 68%);
  font-size: 0.59rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.private-showcase__selection {
  display: grid;
  gap: 4px;
  margin: 13px 0 0;
  padding: 11px 13px;
  border: 1px solid rgb(189 234 255 / 42%);
  border-radius: 13px;
  background: rgb(255 255 255 / 10%);
}

.private-showcase__selection strong {
  color: #dff7ff;
  font-size: 0.78rem;
  font-weight: 800;
}

.private-showcase__selection span {
  color: rgb(255 255 255 / 76%);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.35;
}

.private-showcase__footer {
  margin: 13px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgb(255 255 255 / 21%);
  color: rgb(255 255 255 / 78%);
  font-size: 0.73rem;
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 96px) 0 24px;
  background:
    radial-gradient(circle at 11% 8%, rgb(99 199 242 / 19%), transparent 28%),
    radial-gradient(circle at 92% 48%, rgb(30 145 205 / 24%), transparent 31%),
    linear-gradient(125deg, #042e59 0%, #075390 54%, #0b6eae 100%);
}

.site-footer::before,
.site-footer::after {
  position: absolute;
  border: 1px solid rgb(189 234 255 / 16%);
  border-radius: 50%;
  content: "";
}

.site-footer::before {
  top: -210px;
  right: -170px;
  width: 460px;
  height: 460px;
}

.site-footer::after {
  bottom: -300px;
  left: -160px;
  width: 520px;
  height: 520px;
}

.site-footer__shell {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(330px, 1.12fr);
  gap: clamp(38px, 8vw, 112px);
  align-items: center;
}

.site-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #bdeaff;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer__eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--sky-400);
  content: "";
}

.site-footer__intro h2 {
  max-width: 540px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.site-footer__intro > p:not(.site-footer__eyebrow) {
  max-width: 500px;
  margin: 20px 0 0;
  color: rgb(255 255 255 / 76%);
  font-size: 0.98rem;
  line-height: 1.65;
}

.site-footer__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding: 13px 17px;
  border: 1px solid rgb(189 234 255 / 42%);
  border-radius: 12px;
  background: rgb(255 255 255 / 12%);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.site-footer__whatsapp span {
  color: var(--sky-400);
  font-size: 1.1rem;
  transition: transform 160ms ease;
}

.site-footer__whatsapp:hover,
.site-footer__whatsapp:focus-visible {
  border-color: rgb(220 246 255 / 66%);
  background: rgb(255 255 255 / 19%);
  transform: translateY(-2px);
}

.site-footer__whatsapp:hover span,
.site-footer__whatsapp:focus-visible span {
  transform: translateX(3px);
}

.site-footer__contact-grid {
  display: grid;
  gap: 12px;
}

.site-footer__contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 17px 19px;
  border: 1px solid rgb(220 246 255 / 26%);
  border-radius: 18px;
  background: linear-gradient(125deg, rgb(255 255 255 / 15%), rgb(255 255 255 / 7%));
  box-shadow: 0 18px 32px rgb(2 38 72 / 14%);
  color: var(--white);
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.site-footer__contact-card:hover,
.site-footer__contact-card:focus-visible {
  border-color: rgb(189 234 255 / 60%);
  background: linear-gradient(125deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 10%));
  transform: translateX(4px);
}

.site-footer__contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgb(189 234 255 / 42%);
  border-radius: 15px;
  background: rgb(99 199 242 / 17%);
  color: #dff7ff;
  font-size: 1.35rem;
  line-height: 1;
}

.site-footer__contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.site-footer__contact-label {
  color: rgb(189 234 255 / 82%);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.site-footer__contact-copy strong {
  color: var(--white);
  font-size: clamp(0.84rem, 1.6vw, 1rem);
  font-weight: 800;
  line-height: 1.35;
}

.site-footer__contact-hint {
  color: rgb(255 255 255 / 66%);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
}

.site-footer__contact-card--mobile .site-footer__contact-icon {
  color: #eaffc9;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.site-footer__contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 3px;
}

.site-footer__contact-actions a {
  padding: 5px 8px;
  border: 1px solid rgb(189 234 255 / 36%);
  border-radius: 8px;
  background: rgb(255 255 255 / 9%);
  color: #dff7ff;
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-footer__contact-actions a:hover,
.site-footer__contact-actions a:focus-visible {
  border-color: rgb(220 246 255 / 72%);
  background: rgb(255 255 255 / 18%);
  transform: translateY(-1px);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: clamp(46px, 7vw, 74px);
  padding-top: 21px;
  border-top: 1px solid rgb(255 255 255 / 17%);
  color: rgb(255 255 255 / 58%);
  font-size: 0.72rem;
  font-weight: 700;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c9efff;
  white-space: nowrap;
}

.site-footer__bottom a span {
  font-size: 1rem;
}

.hero-slider__controls {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1120px);
  transform: translateX(50%);
}

.usage-rights {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(72px, 10vw, 118px);
}

.usage-rights__shell {
  width: min(100% - 32px, 1440px);
  margin: 18px auto 0;
  padding: clamp(28px, 3.5vw, 42px);
  border: 1px solid rgb(19 111 182 / 12%);
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 8%, rgb(99 199 242 / 20%), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #eff9ff 100%);
  box-shadow: 0 24px 50px rgb(7 87 168 / 13%);
}

.usage-rights__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.usage-rights__intro .eyebrow {
  margin: 0 0 13px;
}

.usage-rights__intro h2 {
  max-width: 630px;
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.9rem, 3.6vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.usage-rights__intro > p {
  max-width: 330px;
  margin: 0 0 3px;
  color: var(--ink-600);
  font-size: 0.95rem;
  line-height: 1.65;
}

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

.insurer-partners {
  margin-top: clamp(42px, 6vw, 64px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgb(13 95 159 / 14%);
}

.insurer-partners__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.insurer-partners__heading p {
  margin: 0 0 8px;
  color: var(--blue-600);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insurer-partners__heading h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.insurer-partners__heading > span {
  max-width: 320px;
  margin-bottom: 2px;
  color: var(--ink-600);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.5;
}

.insurer-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.insurer-partner {
  display: grid;
  min-height: 70px;
  place-items: center;
  padding: 12px;
  border: 1px solid rgb(13 95 159 / 13%);
  border-radius: 15px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 8px 18px rgb(13 95 159 / 5%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.insurer-partner span {
  color: #07518b;
  font-size: clamp(0.78rem, 1.35vw, 0.98rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
}

.insurer-partner:hover {
  border-color: rgb(13 111 182 / 42%);
  background: #ffffff;
  box-shadow: 0 13px 24px rgb(13 95 159 / 12%);
  transform: translateY(-3px);
}

@media (min-width: 1100px) {
  .usage-rights__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .usage-right-card {
    grid-column: span 2;
  }

  .usage-right-card:nth-child(7) {
    grid-column: 4 / span 2;
  }
}

.usage-right-card {
  position: relative;
  display: block;
  cursor: pointer;
  min-height: 222px;
  padding: 18px 16px 16px;
  overflow: hidden;
  border: 1px solid rgb(16 104 170 / 12%);
  border-radius: 20px;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 10px 24px rgb(16 104 170 / 7%);
  color: inherit;
  transition: transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 200ms ease, border-color 200ms ease;
}

.usage-right-card::after {
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 102px;
  height: 102px;
  border: 1px solid rgb(44 163 220 / 15%);
  border-radius: 50%;
  content: "";
}

.usage-right-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid rgb(44 163 220 / 22%);
  border-radius: 13px;
  background: linear-gradient(145deg, #e9f9ff, #c5efff);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%);
  color: var(--blue-800);
  transition: transform 200ms ease, background 200ms ease;
}

.usage-right-card__icon::after {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--blue-600);
  color: var(--white);
  content: "+";
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.usage-right-card__icon span {
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
}

.usage-right-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--blue-900);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.usage-right-card p {
  position: relative;
  z-index: 1;
  margin: 9px 0 0;
  color: var(--ink-600);
  font-size: 0.82rem;
  line-height: 1.52;
}

.usage-right-card:nth-child(2) .usage-right-card__icon {
  background: linear-gradient(145deg, #e4f7ff, #ace7ff);
}

.usage-right-card:nth-child(3) .usage-right-card__icon {
  background: linear-gradient(145deg, #dff4ff, #8cdbf9);
}

.usage-right-card:nth-child(4) .usage-right-card__icon {
  background: linear-gradient(145deg, #d5f2ff, #70d0f5);
}

.usage-right-card--unlimited {
  border-color: rgb(18 126 197 / 26%);
  background: linear-gradient(155deg, #eaf9ff, #c8efff);
}

.usage-right-card--unlimited .usage-right-card__icon {
  border-color: rgb(7 87 168 / 20%);
  background: linear-gradient(145deg, #1385c7, #0757a8);
  color: var(--white);
}

.usage-right-card--unlimited .usage-right-card__icon span {
  font-size: 1.45rem;
}

.usage-right-card--foreign {
  background: linear-gradient(155deg, #f4fbff, #d7f3ff);
}

.usage-right-card__icon--foreign {
  background: linear-gradient(145deg, #e1f6ff, #9fe1fb);
}

.usage-right-card__icon--foreign span {
  font-size: 1.12rem;
}

.usage-right-card--travel {
  background: linear-gradient(155deg, #edfaff, #c8efff);
}

.usage-right-card__icon--travel {
  background: linear-gradient(145deg, #d9f5ff, #7ed6f7);
}

.usage-right-card__icon--travel span {
  font-size: 1.55rem;
  transform: rotate(-18deg);
}

.usage-right-card--private {
  border-color: rgb(11 116 186 / 24%);
  background: linear-gradient(155deg, #edfaff, #bfeaff);
}

.usage-right-card__icon--private {
  background: linear-gradient(145deg, #0b82c4, #0757a8);
  color: var(--white);
}

.usage-right-card__icon--private span {
  font-size: 1.28rem;
}

.usage-right-card--family {
  border-color: rgb(13 119 189 / 26%);
  background: linear-gradient(155deg, #f2fbff, #c5edff);
}

.usage-right-card__icon--family {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  padding: 0 6px 8px;
  background: linear-gradient(145deg, #dff6ff, #8bdbf9);
}

.usage-right-card__icon--family .family-figure {
  position: relative;
  display: block;
  width: 10px;
  height: 18px;
  border-radius: 13px 13px 8px 8px;
  background: var(--blue-700);
}

.usage-right-card__icon--family .family-figure::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dff6ff;
  box-shadow: 0 0 0 2px var(--blue-700);
  content: "";
  transform: translateX(-50%);
}

.usage-right-card__icon--family .family-figure--second {
  background: var(--blue-600);
}

.usage-right-card__icon--family .family-figure--child {
  width: 8px;
  height: 14px;
  border-radius: 10px 10px 6px 6px;
  background: var(--sky-500);
}

.usage-right-card__icon--family .family-figure--child::before {
  top: -7px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px var(--sky-500);
}

.usage-right-card__brand {
  position: relative;
  z-index: 1;
  margin: 0 0 7px !important;
  color: var(--blue-600) !important;
  font-size: 0.64rem !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

@media (hover: hover) {
  .usage-right-card:hover {
    z-index: 2;
    border-color: rgb(7 119 188 / 31%);
    box-shadow: 0 20px 38px rgb(7 87 168 / 18%);
    transform: translateY(-6px) scale(1.04);
  }

  .usage-right-card:hover .usage-right-card__icon {
    transform: scale(1.1) rotate(-3deg);
  }
}

.usage-right-card:focus-visible {
  outline: 3px solid rgb(15 126 197 / 45%);
  outline-offset: 3px;
}

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

  .hero-slide,
  .hero-slider__dot::before,
  .site-navigation,
  .usage-right-card,
  .usage-right-card__icon,
  .whatsapp-contact,
  .whatsapp-contact__arrow {
    transition: none;
  }

  .whatsapp-contact__status {
    animation: none;
  }
}

.usage-rights__note {
  margin: 18px 0 0;
  color: var(--ink-500);
  font-size: 0.73rem;
  line-height: 1.55;
}

.hero-slider__dots,
.hero-slider__arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-slider__dot,
.slider-arrow {
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.hero-slider__dot {
  width: 30px;
  height: 16px;
  padding: 0;
}

.hero-slider__dot::before {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 99px;
  background: rgb(255 255 255 / 32%);
  content: "";
  transition: background 160ms ease, transform 160ms ease;
}

.hero-slider__dot.is-active::before,
.hero-slider__dot:hover::before,
.hero-slider__dot:focus-visible::before {
  background: var(--sky-400);
  transform: scaleY(1.5);
}

.slider-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255 255 255 / 33%);
  border-radius: 50%;
  background: rgb(255 255 255 / 8%);
  font-size: 1.2rem;
  line-height: 1;
  transition: background 160ms ease, transform 160ms ease;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgb(255 255 255 / 19%);
  transform: translateY(-1px);
}

.about-section {
  padding: clamp(72px, 10vw, 140px) 0;
}

.about-section__inner {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.about-section__heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-bottom: clamp(36px, 5vw, 64px);
  border-bottom: 1px solid var(--border);
}

.eyebrow {
  margin: 8px 0 0;
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-section h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.about-section__content {
  display: grid;
  grid-template-columns: minmax(250px, 0.83fr) minmax(0, 1.17fr);
  gap: clamp(40px, 8vw, 112px);
  padding-top: clamp(36px, 5vw, 64px);
}

.about-section__story {
  color: #40607e;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.75;
}

.about-section__story p {
  margin: 0;
}

.about-section__story p + p {
  margin-top: 20px;
}

.value-grid {
  display: grid;
  gap: 12px;
}

.value-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(120px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--border);
}

.value-card:last-child {
  border-bottom: 1px solid var(--border);
}

.value-card__number {
  color: var(--sky-400);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.value-card h3 {
  margin: 0;
  color: var(--blue-700);
  font-size: 1rem;
  font-weight: 800;
}

.value-card p {
  margin: 0;
  color: #53708d;
  font-size: 0.91rem;
  line-height: 1.55;
}

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

@media (max-width: 920px) {
  .header-shell {
    width: min(100% - 32px, 1220px);
    min-height: 80px;
  }

  .brand img {
    width: 210px;
  }

  .menu-toggle {
    display: block;
  }

  .no-js .menu-toggle {
    display: none;
  }

  .site-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 16px;
    max-height: 0;
    padding: 0 16px;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, padding 220ms ease, opacity 160ms ease;
  }

  .js .site-navigation {
    visibility: hidden;
  }

  .no-js .site-navigation {
    max-height: none;
    padding: 18px 16px 22px;
    border-bottom-color: var(--border);
    box-shadow: 0 14px 26px rgb(20 73 120 / 9%);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .site-navigation.is-open {
    max-height: 440px;
    padding: 18px 16px 22px;
    border-bottom-color: var(--border);
    box-shadow: 0 14px 26px rgb(20 73 120 / 9%);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .site-navigation ul {
    display: grid;
    gap: 4px;
  }

  .site-navigation li a {
    display: block;
    padding: 12px 4px;
  }

  .header-cta {
    width: 100%;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .about-section__heading,
  .about-section__content {
    grid-template-columns: 1fr;
  }

  .about-section__heading {
    gap: 16px;
  }

  .usage-rights__shell {
    width: min(100% - 32px, 1120px);
  }

  .usage-rights__intro {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }

  .usage-rights__intro > p {
    max-width: 560px;
  }

  .usage-rights__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eyebrow {
    margin-top: 0;
  }

  .hero-slider__viewport,
  .hero-slide__inner {
    min-height: 620px;
  }

  .hero-slide__inner {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
    gap: 12px;
  }

  .hero-slide__art {
    width: min(100%, 370px);
  }

  .hero-slide__art--campaign {
    height: min(84%, 510px);
  }

  .hero-slide--easy .hero-slide__content {
    padding-top: 44px;
    padding-bottom: 82px;
  }

  .hero-slide--private .hero-slide__content {
    padding-top: 46px;
    padding-bottom: 86px;
  }
}

@media (max-width: 680px) {
  .usage-rights {
    padding-bottom: 72px;
  }

  .usage-rights__shell {
    margin-top: 0;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .usage-rights__intro {
    margin-bottom: 24px;
  }

  .usage-rights__intro h2 {
    font-size: clamp(1.8rem, 8.5vw, 2.45rem);
  }

  .usage-rights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .usage-right-card {
    min-height: 190px;
    padding: 14px 13px;
    border-radius: 16px;
  }

  .usage-right-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    border-radius: 11px;
  }

  .usage-right-card__icon span {
    font-size: 1.15rem;
  }

  .usage-right-card h3 {
    font-size: 0.84rem;
  }

  .usage-right-card p {
    font-size: 0.7rem;
  }

  .usage-right-card--unlimited {
    grid-column: span 2;
    min-height: 176px;
  }

  .usage-right-card--family {
    grid-column: span 2;
  }

  .usage-right-card__icon--foreign span {
    font-size: 1rem;
  }

  .usage-right-card__icon--travel span {
    font-size: 1.28rem;
  }

  .usage-right-card__icon--private span {
    font-size: 1.08rem;
  }
}

@media (max-width: 520px) {
  :root {
    --header-height: 74px;
  }

  .header-shell {
    width: min(100% - 24px, 1220px);
    min-height: 74px;
  }

  .brand img {
    width: 185px;
  }

  .whatsapp-contact {
    right: 14px;
    bottom: 14px;
    min-height: 56px;
    gap: 9px;
    padding: 6px 10px 6px 6px;
    border-radius: 18px;
  }

  .whatsapp-contact__badge {
    top: -9px;
    right: 9px;
    padding: 3px 6px;
    font-size: 0.49rem;
  }

  .whatsapp-contact__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 0.66rem;
  }

  .whatsapp-contact__kicker {
    font-size: 0.56rem;
  }

  .whatsapp-contact__label {
    font-size: 0.76rem;
  }

  .whatsapp-contact__arrow {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    font-size: 0.95rem;
  }

  .about-section__inner {
    width: min(100% - 32px, 1120px);
  }

  .usage-rights__shell {
    width: min(100% - 32px, 1120px);
  }

  .hero-slider__viewport,
  .hero-slide__inner {
    min-height: 610px;
  }

  .hero-slide__inner {
    display: block;
    width: min(100% - 32px, 1120px);
  }

  .hero-slide__content {
    position: relative;
    z-index: 2;
    padding: 76px 0 132px;
  }

  .hero-slide--easy .hero-slide__content {
    padding: 60px 0 108px;
  }

  .hero-slide--private .hero-slide__content {
    padding: 60px 0 108px;
  }

  .hero-slide h1,
  .hero-slide h2 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .hero-slide--easy h2 {
    font-size: clamp(2rem, 9.2vw, 2.65rem);
  }

  .hero-slide--private h2 {
    font-size: clamp(2rem, 9.2vw, 2.65rem);
  }

  .private-hero-emphasis {
    margin-top: 14px;
    font-size: 1.03rem;
  }

  .hero-slide__lead {
    max-width: 33rem;
    font-size: 0.98rem;
  }

  .hero-slide--easy .hero-slide__lead {
    margin-top: 16px;
    line-height: 1.52;
  }

  .hero-slide--private .hero-slide__lead {
    margin-top: 16px;
    line-height: 1.52;
  }

  .hero-slide--easy .hero-slide__actions {
    margin-top: 23px;
  }

  .hero-slide--private .hero-slide__actions {
    margin-top: 23px;
  }

  .hero-slide--easy .hero-slide__note {
    margin-top: 13px;
    font-size: 0.66rem;
  }

  .hero-slide--private .hero-slide__note {
    margin-top: 13px;
    font-size: 0.66rem;
  }

  .hero-slide__art {
    position: absolute;
    right: -5%;
    bottom: 5%;
    width: min(75vw, 310px);
    opacity: 0.55;
  }

  .hero-slide__art--campaign {
    right: -3%;
    bottom: -5%;
    width: min(78vw, 320px);
    height: 430px;
    opacity: 0.62;
  }

  .hero-slide--easy .hero-slide__art {
    right: -16%;
    opacity: 0.32;
  }

  .hero-slide--private .hero-slide__art {
    right: -16%;
    opacity: 0.34;
  }

  .hero-slider__controls {
    bottom: 20px;
    width: min(100% - 32px, 1120px);
  }

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

  .value-card {
    grid-template-columns: 34px 1fr;
    gap: 8px 14px;
  }

  .value-card p {
    grid-column: 2;
  }
}

@media (max-width: 920px) {
  .site-footer__shell {
    width: min(100% - 32px, 1120px);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .insurer-partners__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .insurer-partners__heading > span {
    max-width: 520px;
  }

  .insurer-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .site-footer {
    padding: 56px 0 20px;
  }

  .site-footer__shell {
    width: min(100% - 32px, 1120px);
  }

  .site-footer__grid {
    gap: 32px;
  }

  .site-footer__intro h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .site-footer__intro > p:not(.site-footer__eyebrow) {
    font-size: 0.92rem;
  }

  .site-footer__whatsapp {
    justify-content: center;
    width: 100%;
  }

  .site-footer__contact-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }

  .site-footer__contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 1.15rem;
  }

  .site-footer__contact-copy strong {
    font-size: 0.84rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 42px;
  }

  .insurer-partners__heading {
    margin-bottom: 18px;
  }

  .insurer-partners__heading > span {
    font-size: 0.79rem;
  }

  .insurer-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .insurer-partner {
    min-height: 62px;
    padding: 9px;
    border-radius: 13px;
  }

  .insurer-partner span {
    font-size: 0.77rem;
  }
}

.solutions-page {
  background: #f4faff;
}

.solutions-header {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid rgb(13 95 159 / 10%);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 8px 24px rgb(7 87 168 / 6%);
}

.solutions-header__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 48px, 1120px);
  min-height: 82px;
  margin: 0 auto;
}

.solutions-header__brand {
  display: inline-flex;
  align-items: center;
}

.solutions-header__brand img {
  display: block;
  width: 236px;
  height: auto;
}

.solutions-header__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-700);
  font-size: 0.83rem;
  font-weight: 800;
  white-space: nowrap;
}

.solutions-header__back span {
  color: var(--blue-500);
  font-size: 1.15rem;
  transition: transform 160ms ease;
}

.solutions-header__back:hover span,
.solutions-header__back:focus-visible span {
  transform: translateX(-3px);
}

.solutions-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 116px) 0 clamp(76px, 10vw, 130px);
  background:
    radial-gradient(circle at 84% 16%, rgb(99 199 242 / 24%), transparent 22%),
    linear-gradient(122deg, #053968 0%, #0865a8 56%, #28a5df 130%);
}

.solutions-hero::before,
.solutions-hero::after {
  position: absolute;
  border: 1px solid rgb(189 234 255 / 18%);
  border-radius: 50%;
  content: "";
}

.solutions-hero::before {
  top: -200px;
  right: -130px;
  width: 520px;
  height: 520px;
}

.solutions-hero::after {
  bottom: -260px;
  left: -150px;
  width: 550px;
  height: 550px;
}

.solutions-hero__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: end;
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.solutions-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #bdeaff;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.solutions-hero__eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--sky-400);
  content: "";
}

.solutions-hero h1 {
  max-width: 750px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.55rem, 5.1vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.solutions-hero h1 + p {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 80%);
  font-size: clamp(1rem, 1.7vw, 1.13rem);
  line-height: 1.7;
}

.solutions-hero__stat {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
  min-width: 190px;
  padding: 20px 23px;
  border: 1px solid rgb(220 246 255 / 35%);
  border-radius: 20px;
  background: rgb(255 255 255 / 12%);
}

.solutions-hero__stat strong {
  color: #dff7ff;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.solutions-hero__stat span {
  color: rgb(255 255 255 / 83%);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.3;
}

.solutions-main {
  padding: clamp(44px, 7vw, 88px) 0 clamp(72px, 10vw, 118px);
}

.solutions-main__shell {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.solutions-notice {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgb(19 111 182 / 18%);
  border-radius: 18px;
  background: linear-gradient(125deg, #e8f8ff, #ffffff);
  box-shadow: 0 12px 26px rgb(7 87 168 / 7%);
}

.solutions-notice__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: var(--blue-700);
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 800;
  font-style: italic;
}

.solutions-notice p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.88rem;
  line-height: 1.6;
}

.solutions-notice strong {
  color: var(--blue-800);
}

.solution-group {
  margin-top: clamp(54px, 8vw, 88px);
}

.solution-group__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  gap: 12px 42px;
  align-items: end;
  margin-bottom: 24px;
}

.solution-group__heading p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--blue-600);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-group__heading h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.solution-group__heading > span {
  color: var(--ink-600);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solution-detail {
  position: relative;
  min-height: 278px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgb(13 95 159 / 14%);
  border-radius: 22px;
  background: rgb(255 255 255 / 86%);
  box-shadow: 0 14px 28px rgb(7 87 168 / 7%);
  scroll-margin-top: 104px;
}

.solution-detail::after {
  position: absolute;
  top: -36px;
  right: -34px;
  width: 108px;
  height: 108px;
  border: 1px solid rgb(44 163 220 / 16%);
  border-radius: 50%;
  content: "";
}

.solution-detail--wide {
  grid-column: span 2;
  min-height: 230px;
  background: linear-gradient(140deg, #f2fbff, #d9f4ff);
}

.solution-detail__number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  min-width: 38px;
  height: 30px;
  place-items: center;
  padding: 0 9px;
  border: 1px solid rgb(13 111 182 / 19%);
  border-radius: 9px;
  background: #e7f8ff;
  color: var(--blue-700);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.solution-detail__eyebrow {
  position: relative;
  z-index: 1;
  margin: 18px 0 7px;
  color: var(--blue-600);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-detail h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.solution-detail > p:not(.solution-detail__eyebrow) {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--ink-600);
  font-size: 0.86rem;
  line-height: 1.55;
}

.solution-detail ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.solution-detail li {
  position: relative;
  padding-left: 17px;
  color: var(--ink-600);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
}

.solution-detail li::before {
  position: absolute;
  top: 0.48em;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sky-500);
  content: "";
}

.solution-grid--other .solution-detail {
  min-height: 300px;
}

.solutions-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(56px, 8vw, 88px);
  padding: clamp(28px, 4vw, 44px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 8%, rgb(99 199 242 / 28%), transparent 26%),
    linear-gradient(122deg, #053a6c, #0966a7);
  box-shadow: 0 20px 38px rgb(7 87 168 / 18%);
}

.solutions-cta p {
  margin: 0 0 10px;
  color: #bdeaff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solutions-cta h2 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.solutions-cta a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--white);
  color: var(--blue-700);
  font-size: 0.85rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.solutions-cta a:hover,
.solutions-cta a:focus-visible {
  background: #e5f7ff;
  transform: translateY(-2px);
}

.solutions-cta a span {
  color: var(--blue-500);
  font-size: 1.1rem;
}

.solutions-footer {
  padding: 26px 0;
  background: #042e59;
}

.solutions-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.solutions-footer p {
  margin: 0;
  color: rgb(255 255 255 / 62%);
  font-size: 0.75rem;
  font-weight: 700;
}

.solutions-footer a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #c9efff;
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 920px) {
  .solutions-header__shell,
  .solutions-hero__shell,
  .solutions-main__shell,
  .solutions-footer > div {
    width: min(100% - 32px, 1120px);
  }

  .solutions-hero__shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solutions-hero__stat {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .solution-group__heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-detail--wide {
    grid-column: auto;
  }

  .solutions-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .solutions-header__shell {
    min-height: 74px;
  }

  .solutions-header__brand img {
    width: 180px;
  }

  .solutions-header__back {
    font-size: 0.7rem;
  }

  .solutions-header__back span {
    display: none;
  }

  .solutions-hero {
    padding: 58px 0 70px;
  }

  .solutions-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.45rem);
  }

  .solutions-hero h1 + p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .solutions-hero__stat {
    min-width: 160px;
    padding: 17px 19px;
  }

  .solutions-main {
    padding-top: 34px;
  }

  .solutions-notice {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }

  .solutions-notice__mark {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 1.05rem;
  }

  .solutions-notice p {
    font-size: 0.78rem;
  }

  .solution-detail {
    min-height: 0;
    padding: 21px 19px;
    border-radius: 18px;
  }

  .solution-grid--other .solution-detail {
    min-height: 0;
  }

  .solution-detail > p:not(.solution-detail__eyebrow) {
    font-size: 0.82rem;
  }

  .solution-detail li {
    font-size: 0.72rem;
  }

  .solutions-cta {
    gap: 22px;
    border-radius: 21px;
  }

  .solutions-cta a {
    width: 100%;
    justify-content: center;
  }

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

/* WordPress fallback screens and the management toolbar. */
.admin-bar .site-header,
.admin-bar .solutions-header {
  top: 32px;
}

.wp-content-page {
  min-height: calc(100vh - var(--header-height));
  padding: clamp(64px, 9vw, 116px) 24px;
  background:
    radial-gradient(circle at 94% 0%, rgb(99 199 242 / 20%), transparent 26rem),
    linear-gradient(180deg, #f9fcff 0%, #edf8ff 100%);
}

.wp-content-page__article {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgb(7 87 168 / 12%);
  border-radius: 28px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 22px 44px rgb(7 87 168 / 10%);
}

.wp-content-page h1,
.wp-content-page h2 {
  margin: 0;
  color: var(--blue-800);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.wp-content-page h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.wp-content-page h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.wp-content-page__post + .wp-content-page__post {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.wp-content-page__post h2 a {
  color: inherit;
}

.wp-content-page__content,
.wp-content-page > p,
.wp-content-page__article > p {
  color: #46657f;
  font-size: 1rem;
  line-height: 1.75;
}

.wp-content-page__content > *:first-child {
  margin-top: 24px;
}

.wp-content-page__content a {
  color: var(--blue-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar .solutions-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .wp-content-page {
    min-height: calc(100vh - 74px);
    padding: 36px 14px 52px;
  }

  .wp-content-page__article {
    padding: 24px 19px;
    border-radius: 20px;
  }
}
