:root {
  --bg: #07111f;
  --bg-deep: #0d1e34;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --card: #ffffff;
  --text: #f5f7fb;
  --text-dark: #15233a;
  --muted: #93a5bd;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(15, 39, 69, 0.12);
  --brand: #2196f3;
  --brand-strong: #1565d8;
  --brand-soft: #71d2ff;
  --heat: #ff7a18;
  --heat-deep: #d9480f;
  --success: #1fbf89;
  --shadow: 0 30px 70px rgba(3, 12, 27, 0.28);
  --shadow-soft: 0 18px 40px rgba(12, 33, 60, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--text-dark);
  background:
    radial-gradient(circle at top left, rgba(33, 150, 243, 0.12), transparent 25%),
    radial-gradient(circle at top right, rgba(255, 122, 24, 0.12), transparent 28%),
    #f5f9ff;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.topbar {
  background: #04101d;
  color: rgba(245, 247, 251, 0.78);
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner,
.site-header__inner,
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.topbar__inner {
  min-height: 46px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header--static {
  position: relative;
}

.site-header__inner {
  min-height: 78px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  padding: 10px 12px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.brand__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  padding: 10px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(3, 12, 27, 0.16);
}

.brand__logo {
  display: block;
  width: 100%;
  max-width: 146px;
  height: auto;
}

.site-nav,
.site-header__actions,
.hero__actions,
.hero__trust,
.booking-form__grid,
.site-footer__links {
  display: flex;
  gap: 12px;
}

.site-nav {
  align-items: center;
  color: rgba(245, 247, 251, 0.76);
  font-size: 0.92rem;
  flex-wrap: wrap;
}

.site-nav a:hover,
.site-footer__links a:hover {
  color: white;
}

.site-header__actions {
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: white;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 18px 32px rgba(21, 101, 216, 0.32);
}

.btn--outline {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.btn--outline {
  color: var(--text-dark);
  border-color: rgba(21, 35, 58, 0.14);
  background: white;
}

.btn--large {
  min-width: 180px;
  padding: 16px 26px;
}

.btn--block {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 26px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.88), rgba(7, 17, 31, 0.62) 48%, rgba(7, 17, 31, 0.78)),
    url("assets/family-ac-scene.jpeg") center center / cover no-repeat;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 122, 24, 0.22), transparent 34%, rgba(33, 150, 243, 0.16)),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  pointer-events: none;
  backdrop-filter: blur(1.5px);
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.hero__title,
.section-heading h2,
.comparison__side h3,
.price-anchor__copy h2,
.coverage__info h2,
.booking-card__header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.hero__title {
  max-width: 11ch;
  font-size: clamp(2.7rem, 11vw, 6rem);
}

.hero__copy,
.section-heading p,
.coverage__info p,
.comparison__side p,
.faq__item p,
.booking-card__header p,
.site-footer p {
  color: rgba(245, 247, 251, 0.76);
  line-height: 1.7;
}

.hero__copy {
  max-width: 640px;
  font-size: 0.98rem;
}

.hero__actions {
  margin: 28px 0 22px;
  flex-wrap: wrap;
}

.hero__trust {
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  color: rgba(245, 247, 251, 0.74);
  font-size: 0.96rem;
}

.hero__trust li {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--brand-soft);
}

.eyebrow--dark {
  color: var(--brand-strong);
}

.hero-meter,
.hero-scene__console,
.comparison,
.coverage__panel,
.service-grid,
.reviews-grid,
.stat-grid,
.coverage {
  display: grid;
  gap: 16px;
}

.hero-meter {
  max-width: 100%;
  grid-template-columns: 1fr;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.hero-meter__panel {
  padding: 16px 18px;
  border-radius: 22px;
}

.hero-meter__panel span,
.hero-scene__state span,
.service-card__price,
.stat-card__value,
.coverage__card span {
  display: block;
}

.hero-meter__panel span,
.hero-meter__panel small,
.hero-scene__state span,
.hero-scene__state p,
.hero-scene__console span {
  color: rgba(245, 247, 251, 0.7);
}

.hero-meter__panel strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 2rem;
}

