/*
 * Native Gutenberg continuation for the Turkiye Tourist Visa conversion
 * draft. The How-it-works section is composed entirely of core Group,
 * Heading, Paragraph, Button and Image blocks. These classes reproduce the
 * approved source layout without hiding content behind a custom block.
 */
@import url('./turkiye-tourist-hero-v11.css');

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 104px 0 !important;
  overflow: hidden;
  background: #fff;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-head {
  max-width: 620px;
  margin: 0 auto 64px !important;
  text-align: center;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-head .wp-block-heading {
  margin: 0 !important;
  color: var(--ttv-navy);
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.14;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-head > p {
  margin: 14px 0 0 !important;
  color: var(--ttv-ink);
  font-family: Lato, Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  align-items: center;
  column-gap: 48px;
  row-gap: 40px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card {
  max-width: 310px;
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card-1,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card-4 {
  justify-self: end;
  text-align: right;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card-2,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card-3 {
  justify-self: start;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .step-tag {
  display: block;
  margin: 0 0 7px !important;
  color: var(--ttv-red);
  font-family: Poppins, Arial, sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card .wp-block-heading {
  margin: 0 !important;
  color: var(--ttv-ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.3;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card > p:not(.step-tag) {
  margin: 8px 0 0 !important;
  color: var(--ttv-ink);
  font-family: Lato, Arial, sans-serif;
  font-size: .94rem;
  line-height: 1.6;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel::before {
  position: absolute;
  inset: 4%;
  box-sizing: border-box;
  border: 2px dashed rgba(30, 58, 138, .38);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-photo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58%;
  aspect-ratio: 1;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 7px #fff, 0 24px 50px rgba(22, 41, 95, .18);
  transform: translate(-50%, -50%);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-step {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 !important;
  place-items: center;
  border-radius: 50%;
  background: var(--ttv-red);
  box-shadow: 0 0 0 5px #fff, 0 10px 22px rgba(198, 40, 40, .3);
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transform: translate(-50%, -50%);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-step-1 { left: 17.5%; top: 17.5%; }
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-step-2 { left: 82.5%; top: 17.5%; }
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-step-3 { left: 82.5%; top: 82.5%; }
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-step-4 { left: 17.5%; top: 82.5%; }

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wp-block-buttons.hiw-cta {
  display: flex;
  justify-content: center;
  margin: 64px 0 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-cta .wp-block-button {
  margin: 0 !important;
}

/* The core Button block supplies a wrapper and an editable inner link. The
 * source .btn contract belongs on the wrapper exactly once; the inner link is
 * kept unstyled so it cannot add a second visual box at any breakpoint. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-cta .wp-block-button.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px !important;
  border: 1.5px solid transparent !important;
  border-radius: 10px !important;
  background: #C62828 !important;
  box-shadow: 0 10px 24px rgba(198, 40, 40, .28) !important;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: .94rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease,
    transform .2s ease, box-shadow .2s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-cta .wp-block-button.btn:hover {
  background: #A82121 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(198, 40, 40, .34) !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-cta .wp-block-button__link {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

/* The source uses a discrete 1.05em icon with the .btn's native 10px gap.
 * Keeping this on the wrapper preserves an editable button label in Gutenberg. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-cta .wp-block-button.btn::after {
  display: block;
  width: 1.05em;
  height: 1.05em;
  flex: none;
  content: '→';
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1;
}

/* Eligibility / passport chips — the structure is entirely native Group,
 * Heading, Paragraph and Image blocks. The values below mirror the approved
 * source stylesheet rather than inherited theme defaults. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .eligibility {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 104px 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  background: #E3F2FD;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .eligibility > .container.elig-grid {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: center;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .elig-copy {
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .elig-copy > .wp-block-heading {
  margin: 0 !important;
  color: #1E3A8A;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.14;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .elig-copy > p {
  margin: 16px 0 0 !important;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.65;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .elig-copy > .elig-note {
  color: #6B7488;
  font-size: .92rem;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .elig-copy > .elig-note a {
  color: #C62828;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chips {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chips > .flag-chip {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 18px 10px 12px;
  border: 1px solid #E2E8F2;
  border-radius: 10px;
  background: #fff;
  color: #1C2540;
  font-family: Lato, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.65;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chips > .flag-chip:hover {
  border-color: #C7D8EE;
  box-shadow: 0 10px 24px rgba(22, 41, 95, .1);
  transform: translateY(-3px);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chip > .wp-block-image,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chip > .wp-block-image figure,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chip > figure {
  display: block;
  flex: none;
  width: 27px;
  height: 20px;
  margin: 0 !important;
  line-height: 0;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chip img {
  display: block;
  width: 27px !important;
  height: 20px !important;
  max-width: none !important;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(16, 31, 69, .08);
  object-fit: cover;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .flag-chip > .flag-label {
  margin: 0 !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

/* Trip types — three fully editable core Image/Heading/Paragraph card groups.
 * All measurements and tokens mirror the approved source stylesheet. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 104px 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-head {
  display: grid !important;
  width: 100%;
  max-width: none !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 48px;
  align-items: end;
  margin: 0 0 52px !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-head > .wp-block-heading {
  margin: 0 !important;
  color: #1E3A8A;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.14;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-head > p {
  margin: 0 !important;
  padding-bottom: 6px;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.65;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-grid {
  display: grid !important;
  width: 100%;
  max-width: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-card {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #E2E8F2;
  border-radius: 16px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-card:hover {
  border-color: #C7D8EE;
  box-shadow: 0 18px 44px rgba(22, 41, 95, .1);
  transform: translateY(-6px);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-photo,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-photo figure {
  display: block;
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  overflow: hidden;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-photo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  transition: transform .5s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-card:hover .trip-photo img {
  transform: scale(1.045);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-card:nth-child(2) .trip-photo img {
  object-position: 50% 26%;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-body {
  margin: 0 !important;
  padding: 26px 26px 30px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-body > .wp-block-heading {
  margin: 0 !important;
  color: #1E3A8A;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trip-body > p {
  margin: 10px 0 0 !important;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

@media (max-width: 1120px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) minmax(0, 1fr);
    column-gap: 32px;
  }
}

@media (max-width: 1000px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw {
    padding: 84px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel {
    order: -1;
    width: min(420px, 88vw);
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card-1,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-card-4 {
    max-width: 460px;
    text-align: left;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .eligibility {
    padding: 84px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .eligibility > .container.elig-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips {
    padding: 84px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wp-block-buttons.hiw-cta {
    margin-top: 48px !important;
  }
}

@media (max-width: 640px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw {
    padding: 68px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw > .container {
    width: calc(100% - 40px);
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .eligibility {
    padding: 68px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .eligibility > .container.elig-grid {
    width: calc(100% - 40px);
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips {
    padding: 68px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips > .container {
    width: calc(100% - 40px);
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .hiw-head {
    margin-bottom: 48px !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .hiw .wheel .wheel-step {
    width: 44px;
    height: 44px;
    font-size: 1.05rem;
  }
}

/* A footer once lived in the converted page document. It is now one global,
 * native template footer emitted after the page. Hide a legacy preview copy
 * even if a browser is showing an older autosave response. */
body.page-id-495 .wp-block-post-content footer.site-footer,
body.page-id-495 main footer.site-footer {
  display: none !important;
}

/* The active theme's historical footer is emitted as a direct child of body.
 * The companion's native global footer is printed once at wp_footer while the
 * legacy database override is unavailable as a writable template-part post. */
body.gutenberg-mcp-ttv-injected-footer > footer.site-footer {
  display: none !important;
}

/* The active theme's real legacy footer uses .ttv-footer (rather than
 * .site-footer). The native core-block footer below is the approved global
 * footer, so suppress this legacy shell footer on every TTV page. */
body.gutenberg-mcp-ttv-injected-footer .ttv-footer {
  display: none !important;
}

@media (max-width: 820px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .trips .trips-grid {
    grid-template-columns: 1fr;
  }
}

/* Photo break — native Group + Image blocks. The background image, message
 * and CTA remain directly replaceable/editable in Gutenberg without relying
 * on a serialized Cover block. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break {
  position: relative;
  width: 100%;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden;
  border-radius: 0 !important;
  clip-path: none !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break > .break-bg-image {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: 100% !important;
  margin: 0 !important;
  transform: translateX(-50%);
  overflow: hidden !important;
  border-radius: 0 !important;
  clip-path: none !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break > .break-bg-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 32%;
  border-radius: 0 !important;
  clip-path: none !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(100deg, rgba(13, 20, 46, .78) 10%, rgba(13, 20, 46, .45) 60%, rgba(13, 20, 46, .55) 100%);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .break-inner {
  position: relative;
  z-index: 2;
  display: flex !important;
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto !important;
  padding: 110px 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .break-line {
  margin: 0 !important;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.28;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .wp-block-button.break-cta {
  display: inline-flex;
  margin: 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .break-cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background: #fff;
  color: #1E3A8A;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease,
    transform .2s ease, box-shadow .2s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .break-cta .wp-block-button__link:hover {
  background: #E3F2FD;
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .break-inner {
    justify-content: flex-start;
    padding: 84px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break > .break-bg-image img {
    object-position: 60% 32%;
  }
}

@media (max-width: 640px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .break .break-inner {
    width: calc(100% - 40px);
  }
}

/* Gutenberg canvas only: the real background is a core Image block, not a
 * hidden template value. Bring that block above the decorative overlay so it
 * can be selected in-canvas and replaced with Gutenberg's normal media flow.
 * The live preview keeps the exact source layering above. */
.editor-styles-wrapper .ttv-native-home .break::before {
  pointer-events: none;
}

.editor-styles-wrapper .ttv-native-home .break > .break-bg-image {
  z-index: 3 !important;
  cursor: pointer;
}

.editor-styles-wrapper .ttv-native-home .break > .break-bg-image img {
  pointer-events: auto !important;
  filter: brightness(.62);
}

.editor-styles-wrapper .ttv-native-home .break > figure.wp-block-image.break-bg-image::after {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(16, 31, 69, .88);
  color: #fff;
  content: "Click photo to replace";
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.editor-styles-wrapper .ttv-native-home .break .break-inner {
  z-index: 4;
  pointer-events: none;
}

.editor-styles-wrapper .ttv-native-home .break .break-inner > * {
  pointer-events: auto;
}

.editor-styles-wrapper .ttv-native-home .break .ttv-break-cover-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  pointer-events: auto;
}

.editor-styles-wrapper .ttv-native-home .break .ttv-break-cover-replace {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 0;
  border-radius: 7px;
  background: #C62828;
  color: #fff;
  box-shadow: 0 8px 20px rgba(198, 40, 40, .28);
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.editor-styles-wrapper .ttv-native-home .break .ttv-break-cover-replace:hover,
.editor-styles-wrapper .ttv-native-home .break .ttv-break-cover-replace:focus-visible {
  background: #a81e1e;
}

/* Pricing — native Group, Heading, Paragraph, List and Button blocks.
 * Every visible item remains directly editable in Gutenberg while the canvas
 * follows the source hierarchy and dimensions exactly. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing {
  width: 100%;
  margin: 0 !important;
  padding: 104px 0 !important;
  background: #fff;
  border-radius: 0 !important;
  clip-path: none !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .pricing-head {
  max-width: 640px;
  margin: 0 0 56px !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .pricing-head h2 {
  margin: 0 !important;
  color: #1E3A8A;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .pricing-head p {
  margin: 14px 0 0 !important;
  color: #4B5875;
  font-size: 1.05rem;
  line-height: 1.62;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
  margin: 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  margin: 0 !important;
  padding: 36px 32px 32px !important;
  border: 1px solid #E2E8F2;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(22, 41, 95, .10);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-card h3 {
  margin: 0 !important;
  color: #1E3A8A;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price {
  display: flex !important;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price .amount,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price .per {
  margin: 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .amount {
  color: #1C2540;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .per {
  color: #6B7488;
  font-size: .86rem;
  line-height: 1.4;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-blurb {
  margin: 10px 0 0 !important;
  padding: 0 0 22px !important;
  border-bottom: 1px solid #E2E8F2;
  color: #6B7488;
  font-size: .94rem;
  line-height: 1.5;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-features {
  display: grid;
  flex: 1;
  gap: 13px;
  margin: 22px 0 30px !important;
  padding: 0 !important;
  list-style: none !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-features li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0 !important;
  padding: 0 !important;
  color: #1C2540;
  font-size: .94rem;
  line-height: 1.5;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-features li::before {
  flex: 0 0 auto;
  margin-top: .02em;
  color: #C62828;
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-cta {
  display: flex !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-cta .wp-block-button {
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-cta .wp-block-button__link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1.5px solid #1E3A8A;
  border-radius: 10px;
  background: transparent;
  color: #1E3A8A;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-cta .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: #E3F2FD;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured {
  border-color: #1E3A8A;
  background: #1E3A8A;
  color: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 54px rgba(22, 41, 95, .32);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured:hover {
  box-shadow: 0 30px 60px rgba(22, 41, 95, .4);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured h3,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .amount,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .price-features li {
  color: #fff;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .per,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .price-blurb {
  color: rgba(255, 255, 255, .62);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .price-blurb {
  border-bottom-color: rgba(255, 255, 255, .18);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .price-features li::before {
  color: #F7C600;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .featured-flag {
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 1;
  margin: 0 !important;
  padding: 6px 13px !important;
  transform: translateY(-50%);
  border-radius: 7px;
  background: #F7C600;
  color: #101F45;
  font-family: Poppins, Arial, sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .price-cta .wp-block-button__link {
  border-color: #C62828;
  background: #C62828;
  color: #fff;
  box-shadow: 0 10px 24px rgba(198, 40, 40, .28);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-featured .price-cta .wp-block-button__link:hover {
  background: #a81e1e;
  border-color: #a81e1e;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .pricing-note {
  max-width: 760px;
  margin: 36px auto 0 !important;
  color: #6B7488;
  font-size: .87rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1000px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-grid {
    grid-template-columns: minmax(0, 500px);
    justify-content: center;
  }
}

@media (max-width: 640px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing {
    padding: 68px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing > .container {
    width: calc(100% - 40px);
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .pricing-head {
    margin-bottom: 42px !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .pricing .price-card {
    padding: 32px 24px 26px !important;
  }
}

/* Source-faithful front-end motion. The editor intentionally remains static:
 * Gutenberg must keep every editable block visible and selectable in-canvas.
 * The tiny front-end controller adds .ttv-motion-ready only after it can
 * observe the page, preventing a no-JavaScript invisible-content failure. */
html.ttv-motion-ready {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease, transform .65s ease;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .reveal.in {
    opacity: 1;
    transform: none;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .trips-grid > .reveal:nth-child(2) {
    transition-delay: .09s;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .trips-grid > .reveal:nth-child(3) {
    transition-delay: .18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ttv-motion-ready {
    scroll-behavior: auto;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .ttv-trust-ticker .ttv-ticker-track {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .ttv-trust-ticker .ttv-ticker-group {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    padding-right: 0;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .ttv-trust-ticker .ttv-ticker-group[aria-hidden="true"] {
    display: none;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .wp-block-button,
  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .trip-card,
  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .flag-chip {
    transition: none !important;
  }
}

/* Remaining source sections — all composition is native core blocks. */
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 104px 0 !important;
  border-radius: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value {
  overflow: hidden;
  background: #E3F2FD;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value > .container.value-grid,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs > .container.docs-grid,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq > .container.faq-grid {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  align-items: center;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value > .container.value-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 76px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-media,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-media {
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(22, 41, 95, .14);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-media img,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-media img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto;
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-copy {
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-copy > .wp-block-heading,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-copy > .wp-block-heading,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-intro > .wp-block-heading {
  max-width: 500px;
  margin: 0 !important;
  color: #1E3A8A;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.14;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-list {
  display: grid;
  gap: 30px;
  margin: 40px 0 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-item {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-ico,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-ico {
  display: grid;
  box-sizing: border-box;
  flex: none;
  margin: 0 !important;
  place-items: center;
  overflow: hidden;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-ico {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(30, 58, 138, .12);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(22, 41, 95, .08);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-ico img {
  display: block;
  width: 26px !important;
  height: 26px !important;
  max-width: none !important;
  margin: 0 !important;
  filter: invert(17%) sepia(62%) saturate(2934%) hue-rotate(344deg) brightness(84%) contrast(104%);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-item h3,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-item h3 {
  margin: 0 !important;
  color: #1C2540;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.32;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-item p {
  margin: 6px 0 0 !important;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: .95rem;
  line-height: 1.62;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs {
  background: #fff;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs > .container.docs-grid {
  grid-template-columns: 1.1fr .9fr;
  gap: 76px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-sub {
  margin: 14px 0 0 !important;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-list {
  display: grid;
  gap: 24px;
  margin: 38px 0 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-item {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #E3F2FD;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-ico img {
  display: block;
  width: 24px !important;
  height: 24px !important;
  max-width: none !important;
  margin: 0 !important;
  filter: invert(18%) sepia(43%) saturate(2835%) hue-rotate(218deg) brightness(83%) contrast(101%);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-item h3 {
  font-size: 1.05rem;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-item p {
  margin: 4px 0 0 !important;
  color: #6B7488;
  font-family: Lato, Arial, sans-serif;
  font-size: .93rem;
  line-height: 1.6;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq {
  background: #E3F2FD;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq > .container.faq-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: 72px;
  align-items: start;
}

:where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .faq .faq-intro {
  position: sticky;
  top: 118px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-intro > p {
  margin: 14px 0 0 !important;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-list {
  margin: 0 !important;
  border-top: 1px solid #C8D4E4;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #C8D4E4;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 28px 22px 2px;
  cursor: pointer;
  color: #1C2540;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item summary::-webkit-details-marker {
  display: none;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item summary::after {
  flex: none;
  color: #1E3A8A;
  content: '⌄';
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item[open] summary {
  color: #C62828;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item[open] summary::after {
  transform: rotate(180deg);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item > p {
  margin: 0 !important;
  padding: 0 40px 24px 2px !important;
  color: #414B63;
  font-family: Lato, Arial, sans-serif;
  font-size: .97rem;
  line-height: 1.65;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 96px 0 !important;
  border-radius: 0 !important;
  background: #1E3A8A;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta > .container.final-inner {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta h2 {
  margin: 0 !important;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.14;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta .final-inner > p:not(.final-fine) {
  margin: 16px auto 34px !important;
  color: rgba(255,255,255,.78);
  font-family: Lato, Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.6;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta .final-action {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta .final-action .wp-block-button.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
  padding: 15px 30px !important;
  border: 1.5px solid transparent !important;
  border-radius: 10px !important;
  background: #C62828 !important;
  box-shadow: 0 10px 24px rgba(198,40,40,.28) !important;
  color: #fff !important;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta .final-action .wp-block-button.btn::after {
  content: '→';
  font-size: 1.08em;
  font-weight: 400;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta .final-action .wp-block-button__link {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  text-decoration: none;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta .final-fine {
  max-width: 620px;
  margin: 30px auto 0 !important;
  color: rgba(255,255,255,.55);
  font-family: Lato, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #101F45;
  color: rgba(255,255,255,.78);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-grid,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-bottom {
  width: min(1180px, calc(100% - 48px));
  max-width: none !important;
  margin: 0 auto !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-grid {
  display: grid !important;
  grid-template-columns: 1.6fr .7fr .8fr 1fr;
  gap: 56px;
  padding: 72px 0 48px !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-brand-name {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0 !important;
  padding-left: 52px;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-brand-name::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #C62828;
  content: '';
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-brand-name::after {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 22px;
  height: 22px;
  background: #fff;
  content: '';
  -webkit-mask: url('./paper-plane-tilt-fill.svg') center / contain no-repeat;
  mask: url('./paper-plane-tilt-fill.svg') center / contain no-repeat;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-brand-name a {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
  text-decoration: none;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-brand-name em {
  color: #FF8A80;
  font-style: normal;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-disclaimer {
  max-width: 460px;
  margin: 22px 0 0 !important;
  color: rgba(255,255,255,.55);
  font-family: Lato, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.75;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-col h3 {
  margin: 0 0 18px !important;
  color: rgba(255,255,255,.45);
  font-family: Poppins, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-col > p {
  margin: 0 !important;
  color: rgba(255,255,255,.82);
  font-family: Lato, Arial, sans-serif;
  font-size: .93rem;
  line-height: 1.8;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-col a {
  display: block;
  padding: 5px 0;
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-col a:hover {
  color: #F7C600;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-bottom {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255,255,255,.12);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .footer-bottom p {
  margin: 0 !important;
  color: rgba(255,255,255,.45);
  font-family: Lato, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.5;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta {
  position: fixed;
  z-index: 95;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 !important;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom)) !important;
  border-top: 1px solid #C8D4E4;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 0 -8px 30px rgba(22,41,95,.14);
  transform: translateY(105%);
  transition: transform .3s ease;
}

:where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .mobile-cta.show {
  transform: translateY(0);
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta-text,
:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta-action {
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta-text > p {
  margin: 0 !important;
  color: #6B7488;
  font-family: Lato, Arial, sans-serif;
  font-size: .78rem;
  line-height: 1.3;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta-text strong {
  color: #1C2540;
  font-family: Poppins, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta-action .wp-block-button {
  margin: 0 !important;
}

:where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .mobile-cta-action .wp-block-button__link {
  padding: 10px 16px !important;
  border-radius: 10px !important;
  background: #C62828 !important;
  box-shadow: 0 8px 18px rgba(198,40,40,.22);
  color: #fff !important;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: .84rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none;
}

@media (max-width: 1000px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value > .container.value-grid,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs > .container.docs-grid,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq > .container.faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value .value-media {
    order: -1;
    max-width: 560px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs .docs-media {
    max-width: 560px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    padding: 60px 0 40px !important;
  }
}

@media (max-width: 640px) {
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq {
    padding: 68px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .value > .container.value-grid,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .docs > .container.docs-grid,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq > .container.faq-grid,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta > .container.final-inner,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-grid,
  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-bottom {
    width: calc(100% - 40px);
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .final-cta {
    padding: 72px 0 !important;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview) .ttv-native-home .mobile-cta {
    display: flex;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .site-footer > .container.footer-bottom {
    flex-direction: column;
    gap: 4px;
  }

  :where(body.gutenberg-mcp-ttv-hero-preview, .editor-styles-wrapper) .ttv-native-home .faq .faq-item > p {
    padding-right: 8px !important;
  }
}
