/* Homepage-only — Blinks Consultant premium layout */

.page-home {
  --ink: #0c1222;
  --ink-muted: #3d4a63;
  --surface: #f6f7f9;
  --surface-elevated: #ffffff;
  --line: rgba(12, 18, 34, 0.08);
  --accent: #0b3d5c;
  --accent-soft: #e8f1f7;
  --accent-hover: #062a42;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  /* Unified “card” language across homepage */
  --radius-card: 1.125rem;
  --space-after-head: clamp(1.5rem, 3.5vw, 2.25rem);
  --gap-cards: 1.25rem;
  --pad-card: clamp(1.4rem, 2.8vw, 1.75rem);
  --elev-surface: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  --shadow-hover: 0 14px 36px -16px rgba(12, 18, 34, 0.1);
  --shadow-soft: 0 24px 48px -20px rgba(12, 18, 34, 0.12);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --space-section: clamp(3.5rem, 8vw, 6.5rem);
  --max: 1440px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --header-bar-pad-y: 0.875rem;
  --header-logo-h: 36px;
  --header-h: calc(
    var(--header-bar-pad-y) + var(--header-bar-pad-y) + var(--header-logo-h) +
      1px
  );
  --max-text: 65ch;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Do not use `* { font-family: inherit }` here — it overrides Font Awesome on <i class="fas"> */

.page-home .skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-home .skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
  z-index: 9999;
  border-radius: 0.5rem;
}

/* Header */
.page-home header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  background: rgba(246, 247, 249, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.page-home .site-header__bar {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: var(--header-bar-pad-y) var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.page-home header .logo img {
  height: var(--header-logo-h);
  width: auto;
  display: block;
}

.page-home header nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.page-home header nav a {
  color: var(--ink-muted);
  background: transparent;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-home header nav a:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

.page-home .hamburger div {
  background-color: var(--ink);
}

.page-home .side-menu {
  background: var(--surface-elevated);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.page-home .side-menu a {
  color: var(--ink);
  font-weight: 600;
}

.page-home .close-btn {
  color: var(--ink-muted);
}

/* Main */
.page-home main {
  overflow-x: clip;
}

/* Content rail: 1440px + gutters */
.page-home .site-header__bar,
.page-home .home-hero__shell,
.page-home .home-stats,
.page-home .home-intro,
.page-home .home-bento,
.page-home .home-packages__inner,
.page-home .home-quotes,
.page-home .home-process__inner,
.page-home .home-faq,
.page-home .home-cta,
.page-home .footer-container {
  width: 100%;
  box-sizing: border-box;
}

/* Hero — full-bleed image, layered overlay, content capped at site max */
.home-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - var(--header-h));
  overflow: hidden;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
}

.home-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      165deg,
      rgba(4, 14, 28, 0.88) 0%,
      rgba(6, 22, 42, 0.55) 38%,
      rgba(4, 12, 26, 0.78) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 18, 36, 0.92) 0%,
      rgba(3, 18, 36, 0.42) 55%,
      rgba(3, 14, 30, 0.65) 100%
    );
}

.home-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(
    ellipse 120% 90% at 50% 0%,
    transparent 0%,
    rgba(2, 8, 18, 0.45) 100%
  );
  mix-blend-mode: multiply;
  opacity: 0.85;
  pointer-events: none;
}

