@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

  /* Hurghada Travels: Red Sea blues, sunset warmth, and clean contemporary type. */
  [data-section-html] {
    --ink: #071827;
    --night: #0a2b3a;
    --surface: #f7fbfc;
    --sand: #decfb4;
    --gold: #f19d10;
    --orange: #db6e07;
    --logo-navy: #071827;
    --turquoise: #2e718f;
    --aqua: #58a8bd;
    --ivory: #fffdf8;
    --muted: #d5e7ec;
    --max: 1240px;
  }

  [data-section-html],
  [data-section-html] * {
    box-sizing: border-box;
  }

  [data-section-html] {
    min-height: 100%;
    margin: 0;
    background: var(--logo-navy);
    color: var(--ivory);
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
  }

  [data-section-html] a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  /* Let pasted redesign sections use the full homepage canvas in Elementor. */
  body.home #content > .col-full {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  body.home #page .elementor.elementor-352,
  body.home #page .e-con.e-parent:has(.elementor-widget-html .hero),
  body.home #page .elementor-widget-html:has(.hero),
  body.home #page .elementor-widget-html:has(.hero) > .elementor-widget-container {
    width: 100%;
    max-width: none;
  }

  body.home #page .e-con.e-parent:has(.elementor-widget-html .hero) {
    --padding-top: 0;
    --padding-right: 0;
    --padding-bottom: 0;
    --padding-left: 0;
    padding: 0 !important;
  }

  .hero {
    position: relative;
    min-height: 94svh;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(255, 248, 232, .16);
  }

  .hero-slides {
    position: absolute;
    inset: 0;
    z-index: -5;
    overflow: hidden;
  }

  .hero-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.15s cubic-bezier(.25, .65, .3, 1), visibility 1.15s;
  }

  .hero-slide.is-active {
    opacity: 1;
    visibility: visible;
  }

  .hero-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.06) contrast(1.05);
    transform: scale(1.02);
  }

  .hero-slide:nth-child(2) .hero-photo {
    object-position: center 56%;
  }

  .hero-slide:nth-child(3) .hero-photo {
    object-position: center 48%;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
      radial-gradient(circle at 76% 32%, rgba(88, 168, 189, .2), transparent 30%),
      linear-gradient(90deg, rgba(7, 24, 39, .96) 0%, rgba(7, 38, 54, .82) 34%, rgba(7, 38, 54, .28) 68%, rgba(7, 24, 39, .45) 100%),
      linear-gradient(180deg, rgba(4, 21, 33, .42) 0%, rgba(4, 21, 33, .03) 42%, rgba(4, 21, 33, .8) 100%);
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background:
      radial-gradient(circle at 12% 78%, rgba(241, 157, 16, .15), transparent 22%),
      linear-gradient(115deg, transparent 0 55%, rgba(88, 168, 189, .06) 55% 55.4%, transparent 55.4% 100%);
    opacity: .8;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    width: min(var(--max), calc(100% - 44px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 650px) minmax(220px, 1fr);
    gap: 34px;
    align-items: center;
    padding: 52px 0 34px;
  }

  .copy-column {
    width: 100%;
    max-width: 650px;
  }

  .hero-copy-stage {
    display: grid;
  }

  .copy {
    grid-area: 1 / 1;
    max-width: 650px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(22px);
    transition: opacity .55s ease, visibility .55s, transform .7s cubic-bezier(.2, .75, .25, 1);
  }

  .copy.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .copy .kicker,
  .copy .hero-title span,
  .copy .lead,
  .copy .actions {
    opacity: 0;
    transform: translateY(22px);
  }

  .copy.is-active .kicker,
  .copy.is-active .hero-title span,
  .copy.is-active .lead,
  .copy.is-active .actions {
    animation: hero-copy-reveal .78s cubic-bezier(.2, .75, .25, 1) both;
  }

  .copy.is-active .hero-title span:nth-child(1) {
    animation-delay: .08s;
  }

  .copy.is-active .hero-title span:nth-child(2) {
    animation-delay: .15s;
  }

  .copy.is-active .hero-title span:nth-child(3) {
    animation-delay: .22s;
  }

  .copy.is-active .lead {
    animation-delay: .31s;
  }

  .copy.is-active .actions {
    animation-delay: .4s;
  }

  .kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 0 20px;
    color: #dff5fa;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .13em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
  }

  .kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    flex: 0 0 auto;
    background: linear-gradient(90deg, var(--gold), var(--aqua));
  }

  .hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ivory);
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 5.45rem;
    line-height: .92;
    font-weight: 800;
    letter-spacing: -.055em;
    text-wrap: balance;
    text-shadow:
      0 2px 0 rgba(16, 13, 10, .6),
      0 18px 44px rgba(0, 0, 0, .56);
  }

  .hero h1.hero-title {
    display: inline-block;
  }

  .hero h1.hero-title span {
    display: block;
    white-space: nowrap;
  }

  .hero h1.hero-title span:nth-child(2) {
    position: relative;
    padding-left: clamp(38px, 4vw, 72px);
  }

  .hero h1.hero-title span:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: .46em;
    width: clamp(26px, 3vw, 48px);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), var(--aqua));
    box-shadow: 0 0 18px rgba(88, 168, 189, .34);
  }

  .hero h1.hero-title span:nth-child(3) {
    padding-left: clamp(76px, 7vw, 126px);
  }

  .lead {
    width: min(100%, 560px);
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.72;
    font-weight: 500;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .7);
  }

  .actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px;
  }

  .cta {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    color: var(--ink);
    background: var(--gold);
    border: 1px solid rgba(255, 248, 232, .36);
    border-radius: 999px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
    font-size: .9rem;
    font-weight: 800;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
  }

  .cta::after {
    content: "→";
    font-weight: 900;
  }

  .cta.secondary {
    color: var(--ivory);
    background: rgba(7, 24, 39, .42);
    border-color: rgba(255, 248, 232, .28);
    backdrop-filter: blur(14px);
  }

  .cta:hover {
    transform: translateY(-2px);
    background: var(--surface);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .35);
  }

  .cta.secondary:hover {
    color: var(--ivory);
    background: rgba(46, 113, 143, .72);
  }

  .slider-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }

  .slider-arrow,
  .slider-toggle {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ivory);
    background: rgba(7, 24, 39, .42);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
  }

  .slider-arrow {
    width: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 1rem;
  }

  .slider-toggle {
    gap: 7px;
    padding: 0 13px;
    border-radius: 999px;
    font-family: inherit;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .slider-toggle-icon {
    font-size: .78rem;
    line-height: 1;
  }

  .slider-arrow:hover,
  .slider-arrow:focus-visible,
  .slider-toggle:hover,
  .slider-toggle:focus-visible {
    color: var(--logo-navy);
    background: var(--gold);
    transform: translateY(-2px);
  }

  .slider-dots {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 3px;
  }

  .slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .45);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: width .32s ease, background-color .32s ease;
  }

  .slider-dot.is-active {
    width: 38px;
    background: var(--gold);
  }

  /* Keep Triply/Elementor button defaults from stretching the hero controls. */
  [data-section-html] .hero .slider-arrow,
  [data-section-html] .hero .slider-toggle,
  [data-section-html] .hero .slider-dot {
    min-width: 0 !important;
    margin: 0 !important;
    box-shadow: none;
  }

  [data-section-html] .hero .slider-arrow {
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }

  [data-section-html] .hero .slider-dot {
    width: 9px !important;
    min-width: 9px !important;
    max-width: 9px !important;
    height: 9px !important;
    min-height: 9px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    appearance: none;
  }

  [data-section-html] .hero .slider-dot.is-active {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
  }

  [data-section-html] .hero .slider-toggle {
    display: none !important;
  }

  .route-stack {
    align-self: end;
    justify-self: end;
    width: min(100%, 360px);
    display: grid;
    gap: 10px;
  }

  .route-card {
    min-height: 74px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    color: var(--ivory);
    border: 1px solid rgba(255, 248, 232, .2);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(7, 38, 54, .68), rgba(46, 113, 143, .34));
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
  }

  .route-number {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--gold);
    border-radius: 14px;
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: .95rem;
    font-weight: 900;
  }

  .route-card strong {
    display: block;
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 800;
  }

  .route-card span:last-child {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .ticker {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 248, 232, .22);
    border-bottom: 1px solid rgba(7, 24, 39, .42);
    background:
      linear-gradient(90deg, #061725 0%, #0b2f42 42%, #124e67 72%, #0a293b 100%);
    box-shadow:
      0 -22px 48px rgba(0, 0, 0, .28),
      inset 0 2px 0 rgba(241, 157, 16, .82),
      inset 0 1px 0 rgba(255, 248, 232, .22);
  }

  .ticker::before,
  .ticker::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .ticker::before {
    z-index: 0;
    opacity: .76;
    background:
      radial-gradient(circle at 14% 50%, rgba(241, 157, 16, .2), transparent 16%),
      radial-gradient(circle at 70% 20%, rgba(88, 168, 189, .28), transparent 25%),
      repeating-radial-gradient(ellipse at 50% 110%, transparent 0 18px, rgba(255, 255, 255, .035) 19px 20px, transparent 21px 38px);
  }

  .ticker::after {
    z-index: 3;
    background: linear-gradient(90deg, #061725 0, rgba(6, 23, 37, 0) min(9vw, 130px), rgba(6, 23, 37, 0) calc(100% - min(9vw, 130px)), #0a293b 100%);
  }

  .ticker-track {
    position: relative;
    z-index: 2;
    width: max-content;
    display: flex;
    align-items: center;
    padding: 0;
    animation: scroll-ticker 32s linear infinite;
    will-change: transform;
  }

  .ticker:hover .ticker-track {
    animation-play-state: paused;
  }

  .ticker-group {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 12px;
    padding-right: 12px;
    flex-shrink: 0;
  }

  .ticker span {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 5px 19px 5px 6px;
    color: var(--ivory);
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: .875rem;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .12),
      0 10px 28px rgba(0, 0, 0, .13);
    backdrop-filter: blur(9px);
  }

  .ticker-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    padding: 9px;
    color: var(--logo-navy);
    background: linear-gradient(145deg, #ffc14a, var(--gold));
    border: 1px solid rgba(255, 248, 232, .72);
    border-radius: 999px;
    box-shadow:
      0 0 0 4px rgba(241, 157, 16, .1),
      0 9px 22px rgba(0, 0, 0, .25);
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .ticker span:nth-child(3n) .ticker-icon {
    color: var(--ivory);
    background: linear-gradient(145deg, #61b7cd, var(--logo-blue));
    border-color: rgba(214, 246, 255, .58);
    box-shadow:
      0 0 0 4px rgba(88, 168, 189, .12),
      0 9px 22px rgba(0, 0, 0, .24);
  }

  .experience-categories {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 116px) 0 clamp(78px, 9vw, 126px);
    color: var(--ink);
    background:
      radial-gradient(circle at 8% 14%, rgba(88, 168, 189, .18), transparent 22%),
      radial-gradient(circle at 92% 80%, rgba(241, 157, 16, .13), transparent 24%),
      linear-gradient(180deg, #f7fbfc 0%, #edf7f9 52%, #fffdf8 100%);
  }

  .experience-categories::before,
  .experience-categories::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(46, 113, 143, .14);
    border-radius: 50%;
  }

  .experience-categories::before {
    width: 420px;
    height: 420px;
    top: -300px;
    right: -80px;
    box-shadow: 0 0 0 34px rgba(88, 168, 189, .035), 0 0 0 76px rgba(88, 168, 189, .025);
  }

  .experience-categories::after {
    width: 280px;
    height: 280px;
    bottom: -210px;
    left: -70px;
    box-shadow: 0 0 0 26px rgba(241, 157, 16, .035), 0 0 0 58px rgba(46, 113, 143, .025);
  }

  .categories-shell {
    position: relative;
    z-index: 1;
    width: min(var(--max), calc(100% - 44px));
    margin: 0 auto;
  }

  .categories-heading {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(300px, .48fr);
    gap: 48px;
    align-items: end;
    margin-bottom: clamp(38px, 5vw, 62px);
  }

  .categories-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: var(--turquoise);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .categories-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--turquoise));
  }

  .categories-heading h2 {
    max-width: 680px;
    margin: 0;
    color: var(--logo-navy);
    font-size: clamp(2.35rem, 4.2vw, 4.65rem);
    line-height: .98;
    letter-spacing: -.052em;
    text-wrap: balance;
  }

  .categories-heading p {
    max-width: 430px;
    margin: 0;
    color: #486370;
    font-size: 1rem;
    line-height: 1.72;
    font-weight: 500;
  }

  .category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 34px);
  }

  .category-card {
    --category-rgb: 241, 157, 16;
    position: relative;
    display: block;
    min-width: 0;
    color: var(--ivory);
    border-radius: 30px;
    outline: none;
    isolation: isolate;
  }

  .category-card:nth-child(2) {
    --category-rgb: 36, 166, 199;
  }

  .category-card:nth-child(3) {
    --category-rgb: 201, 119, 68;
  }

  .category-card:nth-child(4) {
    --category-rgb: 52, 173, 181;
  }

  .category-card::before {
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;
    border: 1px solid rgba(var(--category-rgb), .34);
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(var(--category-rgb), .07));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
    transition: inset .38s ease, border-color .38s ease, transform .38s ease, box-shadow .38s ease;
  }

  .category-card::after {
    content: "";
    position: absolute;
    right: 13%;
    bottom: -14px;
    left: 13%;
    z-index: -2;
    height: 34px;
    border-radius: 50%;
    background: rgba(var(--category-rgb), .3);
    filter: blur(20px);
    opacity: .5;
    transition: opacity .38s ease, transform .38s ease;
  }

  .category-visual {
    position: relative;
    z-index: 1;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .94);
    border-radius: 27px;
    background: var(--night);
    box-shadow:
      0 24px 56px rgba(7, 40, 56, .18),
      inset 0 0 0 1px rgba(7, 24, 39, .08);
    isolation: isolate;
    transition: transform .42s cubic-bezier(.2, .75, .25, 1), box-shadow .42s ease;
  }

  .category-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(7, 24, 39, .04) 12%, rgba(7, 24, 39, .08) 42%, rgba(7, 24, 39, .72) 100%),
      linear-gradient(120deg, rgba(var(--category-rgb), .16), transparent 48%);
  }

  .category-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
  }

  .category-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.03) contrast(1.02);
    transition: transform .75s cubic-bezier(.2, .75, .25, 1), filter .45s ease;
  }

  .category-card:nth-child(1) img {
    object-position: 52% center;
  }

  .category-card:nth-child(2) img {
    object-position: center center;
  }

  .category-card:nth-child(3) img {
    object-position: 54% center;
  }

  .category-card:nth-child(4) img {
    object-position: center center;
  }

  .category-count,
  .category-arrow,
  .category-copy {
    position: absolute;
    z-index: 3;
  }

  .category-count {
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 11px;
    color: var(--ivory);
    background: rgba(7, 24, 39, .58);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(7, 24, 39, .2);
    backdrop-filter: blur(12px);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
  }

  .category-count::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgb(var(--category-rgb));
    box-shadow: 0 0 0 4px rgba(var(--category-rgb), .18);
  }

  .category-arrow {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--logo-navy);
    background: rgba(255, 248, 232, .92);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(7, 24, 39, .22);
    backdrop-filter: blur(10px);
    font-size: 1.08rem;
    font-weight: 800;
    transition: color .3s ease, background-color .3s ease, transform .3s ease, box-shadow .3s ease;
  }

  .category-copy {
    right: 13px;
    bottom: 13px;
    left: 13px;
    padding: 12px 14px 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(7, 24, 39, .74), rgba(7, 40, 56, .5));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    transition: transform .35s ease, border-color .35s ease, background-color .35s ease;
  }

  .category-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: rgba(255, 248, 232, .76);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .085em;
    text-transform: uppercase;
  }

  .category-eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgb(var(--category-rgb));
  }

  .category-copy h3 {
    margin: 0;
    color: var(--ivory);
    font-size: clamp(1.16rem, 1.65vw, 1.48rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .44);
  }

  .category-card:hover::before,
  .category-card:focus-visible::before {
    inset: -10px;
    border-color: rgba(var(--category-rgb), .66);
    transform: translateY(-3px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .9),
      0 18px 38px rgba(var(--category-rgb), .12);
  }

  .category-card:hover .category-visual,
  .category-card:focus-visible .category-visual {
    transform: translateY(-6px);
    box-shadow: 0 32px 68px rgba(7, 40, 56, .24);
  }

  .category-card:hover img,
  .category-card:focus-visible img {
    transform: scale(1.075);
    filter: saturate(1.12) contrast(1.04);
  }

  .category-card:hover .category-copy,
  .category-card:focus-visible .category-copy {
    transform: translateY(-2px);
    border-color: rgba(var(--category-rgb), .54);
  }

  .category-card:hover .category-arrow,
  .category-card:focus-visible .category-arrow {
    color: var(--ivory);
    background: rgb(var(--category-rgb));
    transform: translate(2px, -2px);
    box-shadow: 0 13px 28px rgba(var(--category-rgb), .3);
  }

  .about-section,
  .why-section,
  .faq-section,
  .site-footer {
    position: relative;
    overflow: hidden;
  }

  .section-shell {
    position: relative;
    z-index: 1;
    width: min(var(--max), calc(100% - 44px));
    margin: 0 auto;
  }

  .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--aqua);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .section-label::before {
    content: "";
    width: 28px;
    height: 2px;
    flex: 0 0 auto;
    background: linear-gradient(90deg, var(--gold), var(--aqua));
  }

  .about-section {
    padding: clamp(82px, 9vw, 132px) 0;
    color: var(--ivory);
    background:
      radial-gradient(circle at 9% 18%, rgba(88, 168, 189, .16), transparent 24%),
      radial-gradient(circle at 94% 84%, rgba(241, 157, 16, .12), transparent 22%),
      var(--logo-navy);
  }

  .about-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -390px;
    left: 24%;
    border: 1px solid rgba(88, 168, 189, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 44px rgba(88, 168, 189, .025), 0 0 0 96px rgba(88, 168, 189, .018);
  }

  .about-shell {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(380px, 1.14fr);
    gap: clamp(48px, 7vw, 104px);
    align-items: center;
  }

  .about-media {
    position: relative;
    width: min(100%, 490px);
    padding: 0 0 28px 28px;
  }

  .about-media::before {
    content: "";
    position: absolute;
    inset: 28px 28px 0 0;
    border: 1px solid rgba(88, 168, 189, .38);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(46, 113, 143, .3), rgba(241, 157, 16, .1));
  }

  .about-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 34px;
    box-shadow: 0 34px 72px rgba(0, 0, 0, .34);
  }

  .about-badge {
    position: absolute;
    z-index: 2;
    right: -24px;
    bottom: 4px;
    width: 156px;
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 18px;
    color: var(--logo-navy);
    background: var(--gold);
    border: 5px solid var(--logo-navy);
    border-radius: 24px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, .32);
    animation: badge-tide 5s ease-in-out infinite;
  }

  .about-badge svg {
    width: 25px;
    height: 25px;
    margin-bottom: 2px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .about-badge strong {
    font-size: .85rem;
    line-height: 1.25;
  }

  .about-badge span {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .7;
  }

  .about-copy h2,
  .why-heading h2,
  .faq-intro h2,
  .footer-cta h2 {
    margin: 0;
    letter-spacing: -.05em;
    text-wrap: balance;
  }

  .about-copy h2 {
    max-width: 690px;
    color: var(--ivory);
    font-size: clamp(2.5rem, 5vw, 5.4rem);
    line-height: .95;
  }

  .about-copy > p {
    max-width: 630px;
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.8;
    font-weight: 500;
  }

  .about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
  }

  .about-points li {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    color: #eaf7fa;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    font-size: .84rem;
    font-weight: 700;
  }

  .about-points li::before {
    content: "✓";
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--logo-navy);
    background: var(--gold);
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 900;
  }

  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    color: var(--ivory);
    font-size: .88rem;
    font-weight: 800;
  }

  .text-link span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--logo-navy);
    background: var(--gold);
    border-radius: 50%;
    transition: transform .28s ease;
  }

  .text-link:hover span,
  .text-link:focus-visible span {
    transform: translateX(4px);
  }

  .why-section {
    padding: clamp(78px, 8vw, 120px) 0;
    color: var(--ink);
    background:
      radial-gradient(circle at 92% 6%, rgba(88, 168, 189, .17), transparent 22%),
      var(--ivory);
  }

  .why-heading {
    max-width: 780px;
    margin: 0 auto clamp(38px, 5vw, 60px);
    text-align: center;
  }

  .why-heading .section-label {
    justify-content: center;
    color: var(--turquoise);
  }

  .why-heading h2 {
    color: var(--logo-navy);
    font-size: clamp(2.35rem, 4.5vw, 4.8rem);
    line-height: .98;
  }

  .why-heading p {
    max-width: 590px;
    margin: 19px auto 0;
    color: #526b76;
    font-size: 1rem;
    line-height: 1.72;
  }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #dce9ec;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 64px rgba(7, 40, 56, .09);
  }

  .why-card {
    position: relative;
    min-height: 288px;
    padding: 32px 27px;
    border-right: 1px solid #dce9ec;
    transition: color .36s ease, background-color .36s ease, transform .36s ease;
  }

  .why-card:first-child {
    border-radius: 27px 0 0 27px;
  }

  .why-card:last-child {
    border-right: 0;
    border-radius: 0 27px 27px 0;
  }

  .why-card::after {
    content: attr(data-number);
    position: absolute;
    right: 22px;
    bottom: 15px;
    color: rgba(46, 113, 143, .09);
    font-size: 4.7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.08em;
  }

  .why-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 34px;
    color: var(--logo-navy);
    background: linear-gradient(145deg, var(--gold), #ffc75d);
    border-radius: 17px;
    box-shadow: 0 13px 28px rgba(241, 157, 16, .2);
  }

  .why-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .why-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--logo-navy);
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .why-card p {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: #58707b;
    font-size: .88rem;
    line-height: 1.65;
    font-weight: 500;
  }

  .why-card:hover {
    color: var(--ivory);
    background: var(--turquoise);
    transform: translateY(-8px);
  }

  .why-card:hover h3,
  .why-card:hover p {
    color: var(--ivory);
  }

  .why-card:hover::after {
    color: rgba(255, 255, 255, .1);
  }

  .faq-section {
    padding: clamp(82px, 9vw, 132px) 0;
    color: var(--ivory);
    background:
      radial-gradient(circle at 6% 82%, rgba(241, 157, 16, .13), transparent 23%),
      linear-gradient(145deg, #082635 0%, #0d3c4d 58%, #071827 100%);
  }

  .faq-shell {
    display: grid;
    grid-template-columns: minmax(290px, .72fr) minmax(460px, 1.28fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
  }

  .faq-intro {
    position: sticky;
    top: 32px;
  }

  .faq-intro h2 {
    max-width: 520px;
    color: var(--ivory);
    font-size: clamp(2.5rem, 4.6vw, 5rem);
    line-height: .96;
  }

  .faq-intro > p {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
  }

  .faq-help {
    display: grid;
    gap: 7px;
    margin-top: 30px;
    padding: 22px;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
  }

  .faq-help small {
    color: #9fc9d4;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .faq-help strong {
    font-size: 1rem;
  }

  .faq-help a {
    width: fit-content;
    margin-top: 7px;
    color: var(--gold);
    font-size: .85rem;
    font-weight: 800;
  }

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

  .faq-item {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    transition: border-color .28s ease, background-color .28s ease;
  }

  .faq-item[open] {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(88, 168, 189, .58);
  }

  .faq-item summary {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    color: var(--ivory);
    cursor: pointer;
    list-style: none;
    font-size: .96rem;
    line-height: 1.45;
    font-weight: 800;
  }

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

  .faq-item summary::after {
    content: "+";
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--logo-navy);
    background: var(--gold);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: transform .3s ease, background-color .3s ease;
  }

  .faq-item[open] summary::after {
    background: var(--aqua);
    transform: rotate(45deg);
  }

  .faq-answer {
    padding: 0 72px 22px 20px;
    color: #cce2e8;
    font-size: .9rem;
    line-height: 1.75;
  }

  .faq-answer p {
    margin: 0;
  }

  .site-footer {
    position: relative;
    isolation: isolate;
    color: #e6f2f5;
    border-top: 1px solid rgba(88, 168, 189, .26);
    background:
      radial-gradient(circle at 88% 0%, rgba(46, 113, 143, .28), transparent 34%),
      radial-gradient(circle at 8% 76%, rgba(241, 157, 16, .1), transparent 25%),
      linear-gradient(155deg, #071c2b 0%, #04131e 52%, #082432 100%);
  }

  .site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .45;
    background: repeating-radial-gradient(ellipse at 14% 110%, transparent 0 34px, rgba(255, 255, 255, .025) 35px 36px, transparent 37px 70px);
  }

  .footer-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 54px 0 50px;
    border-bottom: 1px solid rgba(157, 210, 223, .18);
  }

  .footer-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: min(180px, 28vw);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), var(--turquoise), transparent);
  }

  .footer-cta h2 {
    max-width: 720px;
    color: var(--ivory);
    font-size: clamp(2.35rem, 4.2vw, 4.25rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .footer-cta-actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
  }

  .footer-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: var(--logo-navy);
    background: var(--gold);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 800;
    transition: transform .25s ease, background-color .25s ease;
  }

  .footer-button.secondary {
    color: #edf8fa;
    background: rgba(88, 168, 189, .1);
    border-color: rgba(157, 210, 223, .28);
  }

  .footer-button:hover,
  .footer-button:focus-visible {
    transform: translateY(-2px);
    background: var(--surface);
    color: var(--logo-navy);
  }

  .footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .7fr));
    gap: clamp(34px, 5vw, 72px);
    padding: 66px 0 56px;
  }

  .footer-brand img {
    width: 96px;
    height: 96px;
    display: block;
    object-fit: contain;
    margin-bottom: 18px;
  }

  .footer-brand p {
    max-width: 390px;
    margin: 0;
    color: #bfd6dd;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
  }

  .footer-column h3 {
    margin: 8px 0 19px;
    color: #ffc451;
    font-size: .92rem;
    letter-spacing: .095em;
    text-transform: uppercase;
  }

  .footer-links {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-links a {
    color: #c7dce2;
    font-size: .95rem;
    font-weight: 600;
    transition: color .22s ease, transform .22s ease;
  }

  .footer-links li {
    color: #b8d0d7;
    font-size: .95rem;
    line-height: 1.55;
  }

  .footer-links a:hover,
  .footer-links a:focus-visible {
    color: var(--gold);
    transform: translateX(3px);
  }

  .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .social-links a {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: #d9e9ed;
    background: rgba(88, 168, 189, .09);
    border: 1px solid rgba(157, 210, 223, .16);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
  }

  .social-links a:hover,
  .social-links a:focus-visible {
    color: var(--logo-navy);
    background: var(--gold);
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0 28px;
    color: #9eb9c2;
    border-top: 1px solid rgba(157, 210, 223, .13);
    font-size: .82rem;
    font-weight: 600;
  }

  .footer-bottom-links {
    display: flex;
    gap: 18px;
  }

  .footer-bottom a:hover,
  .footer-bottom a:focus-visible {
    color: var(--gold);
  }

  @keyframes badge-tide {
    0%, 100% {
      transform: translateY(0) rotate(-1deg);
    }

    50% {
      transform: translateY(-8px) rotate(1deg);
    }
  }

  @keyframes hero-copy-reveal {
    from {
      opacity: 0;
      transform: translateY(22px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes scroll-ticker {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 980px) {
    .hero {
      min-height: 88svh;
    }

    .hero-photo {
      object-position: 58% center;
    }

    .hero-content {
      grid-template-columns: 1fr;
      align-content: center;
      padding: 58px 0 28px;
    }

    .hero h1 {
      font-size: 4.35rem;
    }

    .lead {
      font-size: 1.05rem;
    }

    .copy-column {
      max-width: 680px;
    }

    .route-stack {
      justify-self: start;
      width: min(100%, 540px);
      grid-template-columns: repeat(3, 1fr);
    }

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

    .categories-heading {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .category-grid {
      gap: 22px;
    }

    .category-count {
      top: 8%;
      left: 7%;
      min-height: 27px;
      padding: 0 9px;
      font-size: .65rem;
    }

    .category-arrow {
      top: 8%;
      right: 7%;
      width: 34px;
      height: 34px;
    }

    .about-shell,
    .faq-shell {
      grid-template-columns: 1fr;
    }

    .about-media {
      width: min(100%, 590px);
    }

    .about-copy {
      max-width: 760px;
    }

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

    .why-card {
      min-height: 250px;
      border-bottom: 1px solid #dce9ec;
    }

    .why-card:nth-child(2) {
      border-right: 0;
      border-radius: 0 27px 0 0;
    }

    .why-card:nth-child(3) {
      border-bottom: 0;
      border-radius: 0 0 0 27px;
    }

    .why-card:last-child {
      border-bottom: 0;
    }

    .faq-intro {
      position: static;
      max-width: 720px;
    }

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

    .footer-main {
      grid-template-columns: 1.4fr 1fr;
    }
  }

  @media (max-width: 680px) {
    .hero {
      height: calc(100vh - 80px);
      height: calc(100svh - 80px);
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px);
    }

    .hero-photo {
      width: 100% !important;
      max-width: none !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center !important;
      transform: none;
    }

    .hero-slide:nth-child(1) .hero-photo {
      object-position: 58% center !important;
    }

    .hero-slide:nth-child(2) .hero-photo {
      object-position: 54% center !important;
    }

    .hero-slide:nth-child(3) .hero-photo {
      object-position: 50% center !important;
    }

    .hero::before {
      background:
        radial-gradient(circle at 72% 32%, rgba(88, 168, 189, .16), transparent 30%),
        linear-gradient(90deg, rgba(7, 24, 39, .96) 0%, rgba(7, 38, 54, .84) 58%, rgba(7, 24, 39, .5) 100%),
        linear-gradient(180deg, rgba(4, 21, 33, .4) 0%, rgba(4, 21, 33, .08) 42%, rgba(4, 21, 33, .82) 100%);
    }

    .hero-content {
      width: calc(100% - 28px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: clamp(48px, 7svh, 72px) 0 clamp(34px, 5svh, 52px);
    }

    .copy-column {
      width: 100%;
    }

    .kicker {
      margin-bottom: 16px;
      font-size: .74rem;
      line-height: 1.35;
    }

    .hero h1 {
      font-size: clamp(2.65rem, 10.9vw, 3.15rem);
      line-height: .94;
    }

    .hero h1.hero-title span:nth-child(2) {
      padding-left: 34px;
    }

    .hero h1.hero-title span:nth-child(2)::before {
      width: 24px;
      height: 2px;
    }

    .hero h1.hero-title span:nth-child(3) {
      padding-left: 62px;
    }

    .lead {
      margin-top: 24px;
      font-size: .98rem;
      line-height: 1.62;
    }

    .actions {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
      gap: 10px;
      margin-top: 30px;
    }

    .cta {
      width: auto;
      min-width: 0;
      min-height: 48px;
      padding: 0 14px;
      gap: 7px;
      font-size: .78rem;
      white-space: nowrap;
    }

    .slider-controls {
      width: max-content;
      max-width: 100%;
      display: grid;
      grid-template-columns: 32px auto 32px;
      align-items: center;
      gap: 9px;
      margin: 34px auto 0;
      padding: 5px;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(7, 24, 39, .48), rgba(22, 66, 82, .34));
      box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
      backdrop-filter: blur(12px);
      transform: translateY(clamp(20px, 3.6svh, 32px));
    }

    [data-section-html] .hero .slider-arrow {
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      color: var(--ivory);
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .12);
      border-radius: 50% !important;
      font-size: .82rem;
    }

    .slider-dots {
      min-width: 0;
      justify-content: center;
      gap: 6px;
      padding: 0 3px;
    }

    [data-section-html] .hero .slider-dot {
      width: 6px !important;
      min-width: 6px !important;
      max-width: 6px !important;
      height: 6px !important;
      min-height: 6px !important;
    }

    [data-section-html] .hero .slider-dot.is-active {
      width: 22px !important;
      min-width: 22px !important;
      max-width: 22px !important;
    }

    body.home #gt_float_wrapper,
    body.home .chaty-widget.left-position {
      bottom: 18px !important;
    }

    .route-stack {
      display: none;
    }

    .ticker::before,
    .ticker::after {
      width: auto;
    }

    .ticker {
      padding: 7px 0;
      box-shadow:
        0 -16px 34px rgba(0, 0, 0, .24),
        inset 0 2px 0 rgba(241, 157, 16, .78);
    }

    .ticker::after {
      background: linear-gradient(90deg, #061725 0, rgba(6, 23, 37, 0) 34px, rgba(6, 23, 37, 0) calc(100% - 34px), #0a293b 100%);
    }

    .ticker-track {
      animation-duration: 26s;
    }

    .ticker-group {
      gap: 8px;
      padding-right: 8px;
    }

    .ticker span {
      min-height: 44px;
      gap: 9px;
      padding: 4px 14px 4px 5px;
      font-size: .75rem;
      letter-spacing: .065em;
    }

    .ticker-icon {
      width: 32px;
      height: 32px;
      padding: 7px;
      box-shadow:
        0 0 0 3px rgba(241, 157, 16, .1),
        0 7px 16px rgba(0, 0, 0, .22);
    }

    .experience-categories {
      padding: 68px 0 82px;
    }

    .categories-shell {
      width: calc(100% - 28px);
    }

    .categories-heading {
      margin-bottom: 34px;
    }

    .categories-heading h2 {
      font-size: clamp(2.25rem, 12vw, 3.3rem);
    }

    .categories-heading p {
      font-size: .95rem;
      line-height: 1.65;
    }

    .category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px 14px;
    }

    .category-visual {
      border-width: 3px;
      border-radius: 22px;
      box-shadow: 0 16px 34px rgba(7, 40, 56, .17);
    }

    .category-card::before {
      inset: -4px;
      border-radius: 24px;
    }

    .category-card::after {
      right: 18%;
      bottom: -9px;
      left: 18%;
      height: 24px;
      filter: blur(14px);
    }

    .category-count {
      top: 8px;
      left: 8px;
      gap: 5px;
      min-height: 24px;
      padding: 0 8px;
      font-size: .75rem;
      letter-spacing: .025em;
    }

    .category-count::before {
      width: 5px;
      height: 5px;
      box-shadow: 0 0 0 3px rgba(var(--category-rgb), .16);
    }

    .category-arrow {
      top: 8px;
      right: 8px;
      width: 32px;
      height: 32px;
      border-radius: 10px;
      font-size: .9rem;
    }

    .category-copy {
      right: 7px;
      bottom: 7px;
      left: 7px;
      padding: 8px 9px 9px;
      border-radius: 12px;
    }

    .category-eyebrow {
      display: none;
    }

    .category-copy h3 {
      font-size: clamp(1rem, 4.6vw, 1.18rem);
      line-height: 1.05;
    }

    .section-shell {
      width: calc(100% - 28px);
    }

    .about-section,
    .why-section,
    .faq-section {
      padding: 72px 0;
    }

    .about-media {
      width: calc(100% - 18px);
      padding: 0 0 18px 18px;
    }

    .about-media::before {
      inset: 18px 18px 0 0;
      border-radius: 25px;
    }

    .about-media img {
      aspect-ratio: 4 / 4.6;
      border-radius: 25px;
    }

    .about-badge {
      right: -18px;
      width: 136px;
      min-height: 98px;
      padding: 14px;
      border-width: 4px;
      border-radius: 19px;
    }

    .about-copy h2,
    .why-heading h2,
    .faq-intro h2 {
      font-size: clamp(2.25rem, 12vw, 3.45rem);
    }

    .about-copy > p,
    .why-heading p,
    .faq-intro > p {
      font-size: .95rem;
    }

    .about-points {
      grid-template-columns: 1fr;
    }

    .why-grid {
      grid-template-columns: 1fr;
      border-radius: 23px;
    }

    .why-card,
    .why-card:first-child,
    .why-card:nth-child(2),
    .why-card:nth-child(3),
    .why-card:last-child {
      min-height: 218px;
      border-right: 0;
      border-bottom: 1px solid #dce9ec;
      border-radius: 0;
    }

    .why-card:first-child {
      border-radius: 22px 22px 0 0;
    }

    .why-card:last-child {
      border-bottom: 0;
      border-radius: 0 0 22px 22px;
    }

    .why-icon {
      margin-bottom: 25px;
    }

    .faq-shell {
      gap: 34px;
    }

    .faq-item summary {
      min-height: 66px;
      padding: 16px;
      font-size: .9rem;
    }

    .faq-answer {
      padding: 0 16px 19px;
      font-size: .86rem;
    }

    .footer-cta {
      padding: 42px 0 38px;
    }

    .footer-cta h2 {
      font-size: clamp(2.25rem, 11vw, 3.2rem);
    }

    .footer-cta-actions {
      width: 100%;
      align-items: stretch;
      flex-direction: column;
    }

    .footer-button {
      width: 100%;
    }

    .footer-main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 34px 22px;
      padding: 50px 0 42px;
    }

    .footer-brand,
    .footer-main > .footer-column:last-child {
      grid-column: 1 / -1;
    }

    .footer-brand p {
      font-size: .96rem;
    }

    .footer-column h3 {
      margin-bottom: 16px;
      font-size: .86rem;
    }

    .footer-links a,
    .footer-links li {
      font-size: .9rem;
    }

    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      font-size: .78rem;
    }
  }

  @media (max-width: 390px) {
    .hero h1 {
      font-size: 2.72rem;
    }

    .lead {
      font-size: .94rem;
    }

    .category-grid {
      gap: 17px 12px;
    }

    .category-count {
      min-height: 22px;
      font-size: .54rem;
    }

    .category-arrow {
      width: 27px;
      height: 27px;
    }

    .about-badge {
      right: -12px;
      width: 126px;
    }
  }

  .hero-slide.is-active .hero-photo {
    animation: hero-image-zoom 7.2s cubic-bezier(.18, .62, .28, 1) both;
    will-change: transform;
  }

  @keyframes hero-image-zoom {
    from {
      transform: scale(1.02);
    }

    to {
      transform: scale(1.13) translate(-1.1%, .7%);
    }
  }

  @keyframes hero-image-zoom-mobile {
    from {
      transform: scale(1.005);
    }

    to {
      transform: scale(1.045) translate(-.3%, .15%);
    }
  }

  @media (max-width: 680px) {
    .hero-slide.is-active .hero-photo {
      animation-name: hero-image-zoom-mobile;
      animation-duration: 9s;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ticker {
      overflow-x: auto;
      scrollbar-width: none;
    }

    .ticker::-webkit-scrollbar {
      display: none;
    }

    .ticker::after {
      display: none;
    }

    .ticker-track {
      animation: none;
      will-change: auto;
    }

    .hero-slide {
      transition: none;
    }

    .hero-slide .hero-photo {
      animation: none;
      transform: scale(1.015);
    }

    .copy,
    .copy .kicker,
    .copy .hero-title span,
    .copy .lead,
    .copy .actions {
      animation: none;
      transition: none;
      transform: none;
    }

    .copy.is-active .kicker,
    .copy.is-active .hero-title span,
    .copy.is-active .lead,
    .copy.is-active .actions {
      opacity: 1;
    }

    .category-card::after {
      animation: none;
    }

    .category-card,
    .category-card::before,
    .category-visual,
    .category-visual img,
    .category-arrow {
      transition: none;
    }

    .about-badge {
      animation: none;
    }

    .why-card,
    .text-link span,
    .faq-item,
    .faq-item summary::after,
    .footer-button,
    .footer-links a {
      transition: none;
    }

    .slider-arrow,
    .slider-toggle,
    .slider-dot {
      transition: none;
    }
  }
