:root {
  --bg: #f5f7fb;
  --bg-soft: #eef3fa;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --surface-dark: #0f1728;
  --text: #111827;
  --muted: #667085;
  --line: rgba(148, 163, 184, 0.2);
  --line-strong: rgba(148, 163, 184, 0.32);
  --accent: #1877f2;
  --accent-2: #5ab8ff;
  --accent-soft: rgba(24, 119, 242, 0.08);
  --success: #34c759;
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.1);
  --shadow-md: 0 14px 32px rgba(15, 23, 42, 0.08);
  --shadow-sm: 0 8px 18px rgba(15, 23, 42, 0.05);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

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

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(90, 184, 255, 0.12), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(24, 119, 242, 0.08), transparent 22%),
    linear-gradient(180deg, #f9fbff 0%, var(--bg) 38%, #f7f9fd 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
}

body::before {
  top: -60px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: rgba(90, 184, 255, 0.1);
}

body::after {
  right: -60px;
  top: 240px;
  width: 180px;
  height: 180px;
  background: rgba(24, 119, 242, 0.08);
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: env(safe-area-inset-top, 0);
  background: rgba(245, 247, 251, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
}

.nav,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand-wrap {
  display: grid;
  gap: 2px;
}

.brand {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-subtitle,
.hero-kicker,
.hero-lead,
.section-intro,
.info-card p,
.editorial-card p,
.benefit-card p,
.concept-copy p,
.masterplan-card p,
.plan-summary-card p,
.offer-card p,
.trust-card p,
.faq-item p,
.contact-copy p,
.form-note,
.form-status,
.feature-item span,
.strip-item span,
.fact-card span,
.note-label,
.contact-points span,
.offer-head span,
.price-points span,
.footer span {
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #516072;
  font-size: 0.95rem;
}

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

.nav-links a:hover {
  color: var(--text);
}

.phone-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.phone-link {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  font-size: 0.96rem;
  white-space: nowrap;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.phone-link:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  padding: 38px 0 36px;
}

.hero-shell,
.hero-facts,
.hero-strip,
.location-layout,
.grid-cards,
.benefit-grid,
.concept-layout,
.compare-grid,
.infra-grid,
.plans-layout,
.offer-grid,
.trust-grid,
.contact-layout,
.contact-points,
.feature-list,
.price-points {
  display: grid;
  gap: 24px;
}

.hero-shell,
.location-layout,
.concept-layout,
.plans-layout,
.contact-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.hero-copy,
.concept-copy,
.contact-copy,
.editorial-card,
.fact-card,
.info-card,
.benefit-card,
.plan-summary-card,
.trust-card,
.contact-form {
  display: grid;
  align-content: start;
}

.hero-visual,
.concept-visual-stack {
  display: grid;
  gap: 18px;
}

.eyebrow,
.image-label,
.compare-label,
.card-index,
.benefit-number,
.offer-meta,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
}

.eyebrow-dark {
  color: #d7e9ff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-kicker {
  margin: 12px 0 0;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.hero-copy h1 {
  margin-top: 12px;
  font-size: clamp(2.6rem, 4.8vw, 4.5rem);
  max-width: 10.8ch;
  font-weight: 800;
}

.hero-lead {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.22);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
}

.button-full {
  width: 100%;
}

.fact-card,
.info-card,
.editorial-card,
.benefit-card,
.masterplan-card,
.compare-card,
.plan-summary-card,
.offer-card,
.trust-card,
.contact-form,
.hero-note,
.strip-item,
.faq-item,
.plan-image-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}

.fact-card,
.info-card,
.editorial-card,
.benefit-card,
.masterplan-card,
.compare-card,
.plan-summary-card,
.offer-card,
.trust-card,
.contact-form,
.strip-item,
.faq-item {
  padding: 24px;
}

.fact-card::before,
.info-card::before,
.editorial-card::before,
.benefit-card::before,
.masterplan-card::before,
.compare-card::before,
.plan-summary-card::before,
.offer-card::before,
.trust-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 184, 255, 0.14), transparent 70%);
  pointer-events: none;
}

.hero-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.fact-card strong,
.strip-item strong,
.price-points strong,
.offer-head strong,
.contact-points a,
.contact-points strong {
  display: block;
  color: var(--text);
}

.fact-card strong {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.hero-slider,
.hero-slide,
.concept-image {
  border-radius: var(--radius-xl);
}

.hero-slider {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-lg);
}