.home-hero__shell {
  position: relative;
  z-index: 3;
  max-width: var(--max);
  margin: 0 auto;
  min-height: calc(100vh - var(--header-h));
  padding: clamp(2.5rem, 8vh, 4rem) var(--gutter) clamp(2rem, 6vh, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.home-hero__content {
  max-width: min(42rem, 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-hero__eyebrow {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(186, 214, 236, 0.95);
  margin-bottom: 1rem;
}

.home-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.05rem, 3.8vw, 3.1rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #f2f6fb;
  margin: 0 0 1.25rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width: 26ch;
  text-wrap: balance;
}

.home-hero__title em {
  font-style: normal;
  color: #b8d4ef;
}

.home-hero__lead {
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  color: rgba(226, 234, 244, 0.9);
  max-width: 60ch;
  line-height: 1.68;
  margin: 0 auto 1.85rem;
}

.home-hero__outline {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.7px rgba(242, 246, 251, 0.96);
  text-shadow: none;
}

@supports not (-webkit-text-stroke: 1px #fff) {
  .home-hero__outline {
    color: #f2f6fb;
    -webkit-text-fill-color: #f2f6fb;
  }
}

.home-hero .home-btn--primary {
  background: #f0f6fc;
  color: #062a42;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 18px 40px -14px rgba(0, 0, 0, 0.45);
}

.home-hero .home-btn--primary:hover {
  background: #ffffff;
  color: var(--accent-hover);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-btn:active {
  transform: scale(0.98) translateY(1px);
}

.home-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 12px 32px -12px rgba(11, 61, 92, 0.45);
}

.home-btn--primary:hover {
  background: var(--accent-hover);
}

.home-btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-inset);
}

.home-btn--ghost:hover {
  background: var(--surface-elevated);
  border-color: rgba(12, 18, 34, 0.12);
}

/* Hero ghost: must come after .home-btn--ghost so text stays light on dark */
.home-btn.home-btn--ghost.home-btn--on-hero {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.home-btn.home-btn--ghost.home-btn--on-hero:hover {
  color: #0c1222;
  background: #ffffff;
  border-color: #ffffff;
}

.home-btn.home-btn--ghost.home-btn--on-hero:active {
  color: #0c1222;
}

/* Kinetic strip */
.home-strip {
  border-block: 1px solid var(--line);
  background: var(--surface-elevated);
}

.home-strip__viewport {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter);
  overflow: hidden;
  box-sizing: border-box;
}

.home-strip__inner {
  display: flex;
  gap: 2.5rem;
  padding: 0.85rem 0;
  width: max-content;
  animation: home-marquee 32s linear infinite;
}

.home-strip__inner:hover {
  animation-play-state: paused;
}

@keyframes home-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.home-strip__item {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  white-space: nowrap;
}

.home-strip__item strong {
  color: var(--accent);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Stats */
.home-stats {
  padding: var(--space-section) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-cards);
}

@media (min-width: 768px) {
  .home-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home-stat {
  padding: var(--pad-card);
  background: var(--surface-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--elev-surface);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-stat:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 61, 92, 0.12);
  box-shadow: var(--elev-surface), var(--shadow-hover);
}

.home-stat__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.home-stat__value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.home-stat__label {
  font-size: 0.8125rem;
  color: var(--ink-muted);
  margin-top: 0.25rem;
  font-weight: 500;
}

/* Intro split */
.home-intro {
  padding: var(--space-section) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: var(--gap-cards);
  align-items: start;
}

@media (min-width: 900px) {
  .home-intro {
    grid-template-columns: 1fr 1.15fr;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
}

.home-intro__panel {
  background: var(--accent);
  color: #f0f4f8;
  padding: var(--pad-card);
  border-radius: var(--radius-card);
  box-shadow: var(--elev-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.home-intro__panel::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.home-intro__panel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  position: relative;
}

.home-intro__panel p {
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.92;
  margin: 0 0 1.5rem;
  max-width: 38ch;
  position: relative;
}

.home-intro__panel .home-btn--ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  align-self: flex-start;
}

.home-intro__panel .home-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.home-intro__aside h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 1rem;
}

.home-intro__aside p {
  color: var(--ink-muted);
  max-width: var(--max-text);
  margin: 0 0 1.25rem;
}

.home-link-arrow {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-link-arrow:hover {
  gap: 0.55rem;
}

/* Bento capabilities */
.home-bento {
  padding: var(--space-section) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.home-section-head {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-after-head);
  text-align: center;
}

.home-section-head__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
  font-family: var(--font-display);
}

.home-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.18;
  margin: 0 0 0.6rem;
  color: var(--ink);
}

.home-section-head p {
  margin: 0 auto;
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: var(--max-text);
}

.home-bento__grid {
  display: grid;
  gap: var(--gap-cards);
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .home-bento__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(7.5rem, auto);
  }

  .home-bento__tile--wide {
    grid-column: span 7;
    grid-row: span 2;
  }

  .home-bento__tile--tall {
    grid-column: span 5;
    grid-row: span 2;
  }

  .home-bento__tile--half {
    grid-column: span 6;
  }

  .home-bento__tile--third {
    grid-column: 1 / -1;
  }
}

.home-bento__tile {
  background: var(--surface-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--pad-card);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 9rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--elev-surface);
}

.home-bento__tile:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 61, 92, 0.12);
  box-shadow: var(--elev-surface), var(--shadow-hover);
}

.home-bento__tile h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.home-bento__tile p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ink-muted);
  line-height: 1.55;
  max-width: 42ch;
}

