*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:    #00BCD4;
  --teal-d:  #0097A7;
  --yellow:  #F5A623;
  --yellow-d:#D48A10;
  --black:   #0A0A0A;
  --near-black: #111318;
  --dark:    #1A1D24;
  --white:   #FFFFFF;
  --off-white: #F7F8FA;
  --muted:   #6B7280;
  --border:  #E5E8ED;
  --text:    #1A1D24;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .heading {
  font-family: 'Montserrat', sans-serif;
}

/* ─── NAV ─── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 60px;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.nav-logo img {
  height: 44px; width: auto;
}
.nav-links {
  display: flex; align-items: center; gap: 32px;
}
.nav-links a {
  font-size: 14px; font-weight: 500;
  color: var(--muted); text-decoration: none;
  transition: color .2s;
}
.nav-links a:hover { color: var(--black); }
.nav-cta {
  background: var(--yellow);
  color: var(--black) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 13px;
  padding: 10px 22px; border-radius: 8px;
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: var(--yellow-d); transform: translateY(-1px); }

/* ─── HERO ─── */
.hero {
  background: var(--white);
  min-height: 620px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 80px 60px;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  right: -120px; top: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(0,188,212,.15);
  pointer-events: none;
}
.hero::before {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(0,188,212,.1);
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,188,212,.08);
  border: 1px solid rgba(0,188,212,.2);
  color: var(--teal-d);
  padding: 5px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.04;
  color: var(--black);
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  color: var(--teal);
}

.hero-sub {
  font-size: 16px; line-height: 1.65;
  color: var(--muted);
  max-width: 460px;
  margin-bottom: 36px;
}

.hero-btns {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.btn-primary {
  background: var(--yellow);
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 14px;
  padding: 14px 28px; border-radius: 10px;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, transform .15s;
}
.btn-primary:hover { background: var(--yellow-d); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; font-size: 14px;
  padding: 14px 28px; border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid var(--border);
  transition: border-color .2s, color .2s;
}
.btn-outline:hover { border-color: var(--teal-d); color: var(--teal-d); }

/* hero right – price card */
.hero-right {
  display: flex; flex-direction: column; gap: 16px;
}
.price-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 36px;
}
.price-label {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--teal-d);
  margin-bottom: 14px;
}
.price-row {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 6px;
}
.price-big {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px; font-weight: 900;
  color: var(--yellow);
  line-height: 1;
  letter-spacing: -2px;
}
.price-unit {
  font-size: 18px; color: var(--muted);
  font-weight: 500;
}
.price-note {
  font-size: 13px; color: var(--muted);
}
.stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.stat-box {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
}
.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px; font-weight: 900;
  color: var(--black);
  letter-spacing: -1px;
}
.stat-label {
  font-size: 12px; color: var(--muted);
  margin-top: 4px;
}

/* ─── TRUST STRIP ─── */
.trust-strip {
  background: var(--teal);
  padding: 14px 60px;
  display: flex; align-items: center; justify-content: center; gap: 40px;
  overflow: hidden;
  flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 13px;
  color: var(--black);
  white-space: nowrap;
}

/* ─── SECTION BASE ─── */
section { padding: 96px 60px; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-eyebrow {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--teal-d);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px; font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1px;
  color: var(--black);
  margin-bottom: 16px;
}
.section-title em { font-style: normal; color: var(--teal-d); }
.section-sub {
  font-size: 16px; line-height: 1.65;
  color: var(--muted);
  max-width: 540px;
}

