@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #09101b;
  --bg-soft: #0d1727;
  --surface: rgba(15, 25, 40, 0.8);
  --surface-strong: rgba(13, 20, 31, 0.94);
  --surface-light: rgba(255, 255, 255, 0.04);
  --text: #f4f6fb;
  --muted: #b0bbcc;
  --gold: #e4bd72;
  --gold-soft: rgba(228, 189, 114, 0.16);
  --gold-strong: #f0cc88;
  --line: rgba(255, 255, 255, 0.09);
  --success: #8bddb3;
  --danger: #ff6d6d;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --container: 1220px;
  --header-h: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(228, 189, 114, 0.12), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(106, 136, 255, 0.10), transparent 24%),
    linear-gradient(180deg, #08101a 0%, #0b1524 42%, #08101a 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 999;
  background: linear-gradient(90deg, rgba(228, 189, 114, 0.2), var(--gold), rgba(255,255,255,.75));
  box-shadow: 0 0 26px rgba(228, 189, 114, 0.5);
}

.hero-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 12%, rgba(228, 189, 114, 0.06), transparent 22%),
    radial-gradient(circle at 84% 8%, rgba(122, 149, 255, 0.06), transparent 20%);
  z-index: -1;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7, 12, 20, 0.58);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 13, 22, 0.86);
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,.25));
}

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

.brand-text strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
}

.brand-text span,
.header-address,
.mini-label,
.section-kicker,
.hero-badge,
.hero-note,
.contact-number-block span,
.visual-chip,
.banner-copy p,
.site-footer span {
  color: var(--muted);
}

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

.site-nav a {
  position: relative;
  padding: 11px 14px;
  border-radius: 14px;
  color: rgba(244, 246, 251, 0.86);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.header-contacts {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.phone-link,
.contact-number,
.premium-phone-block a {
  font-weight: 900;
  letter-spacing: .015em;
  color: #fff;
}

.phone-link:hover,
.contact-number:hover,
.premium-phone-block a:hover,
.footer-links a:hover {
  color: var(--gold-strong);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform .22s ease, opacity .22s ease, top .22s ease;
}

.menu-toggle span:nth-child(1) { top: 17px; }
.menu-toggle span:nth-child(2) { top: 24px; }
.menu-toggle span:nth-child(3) { top: 31px; }
.menu-toggle.is-open span:nth-child(1) { top: 24px; transform: rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { top: 24px; transform: rotate(-45deg); }

.hero {
  position: relative;
  padding: 42px 0 34px;
  overflow: clip;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(45px);
  pointer-events: none;
}

.hero-orb--one {
  width: 300px;
  height: 300px;
  top: 18px;
  right: -90px;
  background: rgba(228, 189, 114, 0.16);
}

.hero-orb--two {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -50px;
  background: rgba(106, 136, 255, 0.14);
}

.hero-grid,
.section-grid--about,
.contact-layout {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 34px;
  align-items: center;
}

.hero-content,
.section-copy,
.section-head,
.contact-card {
  position: relative;
  z-index: 1;
}

.hero-badge,
.section-kicker,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(228, 189, 114, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.section-copy h2,
.call-ribbon h2,
.contact-card h2,
.banner-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.section-head h2,
.section-copy h2,
.call-ribbon h2,
.contact-card h2,
.banner-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.hero-lead,
.section-head p,
.section-copy p,
.call-ribbon p,
.contact-lead,
.banner-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-list,
.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-list li,
.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(244,246,251,.92);
}

.hero-list li::before,
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0, var(--gold) 40%, rgba(228, 189, 114, 0.2) 100%);
  box-shadow: 0 0 16px rgba(228, 189, 114, 0.45);
}

.hero-actions,
.contact-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions {
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

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

.btn-primary,
.btn-gold,
.btn-light {
  color: #101521;
  background: linear-gradient(135deg, #f2d495 0%, #dcb16b 100%);
  box-shadow: 0 16px 30px rgba(228, 189, 114, 0.22);
}

.btn-primary:hover,
.btn-gold:hover,
.btn-light:hover {
  box-shadow: 0 20px 36px rgba(228, 189, 114, 0.28);
}

.btn-secondary,
.btn-outline-light {
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255, 255, 255, 0.05);
}

.btn-secondary:hover,
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.09);
}

.btn-xl {
  min-width: 290px;
  min-height: 66px;
  font-size: 20px;
}

.hero-note {
  margin-top: 18px;
  font-size: 14px;
}

.hero-meta,
.about-points,
.contact-addresses,
.process-grid,
.advantages-grid,
.comparison-grid {
  display: grid;
  gap: 18px;
}

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