.hero-meter__panel--heat {
  background: linear-gradient(180deg, rgba(255, 122, 24, 0.22), rgba(217, 72, 15, 0.2));
}

.hero-meter__panel--cool {
  background: linear-gradient(180deg, rgba(33, 150, 243, 0.22), rgba(21, 101, 216, 0.18));
}

.hero-meter__divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.hero__side {
  display: grid;
  gap: 18px;
}

.hero-scene,
.booking-card,
.service-card,
.stat-card,
.comparison__side,
.coverage__card,
.faq__item {
  border-radius: var(--radius-lg);
}

.hero-scene {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(8, 20, 35, 0.9);
  box-shadow: var(--shadow);
}

.hero-scene__badge {
  position: absolute;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-scene__badge--alert {
  top: 84px;
  left: 18px;
  color: white;
  background: rgba(255, 122, 24, 0.9);
}

.hero-scene__badge--price {
  top: 18px;
  left: 18px;
  color: white;
  background: rgba(33, 150, 243, 0.92);
  font-size: 1rem;
  padding: 14px 18px;
  box-shadow: 0 16px 32px rgba(21, 101, 216, 0.28);
}

.hero-scene__split {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 300px;
  border-radius: 28px;
  overflow: hidden;
  margin-top: 72px;
}

.hero-scene__state {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 20px 22px;
}

.hero-scene__state h2 {
  margin: 8px 0;
  font-size: 1.9rem;
  line-height: 1.1;
}

.hero-scene__state--warm {
  background:
    radial-gradient(circle at top left, rgba(255, 240, 222, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 122, 24, 0.78), rgba(217, 72, 15, 0.92));
}

.hero-scene__state--cool {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(39, 191, 255, 0.78), rgba(21, 101, 216, 0.94));
}

.hero-scene__state--glass {
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
    rgba(8, 20, 35, 0.34);
  backdrop-filter: blur(18px);
}

.hero-scene__benefits {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
  color: #9cf0c5;
  line-height: 1.6;
}

.hero-scene__benefits li {
  position: relative;
  padding-left: 28px;
}

.hero-scene__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #38d996;
  font-weight: 800;
}

.hero-scene__console {
  margin-top: 18px;
  grid-template-columns: 1fr;
}

.hero-scene__console > div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-scene__console-card--wide {
  width: 100%;
}

.hero-scene__console strong,
.service-card h3,
.stat-card p,
.coverage__card strong,
.faq__item summary {
  color: white;
}

.hero-scene__console strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.45;
}

.booking-card {
  padding: 22px;
  background: white;
  color: var(--text-dark);
  box-shadow: var(--shadow-soft);
}

.booking-card__header h2,
.section-heading h2,
.price-anchor__copy h2,
.coverage__info h2 {
  color: var(--text-dark);
}

.booking-card__header h2 {
  font-size: clamp(2rem, 7vw, 3rem);
}

.booking-card__header p,
.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #5d728f;
}

.booking-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #18314f;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(21, 49, 79, 0.14);
  border-radius: 16px;
  background: #f8fbff;
  color: var(--text-dark);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.12);
}

.booking-form textarea {
  resize: vertical;
  min-height: 120px;
}