.hero-slide,
.concept-image {
  position: relative;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide {
  display: none;
  min-height: 540px;
}

.hero-slide.is-active {
  display: block;
}

.slide-1 {
  background-image:
    linear-gradient(180deg, rgba(12, 18, 28, 0.08), rgba(12, 18, 28, 0.46)),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=80');
}

.slide-2 {
  background-image:
    linear-gradient(180deg, rgba(12, 18, 28, 0.08), rgba(12, 18, 28, 0.46)),
    url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1600&q=80');
}

.slide-3 {
  background-image:
    linear-gradient(180deg, rgba(12, 18, 28, 0.08), rgba(12, 18, 28, 0.5)),
    url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1600&q=80');
}

.hero-overlay,
.concept-image-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(12, 18, 28, 0.82));
}

.hero-overlay h2,
.concept-image-copy h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.image-label,
.compare-label {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.card-index,
.offer-meta,
.tag {
  background: rgba(24, 119, 242, 0.08);
  border: 1px solid rgba(24, 119, 242, 0.12);
  color: var(--accent);
}

.slider-controls {
  position: absolute;
  left: 30px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.slider-dot.is-active {
  width: 28px;
  background: #fff;
}

.hero-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.84);
}

.note-label,
.strip-item span,
.contact-points span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.86rem;
}

.hero-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.strip-item strong {
  font-size: 1rem;
  line-height: 1.4;
}

.section {
  padding: 50px 0 74px;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(90, 184, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #11213c 0%, #0d182a 100%);
  color: #f5f9ff;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.section-head h2,
.concept-copy h2,
.contact-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
}

.section-head-narrow {
  max-width: 900px;
}

.on-dark .section-intro,
.on-dark .benefit-card p {
  color: rgba(221, 232, 247, 0.8);
}

.section-intro {
  max-width: 72ch;
  font-size: 0.98rem;
}

.grid-cards-location {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorial-card {
  min-height: 100%;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at top right, rgba(24, 119, 242, 0.08), transparent 28%);
}

.editorial-card h3,
.info-card h3,
.benefit-card h3,
.masterplan-card h3,
.compare-card h3,
.plan-summary-card h3,
.trust-card h3,
.offer-head strong,
.faq-item summary {
  margin-top: 14px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.tag-row,
.feature-list.compact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.accent-card {
  background: linear-gradient(180deg, rgba(24, 119, 242, 0.9), rgba(90, 184, 255, 0.86));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.accent-card h3,
.accent-card p {
  color: #fff;
}

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

.benefit-card {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.benefit-number {
  color: #d7e9ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.benefit-card h3,
.benefit-card p {
  color: #f5f9ff;
}

.benefit-card-highlight {
  background: linear-gradient(180deg, rgba(90, 184, 255, 0.14), rgba(24, 119, 242, 0.1));
}

.concept-image {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-lg);
  background-image:
    linear-gradient(180deg, rgba(12, 18, 28, 0.08), rgba(12, 18, 28, 0.5)),
    url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1600&q=80');
}

.masterplan-card,
.plan-summary-card,
.compare-card,
.trust-card,
.contact-form {
  background: rgba(255, 255, 255, 0.86);
}

.concept-copy p {
  margin: 0 0 14px;
}

.feature-list {
  margin-top: 18px;
}

.feature-item,
.price-points > div,
.contact-points > div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.feature-item strong,
.price-points strong,
.contact-points strong,
.contact-points a {
  font-size: 1rem;
}

.feature-list.compact {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list.compact li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

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

.compare-card-positive {
  background: linear-gradient(180deg, rgba(24, 119, 242, 0.92), rgba(15, 97, 214, 0.86));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.compare-card-positive h3,
.compare-card-positive .feature-list.compact li {
  color: #fff;
}

.compare-card-positive .feature-list.compact li,
.compare-card-positive .compare-label {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
}

.muted-label {
  color: var(--muted);
  background: rgba(24, 119, 242, 0.06);
  border: 1px solid rgba(24, 119, 242, 0.1);
}

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

.trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.plan-image-card {
  border-radius: var(--radius-xl);
}

#plans.section {
  padding-top: 44px;
  padding-bottom: 52px;
}

#trust.section {
  position: relative;
  isolation: isolate;
  padding-top: 32px;
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.94), rgba(244, 247, 252, 0.98));
}

#trust .section-head {
  margin-bottom: 22px;
}

.plan-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plans-carousel {
  display: grid;
  gap: 20px;
}

.plans-carousel-viewport {
  position: relative;
}

.plans-slide {
  display: none;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 20px;
  align-items: start;
}

.plans-slide.is-active {
  display: grid;
}

.plans-carousel-media {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}

.plans-carousel-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: var(--radius-md);
  background: #fff;
}

.plans-carousel-media figcaption {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.plans-carousel-copy {
  display: grid;
  align-content: start;
  gap: 2px;
}

.plans-carousel-copy p {
  margin: 0 0 12px;
  font-size: 0.97rem;
}

.plan-meta {
  margin-top: 10px;
}

.plans-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 2px;
}