/* ─── WHAT WE DO ─── */
.services-section { background: var(--white); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.service-card {
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.service-card:hover { border-color: var(--teal); box-shadow: 0 8px 32px rgba(0,188,212,.1); }
.service-card:hover::before { transform: scaleX(1); }

/* SVG icons – outline style */
.service-icon {
  width: 52px; height: 52px;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 17px; font-weight: 700;
  color: var(--black); margin-bottom: 10px;
}
.service-card p {
  font-size: 14px; color: var(--muted); line-height: 1.6;
}

/* ─── HOW WE WORK ─── */
.how-section { background: var(--off-white); }
.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 52px;
}
.steps-list {
  display: flex; flex-direction: column; gap: 0;
}
.step-item {
  display: flex; gap: 24px;
  padding-bottom: 32px;
  position: relative;
}
.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 19px; top: 48px;
  width: 2px;
  height: calc(100% - 16px);
  background: var(--border);
}
.step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: 15px;
  color: var(--teal);
  flex-shrink: 0;
  background: var(--white);
  position: relative; z-index: 1;
}
.step-body h4 {
  font-size: 16px; font-weight: 700;
  color: var(--black); margin-bottom: 6px;
}
.step-body p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.step-time {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 11px;
  padding: 2px 10px; border-radius: 100px;
  margin-top: 8px;
}