.home-bento__tile--accent {
  background: linear-gradient(145deg, #0b3d5c 0%, #062a42 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8eef4;
}

.home-bento__tile--accent h3 {
  color: #fff;
}

.home-bento__tile--accent p {
  color: rgba(232, 238, 244, 0.82);
}

.home-bento__num {
  position: absolute;
  top: 1rem;
  right: 1.15rem;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(12, 18, 34, 0.06);
  line-height: 1;
}

.home-bento__tile--accent .home-bento__num {
  color: rgba(255, 255, 255, 0.12);
}

/* Packages — same surface system as other cards; 3-up on desktop */
.home-packages {
  padding: var(--space-section) var(--gutter);
  background: var(--surface);
}

.home-packages__inner {
  max-width: var(--max);
  margin: 0 auto;
}

.home-packages__layout {
  display: grid;
  gap: var(--gap-cards);
  margin-top: var(--space-after-head);
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 960px) {
  .home-packages__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-packages__layout .home-package__list li {
    font-size: 0.8125rem;
    margin-bottom: 0.45rem;
  }
}

.home-package {
  background: var(--surface-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--pad-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--elev-surface);
}

.home-package:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 61, 92, 0.12);
  box-shadow: var(--elev-surface), var(--shadow-hover);
}

/* “Featured” = same card + top accent (no different colour system) */
.home-package--featured {
  position: relative;
  overflow: hidden;
  background: var(--surface-elevated);
  color: var(--ink);
  border-color: rgba(11, 61, 92, 0.14);
  box-shadow: var(--elev-surface), 0 0 0 1px rgba(11, 61, 92, 0.06);
}

.home-package--featured::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, #0f5066 100%);
  pointer-events: none;
}

.home-package__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 9999px;
  background: var(--accent-soft);
  color: var(--accent);
  width: fit-content;
  margin-bottom: 0.75rem;
}

.home-package--featured .home-package__badge {
  background: var(--accent-soft);
  color: var(--accent);
}

.home-package h3 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
  color: var(--ink);
}

.home-package__price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

.home-package__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.home-package__list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink-muted);
}

.home-package__list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.28em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.62rem;
  line-height: 1;
  color: var(--accent);
}

.home-package .home-btn {
  margin-top: 0.85rem;
  align-self: stretch;
  width: 100%;
  justify-content: center;
}

.home-package .home-btn--primary {
  background: var(--accent);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-package .home-btn--primary:hover {
  background: var(--accent-hover);
  color: #fff;
}

/* Testimonials — staggered, not 3 equal */
.home-quotes {
  padding: var(--space-section) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.home-quotes__grid {
  display: grid;
  gap: var(--gap-cards);
  margin-top: var(--space-after-head);
}

@media (min-width: 900px) {
  .home-quotes__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .home-quote--span {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

.home-quote {
  background: var(--surface-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--pad-card);
  position: relative;
  box-shadow: var(--elev-surface);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-quote:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 61, 92, 0.12);
  box-shadow: var(--elev-surface), var(--shadow-hover);
}

.home-quote blockquote {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-muted);
  font-weight: 500;
}

.home-quote blockquote::before {
  content: "\201C";
  font-family: var(--font-display);
  font-size: 2.5rem;
  line-height: 0;
  color: var(--accent-soft);
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  opacity: 1;
  color: rgba(11, 61, 92, 0.15);
}

.home-quote figcaption {
  margin-top: 1.15rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--accent);
}

/* Process */
.home-process {
  padding: var(--space-section) var(--gutter);
  background: var(--surface-elevated);
  border-block: 1px solid var(--line);
}

.home-process__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: var(--gap-cards);
}

@media (min-width: 900px) {
  .home-process__inner {
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }
}

.home-process__visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 1024 / 682;
  max-height: 22rem;
}

.home-process__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-process__stat {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 0.85rem 1.1rem;
  box-shadow: var(--elev-surface);
}

.home-process__stat span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-muted);
}

.home-process__stat strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.home-process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 0.5rem;
}

.home-process__steps::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    rgba(11, 61, 92, 0.12) 100%
  );
  border-radius: 1px;
}

.home-step {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0 1.15rem 0;
  position: relative;
}

.home-step__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  z-index: 1;
  box-shadow: 0 0 0 4px var(--surface-elevated);
}

.home-step h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--ink);
}

.home-step p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
  line-height: 1.55;
  max-width: 50ch;
}

/* FAQ */
.home-faq {
  padding: var(--space-section) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.home-faq__head {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-after-head);
}

.home-faq__head h2 {
  margin-left: auto;
  margin-right: auto;
}

