/*
 * EasyHangar public landing page
 * A calm, product-led B2B system based on the brand's aviation blues.
 */

@font-face {
  font-display: swap;
  font-family: 'EasyHangar Geist';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Geist/Geist-Regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'EasyHangar Geist';
  font-style: normal;
  font-weight: 700 900;
  src: url('/fonts/Geist/Geist-Bold.ttf') format('truetype');
}

.landing-public-page {
  --eh-ink: #18313d;
  --eh-copy: #425b67;
  --eh-muted: #607680;
  --eh-blue: #56849e;
  --eh-blue-strong: #386b88;
  --eh-blue-soft: #eaf2f5;
  --eh-blue-pale: #f4f8fa;
  --eh-line: #d8e3e8;
  --eh-paper: #ffffff;
  --eh-canvas: #f7f9fa;
  background: var(--eh-paper);
  color: var(--eh-ink);
  font-family: 'EasyHangar Geist', 'Public Sans', sans-serif;
}

.landing-navbar-public {
  border: 1px solid rgba(86, 132, 158, 0.18);
  border-radius: 0 0 0.85rem 0.85rem;
  box-shadow: 0 0.5rem 1.5rem rgba(39, 76, 94, 0.08);
}

.landing-navbar-public .nav-link {
  color: #425b67;
}

.landing-navbar-public .nav-link:hover,
.landing-navbar-public .nav-link:focus-visible {
  color: #386b88;
}

.landing-navbar-public .dropdown-style-switcher {
  display: none;
}