.meta-item,
.about-point,
.adv-card,
.process-card,
.comparison-card,
.contact-card,
.call-popup-card,
.glass-panel,
.highlight-card,
.call-ribbon,
.image-shell,
.visual-overlay-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
}

.meta-item,
.about-point,
.adv-card,
.process-card,
.comparison-card,
.glass-panel,
.call-popup-card,
.visual-overlay-card {
  border-radius: var(--radius-md);
}

.meta-item {
  padding: 22px 20px;
}

.meta-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  color: #fff;
}

.meta-item span,
.about-point span,
.adv-card p,
.process-card p,
.comparison-item p,
.highlight-card p,
.premium-point span,
.contact-addresses p {
  color: var(--muted);
}

.visual-shell {
  position: relative;
  min-height: 100%;
}

.visual-main {
  position: relative;
}

.image-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(228, 189, 114, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.image-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 12, 19, 0.12) 0%, rgba(7, 12, 19, 0.05) 35%, rgba(7, 12, 19, 0.4) 100%),
    linear-gradient(90deg, rgba(7, 12, 19, 0.5) 0%, rgba(7, 12, 19, 0.16) 26%, rgba(7, 12, 19, 0.14) 74%, rgba(7, 12, 19, 0.58) 100%);
  z-index: 1;
  pointer-events: none;
}

.image-shell::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(8, 16, 27, 0) 0%, rgba(8, 16, 27, 0.92) 100%);
  z-index: 1;
  pointer-events: none;
}

.image-shell--hero {
  aspect-ratio: 1.45 / 1;
  min-height: 640px;
}

.image-shell--about {
  aspect-ratio: 4 / 3;
  min-height: 520px;
}

.image-shell--banner {
  aspect-ratio: 2.13 / 1;
  min-height: 340px;
}

.image-shell--square {
  aspect-ratio: 1 / 1;
  min-height: 320px;
}

.visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.image-shell-glow {
  position: absolute;
  inset: auto -20% -28% auto;
  width: 56%;
  height: 48%;
  background: radial-gradient(circle at center, rgba(228, 189, 114, 0.26) 0%, rgba(228, 189, 114, 0.08) 34%, rgba(228, 189, 114, 0) 72%);
  z-index: 0;
  filter: blur(18px);
}

.visual-overlay-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(380px, calc(100% - 48px));
  z-index: 2;
  padding: 24px;
  backdrop-filter: blur(14px);
  background: rgba(11, 18, 29, 0.78);
}

.visual-chip {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  background: rgba(11, 18, 29, 0.58);
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.visual-chip--one {
  left: -12px;
  top: 40px;
}

.visual-chip--two {
  right: 34px;
  top: -14px;
}

.premium-card-top,
.premium-phone-block,
.premium-point,
.premium-card-bottom {
  display: grid;
  gap: 6px;
}

.premium-card-top {
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 16px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 14px rgba(139, 221, 179, 0.62);
}

.premium-phone-block {
  margin-bottom: 16px;
}

.premium-phone-block a {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.04;
}

.premium-points {
  display: grid;
  gap: 14px;
}

.premium-point strong,
.about-point strong,
.adv-card h3,
.process-card h3,
.comparison-title-wrap h3,
.contact-card strong,
.footer-inner strong,
.highlight-card strong {
  display: block;
  color: #fff;
}

.call-ribbon,
.contact-card,
.highlight-card {
  padding: 34px;
  border-radius: var(--radius-xl);
}

.call-ribbon {
  position: relative;
  overflow: hidden;
}

.call-ribbon::before,
.contact-card::before,
.highlight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(228, 189, 114, 0.08), transparent 38%);
  pointer-events: none;
}

.call-ribbon-inner,
.footer-inner,
.contact-addresses {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.section {
  padding: 50px 0;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.about-points,
.advantages-grid,
.process-grid,
.comparison-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-point,
.adv-card,
.process-card {
  padding: 22px;
}

.about-point strong,
.adv-card h3,
.process-card h3,
.comparison-title-wrap h3,
.contact-card h2,
.banner-copy h2 {
  margin-bottom: 8px;
}

.adv-card img,
.highlight-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 18px;
}

.adv-card h3,
.process-card h3,
.comparison-title-wrap h3 {
  margin-top: 0;
  font-size: 22px;
}

.highlight-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
}

.process-card span,
.comparison-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(228, 189, 114, 0.12);
  color: var(--gold-strong);
  font-weight: 700;
}

.process-card a,
.comparison-item strong {
  color: #fff;
}

.process-visual-section {
  padding-top: 8px;
}

.banner-copy {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 2;
  max-width: 620px;
}