.booking-form__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.form-status {
  min-height: 24px;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-status[data-state="loading"] {
  color: var(--brand-strong);
}

.form-status[data-state="success"] {
  color: var(--success);
}

.form-status[data-state="error"] {
  color: var(--heat-deep);
}

.calendly-shell {
  position: relative;
  margin-top: 22px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(21, 39, 69, 0.08);
  background:
    radial-gradient(circle at top left, rgba(33, 150, 243, 0.08), transparent 28%),
    #f7fbff;
}

.calendly-embed {
  min-width: 320px;
  min-height: 640px;
}

.booking-card__actions {
  margin-top: 8px;
}

.service-card h3,
.coverage__card strong {
  color: var(--text-dark);
}

.reviews-grid {
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.review-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 30px 24px;
  text-align: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 39, 69, 0.08);
  background:
    radial-gradient(circle at top, rgba(33, 150, 243, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: var(--shadow-soft);
}

.review-card__avatar {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(135deg, rgba(33, 150, 243, 0.2), rgba(255, 122, 24, 0.2)),
    linear-gradient(135deg, #e9f4ff, #fff1e7);
  box-shadow: 0 16px 30px rgba(12, 33, 60, 0.12);
  color: var(--brand-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-card__quote {
  margin: 0;
  max-width: 30ch;
  color: #5d728f;
  line-height: 1.8;
}

.review-card__name {
  color: var(--text-dark);
  font-size: 1.08rem;
}

.review-card__meta {
  color: #7588a2;
  font-size: 0.95rem;
}

.review-card__stars {
  letter-spacing: 0.24em;
  color: #ffbe2e;
  font-size: 1.15rem;
}

.campaign-visuals {
  padding: 18px 0 54px;
}

.campaign-visuals__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.campaign-visuals__intro,
.campaign-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.campaign-visuals__intro {
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(33, 150, 243, 0.12), transparent 35%),
    white;
  border: 1px solid rgba(15, 39, 69, 0.08);
}

.campaign-visuals__intro h2,
.campaign-card h3 {
  margin: 0;
  color: var(--text-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.campaign-visuals__intro h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.campaign-visuals__intro p,
.campaign-card p {
  color: #5d728f;
  line-height: 1.7;
}

.campaign-visuals__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.campaign-visuals__chips span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--brand-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.campaign-card {
  position: relative;
  background: white;
  border: 1px solid rgba(15, 39, 69, 0.08);
}

.campaign-card--feature img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.campaign-card--slider {
  min-height: 420px;
}

.campaign-card__slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  width: 100%;
  height: 100%;
  animation: campaignSlide 10s ease-in-out infinite;
}

.campaign-card__slider-track img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.campaign-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent 8%, rgba(8, 20, 35, 0.92) 70%);
}

.campaign-card__overlay h3,
.campaign-card__overlay p,
.campaign-card__label {
  color: white;
}

.campaign-card__label {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.campaign-card--quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 24, 0.16), transparent 35%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.campaign-card--quote h3 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.section {
  padding: 92px 0;
}

.section--dark {
  color: white;
  background:
    radial-gradient(circle at top right, rgba(33, 150, 243, 0.14), transparent 30%),
    linear-gradient(180deg, #081423, #0b1728);
}

.section--warm {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 122, 24, 0.18), transparent 28%),
    linear-gradient(180deg, #fff7ef, #fff3ea);
}

.section--soft {
  background:
    radial-gradient(circle at 85% 18%, rgba(33, 150, 243, 0.12), transparent 26%),
    #eef6ff;
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2,
.coverage__info h2 {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.section-heading p,
.coverage__info p,
.price-anchor__copy p {
  color: #5f7290;
}

.section--dark .section-heading h2,
.section--dark .comparison__side h3,
.section--dark .stat-card p {
  color: white;
}

.section--dark .section-heading p,
.section--dark .comparison__side p,
.section--dark .comparison__side li {
  color: rgba(245, 247, 251, 0.74);
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  padding: 26px;
  border: 1px solid rgba(21, 39, 69, 0.08);
  background: white;
  box-shadow: var(--shadow-soft);
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
}

.service-card p {
  margin: 0;
  color: #5d728f;
  line-height: 1.7;
}

.service-card--accent {
  color: white;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(160deg, var(--brand-strong), var(--brand));
}

.service-card--accent p,
.service-card--accent h3 {
  color: white;
}

.service-card__price {
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: 800;
}

.why-now {
  display: grid;
  gap: 30px;
}

.stat-grid,
.comparison {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card,
.comparison__side {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.stat-card__value {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--brand-soft);
}

.comparison {
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

.comparison__middle {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--heat), var(--brand));
  color: white;
  font-weight: 800;
}

.comparison__side ul,
.coverage__list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 16px 0 0;
}

.comparison__side li,
.coverage__list li {
  line-height: 1.6;
}

.comparison__side ul {
  padding-left: 0;
  list-style: none;
}

.comparison__side li {
  position: relative;
  padding-left: 28px;
}

.comparison__side li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

.section--dark .comparison__side--loss li {
  color: #ff9f9f;
}

.comparison__side--loss li::before {
  content: "x";
  color: #ff6b6b;
}

.section--dark .comparison__side--win li {
  color: #9cf0c5;
}

.comparison__side--win li::before {
  content: "✓";
  color: #38d996;
}

.price-anchor {
  display: grid;
  justify-items: center;
}

.price-anchor__copy h2 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.faq__item summary {
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 1.25rem;
}

.coverage__card p,
.faq__item p {
  margin: 0;
  color: #5f7290;
  line-height: 1.7;
}

.coverage {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.coverage__list {
  color: #455975;
}

.coverage__panel {
  grid-template-columns: 1fr;
}

.coverage__card {
  padding: 24px;
  background: white;
  border: 1px solid rgba(15, 39, 69, 0.08);
  box-shadow: var(--shadow-soft);
}

.coverage__card strong {
  margin: 8px 0;
  font-size: 1.4rem;
}

.faq {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.faq__item {
  padding: 24px 26px;
  background: white;
  border: 1px solid rgba(15, 39, 69, 0.08);
  box-shadow: var(--shadow-soft);
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item[open] summary {
  color: var(--brand-strong);
}

.faq__item p {
  padding-top: 12px;
}

.hero-scene__benefits li::before {
  content: "\2713";
}

.site-footer {
  padding: 28px 0 90px;
  color: rgba(245, 247, 251, 0.7);
  background: #081423;
}

.site-footer__brand {
  max-width: 36rem;
}

.site-footer__links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-link {
  color: rgba(245, 247, 251, 0.84);
  font-weight: 600;
}

.footer-link:hover {
  color: white;
}

.footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.footer-action:hover {
  transform: translateY(-2px);
}

.footer-action--icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.footer-action--icon:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.footer-action--icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-action--book {
  padding: 0 18px;
  border-radius: 999px;
  color: white;
  font-weight: 700;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 14px 24px rgba(21, 101, 216, 0.24);
}

.footer-action--book:hover {
  box-shadow: 0 18px 28px rgba(21, 101, 216, 0.3);
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.social-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: 0 0 auto;
}

#footer-instagram {
  color: #fff3fb;
  background:
    linear-gradient(135deg, rgba(131, 58, 180, 0.34), rgba(225, 48, 108, 0.28)),
    rgba(255, 255, 255, 0.05);
}

#footer-instagram:hover {
  background:
    linear-gradient(135deg, rgba(131, 58, 180, 0.46), rgba(225, 48, 108, 0.38)),
    rgba(255, 255, 255, 0.08);
}

#footer-linkedin {
  color: #edf7ff;
  background:
    linear-gradient(135deg, rgba(10, 102, 194, 0.34), rgba(33, 150, 243, 0.24)),
    rgba(255, 255, 255, 0.05);
}

#footer-linkedin:hover {
  background:
    linear-gradient(135deg, rgba(10, 102, 194, 0.46), rgba(33, 150, 243, 0.34)),
    rgba(255, 255, 255, 0.08);
}

.site-footer__address {
  margin-top: 4px;
  color: rgba(245, 247, 251, 0.58);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: white;
}

.floating-phone {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #2fd37b, #0ea85b);
  box-shadow: 0 18px 34px rgba(14, 168, 91, 0.34);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.floating-phone:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(14, 168, 91, 0.4);
}

.floating-phone svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.policy-page {
  background:
    radial-gradient(circle at top left, rgba(33, 150, 243, 0.12), transparent 25%),
    radial-gradient(circle at top right, rgba(255, 122, 24, 0.12), transparent 28%),
    #f5f9ff;
}

.policy-main {
  min-height: calc(100vh - 180px);
}

.policy-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: var(--radius-lg);
  background: white;
  border: 1px solid rgba(15, 39, 69, 0.08);
  box-shadow: var(--shadow-soft);
}

.policy-card h1,
.policy-section h2 {
  margin: 0;
  color: var(--text-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.policy-card h1 {
  font-size: clamp(2.7rem, 6vw, 4.8rem);
}

.policy-card__lead,
.policy-section p {
  margin: 0;
  color: #5d728f;
  line-height: 1.8;
}

.policy-card__lead {
  margin-top: 16px;
  font-size: 1.02rem;
}

.policy-section {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.policy-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.policy-section a {
  color: var(--brand-strong);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes campaignSlide {
  0%,
  42% {
    transform: translateX(0);
  }
  50%,
  92% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 821px) {
  .container {
    width: min(var(--container), calc(100% - 56px));
  }

  .topbar__inner,
  .site-header__inner,
  .site-footer__inner {
    gap: 18px;
  }

  .site-header__inner {
    min-height: 84px;
    flex-wrap: nowrap;
  }

  .site-nav {
    font-size: 0.95rem;
  }

  .hero {
    padding: 70px 0 40px;
  }

  .hero__grid {
    grid-template-columns: 1.2fr 0.95fr;
    gap: 36px;
  }

  .hero-meter {
    grid-template-columns: 1fr auto 1fr;
    max-width: 720px;
  }

  .hero-meter__divider {
    display: block;
  }

  .hero-scene__badge--price {
    left: 18px;
    right: auto;
  }

  .hero-scene__badge--alert {
    top: 18px;
    left: auto;
    right: 18px;
  }

  .hero-scene__split {
    margin-top: 56px;
  }

  .booking-form__grid {
    grid-template-columns: 1fr 1fr;
  }

  .campaign-visuals__grid {
    grid-template-columns: 0.9fr 1.05fr 0.75fr;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .price-anchor {
    justify-items: start;
  }

  .coverage {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .coverage {
    grid-template-columns: 1fr;
  }

  .comparison {
    grid-template-columns: 1fr;
  }

  .comparison__middle,
  .hero-meter__divider {
    display: none;
  }
}

@media (max-width: 820px) {
  .topbar__inner,
  .site-header__inner,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    position: static;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .brand {
    width: 100%;
  }

  .site-header__actions,
  .hero__actions,
  .hero__trust {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero__title {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hero-scene__split,
  .campaign-visuals__grid,
  .service-grid,
  .stat-grid,
  .booking-form__grid {
    grid-template-columns: 1fr;
  }

  .hero-scene__console {
    grid-template-columns: 1fr;
  }

  .campaign-card--slider,
  .campaign-card__slider-track img {
    min-height: 340px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding-top: 44px;
  }

  .brand {
    padding: 8px 10px;
  }

  .brand__logo-wrap {
    min-width: 132px;
    padding: 8px 10px;
  }

  .brand__logo {
    max-width: 118px;
  }

  .hero__actions .btn,
  .site-header__actions .btn {
    width: 100%;
  }

  .hero-scene__badge--price {
    font-size: 0.92rem;
  }

  .hero-scene,
  .booking-card,
  .service-card,
  .coverage__card,
  .faq__item {
    border-radius: 22px;
  }

  .hero-scene {
    padding: 20px;
  }

  .hero-scene__badge {
    position: static;
    display: inline-flex;
    margin: 0 8px 10px 0;
  }

  .hero-scene__split {
    min-height: auto;
    margin-top: 14px;
  }

  .floating-phone {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .policy-card {
    padding: 30px 22px;
  }
}