.promise-card {
  background: var(--black);
  border-radius: 20px;
  padding: 40px;
  color: var(--white);
}
.promise-card h3 {
  font-size: 24px; font-weight: 800;
  line-height: 1.2; margin-bottom: 28px;
  letter-spacing: -.5px;
}
.promise-card h3 em {
  font-style: normal; color: var(--teal);
}
.promise-list { display: flex; flex-direction: column; gap: 16px; }
.promise-row {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 20px;
  background: rgba(255,255,255,.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
}
.promise-icon-wrap {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: 1.5px solid var(--teal);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.promise-row h5 {
  font-size: 14px; font-weight: 700;
  color: var(--white); margin-bottom: 3px;
}
.promise-row p {
  font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.5;
}

/* ─── COMPARISON ─── */
.compare-section { background: var(--white); }
.compare-wrap {
  margin-top: 52px;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}
.compare-table {
  width: 100%; border-collapse: collapse;
}
.compare-table th {
  padding: 18px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  border-bottom: 1.5px solid var(--border);
}
.compare-table th:first-child { text-align: left; color: var(--muted); width: 36%; }
.compare-table th.col-other { text-align: center; color: var(--muted); background: var(--off-white); }
.compare-table th.col-atlasz { text-align: center; background: var(--black); color: var(--white); }
.compare-table td {
  padding: 15px 28px;
  font-size: 14px;
  border-bottom: 1px solid var(--border);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 500; color: var(--black); }
.compare-table td.col-other { text-align: center; color: var(--muted); background: var(--off-white); }
.compare-table td.col-atlasz { text-align: center; background: rgba(0,188,212,.04); font-weight: 600; color: var(--black); }
.chk { color: var(--teal-d); font-weight: 800; font-size: 16px; }
.xmark { color: #DC2626; font-weight: 700; font-size: 15px; }
.hl { color: var(--yellow-d); font-weight: 800; }
.atlasz-header-logo {
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.atlasz-header-logo img { height: 24px; filter: invert(1); }

/* ─── WORK TYPES ─── */
.worktypes-section { background: var(--off-white); }
.worktypes-section .section-title { color: var(--black); }
.worktypes-section .section-sub { color: var(--muted); }
.worktypes-section .section-eyebrow { color: var(--teal-d); }
.types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.type-card {
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 24px 22px;
  transition: border-color .25s, background .25s;
  cursor: default;
}
.type-card:hover {
  border-color: var(--teal);
  background: rgba(0,188,212,.04);
}
.type-icon {
  margin-bottom: 14px;
}
.type-card h4 {
  font-size: 14px; font-weight: 700;
  color: var(--black); margin-bottom: 6px;
}
.type-card p {
  font-size: 12px; color: var(--muted); line-height: 1.5;
}
.type-examples {
  display: flex; flex-wrap: wrap; gap: 5px;
  margin-top: 10px;
}
.type-tag {
  font-size: 11px; font-weight: 600;
  background: rgba(0,188,212,.12);
  color: var(--teal);
  padding: 3px 9px; border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
}

/* ─── SAVINGS ─── */
.savings-section { background: var(--off-white); }
.savings-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: start;
  margin-top: 52px;
}
.savings-items { display: flex; flex-direction: column; gap: 14px; }
.saving-row {
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 24px;
  transition: border-color .2s;
}
.saving-row:hover { border-color: var(--teal); }
.saving-icon-wrap {
  width: 44px; height: 44px;
  border-radius: 10px;
  border: 1.5px solid var(--teal);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.saving-row h4 { font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.saving-row p { font-size: 13px; color: var(--muted); line-height: 1.5; }

.savings-highlight {
  background: var(--black);
  border-radius: 20px;
  padding: 40px;
  position: sticky; top: 84px;
}
.savings-highlight h3 {
  font-size: 20px; font-weight: 800;
  color: var(--white); margin-bottom: 28px;
  line-height: 1.3; letter-spacing: -.4px;
}
.highlight-num {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.highlight-num .big {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px; font-weight: 900;
  color: var(--yellow); line-height: 1;
  letter-spacing: -1.5px;
}
.highlight-num .lbl {
  font-size: 13px; color: rgba(255,255,255,.4);
  margin-top: 6px;
}
.calc-note {
  font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 20px; margin-top: 4px;
}
.calc-note strong { color: var(--yellow); }

/* ─── REFERENCES ─── */
.refs-section { background: var(--white); }
.refs-section .section-title { color: var(--black); }
.partner-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 52px;
}
.partner-cell {
  background: var(--white);
  padding: 28px 20px;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.partner-cell:hover { background: var(--off-white); }
.partner-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 13px;
  color: var(--muted);
  text-align: center;
  letter-spacing: .3px;
}

/* ─── FORM ─── */
.form-section { background: var(--off-white); padding: 96px 60px; border-top: 1px solid var(--border); }
.form-wrap {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px;
  align-items: start;
  max-width: 1140px; margin: 0 auto;
}
.form-left .section-eyebrow { color: var(--teal-d); }
.form-left .section-title { color: var(--black); font-size: 34px; }
.form-left .section-sub { color: var(--muted); margin-bottom: 36px; }
.form-promises { display: flex; flex-direction: column; gap: 12px; }
.promise-line {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--muted);
}
.promise-line svg { flex-shrink: 0; }

.form-box {
  background: var(--white);
  border-radius: 20px;
  padding: 44px;
}
.form-box h3 {
  font-size: 22px; font-weight: 800;
  color: var(--black); margin-bottom: 6px; letter-spacing: -.3px;
}
.form-box .fsub {
  font-size: 14px; color: var(--muted); margin-bottom: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fgroup { margin-bottom: 16px; }
.fgroup label {
  display: block; font-size: 12px; font-weight: 600;
  color: var(--black); margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: .5px;
  font-family: 'Montserrat', sans-serif;
}
.fgroup input, .fgroup select, .fgroup textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 14px; font-family: 'Inter', sans-serif;
  color: var(--black); background: var(--white);
  transition: border-color .2s;
  outline: none;
  -webkit-appearance: none;
}
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus {
  border-color: var(--teal);
}
.fgroup textarea { height: 88px; resize: none; }
.data-policy {
  color: var(--teal);
}
.form-submit {
  width: 100%;
  background: var(--yellow);
  color: var(--black);
  padding: 15px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: 15px;
  border: none; cursor: pointer;
  transition: background .2s, transform .15s;
  margin-top: 6px;
  letter-spacing: -.2px;
}
.form-submit:hover { background: var(--yellow-d); transform: translateY(-1px); }
.form-submit.loading {
  background: var(--muted) !important;
}
.form-foot {
  text-align: center; font-size: 12px; color: var(--muted);
  margin-top: 12px;
}
.form-foot strong { color: var(--teal-d); }

#loadingIndicator {
  display: none;
  width: 30px;
  height: 30px;
  margin-block: -10px;
  border: 4px solid transparent;
  border-top: 4px solid var(--black);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.loading #loadingIndicator {
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ─── FOOTER ─── */
footer {
  background: var(--black);
  padding: 36px 60px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.foot-left {
  display: flex; align-items: center; gap: 10px;
}
.foot-left img { height: 28px; filter: invert(1) brightness(0.5); }
.foot-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: 15px; color: rgba(255,255,255,.5);
}
.foot-links {
  display: flex; gap: 24px; flex-wrap: wrap;
}
.foot-links a {
  font-size: 13px; color: rgba(255,255,255,.3);
  text-decoration: none; transition: color .2s;
}
.foot-links a:hover { color: var(--teal); }
.foot-note { font-size: 12px; color: rgba(255,255,255,.2); }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .hero { grid-template-columns: 1fr; padding: 60px 24px; min-height: auto; }
  .hero h1 { font-size: 38px; }
  section { padding: 64px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .types-grid { grid-template-columns: 1fr 1fr; }
  .savings-grid { grid-template-columns: 1fr; }
  .partner-logos { grid-template-columns: repeat(3, 1fr); }
  .form-wrap { grid-template-columns: 1fr; gap: 40px; }
  .form-section { padding: 64px 24px; }
  footer { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
  .trust-strip { padding: 12px 24px; gap: 20px; }
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--black);
  display: block;
}

#notify-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#notify-container.is-open {
  display: flex;
}

.notify-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, .45);
}

.notify-modal {
  position: relative;
  width: min(420px, 100%);
  background: var(--white);
  border-radius: 16px;
  padding: 32px 28px 28px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(10, 10, 10, .22);
}

.notify-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--off-white);
  color: var(--black);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.notify-mark {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.notify-success .notify-mark {
  color: #15803d;
  background: #dcfce7;
}

.notify-error .notify-mark {
  color: #b91c1c;
  background: #fee2e2;
}

.notify-modal h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.notify-modal p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 22px;
}