.comparison-card {
  padding: 24px;
}

.comparison-title-wrap {
  margin-bottom: 18px;
}

.comparison-mark--dark {
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.72);
}

.comparison-list {
  display: grid;
  gap: 14px;
}

.comparison-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
}

.comparison-item img {
  width: 22px;
  margin-top: 3px;
}

.contact-grid--single {
  display: block;
}

.contact-number-block {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.contact-number {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.compact-addresses {
  margin-top: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-visual .image-shell {
  border-radius: 28px;
}

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

.footer-inner {
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-links {
  justify-content: flex-end;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 98px;
  z-index: 45;
  display: grid;
  gap: 12px;
}

.float-btn {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.float-btn--phone {
  background: linear-gradient(135deg, #f1d392, #deb265);
  color: #101521;
}

.float-btn--tg {
  background: rgba(16, 90, 170, 0.88);
}

.pulse-ring::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(228, 189, 114, 0.4);
  animation: pulse 2.2s ease-out infinite;
}

@keyframes pulse {
  0% {
    opacity: .85;
    transform: scale(.96);
  }
  70% {
    opacity: 0;
    transform: scale(1.18);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.floating-card {
  animation: floatCard 6.8s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.mobile-callbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 46;
  display: none;
  padding: 10px 14px 14px;
  backdrop-filter: blur(18px);
  background: rgba(7, 12, 20, 0.82);
  border-top: 1px solid rgba(255,255,255,.08);
}

.mobile-callbar a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  color: #101521;
  background: linear-gradient(135deg, #f2d495 0%, #dcb16b 100%);
  font-weight: 900;
  text-align: center;
}

.call-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  background: rgba(3, 6, 11, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.call-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.call-popup-card {
  position: relative;
  width: min(420px, 100%);
  padding: 28px;
  background: rgba(11, 18, 29, 0.96);
}

.call-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.call-popup-card h3 {
  margin: 14px 0 10px;
  font-size: 28px;
}

.call-popup-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .hero-grid,
  .section-grid--about,
  .contact-layout,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .visual-shell,
  .about-visual,
  .contact-visual {
    max-width: 820px;
    margin: 0 auto;
  }

  .banner-copy {
    max-width: 540px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 82px;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-h) + 10px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 10px;
    margin-left: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(9, 15, 24, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 12px 14px;
    background: rgba(255,255,255,.03);
  }

  .header-contacts {
    display: none;
  }

  .hero {
    padding-top: 26px;
  }

  .hero-meta,
  .about-points,
  .compact-addresses,
  .call-ribbon-inner,
  .footer-inner,
  .contact-addresses,
  .advantages-grid,
  .process-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .image-shell--hero {
    min-height: 540px;
  }

  .image-shell--about,
  .image-shell--banner,
  .image-shell--square {
    min-height: 300px;
  }

  .banner-copy {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 22px;
    max-width: none;
  }

  .visual-overlay-card {
    position: relative;
    right: 0;
    bottom: 0;
    width: auto;
    margin: -70px 16px 16px;
  }
}

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

  .hero-actions,
  .contact-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .btn-xl,
  .btn-phone,
  .btn-secondary,
  .btn-outline-light,
  .btn-gold,
  .btn-light {
    width: 100%;
  }

  .call-ribbon,
  .contact-card,
  .highlight-card,
  .call-popup-card {
    padding: 24px;
  }

  .highlight-card {
    grid-template-columns: 1fr;
  }

  .visual-chip {
    display: none;
  }

  .floating-actions {
    right: 14px;
    bottom: 90px;
  }

  .float-btn {
    width: 54px;
    height: 54px;
  }

  .call-popup {
    justify-content: center;
    padding: 12px;
  }

  .call-popup-card {
    width: 100%;
  }

  .mobile-callbar {
    display: block;
  }

  .site-footer {
    padding-bottom: 108px;
  }
}

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

  .section-head h2,
  .section-copy h2,
  .call-ribbon h2,
  .contact-card h2,
  .banner-copy h2,
  .call-popup-card h3 {
    font-size: 30px;
  }

  .hero-lead,
  .section-head p,
  .section-copy p,
  .call-ribbon p,
  .contact-lead,
  .adv-card p,
  .process-card p,
  .comparison-item p,
  .highlight-card p,
  .about-point span,
  .premium-point span,
  .banner-copy p {
    font-size: 16px;
  }

  .meta-item strong {
    font-size: 30px;
  }

  .brand-text strong {
    font-size: 14px;
  }

  .brand-text span {
    font-size: 12px;
  }

  .contact-number,
  .premium-phone-block a {
    font-size: 32px;
  }
}