.plans-carousel-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.plans-nav-button,
.plans-dot {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.plans-nav-button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: var(--text);
  font-size: 1.2rem;
  cursor: pointer;
}

.plans-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
}

.plans-nav-button:hover,
.plans-dot:hover,
.plans-nav-button:focus-visible,
.plans-dot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(24, 119, 242, 0.28);
  outline: none;
}

.plans-dot.is-active {
  background: var(--accent);
  border-color: rgba(24, 119, 242, 0.4);
}

.plan-summary-card h3 {
  margin-bottom: 14px;
}

.price-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.offer-card-featured {
  border-color: rgba(24, 119, 242, 0.2);
  box-shadow: 0 18px 40px rgba(24, 119, 242, 0.1);
}

.offer-head {
  display: grid;
  gap: 4px;
}

.offer-meta {
  margin-top: 18px;
}

.trust-card a {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 800;
  color: var(--accent);
}

.trust-card-accent {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 243, 255, 0.8));
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.82);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--accent);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.contact-section {
  padding-bottom: 78px;
}

.contact-form {
  background: rgba(255, 255, 255, 0.88);
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.96rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(24, 119, 242, 0.32);
  box-shadow: 0 0 0 4px rgba(24, 119, 242, 0.1);
}

.form-status {
  margin: 12px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(24, 119, 242, 0.14);
  background: rgba(24, 119, 242, 0.08);
}

.form-status.is-error {
  border-color: rgba(255, 59, 48, 0.16);
  background: rgba(255, 59, 48, 0.08);
  color: #b42318;
}

.site-footer {
  padding: 0 0 34px;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.footer strong {
  display: block;
}

@media (max-width: 1140px) {
  .hero-shell,
  .location-layout,
  .concept-layout,
  .plans-layout,
  .contact-layout,
  .benefit-grid,
  .compare-grid,
  .infra-grid,
  .offer-grid,
  .price-points,
  .grid-cards-location,
  .plans-slide {
    grid-template-columns: 1fr;
  }

  .hero-facts,
  .hero-strip,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
  }

  .footer {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links {
    display: none;
  }

  .button {
    width: 100%;
  }

  .site-header .phone-link {
    width: auto;
    min-height: 44px;
    padding: 0 16px;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .hero-copy h1 {
    font-size: 2.7rem;
  }

  .hero-lead,
  .section-intro {
    font-size: 0.96rem;
  }

  .hero-slider,
  .hero-slide {
    min-height: 380px;
  }

  .hero-overlay,
  .concept-image-copy {
    padding: 20px;
  }

  .hero-facts,
  .hero-strip,
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-note {
    gap: 12px;
    padding: 16px 18px;
  }

  .fact-card,
  .info-card,
  .editorial-card,
  .benefit-card,
  .masterplan-card,
  .compare-card,
  .plan-summary-card,
  .offer-card,
  .trust-card,
  .contact-form,
  .strip-item,
  .faq-item {
    padding: 20px;
  }

  .plans-carousel-copy p {
    font-size: 0.95rem;
  }

  .feature-list.compact li {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .section {
    padding: 36px 0 56px;
  }

  #plans.section {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  #trust.section {
    padding-top: 24px;
  }

  .contact-section {
    padding-bottom: 56px;
  }
}

@media (max-width: 640px) {
  .brand {
    font-size: 1.12rem;
  }

  .brand-subtitle {
    font-size: 0.92rem;
  }

  .site-header .phone-link {
    font-size: 0.94rem;
  }

  .plans-carousel-media {
    padding: 12px;
  }

  .plans-carousel-media img {
    height: auto;
    max-height: none;
  }

  .plans-carousel-media figcaption {
    font-size: 0.9rem;
  }

  .plans-carousel-controls {
    gap: 10px;
  }

  .plans-nav-button {
    width: 42px;
    height: 42px;
  }

  .plan-meta {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-note {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-copy h1 {
    font-size: 2.12rem;
    line-height: 1.05;
  }

  .hero-lead {
    font-size: 0.94rem;
  }

  .section-head h2,
  .concept-copy h2,
  .contact-copy h2 {
    font-size: 1.92rem;
  }

  .slider-controls {
    left: 18px;
    bottom: 16px;
  }

  .hero-overlay h2,
  .concept-image-copy h2 {
    font-size: 1.5rem;
  }

  .hero-slider,
  .hero-slide {
    min-height: 320px;
  }

  .hero-strip,
  .hero-facts,
  .trust-grid {
    grid-template-columns: 1fr;
  }
}
