/* Standalone page: kill UA 8px body margin (Divi used to reset this). */
html,
body.txp-home-html {
  margin: 0;
  padding: 0;
  background: #071b24;
}
body.txp-home-html {
  min-height: 100%;
  overflow-x: hidden;
}

/* Hide Divi/theme chrome on THIS draft page only */
  body:is(.page-id-987502484, .txp-home-html) #main-header,
  body:is(.page-id-987502484, .txp-home-html) #top-header,
  body:is(.page-id-987502484, .txp-home-html) .et-l--header,
  body:is(.page-id-987502484, .txp-home-html) header.et-l,
  body:is(.page-id-987502484, .txp-home-html) #main-footer,
  body:is(.page-id-987502484, .txp-home-html) .et-l--footer,
  body:is(.page-id-987502484, .txp-home-html) footer.et-l,
  body:is(.page-id-987502484, .txp-home-html) #et-footer-nav,
  body:is(.page-id-987502484, .txp-home-html) .et_pb_section.et_pb_section_0_tb_footer,
  body:is(.page-id-987502484, .txp-home-html) .b-call,
  body:is(.page-id-987502484, .txp-home-html) .b-email,
  body:is(.page-id-987502484, .txp-home-html) .floating-buttons,
  body:is(.page-id-987502484, .txp-home-html) .et_pb_contact_form_0,
  body:is(.page-id-987502484, .txp-home-html) .dmsan-call-email,
  body:is(.page-id-987502484, .txp-home-html) a[href^="tel:"].et_pb_button.floating,
  body:is(.page-id-987502484, .txp-home-html) #wpadminbar { }
  body:is(.page-id-987502484, .txp-home-html) #page-container { padding-top: 0 !important; }
  body:is(.page-id-987502484, .txp-home-html) #et-main-area { padding-top: 0 !important; }
  body:is(.page-id-987502484, .txp-home-html) .et_fixed_nav.et_show_nav #page-container { padding-top: 0 !important; }
  body:is(.page-id-987502484, .txp-home-html) #main-header,
  body:is(.page-id-987502484, .txp-home-html) #top-header,
  body:is(.page-id-987502484, .txp-home-html) #main-footer,
  body:is(.page-id-987502484, .txp-home-html) .et-l--header,
  body:is(.page-id-987502484, .txp-home-html) .et-l--footer { display: none !important; }
  body:is(.page-id-987502484, .txp-home-html) #et-boc .et-l--header,
  body:is(.page-id-987502484, .txp-home-html) #et-boc .et-l--footer { display: none !important; }
  body:is(.page-id-987502484, .txp-home-html) .et_pb_section.et_pb_fullwidth_section,
  body:is(.page-id-987502484, .txp-home-html) .et_pb_section_0 {
    background: transparent !important;
    background-color: transparent !important;
  }
  body:is(.page-id-987502484, .txp-home-html) .et_pb_code_inner > br:first-child,
  body:is(.page-id-987502484, .txp-home-html) .txpt > br {
    display: none !important;
  }

  .txpt {
    position: relative;
    --bg: #ffffff;
    --cream: #F6F5F1;
    --ink: #071B24;
    --ink-soft: #3a4a52;
    --muted: #6b7a82;
    --line: rgba(7, 27, 36, 0.1);
    --deep: #082D35;
    --navy: #071B24;
    --blue: #1593E6;
    --blue-deep: #0d74b8;
    --green: #3CB810;
    --max: 1180px;
    --radius: 22px;
    --header-h: 112px;
    font-family: Inter, system-ui, sans-serif;
    color: var(--ink);
    background: transparent;
    line-height: 1.55;
    overflow-x: hidden;
  }
  .txpt *, .txpt *::before, .txpt *::after { box-sizing: border-box; }
  .txpt img { max-width: 100%; display: block; }
  .txpt a { color: inherit; text-decoration: none; }
  .txpt h1, .txpt h2, .txpt h3 {
    font-family: Judson, Georgia, serif;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.015em;
    margin: 0 0 0.55rem;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }
  .txpt h1::before, .txpt h1::after,
  .txpt h2::before, .txpt h2::after,
  .txpt h3::before, .txpt h3::after { content: none !important; display: none !important; }
  .txpt p { margin: 0 0 0.85rem; }
  .txpt .wrap {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-inline: 10%;
    box-sizing: border-box;
  }
  .txpt .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
    min-height: 3rem; padding: 0.75rem 1.4rem; border-radius: 999px;
    font-size: 0.92rem; font-weight: 700; border: 1px solid transparent;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  }
  .txpt .btn:hover { transform: translateY(-1px); }
  .txpt .btn-primary { background: var(--blue); color: #fff; }
  .txpt .btn-primary:hover { background: var(--blue-deep); }
  .txpt .btn-ghost {
    background: rgba(255,255,255,0.12); color: #fff;
    border-color: rgba(255,255,255,0.4); backdrop-filter: blur(8px);
  }
  .txpt .btn-dark { background: var(--ink); color: #fff; }
  .txpt .btn-outline {
    background: #fff; color: var(--ink); border-color: rgba(7,27,36,0.16);
  }
  .txpt .eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--blue); margin-bottom: 0.75rem;
  }
  .txpt .eyebrow::before {
    content: ""; width: 1.25rem; height: 1px; background: currentColor; opacity: .7;
  }

  /* HEADER — transparent over hero; floating pill when scrolled */
  .txpt .txpt-header {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    bottom: auto !important;
    z-index: 1000;
    height: auto;
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    background: transparent !important;
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    pointer-events: none;
    transition: padding .28s ease;
  }
  .txpt .txpt-header > * { pointer-events: auto; }
  .txpt .txpt-header.is-scrolled {
    padding: 0.7rem 10% 0;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .txpt-header__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.85rem 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
    border-radius: 0;
    background: transparent;
    transition: background-color .28s ease, box-shadow .28s ease, border-radius .28s ease, padding .28s ease;
  }
  .txpt .txpt-header.is-scrolled .txpt-header__inner {
    max-width: none;
    width: 100%;
    padding: 0.28rem 0.45rem 0.28rem 0.9rem;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(7, 27, 36, 0.14);
  }
  .txpt-logo { flex: 0 0 auto; line-height: 0; }
  .txpt-logo img {
    height: 84px;
    width: auto;
    display: block;
    transition: height .28s ease;
  }
  .txpt .txpt-header.is-scrolled .txpt-logo img { height: 68px; }
  .txpt-nav {
    display: flex; align-items: center; justify-content: center;
    flex: 1 1 auto; min-width: 0;
    gap: 1.05rem;
    font-size: 0.84rem; font-weight: 600; color: rgba(255,255,255,0.94);
    white-space: nowrap;
  }
  .txpt-nav a {
    white-space: nowrap;
    line-height: 1;
    padding: 0.25rem 0;
    color: inherit;
    transition: color .2s ease;
  }
  .txpt-nav a:hover { color: #fff; }
  .txpt .txpt-header.is-scrolled .txpt-nav { color: #1c2430; }
  .txpt .txpt-header.is-scrolled .txpt-nav a:hover { color: var(--blue); }
  .txpt-header__actions {
    display: flex; align-items: center; justify-content: flex-end;
    flex: 0 0 auto; gap: 0.55rem; white-space: nowrap;
  }
  .txpt-header__actions .btn {
    white-space: nowrap;
    min-height: 2.4rem;
    padding: 0.5rem 1.15rem;
    font-size: 0.84rem;
    line-height: 1;
    transition: min-height .28s ease, padding .28s ease;
  }
  .txpt .txpt-header.is-scrolled .txpt-header__actions .btn {
    min-height: 2.15rem;
    padding: 0.4rem 1rem;
  }
  .txpt-header__actions .btn-primary {
    gap: 0.4rem;
  }
  .txpt-nav-toggle { display: none; }
  .txpt-burger {
    display: none;
    width: 42px; height: 42px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08); color: #fff;
    align-items: center; justify-content: center; cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
  }
  .txpt .txpt-header.is-scrolled .txpt-burger {
    border-color: rgba(7, 27, 36, 0.12);
    background: rgba(7, 27, 36, 0.05);
    color: #1c2430;
  }
  .txpt-burger span {
    display: block; width: 16px; height: 1.5px; background: currentColor; position: relative;
  }
  .txpt-burger span::before,
  .txpt-burger span::after {
    content: ""; position: absolute; left: 0; width: 16px; height: 1.5px; background: currentColor;
  }
  .txpt-burger span::before { top: -5px; }
  .txpt-burger span::after { top: 5px; }
  .txpt-mobile-panel {
    display: none; position: fixed; inset: calc(var(--header-h) + 0.35rem) 4% auto 4%; z-index: 99;
    background: #f4f5f7; padding: 0.85rem 1.1rem 1.1rem;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(7,27,36,0.18);
  }
  .txpt-mobile-panel a {
    display: block; color: #1c2430; font-weight: 600; padding: 0.75rem 0.4rem;
    border-bottom: 1px solid rgba(7,27,36,0.08);
  }
  .txpt-mobile-panel a:last-child { border-bottom: 0; }
  .txpt-nav-toggle:checked ~ .txpt-mobile-panel { display: block; }

  /* HERO — centered stack + glass inquiry bar */
  .txpt-hero {
    position: relative;
    min-height: min(100svh, 920px);
    display: flex; flex-direction: column;
    justify-content: center;
    color: #fff;
    background: var(--deep);
    padding: calc(var(--header-h) + 1.5rem) 0 0;
  }
  .txpt-hero__media { position: absolute; inset: 0; }
  .txpt-hero__media video,
  .txpt-hero__media img {
    width: 100%; height: 100%; object-fit: cover; object-position: center center;
  }
  .txpt-hero__media::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(ellipse 80% 55% at 50% 42%, rgba(4,16,24,0.05), rgba(4,16,24,0.28) 70%),
      linear-gradient(180deg, rgba(4,16,24,0.2) 0%, rgba(4,16,24,0.06) 28%, rgba(4,16,24,0.22) 62%, rgba(4,16,24,0.48) 100%);
  }
  .txpt-hero__fallback { display: none; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .txpt-hero__stage {
    position: relative; z-index: 1;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
    padding: 1.25rem 10% 2rem;
  }
  .txpt-hero__content {
    width: 100%;
    max-width: none;
    text-shadow: 0 2px 28px rgba(0,0,0,0.35);
  }
  .txpt-hero .eyebrow {
    justify-content: center; color: rgba(255,255,255,0.78); margin-bottom: 0.9rem;
  }
  .txpt-hero h1 {
    font-size: clamp(2.7rem, 5.5vw, 4.6rem);
    color: #fff; max-width: none; margin: 0 auto 0.85rem; line-height: 1.08;
  }
  .txpt-hero h1 .dot { color: var(--blue); }
  .txpt-hero__accent {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 400;
  }
  .txpt-hero .subhead {
    font-family: Inter, sans-serif; font-weight: 600;
    font-size: clamp(0.98rem, 1.8vw, 1.12rem); color: #d7eefc; margin: 0 auto 0.75rem;
    max-width: none;
    width: 100%;
    line-height: 1.45;
  }
  .txpt-hero__copy,
  .txpt .txpt-hero p.txpt-hero__copy {
    font-size: 1.02rem;
    color: rgba(255,255,255,0.88);
    max-width: none;
    width: 100%;
    margin: 0 auto 1.2rem;
    line-height: 1.65;
  }
  .txpt-hero__actions {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 0.85rem;
    margin-bottom: 1.2rem;
  }
  .txpt-hero__actions br { display: none; }
  .txpt-hero .btn-ghost {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.45);
    color: #fff;
    cursor: pointer;
  }
  .txpt-hero .btn-ghost .play {
    width: 28px; height: 28px; border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,0.7);
    display: inline-grid; place-items: center;
  }
  .txpt-hero .btn-ghost .play::before {
    content: "";
    width: 0; height: 0;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 2px;
  }
  .txpt-hero__note {
    margin: 1.15rem auto 0;
    max-width: none;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
  }
  .txpt p.txpt-hero__note {
    margin: 1.25rem auto 0;
    line-height: 1.8;
  }
  .txpt-hero__note a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* Glass inquiry bar — 60% of the viewport on desktop */
  .txpt-glass {
    width: 60vw;
    max-width: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.25fr 1.25fr 1fr auto;
    gap: 0.35rem 0.5rem;
    align-items: end;
    padding: 0.65rem 1.15rem;
    border-radius: 14px;
    background: rgba(18, 28, 34, 0.52);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.24);
    text-align: left;
  }
  .txpt-glass .field { padding: 0.1rem 0.55rem; min-width: 0; }
  .txpt-glass .field br { display: none !important; }
  .txpt-glass label {
    display: block; font-size: 0.62rem; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: rgba(255,255,255,0.58); margin-bottom: 0.2rem;
    line-height: 1.2;
  }
  .txpt-glass input,
  .txpt-glass select {
    width: 100%; min-height: 1.7rem; border: 0; background: transparent;
    color: #fff; font: inherit; font-size: 0.92rem; font-weight: 500; padding: 0;
    outline: none;
    line-height: 1.25;
  }
  .txpt-glass input::placeholder { color: rgba(255,255,255,0.45); }
  .txpt-glass select option { color: var(--ink); }
  .txpt-glass .btn {
    min-height: 2.45rem;
    white-space: nowrap;
    padding-inline: 1.25rem;
    font-size: 0.88rem;
  }

  /* Concise trust line inside hero */
  .txpt-hero__trust {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap: 0.35rem 0;
    width: 100%;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.14);
  }
  .txpt-hero__trust p {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.88);
    padding: 0.2rem 0.95rem;
  }
  .txpt-hero__trust p + p {
    border-left: 1px solid rgba(255,255,255,0.22);
  }

  /* SECTIONS */
  .txpt-section { padding: 4.75rem 0; }
  .txpt-section--cream { background: var(--cream); }
  .txpt-section--dark { background: var(--navy); color: #f3f8fa; }
  .txpt-section--dark .eyebrow { color: #7ec8f5; }
  .txpt-section--dark .intro { color: rgba(243,248,250,0.78); }
  .txpt-section h2 { font-size: clamp(2rem, 4.2vw, 3.25rem); max-width: 16ch; color: inherit; }
  .txpt-section .intro { max-width: 56ch; color: var(--ink-soft); margin-bottom: 1.75rem; }
  .txpt-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.35rem; }

  /* PACKAGES — tabbed series */
  #packages.txpt-section {
    background: var(--cream);
    color: var(--ink);
  }
  #packages > .wrap > .eyebrow { margin-bottom: 0.65rem; }
  .txpt-packages-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.25rem 3rem;
    align-items: start;
    margin-bottom: 2rem;
  }
  .txpt-packages-head h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(2.05rem, 3.8vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #282828;
  }
  .txpt-packages-head .intro {
    margin: 0;
    max-width: 38ch;
    margin-left: auto;
    padding-top: 0.15rem;
    color: #64656A;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .txpt-pkg-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.75rem;
    border-bottom: 1px solid rgba(7, 27, 36, 0.1);
    margin-bottom: 1.75rem;
  }
  .txpt-pkg-tabs button {
    appearance: none;
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    padding: 0.85rem 0.1rem 0.95rem;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5c6b73;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
  }
  .txpt-pkg-tabs button:hover { color: var(--ink); }
  .txpt-pkg-tabs button.is-active {
    color: var(--blue);
    border-bottom-color: var(--blue);
  }
  .txpt-pkg-panels { position: relative; }
  .txpt-pkg-panel {
    display: none;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.75rem 2.5rem;
    align-items: stretch;
  }
  .txpt-pkg-panel.is-active { display: grid; }
  .txpt-pkg-panel__media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 420px;
    background: #0a1a24;
    box-shadow: 0 18px 40px rgba(7, 27, 36, 0.1);
  }
  .txpt-pkg-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
  }
  .txpt-pkg-panel__badge {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 1rem;
    min-width: 4.75rem;
    padding: 0.7rem 0.75rem;
    background: var(--blue);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    border-radius: 4px;
  }
  .txpt-pkg-panel__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
    min-width: 0;
  }
  .txpt-pkg-panel__copy h3 {
    margin: 0;
    font-family: Judson, Georgia, serif;
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #282828;
    text-transform: uppercase;
  }
  .txpt-pkg-panel__price {
    margin: 0;
    font-family: Judson, Georgia, serif;
    font-size: 1.55rem;
    color: var(--blue);
  }
  .txpt-pkg-panel__copy p {
    margin: 0;
    color: #64656A;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 48ch;
  }
  .txpt-pkg-panel__includes {
    margin: 0.15rem 0 0;
    padding: 0.85rem 0 0;
    border-top: 1px solid rgba(7, 27, 36, 0.1);
    color: #5c6b73;
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 48ch;
  }
  .txpt-pkg-panel__includes strong { color: var(--ink); font-weight: 700; }
  .txpt-pkg-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.55rem;
  }

  /* WHAT WE BUILD — Vercel-style expanding gallery */
  .txpt-build-head {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.25rem 3rem;
    align-items: start;
    margin-bottom: 2rem;
  }
  .txpt-build-head .eyebrow { margin-bottom: 0.65rem; }
  #what-we-build > .wrap > .eyebrow {
    margin-bottom: 0.65rem;
  }
  .txpt-build-head h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(2.35rem, 4.8vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #282828;
  }
  .txpt-build-head .intro {
    margin: 0;
    max-width: 38ch;
    margin-left: auto;
    padding-top: 0.15rem;
    color: #64656A;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .txpt-showcase {
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 460px;
  }
  @media (min-width: 1200px) {
    .txpt-showcase { height: 490px; gap: 1.15rem; }
  }
  .txpt-showcase__card {
    position: relative;
    min-width: 0;
    flex: 0.85 1 auto;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #E6E5E0;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 16px 50px rgba(0,0,0,0.07);
    transition: flex-grow .55s cubic-bezier(.22,.61,.36,1);
  }
  .txpt-showcase__card.is-active { flex-grow: 1.85; }
  .txpt-showcase__media { position: absolute; inset: 0; overflow: hidden; }
  .txpt-showcase__media img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .7s ease, transform .9s ease;
  }
  .txpt-showcase__media img.is-active {
    opacity: 1;
    transform: none;
  }
  .txpt-showcase__shade {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(to top, rgba(6,21,28,0.9) 0%, rgba(7,24,32,0.1) 52%, transparent 100%);
  }
  .txpt-showcase__dim {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: rgba(0,0,0,0.08);
    opacity: 1;
    transition: opacity .4s ease;
  }
  .txpt-showcase__card.is-active .txpt-showcase__dim { opacity: 0; }
  .txpt-showcase__ring {
    position: absolute; inset: 0; z-index: 2; pointer-events: none;
    border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
  }
  .txpt-showcase__meta {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 1rem; padding: 1.2rem 1.25rem;
  }
  .txpt-showcase__loc {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 0.68rem; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: rgba(255,255,255,0.7);
  }
  .txpt-showcase__meta h3 {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: #fff;
    font-size: 1.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: font-size .4s ease;
  }
  .txpt-showcase__card.is-active .txpt-showcase__meta h3 { font-size: 1.3rem; }
  .txpt-showcase__meta .min-w-0 { min-width: 0; flex: 1 1 auto; }
  .txpt-showcase__desc {
    margin: 0.55rem 0 0;
    max-width: 34ch;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255,255,255,0.86);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .4s ease, max-height .4s ease, margin .35s ease;
  }
  .txpt-showcase__card.is-active .txpt-showcase__desc {
    opacity: 1;
    max-height: 6rem;
    transform: translateY(0);
  }
  .txpt-showcase__cta {
    flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    height: 42px; width: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.09);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    text-decoration: none;
    transition: width .4s cubic-bezier(.22,.61,.36,1), background .3s ease, border-color .3s ease, color .3s ease;
  }
  .txpt-showcase__cta-inner {
    display: flex; align-items: center; justify-content: center; gap: 0.55rem;
    padding: 0 0.85rem;
  }
  .txpt-showcase__cta-label {
    overflow: hidden; white-space: nowrap;
    font-size: 0.625rem; font-weight: 600;
    opacity: 0; width: 0;
    transition: opacity .3s ease, width .35s ease;
  }
  .txpt-showcase__cta svg {
    flex: 0 0 auto; width: 15px; height: 15px;
  }
  .txpt-showcase__card.is-active .txpt-showcase__cta { width: 125px; }
  .txpt-showcase__card.is-active .txpt-showcase__cta-label {
    opacity: 1; width: auto;
  }
  .txpt-showcase__cta:hover {
    border-color: #fff;
    background: #fff;
    color: #151515;
  }

  /* PROJECTS — location selector showcase */
  #projects.txpt-section { background: #faf9f6; }
  .txpt-projects-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.25rem 3rem;
    align-items: start;
    margin-bottom: 2.25rem;
  }
  #projects > .wrap > .eyebrow { margin-bottom: 0.65rem; }
  .txpt-projects-head h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #282828;
  }
  .txpt-projects-head .intro {
    margin: 0;
    max-width: 36ch;
    margin-left: auto;
    padding-top: 0.15rem;
    color: #64656A;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .txpt-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.75rem 2.5rem;
    align-items: start;
  }
  .txpt-gallery__stage-col { min-width: 0; }
  .txpt-gallery__stage {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 360px;
    border-radius: 24px;
    overflow: hidden;
    background: #0a1c24;
    box-shadow: 0 18px 45px rgba(7, 27, 36, 0.1);
  }
  .txpt-gallery__slide {
    position: absolute; inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity .55s ease, transform .7s ease;
    z-index: 0;
  }
  .txpt-gallery__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
  }
  .txpt-gallery__badge {
    position: absolute; left: 1.1rem; bottom: 1.1rem; z-index: 3;
    display: inline-flex; align-items: center;
    min-height: 2rem; padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(7, 27, 36, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
  }
  .txpt-gallery__arrows {
    position: absolute; right: 1.1rem; bottom: 1.1rem; z-index: 3;
    display: flex; gap: 0.45rem;
  }
  .txpt-gallery__arrows button {
    width: 42px; height: 42px; border-radius: 999px; border: 0;
    background: rgba(255,255,255,0.92); color: #151515;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: transform .2s ease, background .2s ease;
  }
  .txpt-gallery__arrows button:hover { transform: scale(1.05); background: #fff; }
  .txpt-gallery__arrows svg { width: 16px; height: 16px; }
  .txpt-gallery__thumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.55rem;
    margin: 1.25rem 0 1.35rem;
    width: 100%;
  }
  .txpt-gallery__thumb {
    appearance: none; border: 0; background: transparent;
    padding: 0 0 0.55rem; cursor: pointer; text-align: center;
    font: inherit; color: inherit;
    flex: 1 1 0;
    min-width: 0;
    position: relative;
  }
  .txpt-gallery__thumb-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    min-height: 56px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #d9d7d1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .25s ease;
  }
  .txpt-gallery__thumb:hover .txpt-gallery__thumb-media { transform: translateY(-2px) scale(1.03); }
  .txpt-gallery__thumb-label {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.75rem; font-weight: 600;
    color: var(--ink-soft);
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .txpt-gallery__thumb.is-active .txpt-gallery__thumb-label { color: var(--ink); }
  .txpt-gallery__thumb::after {
    content: "";
    position: absolute;
    left: 12%; right: 12%;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--blue);
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity .25s ease, transform .25s ease;
  }
  .txpt-gallery__thumb.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .txpt-gallery__info {
    padding-top: 0.35rem;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .txpt-gallery__info .btn { align-self: flex-start; margin-top: 0; }
  .txpt-gallery__eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--blue);
  }
  .txpt-gallery__info h3 {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    color: #282828;
    letter-spacing: -0.03em;
  }
  .txpt-gallery__desc {
    margin: 0 0 1.35rem;
    color: #64656A;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.7;
    max-width: 38ch;
    min-height: 4.8em;
  }
  .txpt-gallery__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 0;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(7,27,36,0.08);
  }
  .txpt-gallery__points strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.2rem;
  }
  .txpt-gallery__points span {
    display: block;
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.4;
  }

  /* PROCESS — timeline with hover reveal */
  #process.txpt-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #041018;
    color: #f3f8fa;
  }
  #process.txpt-section::before {
    content: "";
    position: absolute; inset: 0; z-index: 0;
    background:
      url("https://txpaversandturf.com/wp-content/uploads/2026/04/pool5.jpeg") center / cover no-repeat;
    opacity: 0.48;
    transform: scale(1.04);
  }
  #process.txpt-section::after {
    content: "";
    position: absolute; inset: 0; z-index: 0;
    background:
      linear-gradient(180deg, rgba(4,16,24,0.55) 0%, rgba(4,16,24,0.62) 45%, rgba(4,16,24,0.78) 100%),
      radial-gradient(ellipse 70% 55% at 50% 20%, rgba(21,147,230,0.1), transparent 70%);
  }
  #process .wrap { position: relative; z-index: 1; }
  #process .eyebrow { color: #7ec8f5; }
  #process h2 {
    max-width: 28ch;
    white-space: normal;
  }
  #process .intro { color: rgba(243,248,250,0.85); }
  .txpt-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2.5rem;
    position: relative;
  }
  .txpt-timeline::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 17px;
    height: 2px;
    background: linear-gradient(90deg, rgba(21,147,230,0.15), rgba(21,147,230,0.55), rgba(21,147,230,0.15));
    z-index: 0;
  }
  .txpt-timeline__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center !important;
    padding: 0 0.5rem 0.5rem;
    cursor: default;
  }
  .txpt-timeline__dot {
    width: 36px; height: 36px;
    flex: 0 0 auto;
    margin: 0 0 1rem;
    border-radius: 999px;
    border: 2px solid rgba(143, 208, 255, 0.55);
    background: rgba(4, 16, 24, 0.92);
    box-shadow: 0 0 0 6px rgba(4, 16, 24, 0.55);
    display: flex; align-items: center; justify-content: center;
    transition: transform .35s cubic-bezier(.22,.61,.36,1), border-color .3s ease, background .3s ease, box-shadow .35s ease;
  }
  .txpt-timeline__dot span {
    width: 10px; height: 10px; border-radius: 999px;
    background: rgba(143, 208, 255, 0.55);
    transition: transform .35s ease, background .3s ease;
  }
  .txpt-timeline__num {
    display: block;
    width: 100%;
    font-family: Judson, Georgia, serif;
    font-size: 1.35rem;
    color: #8fd0ff;
    margin: 0 0 0.35rem;
    text-align: center !important;
    transition: color .3s ease, transform .35s ease;
  }
  .txpt-timeline__title {
    display: block;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.55rem;
    text-align: center !important;
    transition: transform .35s ease;
  }
  .txpt-timeline__detail {
    display: block;
    width: 100%;
    max-width: 16.5rem;
    margin: 0 auto;
    padding: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(243,248,250,0.86);
    text-align: center !important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(14px);
    transition: opacity .4s ease, transform .45s cubic-bezier(.22,.61,.36,1), max-height .45s ease;
  }
  .txpt-timeline__step:hover .txpt-timeline__dot,
  .txpt-timeline__step.is-active .txpt-timeline__dot {
    transform: scale(1.12);
    border-color: #1593E6;
    background: rgba(21, 147, 230, 0.2);
    box-shadow: 0 0 0 8px rgba(21, 147, 230, 0.12), 0 10px 28px rgba(0,0,0,0.25);
  }
  .txpt-timeline__step:hover .txpt-timeline__dot span,
  .txpt-timeline__step.is-active .txpt-timeline__dot span {
    background: #1593E6;
    transform: scale(1.15);
  }
  .txpt-timeline__step:hover .txpt-timeline__num,
  .txpt-timeline__step.is-active .txpt-timeline__num {
    color: #fff;
    transform: translateY(-2px);
  }
  .txpt-timeline__step:hover .txpt-timeline__title,
  .txpt-timeline__step.is-active .txpt-timeline__title {
    transform: translateY(-2px);
  }
  .txpt-timeline__step:hover .txpt-timeline__detail,
  .txpt-timeline__step.is-active .txpt-timeline__detail {
    opacity: 1;
    max-height: 8rem;
    transform: translateY(0);
  }

  /* REVIEWS — white + Reputation Hub widget + value cards */
  #reviews.txpt-section {
    background: #fff;
    color: var(--ink);
  }
  #reviews .eyebrow { color: var(--blue); margin-bottom: 0.65rem; }
  .txpt-reviews-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.25rem 3rem;
    align-items: start;
    margin-bottom: 1.75rem;
  }
  .txpt-reviews-head h2 {
    max-width: none;
    margin: 0;
    color: var(--ink);
    white-space: normal;
    line-height: 1.12;
  }
  .txpt-reviews-head .intro {
    margin: 0;
    max-width: 36ch;
    margin-left: auto;
    padding-top: 0.15rem;
    color: var(--ink-soft);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .txpt-reviews-widget {
    width: 100%;
  }
  .txpt-reviews-widget iframe.lc_reviews_widget {
    display: block;
    min-width: 100%;
    width: 100%;
    border: 0;
  }
  .txpt-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    margin-top: 1.75rem;
  }
  .txpt-point {
    background: #062a4a;
    border: 1px solid rgba(143, 208, 255, 0.28);
    border-radius: 18px;
    padding: 1.15rem 1rem;
    text-align: center;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  }
  .txpt-point:hover {
    transform: translateY(-2px);
    border-color: rgba(143, 208, 255, 0.5);
    box-shadow: 0 10px 28px rgba(6, 42, 74, 0.18);
  }
  .txpt-point strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #fff;
  }
  .txpt-point span {
    color: rgba(243, 248, 250, 0.78);
    font-size: 0.9rem;
  }

  /* FAQ + before/after */
  #faq.txpt-section {
    background: #F6F5F1;
  }
  .txpt-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas:
      "head media"
      "copy media";
    column-gap: 2rem;
    row-gap: 0.75rem;
    align-items: stretch;
  }
  .txpt-faq-head {
    grid-area: head;
    margin: 0;
    align-self: start;
  }
  .txpt-faq-head h2 { margin: 0; }
  .txpt-faq-layout__copy {
    grid-area: copy;
    min-width: 0;
    align-self: start;
  }
  .txpt-faq-layout__media {
    grid-area: media;
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .txpt-faq { display: grid; gap: 0.65rem; max-width: none; }
  .txpt-faq details {
    background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.15rem;
  }
  .txpt-faq summary {
    cursor: pointer; font-weight: 700; list-style: none; position: relative; padding-right: 1.5rem;
  }
  .txpt-faq summary::-webkit-details-marker { display: none; }
  .txpt-faq summary::after {
    content: "+"; position: absolute; right: 0; top: 0; color: var(--blue); font-size: 1.25rem;
  }
  .txpt-faq details[open] summary::after { content: "–"; }
  .txpt-faq details p { margin: 0.7rem 0 0; color: var(--ink-soft); font-size: 0.95rem; }

  .txpt-ba {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 22px;
    overflow: hidden;
    background: #0a1a24;
    user-select: none;
    touch-action: none;
    box-shadow: 0 18px 40px rgba(7, 27, 36, 0.12);
  }
  .txpt-ba__toggle {
    position: absolute;
    z-index: 5;
    top: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(7,27,36,0.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }
  .txpt-ba__toggle br { display: none; }
  .txpt-ba__toggle button {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
  }
  .txpt-ba__toggle button.is-active {
    background: #071B24;
    color: #fff;
  }
  .txpt-ba__stage {
    position: absolute;
    inset: 0;
  }
  .txpt-ba__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
  }
  .txpt-ba__img--after { z-index: 1; }
  .txpt-ba__img--before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
  }
  .txpt-ba__handle {
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    z-index: 4;
    width: 44px;
    margin-left: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
  }
  .txpt-ba__handle::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
  }
  .txpt-ba__knob {
    position: relative;
    width: 42px; height: 42px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(7,27,36,0.1);
    box-shadow: 0 8px 22px rgba(0,0,0,0.22);
    display: flex; align-items: center; justify-content: center;
    gap: 0.15rem;
    color: #5c6b73;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
  }
  .txpt-ba__label {
    position: absolute;
    z-index: 3;
    bottom: 0.85rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(7, 27, 36, 0.62);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
  }
  .txpt-ba__label--before { left: 0.85rem; }
  .txpt-ba__label--after { right: 0.85rem; }

  /* CTA — pool photo + footer-color fade */
  #quote.txpt-cta-band {
    position: relative;
    background: #041018;
    color: #f3f8fa;
    overflow: hidden;
    isolation: isolate;
  }
  .txpt-cta-band__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .txpt-cta-band__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
  }
  .txpt-cta-band__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(4, 16, 24, 0.28) 0%,
        rgba(4, 16, 24, 0.48) 38%,
        rgba(4, 16, 24, 0.78) 72%,
        #041018 100%
      ),
      linear-gradient(
        90deg,
        rgba(4, 16, 24, 0.22) 0%,
        rgba(4, 16, 24, 0.08) 55%,
        rgba(4, 16, 24, 0.18) 100%
      );
  }
  #quote.txpt-cta-band > .wrap {
    position: relative;
    z-index: 2;
  }
  #quote .eyebrow { color: #8fd0ff; }
  #quote .intro { color: rgba(243, 248, 250, 0.86); max-width: 42ch; }
  #quote h2 {
    font-family: Judson, Georgia, serif;
    font-weight: 400;
    color: #fff;
    max-width: 14ch;
    font-size: clamp(2.35rem, 4.6vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }
  .txpt-cta__accent {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }
  .txpt-cta {
    display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: stretch;
  }
  .txpt-cta__copy { align-self: center; }
  .txpt-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .txpt-cta__actions .btn {
    min-height: 3rem;
    min-width: 13.5rem;
    padding: 0.75rem 1.35rem;
    justify-content: center;
    box-sizing: border-box;
  }
  .txpt .btn-cta-light {
    background: #fff;
    color: #041018;
    border-color: #fff;
    letter-spacing: 0.04em;
  }
  .txpt .btn-cta-light:hover {
    background: #f3f8fa;
    color: #041018;
  }
  .txpt .btn-cta-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
  }
  .txpt .btn-cta-ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: #fff;
  }
  .txpt-cta__form {
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
    border-radius: 24px; padding: 1.4rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .txpt-cta__form label {
    display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em;
    text-transform: uppercase; margin-bottom: 0.35rem; color: rgba(243,248,250,0.68);
  }
  .txpt-cta__form .field { margin-bottom: 0.8rem; }
  .txpt-cta__form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .txpt-cta__form input,
  .txpt-cta__form select {
    width: 100%; min-height: 2.85rem; border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.96);
    color: var(--ink); padding: 0.65rem 0.85rem; font: inherit;
  }

  /* FOOTER */
  .txpt-footer {
    background: #041018;
    color: rgba(255,255,255,0.78);
    padding: 3.5rem 0 0;
  }
  .txpt-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
    gap: 1.75rem 2.25rem;
    align-items: start;
    padding-bottom: 2rem;
  }
  .txpt-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: 34ch;
  }
  .txpt-footer__logo {
    display: block;
    height: 48px;
    width: 150px;
    max-width: 150px;
    overflow: hidden;
    flex: 0 0 auto;
    margin: 0;
    line-height: 0;
    position: relative;
    z-index: 1;
  }
  .txpt-footer__logo img,
  .txpt-footer__logo picture,
  .txpt-footer__logo .brand-logo,
  .txpt-footer__brand .brand-logo {
    display: block !important;
    height: 48px !important;
    width: auto !important;
    max-width: 150px !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    inset: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  .txpt-footer__blurb {
    margin: 0;
    max-width: 34ch;
    color: rgba(255,255,255,0.72);
    line-height: 1.55;
    position: static !important;
    clear: both;
  }
  .txpt-footer h4 {
    font-family: Inter, sans-serif; font-size: 0.78rem; font-weight: 800;
    letter-spacing: 0.1em; text-transform: uppercase; color: #fff; margin: 0 0 0.55rem;
  }
  .txpt-footer a { color: rgba(255,255,255,0.72); }
  .txpt-footer a:hover { color: #fff; }
  .txpt-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .txpt-footer__links a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.3;
  }
  .txpt-footer__contact {
    display: grid;
    gap: 0.85rem;
  }
  .txpt-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .txpt-footer__contact-item svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    color: rgba(243, 248, 250, 0.85);
    stroke: currentColor;
  }
  .txpt-footer__contact-item a {
    display: inline;
    color: rgba(255,255,255,0.86);
    font-weight: 600;
    line-height: 1.45;
  }
  .txpt-footer__contact-item span,
  .txpt-footer__contact-item a.txpt-footer__address {
    font-weight: 500;
    color: rgba(255,255,255,0.78);
  }
  .txpt-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.15rem;
  }
  .txpt-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.04);
    color: rgba(243, 248, 250, 0.88);
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  }
  .txpt-footer__social a:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
    transform: translateY(-1px);
  }
  .txpt-footer__social svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
  }
  .txpt-footer__legal {
    background: #041018;
    color: rgba(255,255,255,0.72);
    padding: 1.15rem 0;
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .txpt-footer__legal-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    flex-wrap: wrap;
    font-size: 0.84rem;
  }
  .txpt-footer__copy {
    margin: 0;
    color: rgba(255,255,255,0.7);
  }
  .txpt-footer__legal-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    margin-left: auto;
  }
  .txpt-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
  }
  .txpt-footer__legal-links a {
    display: inline;
    padding: 0;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
  }
  .txpt-footer__legal-links a:hover { color: #fff; }
  .txpt-footer__c4c {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }
  .txpt-footer__c4c img {
    height: 28px;
    width: auto;
    display: block;
  }

  @media (max-width: 1100px) {
    .txpt-nav { gap: 0.7rem; font-size: 0.78rem; }
  }
  @media (max-width: 980px) {
    .txpt-header__inner { justify-content: space-between; padding: 0.75rem 5%; }
    .txpt .txpt-header.is-scrolled { padding: 0.55rem 5% 0; }
    .txpt .txpt-header.is-scrolled .txpt-header__inner {
      max-width: none;
      width: 100%;
      padding: 0.28rem 0.4rem 0.28rem 0.75rem;
    }
    .txpt-nav, .txpt-header__actions .btn-primary { display: none; }
    .txpt-burger { display: inline-flex; }
    .txpt-hero { min-height: min(94svh, 880px); }
    .txpt-glass { grid-template-columns: 1fr 1fr; width: 100%; }
    .txpt-glass .btn { grid-column: 1 / -1; width: 100%; }
    .txpt-packages-head { grid-template-columns: 1fr; gap: 0.85rem; }
    .txpt-packages-head .intro { margin-left: 0; max-width: none; }
    .txpt-pkg-tabs {
      gap: 0.25rem 1.1rem;
      overflow-x: auto;
      flex-wrap: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .txpt-pkg-tabs::-webkit-scrollbar { display: none; }
    .txpt-pkg-tabs button { white-space: nowrap; font-size: 0.72rem; }
    .txpt-pkg-panel {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .txpt-pkg-panel.is-active { display: grid; }
    .txpt-pkg-panel__media { min-height: 280px; aspect-ratio: 16 / 11; }
    .txpt-pkg-panel__copy h3 { text-transform: none; font-size: clamp(1.7rem, 7vw, 2.1rem); }
    .txpt-build-head { grid-template-columns: 1fr; gap: 0.85rem; }
    .txpt-build-head .intro { margin-left: 0; max-width: none; }
    .txpt-showcase {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: auto;
      gap: 0.85rem;
    }
    .txpt-showcase__card {
      flex: none !important;
      min-height: 340px;
      height: 340px;
    }
    .txpt-showcase__card.is-active .txpt-showcase__meta h3 { font-size: 1.15rem; }
    .txpt-timeline { grid-template-columns: 1fr; gap: 0; margin-top: 1.75rem; }
    .txpt-timeline::before {
      left: 17px; right: auto; top: 18px; bottom: 18px;
      width: 2px; height: auto;
      background: linear-gradient(180deg, rgba(21,147,230,0.15), rgba(21,147,230,0.55), rgba(21,147,230,0.15));
    }
    .txpt-timeline__step {
      display: grid;
      grid-template-columns: 36px 1fr;
      grid-template-rows: auto auto auto;
      column-gap: 1rem;
      align-items: start;
      justify-items: start;
      text-align: left !important;
      padding: 0.85rem 0;
    }
    .txpt-timeline__dot { grid-row: 1 / span 3; margin: 0; align-self: start; }
    .txpt-timeline__num,
    .txpt-timeline__title,
    .txpt-timeline__detail {
      width: auto;
      max-width: none;
      text-align: left !important;
    }
    .txpt-timeline__detail {
      opacity: 1;
      max-height: none;
      transform: none;
      margin: 0;
    }
    .txpt-points { grid-template-columns: 1fr 1fr; }
    .txpt-faq-layout {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }
    .txpt-faq-head { order: 0; }
    .txpt-faq-layout__media {
      order: 1;
      height: auto;
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
    }
    .txpt-faq-layout__copy { order: 2; }
    .txpt-ba {
      aspect-ratio: 4 / 3;
      height: auto;
      flex: none;
      border-radius: 18px;
    }
    .txpt-projects-head { grid-template-columns: 1fr; gap: 0.85rem; }
    .txpt-projects-head .intro { margin-left: 0; max-width: none; }
    .txpt-reviews-head { grid-template-columns: 1fr; gap: 0.85rem; }
    .txpt-reviews-head .intro { margin-left: 0; max-width: none; }
    .txpt-gallery { grid-template-columns: 1fr; gap: 1.5rem; }
    .txpt-gallery__stage { min-height: 300px; aspect-ratio: 16 / 10; }
    .txpt-gallery__thumbs { flex-wrap: nowrap; gap: 0.55rem; }
    .txpt-cta, .txpt-footer__grid { grid-template-columns: 1fr 1fr; }
    .txpt-footer__legal-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.85rem;
    }
    .txpt-footer__legal-right {
      margin-left: 0;
      flex-direction: column;
      align-items: center;
      gap: 0.85rem;
    }
    .txpt-footer__legal-links {
      justify-content: center;
    }
  }
  @media (max-width: 640px) {
    .txpt { --header-h: 100px; }
    .txpt-header__inner { padding: 0.65rem 5%; }
    .txpt .txpt-header.is-scrolled { padding: 0.45rem 5% 0; }
    .txpt-logo img { height: 76px; }
    .txpt .txpt-header.is-scrolled .txpt-logo img { height: 64px; }
    .txpt-hero { min-height: min(100svh, 820px); justify-content: flex-end; padding-bottom: 0; }
    .txpt-hero__media video, .txpt-hero__media img { object-position: 55% center; }
    .txpt-hero__media::after {
      background:
        radial-gradient(ellipse 100% 70% at 50% 35%, rgba(4,16,24,0.08), rgba(4,16,24,0.35) 75%),
        linear-gradient(180deg, rgba(4,16,24,0.24) 0%, rgba(4,16,24,0.12) 30%, rgba(4,16,24,0.55) 100%);
    }
    .txpt-hero__stage { padding: 0.75rem 10% 1.35rem; }
    .txpt-hero h1 { font-size: clamp(2.2rem, 9vw, 2.85rem); }
    .txpt-hero__trust p { padding: 0.25rem 0; width: 100%; }
    .txpt-hero__trust p + p { border-left: 0; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 0.45rem; margin-top: 0.2rem; }
    .txpt-hero__actions { flex-direction: column; align-items: stretch; width: 100%; }
    .txpt-hero__actions .btn { width: 100%; }
    .txpt-glass { grid-template-columns: 1fr; width: 100%; border-radius: 14px; }
    .txpt-showcase,
    .txpt-timeline,
    .txpt-points,
    .txpt-gallery__points,
    .txpt-cta,
    .txpt-cta__form .row,
    .txpt-footer__grid { grid-template-columns: 1fr; }
    .txpt-showcase { display: grid; }
    .txpt-showcase__card { min-height: 300px; height: 300px; border-radius: 18px; }
    .txpt-showcase__card.is-active .txpt-showcase__cta { width: 125px; }
    .txpt-gallery__thumbs { flex-wrap: nowrap; gap: 0.4rem; }
    .txpt-gallery__thumb-label { font-size: 0.68rem; }
    .txpt-gallery__stage { min-height: 240px; }
    .txpt-gallery__desc { min-height: 0; }
    .txpt-section { padding: 3.4rem 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    .txpt-hero__media video { display: none; }
    .txpt-hero__fallback { display: block; }
  }

  /* Watch Video modal */
  .txpt-video-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-sizing: border-box;
  }
  .txpt-video-modal[hidden] { display: none !important; }
  .txpt-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 16, 24, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 0;
    cursor: pointer;
  }
  .txpt-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    background: #071b24;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(0,0,0,0.45);
    padding: 1rem 1rem 1.15rem;
    color: #fff;
  }
  .txpt-video-modal__title {
    margin: 0 2.5rem 0.75rem 0.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .txpt-video-modal__close {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
  }
  .txpt-video-modal__close:hover,
  .txpt-video-modal__close:focus-visible {
    background: rgba(255,255,255,0.2);
    outline: none;
  }
  .txpt-video-modal__frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #041018;
    aspect-ratio: 16 / 9;
  }
  .txpt-video-modal__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #041018;
  }
  .txpt-video-modal__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    background: rgba(7, 27, 36, 0.55);
    border: 2px solid rgba(255,255,255,0.85);
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
    cursor: pointer;
    padding: 0;
  }
  .txpt-video-modal__play::before {
    content: "";
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7rem 0 0.7rem 1.15rem;
    border-color: transparent transparent transparent #fff;
  }
  .txpt-video-modal.is-playing .txpt-video-modal__play { display: none; }
  body.txpt-video-open { overflow: hidden; }