.home-faq__sub {
  margin: 0 auto;
  max-width: 42ch;
  text-align: center;
  color: var(--ink-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Mobile: single column, first 6 questions only */
.home-faq__grid {
  column-count: 1;
  column-gap: 0;
}

.home-faq__item {
  break-inside: avoid;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface-elevated);
  margin-bottom: 0.65rem;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.home-faq__item:nth-child(n + 7) {
  display: none;
}

.home-faq__item[open] {
  border-color: rgba(11, 61, 92, 0.18);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (min-width: 769px) {
  .home-faq__grid {
    column-count: 2;
    column-gap: var(--gap-cards);
  }

  .home-faq__item:nth-child(n + 7) {
    display: block;
  }
}

.home-faq summary {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1.05rem 1.1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

.home-faq__q {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
  padding-right: 0.25rem;
}

.home-faq__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.75rem;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.2s ease;
}

.home-faq__item[open] .home-faq__icon {
  transform: rotate(180deg);
  background: rgba(11, 61, 92, 0.12);
}

.home-faq__body {
  padding: 0 1.1rem 1.15rem;
  border-top: 1px solid transparent;
}

.home-faq__item[open] .home-faq__body {
  border-top-color: var(--line);
  padding-top: 0.85rem;
}

.home-faq__body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
  line-height: 1.62;
  max-width: var(--max-text);
}

/* WhatsApp CTA — flat elevation (no drop shadow); border + accent + inset highlight */
.home-cta {
  padding: var(--space-section) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}

.home-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 100vw;
  background: radial-gradient(
      ellipse 85% 70% at 50% 0%,
      rgba(11, 61, 92, 0.06) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, rgba(232, 241, 247, 0.65) 0%, transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.home-cta__wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    #fafbfd 45%,
    #ffffff 100%
  );
  border: 1px solid rgba(12, 18, 34, 0.09);
  border-radius: var(--radius-card);
  padding: clamp(1.85rem, 4vw, 2.85rem) clamp(1.65rem, 4vw, 2.75rem)
    clamp(1.85rem, 4vw, 2.85rem) clamp(1.65rem, 4vw, 2.75rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.home-cta__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0b3d5c 0%, #0d5a52 55%, #0b3d5c 100%);
  border-radius: var(--radius-card) 0 0 var(--radius-card);
  pointer-events: none;
}

.home-cta__kicker {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.5rem;
}

.home-cta__lead {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.02rem;
  max-width: 38ch;
  line-height: 1.65;
}

@media (min-width: 800px) {
  .home-cta__wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

.home-cta__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 0.85rem;
  color: var(--ink);
  line-height: 1.15;
}

.home-cta__bullets {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.home-cta__bullets li {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0.65rem 0.85rem 0.65rem 1.75rem;
  margin-bottom: 0.35rem;
  position: relative;
  line-height: 1.45;
  border-radius: 0.65rem;
  background: rgba(11, 61, 92, 0.035);
  border: 1px solid rgba(12, 18, 34, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.home-cta__bullets li:last-child {
  margin-bottom: 0;
}

.home-cta__bullets li:hover {
  background: rgba(11, 61, 92, 0.055);
  border-color: rgba(11, 61, 92, 0.1);
}

.home-cta__bullets li::before {
  content: "\f00c";
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.62rem;
  color: var(--accent);
  line-height: 1;
}

.page-home .home-form {
  background: linear-gradient(180deg, #f3f5f9 0%, #eceff5 100%);
  border: 1px solid rgba(12, 18, 34, 0.08);
  border-radius: var(--radius-card);
  padding: 1.5rem 1.35rem;
  width: 100%;
  margin: 0;
  max-width: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.page-home .home-form h3 {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.15rem;
  color: var(--ink-muted);
}

.page-home .home-form .form-group {
  margin-bottom: 1rem;
}

.page-home .home-form label {
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.page-home .home-form input,
.page-home .home-form textarea {
  border-radius: 0.65rem;
  border: 1px solid rgba(12, 18, 34, 0.1);
  background: #fff;
  padding: 0.7rem 0.85rem;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(12, 18, 34, 0.04);
}

.page-home .home-form input:focus,
.page-home .home-form textarea:focus {
  outline: none;
  border-color: rgba(11, 61, 92, 0.35);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.page-home .home-form .btn {
  width: 100%;
  border-radius: 0.65rem;
  padding: 0.9rem 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  background: linear-gradient(180deg, #0d4a6e 0%, #0b3d5c 100%);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: none;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  transition: background 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.2s ease;
}

.page-home .home-form .btn .fab {
  font-size: 1.15rem;
  line-height: 1;
}

.page-home .home-form .btn:hover {
  background: linear-gradient(180deg, #0f5680 0%, var(--accent-hover) 100%);
  color: #fff;
  filter: brightness(1.03);
}

.page-home .home-form .btn:active {
  transform: scale(0.99);
}

.page-home .home-form .error {
  color: #b42318;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .page-home {
    --space-section: clamp(2.85rem, 9vw, 4rem);
  }

  .page-home header nav {
    display: none;
  }

  /* Mobile: keep header logo + hamburger always visible (avoids stuck opacity:0 from entrance motion) */
  .page-home.home-anims-enabled .site-header .logo,
  .page-home.home-anims-enabled .site-header .hamburger {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .page-home .site-header__bar {
    position: relative;
  }

  .page-home header .logo {
    position: relative;
    z-index: 1003;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 3.75rem);
  }

  .page-home header .logo a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
  }

  .page-home header .logo img {
    max-width: 100%;
    object-fit: contain;
  }

  .page-home .hamburger {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    padding: 0.65rem;
    margin: -0.65rem -0.45rem -0.65rem 0;
    border-radius: 0.75rem;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    transition: background 0.2s ease;
  }

  .page-home .hamburger:active {
    background: rgba(12, 18, 34, 0.06);
  }

  .page-home .side-menu {
    width: min(22rem, 88vw);
    padding: 3.25rem 1.35rem 2rem;
    border-left: 1px solid var(--line);
    box-shadow: -12px 0 40px -12px rgba(12, 18, 34, 0.12);
  }

  .page-home .side-menu a {
    padding: 0.85rem 0.65rem;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    width: 100%;
    transition: background 0.2s ease;
  }

  .page-home .side-menu a:active {
    background: var(--accent-soft);
  }

  /* Hero: no full viewport height on small screens */
  .home-hero,
  .home-hero__shell {
    min-height: 0;
  }

  .home-hero__shell {
    padding: 2rem max(var(--gutter), env(safe-area-inset-right))
      2.75rem max(var(--gutter), env(safe-area-inset-left));
    align-items: flex-start;
  }

  .home-hero__img {
    object-position: center 22%;
    transform: scale(1.08);
  }

  .home-hero__scrim {
    background: linear-gradient(
        180deg,
        rgba(4, 14, 28, 0.82) 0%,
        rgba(6, 22, 42, 0.68) 55%,
        rgba(4, 12, 26, 0.88) 100%
      ),
      linear-gradient(
        95deg,
        rgba(3, 18, 36, 0.9) 0%,
        rgba(3, 18, 36, 0.45) 100%
      );
  }

  .home-hero__eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.85rem;
  }

  .home-hero__title {
    font-size: clamp(1.85rem, 6.5vw, 2.45rem);
    line-height: 1.12;
    margin-bottom: 1rem;
  }

  .home-hero__lead {
    font-size: 1.02rem;
    margin-bottom: 1.65rem;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
    max-width: 22rem;
  }

  .home-hero__actions .home-btn {
    width: 100%;
    justify-content: center;
    min-height: 3.05rem;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    font-size: 1rem;
  }

  .home-strip__inner {
    padding: 1rem 0;
  }

  .home-strip__item {
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
  }

  .home-stats__grid {
    gap: 0.85rem;
  }

  .home-stat {
    padding: 1.5rem 1.35rem;
    border-radius: var(--radius-card);
    box-shadow: var(--elev-surface);
  }

  .home-stat__icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    border-radius: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .home-stat__value {
    font-size: 1.5rem;
  }

  .home-stat__label {
    font-size: 0.875rem;
    line-height: 1.35;
  }

  .home-intro__panel {
    padding: 1.85rem 1.5rem;
    border-radius: var(--radius-card);
  }

  .home-intro__aside h2 {
    font-size: 1.55rem;
  }

  .home-section-head h2 {
    font-size: clamp(1.5rem, 5.5vw, 1.95rem);
  }

  .home-section-head p {
    font-size: 1.02rem;
  }

  .home-bento__tile {
    min-height: 10.5rem;
    padding: 1.65rem 1.45rem;
    border-radius: var(--radius-card);
    box-shadow: var(--elev-surface);
  }

  .home-bento__tile h3 {
    font-size: 1.1rem;
  }

  .home-bento__tile p {
    font-size: 0.9375rem;
  }

  .home-bento__num {
    font-size: 2.75rem;
  }

  .home-package {
    padding: 1.65rem 1.35rem;
    border-radius: var(--radius-card);
    box-shadow: var(--elev-surface);
  }

  .home-package--featured {
    box-shadow: var(--elev-surface), 0 0 0 1px rgba(11, 61, 92, 0.06);
  }

  .home-package__list li {
    font-size: 0.9375rem;
    padding-left: 1.5rem;
  }

  .home-quote {
    padding: 1.5rem 1.35rem;
    border-radius: var(--radius-card);
  }

  .home-quote blockquote {
    font-size: 1rem;
  }

  .home-process__inner {
    gap: 2rem;
  }

  .home-process__visual {
    max-height: none;
    aspect-ratio: 1024 / 682;
  }

  .home-faq summary {
    padding: 1.2rem 1.1rem;
    font-size: 1rem;
    gap: 0.85rem;
  }

  .home-faq__icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8rem;
  }

  .home-faq__body {
    padding: 0 1.1rem 1.2rem;
  }

  .home-faq__body p {
    font-size: 0.95rem;
  }

  .home-cta__wrap {
    padding: 1.75rem 1.35rem;
    border-radius: var(--radius-card);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .home-cta__copy h2 {
    font-size: 1.65rem;
  }

  .home-cta__lead {
    font-size: 1.02rem;
    max-width: none;
  }

  .home-cta__bullets li {
    font-size: 1rem;
    padding: 0.55rem 0;
    padding-left: 1.75rem;
  }

  .page-home .home-form {
    padding: 1.35rem 1.15rem;
    border-radius: var(--radius-card);
  }

  .page-home .home-form h3 {
    font-size: 1.15rem;
  }

  .page-home .home-form input {
    min-height: 3rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }

  .page-home .home-form textarea {
    min-height: 7.5rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }

  .page-home .home-form .btn {
    min-height: 3.1rem;
    font-size: 1rem;
    border-radius: 0.85rem;
  }

}

@media (min-width: 769px) {
  .page-home .side-menu {
    display: none !important;
  }

  .page-home .overlay {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage motion — scroll reveals + ambient (skipped when reduced motion) */
/* -------------------------------------------------------------------------- */

@keyframes homeFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 1.35rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes homeFadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-1.5rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeFadeRight {
  from {
    opacity: 0;
    transform: translate3d(1.5rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeScaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes homeKenBurns {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.2%, 0.6%, 0);
  }
}

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

@media (prefers-reduced-motion: no-preference) {
  .page-home.home-anims-enabled .home-hero__img {
    animation: homeKenBurns 24s ease-in-out infinite alternate;
  }

  .page-home.home-anims-enabled .home-hero__content > * {
    animation: homeFadeUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-hero__content > .home-hero__eyebrow {
    animation-delay: 0.08s;
  }

  .page-home.home-anims-enabled .home-hero__content > .home-hero__title {
    animation-delay: 0.16s;
  }

  .page-home.home-anims-enabled .home-hero__content > .home-hero__lead {
    animation-delay: 0.26s;
  }

  .page-home.home-anims-enabled .home-hero__content > .home-hero__actions {
    animation-delay: 0.36s;
  }

  /* Header bar */
  .page-home.home-anims-enabled .site-header:not(.home-inview) .logo,
  .page-home.home-anims-enabled .site-header:not(.home-inview) nav a,
  .page-home.home-anims-enabled .site-header:not(.home-inview) .hamburger {
    opacity: 0;
    transform: translateY(-0.5rem);
  }

  .page-home.home-anims-enabled .site-header.home-inview .logo {
    animation: homeFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .page-home.home-anims-enabled .site-header.home-inview .hamburger {
    animation: homeFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  }

  .page-home.home-anims-enabled .site-header.home-inview nav a:nth-child(1) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both;
  }

  .page-home.home-anims-enabled .site-header.home-inview nav a:nth-child(2) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
  }

  .page-home.home-anims-enabled .site-header.home-inview nav a:nth-child(3) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
  }

  .page-home.home-anims-enabled .site-header.home-inview nav a:nth-child(4) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  }

  .page-home.home-anims-enabled .site-header.home-inview nav a:nth-child(5) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
  }

  /* Strip: fade wrapper only (marquee keeps its own transform) */
  .page-home.home-anims-enabled .home-strip:not(.home-inview) {
    opacity: 0;
  }

  .page-home.home-anims-enabled .home-strip.home-inview {
    animation: homeFadeIn 0.7s ease forwards;
  }

  /* Stats */
  .page-home.home-anims-enabled .home-stats:not(.home-inview) .home-stat {
    opacity: 0;
    transform: translate3d(0, 1.25rem, 0);
  }

  .page-home.home-anims-enabled .home-stats.home-inview .home-stat {
    animation: homeFadeUp 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-stats.home-inview .home-stat:nth-child(1) {
    animation-delay: 0.04s;
  }

  .page-home.home-anims-enabled .home-stats.home-inview .home-stat:nth-child(2) {
    animation-delay: 0.1s;
  }

  .page-home.home-anims-enabled .home-stats.home-inview .home-stat:nth-child(3) {
    animation-delay: 0.16s;
  }

  .page-home.home-anims-enabled .home-stats.home-inview .home-stat:nth-child(4) {
    animation-delay: 0.22s;
  }

  .page-home.home-anims-enabled .home-stats.home-inview .home-stat__icon {
    animation: homeIconFloat 3.2s ease-in-out 0.8s infinite;
  }

  /* Intro */
  .page-home.home-anims-enabled .home-intro:not(.home-inview) .home-intro__panel {
    opacity: 0;
    transform: translate3d(-1.25rem, 0, 0);
  }

  .page-home.home-anims-enabled .home-intro:not(.home-inview) .home-intro__aside {
    opacity: 0;
    transform: translate3d(1.25rem, 0, 0);
  }

  .page-home.home-anims-enabled .home-intro.home-inview .home-intro__panel {
    animation: homeFadeLeft 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .page-home.home-anims-enabled .home-intro.home-inview .home-intro__aside {
    animation: homeFadeRight 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
  }

  /* Section heads (shared) */
  .page-home.home-anims-enabled .home-bento:not(.home-inview) .home-section-head > *,
  .page-home.home-anims-enabled .home-packages:not(.home-inview) .home-section-head > *,
  .page-home.home-anims-enabled .home-quotes:not(.home-inview) .home-section-head > * {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-section-head > *,
  .page-home.home-anims-enabled .home-packages.home-inview .home-section-head > *,
  .page-home.home-anims-enabled .home-quotes.home-inview .home-section-head > * {
    animation: homeFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-section-head > *:nth-child(2),
  .page-home.home-anims-enabled .home-packages.home-inview .home-section-head > *:nth-child(2),
  .page-home.home-anims-enabled .home-quotes.home-inview .home-section-head > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-section-head > *:nth-child(3),
  .page-home.home-anims-enabled .home-packages.home-inview .home-section-head > *:nth-child(3),
  .page-home.home-anims-enabled .home-quotes.home-inview .home-section-head > *:nth-child(3) {
    animation-delay: 0.16s;
  }

  /* Bento tiles */
  .page-home.home-anims-enabled .home-bento:not(.home-inview) .home-bento__tile {
    opacity: 0;
    transform: translate3d(0, 1.25rem, 0);
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-bento__tile {
    animation: homeFadeUp 0.68s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-bento__tile:nth-child(1) {
    animation-delay: 0.12s;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-bento__tile:nth-child(2) {
    animation-delay: 0.18s;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-bento__tile:nth-child(3) {
    animation-delay: 0.24s;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-bento__tile:nth-child(4) {
    animation-delay: 0.3s;
  }

  .page-home.home-anims-enabled .home-bento.home-inview .home-bento__tile:nth-child(5) {
    animation-delay: 0.36s;
  }

  /* Packages */
  .page-home.home-anims-enabled .home-packages:not(.home-inview) .home-package {
    opacity: 0;
    transform: translate3d(0, 1.35rem, 0);
  }

  .page-home.home-anims-enabled .home-packages.home-inview .home-package {
    animation: homeFadeUp 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-packages.home-inview .home-package:nth-child(1) {
    animation-delay: 0.1s;
  }

  .page-home.home-anims-enabled .home-packages.home-inview .home-package:nth-child(2) {
    animation-delay: 0.18s;
  }

  .page-home.home-anims-enabled .home-packages.home-inview .home-package:nth-child(3) {
    animation-delay: 0.26s;
  }

  .page-home.home-anims-enabled .home-packages:not(.home-inview) .home-package__list li {
    opacity: 0;
  }

  .page-home.home-anims-enabled .home-packages.home-inview .home-package__list li {
    animation: homeFadeUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(1) {
    animation-delay: 0.48s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(2) {
    animation-delay: 0.51s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(3) {
    animation-delay: 0.54s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(4) {
    animation-delay: 0.57s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(5) {
    animation-delay: 0.6s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(6) {
    animation-delay: 0.63s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(7) {
    animation-delay: 0.66s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(8) {
    animation-delay: 0.69s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(9) {
    animation-delay: 0.72s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(10) {
    animation-delay: 0.75s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(11) {
    animation-delay: 0.78s;
  }

  .page-home.home-anims-enabled
    .home-packages.home-inview
    .home-package__list
    li:nth-child(12) {
    animation-delay: 0.81s;
  }

  /* Quotes */
  .page-home.home-anims-enabled .home-quotes:not(.home-inview) .home-quote {
    opacity: 0;
    transform: translate3d(0, 1.25rem, 0);
  }

  .page-home.home-anims-enabled .home-quotes.home-inview .home-quote {
    animation: homeFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-quotes.home-inview .home-quote:nth-child(1) {
    animation-delay: 0.1s;
  }

  .page-home.home-anims-enabled .home-quotes.home-inview .home-quote:nth-child(2) {
    animation-delay: 0.18s;
  }

  .page-home.home-anims-enabled .home-quotes.home-inview .home-quote:nth-child(3) {
    animation-delay: 0.26s;
  }

  /* Process */
  .page-home.home-anims-enabled .home-process:not(.home-inview) .home-process__visual,
  .page-home.home-anims-enabled .home-process:not(.home-inview) .home-process__stat {
    opacity: 0;
    transform: scale(0.96);
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-process__visual {
    animation: homeScaleIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-process__stat {
    animation: homeFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
  }

  .page-home.home-anims-enabled .home-process:not(.home-inview) .home-section-head > *,
  .page-home.home-anims-enabled .home-process:not(.home-inview) .home-step {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-section-head > * {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-section-head > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-section-head > *:nth-child(3) {
    animation-delay: 0.14s;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-step {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-step:nth-child(1) {
    animation-delay: 0.18s;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-step:nth-child(2) {
    animation-delay: 0.28s;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-step:nth-child(3) {
    animation-delay: 0.38s;
  }

  .page-home.home-anims-enabled .home-process.home-inview .home-step__icon {
    animation: homeIconFloat 3s ease-in-out 0.6s infinite;
  }

  /* FAQ */
  .page-home.home-anims-enabled .home-faq:not(.home-inview) .home-faq__head > * {
    opacity: 0;
    transform: translate3d(0, 0.85rem, 0);
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__head > * {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__head > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__head > *:nth-child(3) {
    animation-delay: 0.14s;
  }

  .page-home.home-anims-enabled .home-faq:not(.home-inview) .home-faq__item {
    opacity: 0;
    transform: translate3d(0, 0.75rem, 0);
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item {
    animation: homeFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(1) {
    animation-delay: 0.06s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(2) {
    animation-delay: 0.1s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(3) {
    animation-delay: 0.14s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(4) {
    animation-delay: 0.18s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(5) {
    animation-delay: 0.22s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(6) {
    animation-delay: 0.26s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(7) {
    animation-delay: 0.3s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(8) {
    animation-delay: 0.34s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(9) {
    animation-delay: 0.38s;
  }

  .page-home.home-anims-enabled .home-faq.home-inview .home-faq__item:nth-child(10) {
    animation-delay: 0.42s;
  }

  /* CTA / form */
  .page-home.home-anims-enabled .home-cta:not(.home-inview) .home-cta__copy > *,
  .page-home.home-anims-enabled .home-cta:not(.home-inview) .home-cta__bullets li,
  .page-home.home-anims-enabled .home-cta:not(.home-inview) .home-form h3,
  .page-home.home-anims-enabled .home-cta:not(.home-inview) .home-form .form-group,
  .page-home.home-anims-enabled .home-cta:not(.home-inview) .home-form .btn {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__copy > * {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__copy > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__copy > *:nth-child(3) {
    animation-delay: 0.14s;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__copy > *:nth-child(4) {
    animation-delay: 0.2s;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__bullets li {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__bullets li:nth-child(1) {
    animation-delay: 0.26s;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__bullets li:nth-child(2) {
    animation-delay: 0.32s;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-cta__bullets li:nth-child(3) {
    animation-delay: 0.38s;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-form h3 {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-form .form-group:nth-of-type(1) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-form .form-group:nth-of-type(2) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.44s both;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-form .form-group:nth-of-type(3) {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
  }

  .page-home.home-anims-enabled .home-cta.home-inview .home-form .btn {
    animation: homeFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.56s both;
  }

  /* Footer */
  .page-home.home-anims-enabled .site-footer:not(.home-inview) .footer-brand,
  .page-home.home-anims-enabled .site-footer:not(.home-inview) .footer-links,
  .page-home.home-anims-enabled .site-footer:not(.home-inview) .footer-contact,
  .page-home.home-anims-enabled .site-footer:not(.home-inview) .footer-bottom {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  .page-home.home-anims-enabled .site-footer.home-inview .footer-brand {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .page-home.home-anims-enabled .site-footer.home-inview .footer-links {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
  }

  .page-home.home-anims-enabled .site-footer.home-inview .footer-contact {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
  }

  .page-home.home-anims-enabled .site-footer.home-inview .footer-bottom {
    animation: homeFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.26s both;
  }
}

.page-home .home-faq__icon {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-home .home-faq__item[open] .home-faq__icon {
  transform: rotate(180deg);
}

.page-home.home-anims-enabled .home-link-arrow {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.page-home.home-anims-enabled .home-link-arrow:hover {
  transform: translateX(4px);
}
