/*
Theme Name: Murmansk Affiliate
Theme URI: https://example.com/murmansk-affiliate
Author: OpenAI
Author URI: https://openai.com/
Description: Современная одностраничная тема для партнёрского сайта о путешествиях в Мурманск. Встроенный лендинг, SEO-разметка, адаптивный дизайн и отдельная страница для партнёрских ссылок.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: murmansk-affiliate
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-logo, custom-menu, featured-images, accessibility-ready, translation-ready, blog
*/

:root {
  --bg: #07131b;
  --bg-soft: #0d2029;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f5fbfd;
  --muted: #a9bec7;
  --accent: #87f8b5;
  --accent-2: #6edcff;
  --warm: #f7cf8a;
  --danger: #ffb1b1;
  --paper: #f3f6f5;
  --ink: #132229;
  --radius-lg: 28px;
  --radius-md: 19px;
  --radius-sm: 12px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-color: var(--accent);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

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

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(7, 19, 27, 0.35);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(7, 19, 27, 0.88);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.custom-logo-link {
  display: inline-flex;
}

.custom-logo {
  max-height: 42px;
  width: auto;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background:
    radial-gradient(circle at 70% 25%, rgba(110, 220, 255, 0.6), transparent 34%),
    linear-gradient(145deg, rgba(135, 248, 181, 0.32), rgba(255,255,255,0.05));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
}

.brand-name {
  display: block;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand-tagline {
  display: block;
  margin-top: -2px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.primary-nav a {
  color: #d9e8ed;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover {
  color: var(--accent);
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(135, 248, 181, 0.42);
  border-radius: 999px;
  background: rgba(135, 248, 181, 0.09);
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,0.06);
  color: var(--text);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

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

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

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: 170px 0 96px;
  background:
    radial-gradient(circle at 18% 12%, rgba(110, 220, 255, 0.14), transparent 24%),
    radial-gradient(circle at 77% 15%, rgba(135, 248, 181, 0.12), transparent 30%),
    linear-gradient(180deg, #07131b 0%, #0a1b24 72%, #07131b 100%);
}

.hero::before {
  position: absolute;
  inset: -15% -10% auto 28%;
  height: 430px;
  border-radius: 48% 52% 38% 62%;
  background:
    linear-gradient(120deg,
      transparent 7%,
      rgba(110, 220, 255, 0.04) 20%,
      rgba(135, 248, 181, 0.8) 38%,
      rgba(110, 220, 255, 0.35) 50%,
      rgba(135, 248, 181, 0.08) 68%,
      transparent 82%);
  filter: blur(28px);
  opacity: 0.82;
  content: "";
  transform: rotate(-8deg);
  animation: aurora 12s ease-in-out infinite alternate;
}

.hero::after {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,.7) 0 1px, transparent 1.3px),
    radial-gradient(circle at 71% 23%, rgba(255,255,255,.58) 0 1px, transparent 1.2px),
    radial-gradient(circle at 36% 8%, rgba(255,255,255,.42) 0 1px, transparent 1.4px),
    radial-gradient(circle at 89% 10%, rgba(255,255,255,.54) 0 1px, transparent 1.4px),
    radial-gradient(circle at 58% 31%, rgba(255,255,255,.35) 0 1px, transparent 1.4px);
  background-size: 320px 280px, 420px 390px, 290px 310px, 530px 410px, 360px 350px;
  pointer-events: none;
  content: "";
  opacity: .55;
}

@keyframes aurora {
  from { transform: rotate(-8deg) translate3d(-2%, -3%, 0) scale(1); }
  to { transform: rotate(-3deg) translate3d(3%, 4%, 0) scale(1.08); }
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 7px 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(135, 248, 181, 0.23);
  border-radius: 999px;
  background: rgba(135, 248, 181, 0.07);
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
  content: "";
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 7.2vw, 92px);
  font-weight: 880;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.hero h1 span {
  display: block;
  color: var(--accent);
}

.hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #c1d4dc;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.button-primary {
  background: var(--accent);
  color: #061710;
  box-shadow: 0 13px 35px rgba(135, 248, 181, 0.2);
}

.button-primary:hover {
  background: #a1ffc8;
  box-shadow: 0 16px 42px rgba(135, 248, 181, 0.3);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.065);
  color: var(--text);
}

.button-secondary:hover {
  background: rgba(255,255,255,.11);
}