.landing-public-page .section-py {
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.landing-public-page .section-kicker,
.landing-public-page .additional-benefits-kicker,
.landing-public-page .fun-fact-kicker {
  color: var(--eh-blue-strong) !important;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-section-eyebrow {
  align-items: center;
  color: var(--eh-blue-strong);
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.landing-section-number,
.landing-section-label {
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.landing-section-number {
  color: var(--eh-blue);
  font-variant-numeric: tabular-nums;
}

.landing-section-rule {
  background: #9fbac6;
  height: 1px;
  width: 2.5rem;
}

.landing-public-page .text-muted {
  color: var(--eh-muted) !important;
}

/* Hero: one reading path and one unobstructed product view. */
.landing-hero,
html.light-style .landing-hero {
  background: #102f3e !important;
  color: #fff;
  overflow: hidden;
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  padding-top: clamp(7.25rem, 10vw, 9rem);
}

.hero-video-background,
.hero-video-background video,
.hero-video-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-video-background {
  overflow: hidden;
  z-index: 0;
}

.hero-video-background video {
  object-fit: cover;
}

.hero-video-shade {
  background:
    linear-gradient(90deg, rgba(8, 29, 40, 0.92) 0%, rgba(10, 37, 50, 0.82) 42%, rgba(10, 37, 50, 0.48) 100%),
    linear-gradient(180deg, rgba(7, 28, 39, 0.12) 45%, rgba(7, 28, 39, 0.62) 100%);
  box-shadow: inset 0 -8rem 8rem -7rem rgba(4, 20, 28, 0.75);
}

.landing-hero > .container {
  z-index: 2;
}

.landing-hero::before {
  background: linear-gradient(90deg, var(--eh-blue), #8db9c6);
  content: '';
  height: 3px;
  inset: 0 0 auto;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.landing-hero .row {
  --bs-gutter-x: clamp(2rem, 5vw, 5rem);
}

.landing-hero .hero-text-box {
  margin: 0;
  max-width: 36rem;
  padding: 1rem 0;
  text-align: left;
}

.landing-public-page .hero-eyebrow {
  align-items: center;
  background: rgba(232, 243, 247, 0.12);
  border: 1px solid rgba(218, 235, 242, 0.32);
  border-radius: 999px;
  color: #e6f3f7 !important;
  display: inline-flex;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  padding: 0.55rem 0.8rem;
}

.landing-hero .hero-title {
  color: #fff !important;
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  letter-spacing: -0.06em;
  line-height: 1.01;
  max-width: 37rem;
}

.landing-hero .hero-sub-title {
  color: #e2edf1 !important;
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  font-weight: 650;
  line-height: 1.45;
  max-width: 34rem;
}

.landing-hero .hero-text-box > p.text-muted {
  color: #c3d6de !important;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 33rem;
}

.landing-hero .cta-button {
  border-radius: 0.55rem;
  box-shadow: none;
  font-weight: 700;
  min-height: 3.35rem;
  padding: 0.85rem 1.25rem;
  transform: none;
}

.hero-cta-group {
  position: relative;
}

.hero-cta-pointer {
  align-items: center;
  animation: hero-cta-nudge 1.8s ease-in-out infinite;
  color: #fff;
  display: inline-flex;
  font-size: 2.4rem;
  justify-content: center;
  left: -2.65rem;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0.4rem 1rem rgba(2, 16, 24, 0.5);
  top: 0.48rem;
}

@keyframes hero-cta-nudge {
  0%, 100% {
    opacity: 0.72;
    transform: translateX(-0.2rem);
  }

  50% {
    opacity: 1;
    transform: translateX(0.25rem);
  }
}

.landing-hero .btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #234c61 !important;
  box-shadow: 0 0.8rem 2rem rgba(3, 20, 29, 0.22);
}

.landing-hero .btn-primary:hover,
.landing-hero .btn-primary:focus-visible {
  background: #eaf3f6 !important;
  border-color: #eaf3f6 !important;
  color: #183b4e !important;
}

.landing-hero .btn-outline-primary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(224, 239, 245, 0.55) !important;
  color: #fff !important;
}

.landing-hero .btn-outline-primary:hover,
.landing-hero .btn-outline-primary:focus-visible {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: #fff !important;
  color: #fff !important;
}

.landing-hero .hero-trust-list {
  border: 0;
  color: #d6e5eb !important;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0;
}

.landing-hero .hero-trust-list li {
  align-items: center;
  display: inline-flex;
}

.landing-hero .hero-trust-list .text-success {
  color: #a8d5e5 !important;
}

.landing-hero .hero-animation-img {
  margin: 0 !important;
}

.landing-hero .hero-animation-img .hero-dashboard-img,
.landing-hero .hero-dashboard-img {
  background: #fff;
  border: 0.5rem solid rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 2.5rem 6rem rgba(2, 16, 24, 0.52), 0 0 0 1px rgba(255, 255, 255, 0.25);
  margin: 0 !important;
  max-width: none;
  overflow: hidden;
  transform: perspective(90rem) rotateY(-1.5deg) translateY(0.5rem);
  width: 116% !important;
}

.landing-hero .hero-dashboard-img img {
  border: 0;
  border-radius: 0;
  display: block;
  height: auto;
  width: 100%;
}

.hero-dashboard-caption,
.hero-dashboard-meta {
  display: none !important;
}

.hero-product-summary {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--eh-line);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 1rem 1.1rem;
}

.hero-product-summary-icon {
  align-items: center;
  background: var(--eh-blue-soft);
  border-radius: 0.55rem;
  color: var(--eh-blue-strong);
  display: inline-flex;
  font-size: 1.15rem;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.hero-product-summary > div {
  display: grid;
  gap: 0.15rem;
}

.hero-dashboard-meta-label {
  color: var(--eh-muted);
  font-family: inherit;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.hero-product-summary strong {
  color: var(--eh-ink);
  font-size: 0.9rem;
  line-height: 1.3;
}

.hero-product-summary-status {
  background: #eef7f3;
  border-radius: 999px;
  color: #27715d;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
}

/* Shared section rhythm. */
.landing-features,
.landing-pricing,
.landing-fun-facts,
.landing-faq,
.landing-contact {
  background: var(--eh-paper) !important;
  border-top: 1px solid #edf2f4;
}

.landing-features .landing-section-intro,
.landing-features .landing-section-title,
.landing-features .landing-section-subtitle,
.landing-pricing .landing-section-intro,
.landing-pricing .pricing-section-title,
.landing-pricing .pricing-section-subtitle,
.landing-pricing .pricing-section-call {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  text-align: center !important;
}

.landing-features .landing-section-title,
.landing-features .landing-section-title span,
.landing-pricing .pricing-section-title,
.landing-faq h4,
.landing-contact h4 {
  color: var(--eh-ink) !important;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.landing-features .landing-section-subtitle,
.landing-pricing .pricing-section-subtitle,
.landing-faq > .container > p,
.landing-contact > .container > p {
  color: var(--eh-copy) !important;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Main modules: consistent, quiet and immediately scannable. */
.landing-feature-grid {
  align-items: stretch;
  margin-top: 1.25rem;
}

.landing-feature-card,
.landing-feature-grid > div:first-child .landing-feature-card,
.landing-feature-grid > div:nth-child(2) .landing-feature-card,
.landing-feature-grid > div:nth-child(3) .landing-feature-card {
  background: #fff !important;
  border: 1px solid var(--eh-line) !important;
  border-radius: 0.9rem;
  box-shadow: 0 0.75rem 2rem rgba(39, 76, 94, 0.07) !important;
  overflow: hidden;
  transform: none !important;
}

.landing-feature-card::before {
  background: linear-gradient(90deg, var(--eh-blue), #8db9c6);
  height: 3px;
  inset: 0 0 auto;
  transform: none;
  width: 100%;
}

.landing-feature-card::after {
  display: none;
}

.landing-feature-card:hover,
.landing-feature-grid > div:first-child .landing-feature-card:hover,
.landing-feature-grid > div:nth-child(2) .landing-feature-card:hover,
.landing-feature-grid > div:nth-child(3) .landing-feature-card:hover {
  border-color: #b9ced7 !important;
  box-shadow: 0 1.1rem 2.5rem rgba(39, 76, 94, 0.11) !important;
  transform: translateY(-0.2rem) !important;
}

.landing-feature-card .card-body {
  min-height: 21rem;
  padding: 2rem 1.75rem 1.25rem;
}

.landing-feature-card .bg-label-primary,
.landing-feature-card .bg-label-danger,
.landing-feature-card .bg-label-info {
  background: var(--eh-blue-soft) !important;
  border: 1px solid #d4e3e9;
  border-radius: 0.65rem !important;
  color: var(--eh-blue-strong) !important;
}

.landing-feature-card .card-title {
  color: var(--eh-ink);
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.landing-feature-card .card-text {
  color: var(--eh-copy);
  line-height: 1.6;
}

.landing-feature-card .card-body > .pt-2 {
  border-top-color: var(--eh-line);
}

.landing-feature-card .card-body > .pt-2 .row > div > div {
  color: var(--eh-copy);
}

.landing-feature-card .card-footer {
  background: #fff;
}

.landing-feature-card .card-footer .btn {
  background: #fff !important;
  border: 1px solid #b7cbd4 !important;
  border-radius: 0.5rem;
  color: var(--eh-blue-strong) !important;
}

.landing-feature-card .card-footer .btn:hover,
.landing-feature-card .card-footer .btn:focus-visible {
  background: var(--eh-blue-soft) !important;
  color: var(--eh-ink) !important;
}

/* Additional capabilities continue the same surface instead of changing palette. */
.landing-features .additional-benefits-panel {
  background: var(--eh-blue-pale);
  border: 1px solid var(--eh-line);
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}

.landing-features .additional-benefits-panel::after {
  display: none;
}

.additional-benefits-heading {
  align-items: flex-end;
  border-bottom-color: var(--eh-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}

.additional-benefits-heading h5 {
  color: var(--eh-ink);
}

.additional-benefits-heading p,
.additional-benefits-index {
  color: var(--eh-copy);
}

.additional-benefit-item {
  align-items: start;
  background: #fff;
  border: 1px solid var(--eh-line);
  border-radius: 0.7rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: auto minmax(0, 1fr);
  height: 100%;
  min-height: 8.5rem;
  padding: 1.15rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.additional-benefit-item:hover {
  background: #fff;
  border-color: #b7cdd6;
  box-shadow: 0 0.75rem 1.75rem rgba(39, 76, 94, 0.08);
  transform: translateY(-0.15rem);
}

.additional-benefit-icon,
.additional-benefits-grid > div:nth-child(2n) .additional-benefit-icon {
  align-items: center;
  background: var(--eh-blue-soft);
  border: 1px solid #d4e3e9;
  border-radius: 0.55rem;
  color: var(--eh-blue-strong);
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  margin: 0;
  width: 2.5rem;
}

.additional-benefit-item h6 {
  color: var(--eh-ink);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

/* Plans, offer and operational summary use the same corporate family. */
.landing-pricing {
  background: var(--eh-canvas) !important;
}

.landing-pricing .pricing-section-call {
  color: var(--eh-blue-strong);
  font-family: inherit;
  font-weight: 700;
}

/* Final pricing direction: balanced comparison with Pro emphasized. */
.landing-pricing .landing-plan-header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 5.5rem;
}

.landing-pricing .intro-discount-badge,
.signup-public-page .intro-discount-badge {
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 2px solid var(--eh-blue);
  border-radius: 0;
  box-shadow: none;
  color: var(--eh-blue-strong);
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  font-size: 0.67rem;
  font-weight: 800;
  gap: 0.45rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  padding: 0.2rem 0 0.2rem 0.7rem;
  text-align: left;
  text-transform: uppercase;
  width: fit-content;
}

.landing-pricing .intro-discount-badge strong,
.signup-public-page .intro-discount-badge strong {
  font-family: "Satoshi", "EasyHangar Geist", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.landing-pricing .plan-price-original,
.signup-public-page .plan-price-original {
  align-items: baseline;
  color: #6b7d86;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.7rem;
}

.landing-pricing .plan-price-original del,
.signup-public-page .plan-price-original del {
  font-family: "Satoshi", "EasyHangar Geist", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-decoration-color: #c94f45;
  text-decoration-thickness: 3px;
}

.landing-plan-promotional-price,
.signup-plan-promotional-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.landing-pricing .plan-price {
  font-family: "Satoshi", "EasyHangar Geist", sans-serif;
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
}

.landing-plan-promotional-price .plan-price,
.signup-plan-promotional-price .plan-price {
  font-family: "Satoshi", "EasyHangar Geist", sans-serif;
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
  font-weight: 700 !important;
  letter-spacing: -0.055em;
}

.landing-pricing .plan-price-period,
.landing-pricing .plan-price-renewal,
.signup-public-page .plan-price-renewal {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
}

.landing-pricing .plan-price-renewal,
.signup-public-page .plan-price-renewal {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  display: flex;
  gap: 0.45rem;
  margin-top: 0.9rem;
  padding: 0.65rem 0.8rem;
  width: fit-content;
}

.landing-pricing .plan-price-renewal i,
.signup-public-page .plan-price-renewal i {
  font-size: 1rem;
}

.landing-plan-grid--a .landing-plan-card,
.landing-plan-grid--a .landing-plan-card-featured {
  background: #fff !important;
  border: 1px solid var(--eh-line) !important;
  box-shadow: 0 1rem 2.5rem rgba(39, 76, 94, 0.09) !important;
  color: var(--eh-ink) !important;
  transform: none !important;
}

.landing-plan-grid--a .landing-plan-card-featured {
  background: linear-gradient(145deg, #174f66 0%, #123e52 100%) !important;
  border: 2px solid #2d718d !important;
  box-shadow: 0 1.5rem 3.5rem rgba(18, 62, 82, 0.28) !important;
  color: #fff !important;
  z-index: 2;
}

.landing-plan-grid--a .landing-plan-card-featured .intro-discount-badge {
  border-left-color: #8ee0bd;
  color: #bdebd7;
}

@media (min-width: 992px) {
  .landing-plan-grid--a {
    align-items: center;
    gap: 0;
    max-width: 1080px;
    padding: 1.5rem 0 2rem;
  }

  .landing-plan-grid--a .landing-plan-card {
    height: auto !important;
  }

  .landing-plan-grid--a .landing-plan-card-featured {
    transform: none !important;
  }

  .landing-plan-grid--a .landing-plan-card:not(.landing-plan-card-featured) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    position: relative;
    transform: none !important;
    z-index: 1;
  }
}

.landing-plan-grid--a .landing-plan-card-featured::before {
  background: var(--eh-blue);
}

.landing-plan-grid--a .landing-plan-card-featured .landing-plan-name,
.landing-plan-grid--a .landing-plan-card-featured .plan-price,
.landing-plan-grid--a .landing-plan-card-featured .plan-kicker,
.landing-plan-grid--a .landing-plan-card-featured .plan-features-heading,
.landing-plan-grid--a .landing-plan-card-featured .landing-plan-description,
.landing-plan-grid--a .landing-plan-card-featured .landing-plan-feature,
.landing-plan-grid--a .landing-plan-card-featured .text-muted,
.landing-plan-grid--a .landing-plan-card-featured form .text-muted {
  color: #e8f2f5 !important;
}

.landing-plan-grid--a .landing-plan-card-featured .plan-price-original,
.landing-plan-grid--a .landing-plan-card-featured .plan-price-period,
.landing-plan-grid--a .landing-plan-card-featured .plan-price-renewal {
  color: #c9dce3 !important;
}

.landing-plan-grid--a .landing-plan-card-featured .landing-plan-features,
.landing-plan-grid--a .landing-plan-card-featured .landing-plan-feature {
  border-color: rgba(232, 242, 245, 0.2);
}

.landing-plan-grid--a .landing-plan-card-featured .landing-plan-feature i {
  color: #8ee0bd;
}

.landing-plan-grid--a .landing-plan-card-featured .btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #174f66 !important;
}

.landing-plan-grid--a .landing-plan-card-featured .btn-primary:hover,
.landing-plan-grid--a .landing-plan-card-featured .btn-primary:focus-visible {
  background: #e8f2f5 !important;
  border-color: #e8f2f5 !important;
  color: #123e52 !important;
}

.landing-fun-facts {
  background: #fff !important;
}

.landing-fun-facts .fun-fact-card {
  background: var(--eh-blue-pale) !important;
  border: 1px solid var(--eh-line) !important;
  border-top: 3px solid var(--eh-blue) !important;
  border-radius: 0.85rem;
  box-shadow: none !important;
  color: var(--eh-ink);
  min-height: 19rem;
}

.landing-fun-facts .fun-fact-card::after {
  display: none;
}

.landing-fun-facts .fun-fact-card:hover {
  border-color: #b7cdd6 !important;
  box-shadow: 0 1rem 2.5rem rgba(39, 76, 94, 0.08) !important;
}

.fun-fact-icon {
  background: #fff;
  border-color: #cbdde4;
  color: var(--eh-blue-strong);
}

.landing-fun-facts .fun-fact-metric,
.landing-fun-facts .fun-fact-title {
  color: var(--eh-ink);
}

.landing-fun-facts .fun-fact-card .text-muted {
  color: var(--eh-copy) !important;
}

.landing-fun-facts .cta-below-section {
  background: var(--eh-blue-pale) !important;
  border: 1px solid var(--eh-line);
  border-left: 3px solid var(--eh-blue);
  box-shadow: none !important;
}

.landing-fun-facts .cta-below-section p {
  color: var(--eh-ink) !important;
}

.landing-fun-facts .cta-below-section .cta-button {
  background: var(--eh-blue-strong) !important;
  color: #fff !important;
}

.landing-fun-facts .cta-below-section .cta-button:hover,
.landing-fun-facts .cta-below-section .cta-button:focus-visible {
  background: #285c79 !important;
  color: #fff !important;
}

/* FAQ and contact finish on quiet, familiar application surfaces. */
.landing-faq {
  background: var(--eh-canvas) !important;
}

.landing-faq .faq-image {
  max-height: 22rem;
}

.landing-faq .accordion-item,
.landing-contact .card,
.landing-contact .contact-img-box {
  border: 1px solid var(--eh-line) !important;
  border-radius: 0.75rem;
  box-shadow: none !important;
}

.landing-faq .accordion-button {
  color: var(--eh-ink);
  font-weight: 650;
}

.landing-contact .form-control {
  border-color: #c5d5dc;
}

@media (max-width: 991.98px) {
  .landing-hero,
  html.light-style .landing-hero {
    background: #102f3e !important;
  }

  .landing-hero .hero-text-box {
    max-width: 44rem;
  }

  .landing-hero .hero-animation-img .hero-dashboard-img,
  .landing-hero .hero-dashboard-img {
    margin: 0 auto !important;
    max-width: 48rem;
    transform: none;
    width: 100% !important;
  }

}

@media (max-width: 575.98px) {
  .landing-public-page .section-py {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .landing-pricing .landing-plan-header {
    min-height: 0;
  }

  .landing-pricing .intro-discount-badge {
    padding: 0.15rem 0 0.15rem 0.65rem;
  }

  .landing-pricing .intro-discount-badge strong {
    font-size: 1.2rem;
  }

  .landing-pricing .landing-plan-promotional-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .landing-pricing .plan-price-renewal {
    width: 100%;
  }

  .landing-hero,
  html.light-style .landing-hero {
    padding-bottom: 3.75rem;
    padding-top: 6.5rem;
  }

  .landing-hero .hero-title {
    font-size: clamp(2.35rem, 11vw, 3.15rem);
    letter-spacing: -0.05em;
    line-height: 1.04;
  }

  .landing-hero .hero-text-box > p.text-muted.mb-4 {
    display: block;
  }

  .landing-hero .hero-trust-list {
    display: grid !important;
    gap: 0.55rem !important;
    grid-template-columns: 1fr;
  }

  .landing-hero .hero-trust-list li {
    font-size: 0.8rem;
  }

  .hero-cta-group {
    margin-top: 1.25rem;
  }

  .hero-cta-pointer {
    font-size: 2rem;
    left: 0.2rem;
    top: -2.2rem;
    transform: rotate(55deg);
  }

  @keyframes hero-cta-nudge {
    0%, 100% {
      opacity: 0.72;
      transform: rotate(55deg) translateX(-0.15rem);
    }

    50% {
      opacity: 1;
      transform: rotate(55deg) translateX(0.2rem);
    }
  }

  .landing-hero .hero-dashboard-img {
    border-width: 0.25rem;
    border-radius: 0.7rem;
    box-shadow: 0 1.5rem 3.5rem rgba(2, 16, 24, 0.46);
  }

  .hero-video-shade {
    background:
      linear-gradient(180deg, rgba(8, 29, 40, 0.9) 0%, rgba(8, 29, 40, 0.76) 55%, rgba(8, 29, 40, 0.68) 100%);
  }

  .hero-product-summary {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.85rem;
  }

  .hero-product-summary-status {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }

  .additional-benefits-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .landing-feature-card .card-body {
    min-height: 0;
  }

  .additional-benefit-item {
    min-height: 0;
  }

  .landing-fun-facts .cta-below-section {
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-feature-card,
  .landing-fun-facts .fun-fact-card,
  .additional-benefit-item {
    transition: none !important;
    transform: none !important;
  }

  .hero-cta-pointer {
    animation: none !important;
  }
}
