:root {
  --ink: #261a10;
  --muted: #7a6a58;
  --line: #ead9bd;
  --paper: #fffdf8;
  --soft: #fff3d8;
  --green: #c78a23;
  --green-dark: #8d5d13;
  --navy: #24180e;
  --gold: #e4b95f;
  --shadow: 0 18px 50px rgba(102, 68, 18, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 220, 146, 0.36), transparent 28%),
    linear-gradient(180deg, #fff7e6 0%, #fffaf0 42%, #fffdf8 100%);
  font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px max(22px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(20, 32, 49, 0.16);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
}

.main-nav {
  display: flex;
  gap: 6px;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
}

.main-nav a:hover {
  color: var(--ink);
  background: var(--soft);
}

.main-nav a[aria-current="page"] {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(199, 138, 35, 0.22);
}

.main-nav a[aria-current="page"]:hover {
  color: #fff;
  background: var(--green-dark);
}

.header-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-link {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  padding: 10px 18px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(199, 138, 35, 0.22);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: var(--green-dark);
}

.button-small {
  min-height: 38px;
  padding: 8px 14px;
}

.button-light {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-light:hover {
  background: var(--soft);
}

.hero,
.section,
.search-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 30px 0 0;
}

.hero-inner {
  position: relative;
  min-height: 510px;
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(38, 26, 16, 0.9) 0%, rgba(64, 39, 15, 0.66) 45%, rgba(122, 76, 24, 0.16) 100%),
    linear-gradient(180deg, rgba(55, 34, 12, 0.08), rgba(55, 34, 12, 0.42)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=82") center / cover;
  box-shadow: var(--shadow);
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(38, 26, 16, 0.46));
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 68px 58px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow { color: #ffe4a4; }

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.hero-copy p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.search-shell {
  position: relative;
  z-index: 2;
  margin-top: -44px;
}

.search-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.82rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.search-note {
  grid-column: span 2;
}

textarea {
  resize: vertical;
}

.search-note textarea {
  min-height: 44px;
  max-height: 110px;
}

.search-button {
  min-width: 128px;
}

.form-status {
  min-height: 24px;
  margin: 10px 4px 0;
  color: var(--green-dark);
  font-weight: 800;
}

.section {
  padding: 38px 0;
}

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

.highlights article,
.vehicle-card,
.route-grid article,
.guide,
.trust-grid article,
.faq-list details,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(21, 32, 43, 0.06);
}

.highlights article {
  padding: 20px;
}

.highlights strong,
.highlights span {
  display: block;
}

.highlights span,
.service-card p,
.vehicle-body p,
.route-grid small,
.guide span,
.trust-grid span,
.faq-list p,
.contact-panel p {
  color: var(--muted);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.text-link {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

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

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

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

.service-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(21, 32, 43, 0.06);
}

.service-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  background: var(--soft);
}

.service-card__top {
  display: grid;
  gap: 8px;
}

.service-card__top span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #fff0c7;
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card__top strong {
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-card p {
  margin-bottom: 0;
}

.service-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.money-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.money-route-grid a {
  display: grid;
  min-height: 88px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(102, 68, 18, 0.06);
  font-weight: 900;
  text-decoration: none;
}

.money-route-grid a:hover {
  border-color: rgba(199, 138, 35, 0.55);
  background: #fff4d7;
}

.vehicle-card {
  overflow: hidden;
  border: 1px solid rgba(234, 217, 189, 0.95);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(102, 68, 18, 0.08);
}

.vehicle-visual {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(228, 185, 95, 0.28), transparent 32%),
    linear-gradient(135deg, #2d2117 0%, #59401f 58%, #c78a23 150%);
}

.vehicle-card.featured .vehicle-visual {
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #3b2a16 0%, #8d5d13 62%, #e4b95f 150%);
}

.vehicle-visual span {
  font-size: clamp(5.2rem, 11vw, 8.4rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.vehicle-visual small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.vehicle-body {
  padding: 22px;
}

.vehicle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vehicle-title span {
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  padding: 8px 11px;
  border: 1px solid rgba(234, 217, 189, 0.92);
  border-radius: 12px;
  color: #5f4a31;
  background: #fffaf0;
  font-weight: 850;
  font-size: 0.84rem;
}

.vehicle-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.vehicle-footer strong {
  color: var(--green-dark);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.route-grid article {
  padding: 20px;
}

.route-grid span,
.route-grid strong,
.route-grid small {
  display: block;
}

.route-grid strong {
  margin: 10px 0 4px;
  color: var(--green-dark);
}

.pricing-section .section-head p {
  color: var(--muted);
  max-width: 720px;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(21, 32, 43, 0.06);
}

.pricing-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  color: var(--muted);
  background: #fff6df;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-table td:nth-child(3),
.pricing-table td:nth-child(4) {
  color: var(--green-dark);
  font-weight: 900;
  white-space: nowrap;
}

.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.price-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: end;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 26px;
}

.price-hero h1 {
  max-width: 820px;
}

.price-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.price-call-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.price-call-card span {
  color: var(--muted);
}

.price-filter {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr auto;
  gap: 12px;
  align-items: end;
  padding-top: 10px;
}

.price-notes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.price-notes article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(21, 32, 43, 0.06);
}

.price-notes ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.landing-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
}

.landing-copy,
.landing-side-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(21, 32, 43, 0.06);
}

.landing-copy {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.landing-copy h2 {
  margin-bottom: 8px;
}

.landing-copy p,
.landing-copy li,
.landing-side-card p,
.landing-side-card li {
  color: var(--muted);
}

.landing-copy ul,
.landing-side-card ul {
  margin: 0;
  padding-left: 20px;
}

.landing-side-card {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 12px;
  padding: 22px;
}

.landing-side-card strong {
  color: var(--green-dark);
  font-size: 1.2rem;
}

.landing-side-card .button {
  width: 100%;
}

.landing-route-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.landing-route-pills a {
  padding: 8px 11px;
  border: 1px solid rgba(234, 217, 189, 0.92);
  border-radius: 999px;
  color: #5f4a31;
  background: #fffaf0;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.guide {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  padding: 26px;
}

.guide ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide li {
  padding: 18px;
  border-radius: 18px;
  background: var(--soft);
}

.guide strong,
.guide span {
  display: block;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-grid article {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

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

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin: 10px 0 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(21, 32, 43, 0.06);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--soft);
}

.news-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.news-card__body span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #fff0c7;
  font-size: 0.78rem;
  font-weight: 900;
}

.news-card__body h2 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.news-card__body a {
  color: inherit;
  text-decoration: none;
}

.news-card__body p,
.news-card__body small,
.article-summary,
.article-body p,
.article-cta span {
  color: var(--muted);
}

.article-detail {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.article-detail h1 {
  max-width: 860px;
}

.article-summary {
  max-width: 760px;
  font-size: 1.08rem;
}

.article-hero-image {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 22px;
  margin: 14px 0 24px;
}

.article-body {
  display: grid;
  gap: 12px;
}

.article-body h2 {
  margin: 10px 0 0;
  font-size: 1.45rem;
}

.article-body p {
  margin-bottom: 0;
}

.article-body ul,
.article-body ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.article-body blockquote {
  margin: 8px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  border-radius: 14px;
  color: #5b4630;
  background: var(--soft);
}

.article-body img {
  max-width: 100%;
  border-radius: 18px;
}

.article-body a {
  color: var(--green-dark);
  font-weight: 900;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding: 20px;
  border-radius: 20px;
  background: var(--soft);
}

.article-cta strong,
.article-cta span {
  display: block;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding: 26px;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.mobile-cta a:last-child {
  color: var(--ink);
  background: var(--soft);
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(234, 217, 189, 0.94);
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 16px 30px rgba(102, 68, 18, 0.2);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.back-to-top span {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.back-to-top:hover {
  background: var(--green-dark);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .header-actions { display: none; }

  .site-header {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 16px;
  }

  .brand {
    max-width: calc(100% - 104px);
  }

  .mobile-menu-toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    border: 1px solid rgba(234, 217, 189, 0.95);
    border-radius: 999px;
    padding: 8px 12px;
    color: var(--ink);
    background: #fffefa;
    box-shadow: 0 10px 22px rgba(102, 68, 18, 0.08);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    cursor: pointer;
  }

  .mobile-menu-toggle i,
  .mobile-menu-toggle i::before,
  .mobile-menu-toggle i::after {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--green-dark);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .mobile-menu-toggle i {
    position: relative;
  }

  .mobile-menu-toggle i::before,
  .mobile-menu-toggle i::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .mobile-menu-toggle i::before {
    top: -5px;
  }

  .mobile-menu-toggle i::after {
    top: 5px;
  }

  .site-header.is-menu-open .mobile-menu-toggle i {
    background: transparent;
  }

  .site-header.is-menu-open .mobile-menu-toggle i::before {
    transform: translateY(5px) rotate(45deg);
  }

  .site-header.is-menu-open .mobile-menu-toggle i::after {
    transform: translateY(-5px) rotate(-45deg);
  }

  .main-nav {
    order: 3;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(234, 217, 189, 0.95);
    border-radius: 20px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 18px 38px rgba(102, 68, 18, 0.12);
  }

  .main-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid rgba(234, 217, 189, 0.92);
    border-radius: 14px;
    background: #fffefa;
    font-size: 0.94rem;
  }

  .site-header.is-menu-open .main-nav {
    display: grid;
  }

  .search-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-note {
    grid-column: 1 / -1;
  }

  .search-button {
    grid-column: 1 / -1;
  }

  .highlights,
  .services-grid,
  .route-grid,
  .money-route-grid,
  .news-grid,
  .trust-grid,
  .price-hero,
  .price-filter,
  .price-notes,
  .landing-content,
  .guide,
  .guide ol {
    grid-template-columns: 1fr;
  }

  .landing-side-card {
    position: static;
  }

  .mobile-cta { display: grid; }

  .back-to-top {
    right: 18px;
    bottom: 82px;
  }

  body { padding-bottom: 78px; }
}

@media (max-width: 720px) {
  .hero,
  .section,
  .search-shell {
    width: min(100% - 22px, 1180px);
  }

  .hero { padding-top: 18px; }

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

  .hero-copy { padding: 30px; }

  h1 { font-size: 3rem; }

  .search-card,
  .car-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .vehicle-footer,
  .article-cta,
  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}