.button svg {
  width: 19px;
  height: 19px;
}

.hero-notes {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 16px 22px;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.hero-notes li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-notes li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-2);
  content: "";
}

.hero-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 75% 12%, rgba(135,248,181,.27), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}

.hero-card::before {
  position: absolute;
  right: -25%;
  bottom: -13%;
  left: -12%;
  height: 62%;
  border-radius: 50% 40% 0 0;
  background:
    linear-gradient(148deg, #183440 2%, #0c222d 54%, #07131b 100%);
  clip-path: polygon(0 65%, 12% 47%, 24% 59%, 40% 27%, 54% 51%, 68% 21%, 85% 49%, 100% 29%, 100% 100%, 0 100%);
  content: "";
}

.hero-card::after {
  position: absolute;
  right: 13%;
  bottom: 16%;
  width: 150px;
  height: 235px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50% 50% 38% 62%;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.015));
  box-shadow: 0 0 90px rgba(110,220,255,.08);
  content: "";
  transform: rotate(7deg);
}

.hero-stat {
  position: absolute;
  z-index: 3;
  display: grid;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(7,19,27,.66);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
}

.hero-stat strong {
  font-size: 21px;
  letter-spacing: -0.03em;
}

.hero-stat span {
  color: var(--muted);
  font-size: 12px;
}

.hero-stat-one {
  top: 45px;
  left: 34px;
}

.hero-stat-two {
  top: 195px;
  right: 28px;
}

.hero-stat-three {
  bottom: 38px;
  left: 38px;
}

.hero-card-label {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 43px;
  max-width: 220px;
}

.hero-card-label small {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-card-label strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.12;
}

.section {
  position: relative;
  padding: 105px 0;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.section-header {
  display: grid;
  margin-bottom: 45px;
  grid-template-columns: 1fr 0.72fr;
  gap: 50px;
  align-items: end;
}

.section-kicker {
  margin: 0 0 13px;
  color: #397c67;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section:not(.section-light) .section-kicker {
  color: var(--accent);
}

.section-title {
  max-width: 800px;
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 880;
  letter-spacing: -.05em;
  line-height: 1.04;
}

.section-intro {
  margin: 0;
  color: #53666e;
  font-size: 18px;
}

.section:not(.section-light) .section-intro {
  color: var(--muted);
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.reason-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(19,34,41,.11);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 16px 50px rgba(21, 43, 52, 0.07);
}

.reason-card:nth-child(1),
.reason-card:nth-child(4) {
  grid-column: span 7;
}

.reason-card:nth-child(2),
.reason-card:nth-child(3) {
  grid-column: span 5;
}

.reason-card::after {
  position: absolute;
  right: -48px;
  bottom: -62px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--card-glow, rgba(135,248,181,.27)), transparent 66%);
  content: "";
}

.reason-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: #eaf5f1;
  color: #255d4c;
}

.reason-card-icon svg {
  width: 28px;
  height: 28px;
}

.reason-card h3 {
  margin: 48px 0 12px;
  font-size: 29px;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.reason-card p {
  max-width: 580px;
  margin: 0;
  color: #5b6c73;
}

.reason-card a {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 30px;
  color: #246a52;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.reason-card a:hover {
  text-decoration: underline;
}

.feature-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 120px;
}

.feature-list {
  display: grid;
  gap: 15px;
}

.feature-item {
  display: grid;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.055);
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.feature-item-number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(135,248,181,.25);
  border-radius: 15px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
}

.feature-item h3 {
  margin: 0 0 7px;
  font-size: 22px;
  letter-spacing: -.025em;
}

.feature-item p {
  margin: 0;
  color: var(--muted);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.season-card {
  min-height: 265px;
  padding: 27px;
  border: 1px solid rgba(19,34,41,.1);
  border-radius: var(--radius-md);
  background: #fff;
}

.season-card small {
  color: #397c67;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.season-card h3 {
  margin: 20px 0 10px;
  font-size: 25px;
  letter-spacing: -.035em;
}

.season-card p {
  margin: 0;
  color: #5b6c73;
}

.season-note {
  margin-top: 18px;
  padding: 17px 20px;
  border-left: 4px solid #397c67;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #e9f1ee;
  color: #3b535c;
  font-size: 14px;
}

.route {
  counter-reset: step;
  display: grid;
  gap: 0;
}

.route-step {
  position: relative;
  display: grid;
  min-height: 170px;
  padding: 30px 0 30px 84px;
  border-bottom: 1px solid var(--line);
}

.route-step::before {
  position: absolute;
  top: 29px;
  left: 0;
  display: grid;
  width: 53px;
  height: 53px;
  place-items: center;
  border: 1px solid rgba(135,248,181,.3);
  border-radius: 50%;
  color: var(--accent);
  content: counter(step);
  counter-increment: step;
  font-weight: 900;
}

.route-step h3 {
  margin: 0 0 8px;
  font-size: 25px;
}

.route-step p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}