.notify-button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--black);
  padding: 13px 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 760px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  nav {
    height: 64px;
    padding: 0 16px;
  }

  .nav-logo img {
    height: 38px;
    max-width: 160px;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 16px 16px;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 28px rgba(10, 10, 10, .08);
  }

  .nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--border);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    margin-top: 10px;
    padding: 13px 18px !important;
    text-align: center;
  }

  .hero {
    padding: 44px 16px 52px;
    gap: 28px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero h1 {
    font-size: 34px;
    letter-spacing: 0;
  }

  .hero-sub,
  .section-sub {
    font-size: 15px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .price-card,
  .promise-card,
  .savings-highlight,
  .form-box {
    border-radius: 14px;
    padding: 24px 20px;
  }

  .price-big {
    font-size: 52px;
  }

  .stats-grid,
  .form-row,
  .types-grid,
  .partner-logos {
    grid-template-columns: 1fr;
  }

  .stat-box,
  .service-card,
  .type-card,
  .saving-row {
    padding: 22px 20px;
    border-radius: 12px;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 16px;
  }

  section,
  .form-section {
    padding: 56px 16px;
  }

  .section-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .services-grid,
  .how-grid,
  .savings-grid,
  .types-grid,
  .partner-logos {
    margin-top: 36px;
  }

  .step-item {
    gap: 16px;
    padding-bottom: 28px;
  }

  .compare-wrap {
    overflow-x: auto;
    border-radius: 12px;
  }

  .compare-table {
    min-width: 680px;
  }

  .savings-highlight {
    position: static;
  }

  .saving-row {
    gap: 12px;
  }

  .saving-icon-wrap {
    width: 38px;
    height: 38px;
  }

  .form-wrap {
    gap: 28px;
  }

  .fgroup input,
  .fgroup select,
  .fgroup textarea {
    font-size: 16px;
  }

  footer {
    padding: 28px 16px;
  }

  .foot-links {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 30px;
  }

  .section-title {
    font-size: 27px;
  }

  .price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .highlight-num .big {
    font-size: 40px;
  }

  .trust-item {
    white-space: normal;
  }
}