.route-cta {
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.route-cta p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
}

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

.faq-item {
  border: 1px solid rgba(19,34,41,.11);
  border-radius: var(--radius-md);
  background: #fff;
}

.faq-item summary {
  position: relative;
  padding: 22px 62px 22px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #397c67;
  border-bottom: 2px solid #397c67;
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 160ms ease;
}

.faq-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.faq-answer {
  padding: 0 24px 23px;
  color: #53666e;
}

.faq-answer p {
  margin: 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(110,220,255,.2), transparent 30%),
    radial-gradient(circle at 20% 100%, rgba(135,248,181,.17), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
}

.cta-panel::before {
  position: absolute;
  top: -55px;
  right: 8%;
  width: 430px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(100deg, transparent, rgba(135,248,181,.35), transparent);
  filter: blur(28px);
  content: "";
  transform: rotate(-12deg);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.cta-content h2 {
  margin: 0;
  font-size: clamp(36px, 5.6vw, 66px);
  letter-spacing: -.055em;
  line-height: 1.02;
}

.cta-content p {
  max-width: 660px;
  margin: 20px 0 0;
  color: #c1d4dc;
  font-size: 18px;
}

.affiliate-disclosure {
  margin-top: 24px;
  color: #8da7b1;
  font-size: 12px;
}

.site-footer {
  padding: 35px 0 48px;
  border-top: 1px solid var(--line);
  background: #061017;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-copy {
  color: var(--muted);
  font-size: 13px;
}

.footer-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
  list-style: none;
}

.footer-nav a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.content-wrap {
  padding: 150px 0 90px;
}

.content-card {
  max-width: 840px;
  margin-inline: auto;
  padding: 42px;
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--ink);
}

.entry-title {
  margin: 0 0 22px;
  font-size: clamp(38px, 6vw, 62px);
  letter-spacing: -.05em;
  line-height: 1.05;
}

.entry-meta {
  margin: -10px 0 28px;
  color: #66767c;
  font-size: 14px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
  letter-spacing: -.03em;
  line-height: 1.18;
}

.entry-content a {
  color: #21684f;
}

.posts-list {
  display: grid;
  gap: 20px;
}

.post-card {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.055);
}

.post-card h2 {
  margin: 0 0 10px;
}

.post-card h2 a {
  text-decoration: none;
}

.post-card p {
  margin: 0;
  color: var(--muted);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 960px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(7,19,27,.97);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav ul {
    display: grid;
    gap: 7px;
  }

  .primary-nav a {
    display: block;
    padding: 11px 10px;
  }

  .header-cta {
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
    padding-top: 145px;
  }

  .hero-grid,
  .feature-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero-card {
    min-height: 430px;
  }

  .section-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sticky-copy {
    position: static;
  }

  .reason-card:nth-child(n) {
    grid-column: span 6;
  }

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

  .route-cta,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 26px), var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-tagline {
    display: none;
  }

  .hero {
    padding: 125px 0 72px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-card {
    min-height: 370px;
  }

  .hero-stat {
    padding: 12px 14px;
  }

  .hero-stat-two {
    top: 150px;
    right: 18px;
  }

  .hero-stat-one {
    top: 26px;
    left: 20px;
  }

  .hero-stat-three {
    bottom: 24px;
    left: 20px;
  }

  .hero-card-label {
    top: 50%;
    left: 24px;
  }

  .section {
    padding: 76px 0;
  }

  .reason-card:nth-child(n) {
    min-height: 330px;
    grid-column: span 12;
  }

  .feature-item {
    grid-template-columns: 1fr;
  }

  .route-step {
    padding-left: 68px;
  }

  .cta-panel,
  .content-card {
    padding: 30px 24px;
  }

  .footer-nav ul {
    flex-wrap: wrap;
  }
}
