/* ============================================================
   TERME ITALIA — HOME DEDICATA (templates/public/home__terme-italia-it.html)
   Veste del prototipo consegnato il 09/09/2026, tradotta in CSS puro
   (il sito non ha build: niente Tailwind). Token come variabili CSS,
   mobile-first, breakpoint 576 / 768 / 992 / 1200.

   Il motore di ricerca conserva il markup di _search_motor_hoescape.html
   (lo aggancia hoescape-home.js): qui viene solo rivestito. Gli altri
   portali non caricano questo foglio: vive solo nella home dedicata.
   ============================================================ */

[data-home="terme-italia"] {
    --ti-paper: #fbfaf5;
    --ti-sand: #f3f1e6;
    --ti-sand-deep: #e9e6d7;
    --ti-ink: #1f2926;
    --ti-ink-soft: rgba(31, 41, 38, 0.68);
    --ti-ink-faint: rgba(31, 41, 38, 0.46);
    --ti-petrol: #21504a;
    --ti-petrol-deep: #183b36;
    --ti-sage: #2a9d8f;
    --ti-sage-tint: #dee9e2;
    --ti-highlight: #e9c46a;
    --ti-line: rgba(31, 41, 38, 0.14);
    --ti-line-soft: rgba(31, 41, 38, 0.09);
    --ti-font-display: "Fraunces", Georgia, "Times New Roman", serif;
    --ti-font-sans: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ti-shadow-card: 0 1px 2px rgba(31, 41, 38, 0.05), 0 16px 40px -18px rgba(31, 41, 38, 0.22);
    --ti-shadow-panel: 0 1px 2px rgba(31, 41, 38, 0.06), 0 24px 60px -24px rgba(31, 41, 38, 0.3);
    --ti-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.ti-home {
    background: var(--ti-paper);
    color: var(--ti-ink);
    font-family: var(--ti-font-sans);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
.ti-home h1, .ti-home h2, .ti-home h3, .ti-home .ti-display {
    font-family: var(--ti-font-display);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--ti-ink);
}
.ti-home ::selection { background: var(--ti-sage-tint); color: var(--ti-petrol-deep); }
.ti-home main :focus-visible { outline: 2px solid var(--ti-petrol); outline-offset: 2px; border-radius: 4px; }

/* ─── Contenitore editoriale ─── */
.ti-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 640px) { .ti-wrap { padding: 0 32px; } }
@media (min-width: 1024px) { .ti-wrap { padding: 0 48px; } }

/* ─── Utilità testo ─── */
.ti-soft { color: var(--ti-ink-soft); }
.ti-faint { color: var(--ti-ink-faint); }
.ti-dot { color: var(--ti-sage); }
.ti-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em;
    color: var(--ti-petrol);
}
.ti-eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--ti-sage); }
.ti-eyebrow--gold { color: var(--ti-highlight); }
.ti-eyebrow--gold::before { background: var(--ti-highlight); }
.ti-section-title { font-size: clamp(1.75rem, 3.4vw, 2.6rem); margin: 12px 0 0; }
.ti-section-sub { margin: 12px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--ti-ink-soft); }
.ti-section-head {
    display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
    gap: 16px; margin-bottom: 32px;
}
.ti-section-head > div:first-child { max-width: 42rem; }
@media (min-width: 992px) { .ti-section-head { margin-bottom: 40px; } }
.ti-note { margin: 24px 0 0; font-size: 12.5px; color: var(--ti-ink-faint); }

.ti-section { padding: 64px 0; }
@media (min-width: 992px) { .ti-section { padding: 96px 0; } }
.ti-bg-paper { background: var(--ti-paper); }
.ti-bg-sand { background: var(--ti-sand); }

/* ─── Icone lineari ─── */
.ti-ic { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ti-ic--lg { width: 24px; height: 24px; }
.ti-ic--md { width: 20px; height: 20px; }
.ti-ic--sm { width: 14px; height: 14px; }
.ti-ic--star { fill: currentColor; stroke-width: 1.4; }

/* ─── Bottoni ─── */
.ti-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border-radius: 10px; padding: 14px 24px; font-size: 15px; font-weight: 600;
    text-decoration: none; border: 1px solid transparent; cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
    line-height: 1.2;
}
.ti-btn--primary { background: var(--ti-petrol); color: var(--ti-paper); }
.ti-btn--primary:hover { background: var(--ti-petrol-deep); color: var(--ti-paper); transform: translateY(-1px); }
.ti-btn--ghost { border-color: var(--ti-line); color: var(--ti-ink); background: transparent; padding: 12px 20px; }
.ti-btn--ghost:hover { background: var(--ti-sand); color: var(--ti-ink); }
.ti-btn--wa { border-color: var(--ti-line); color: var(--ti-petrol-deep); background: #fff; padding: 12px 20px; }
.ti-btn--wa:hover { background: var(--ti-sage-tint); border-color: var(--ti-sage); color: var(--ti-petrol-deep); }
.ti-btn--paper { background: var(--ti-paper); color: var(--ti-petrol); padding: 16px 28px; font-size: 15.5px; font-weight: 700; }
.ti-btn--paper:hover { background: var(--ti-highlight); color: var(--ti-ink); }
.ti-btn--outline-light { border-color: rgba(255, 255, 255, 0.35); color: #fff; padding: 16px 28px; }
.ti-btn--outline-light:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.ti-btn--sm { padding: 10px 16px; font-size: 13.5px; }
.ti-link-more {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
    font-size: 13.5px; font-weight: 600; color: var(--ti-petrol); text-decoration: none;
}
.ti-link-more .ti-ic { transition: transform 0.3s; }
a:hover .ti-link-more .ti-ic, .ti-link-more:hover .ti-ic { transform: translateX(4px); }

/* ─── Chip ─── */
.ti-chip {
    display: inline-flex; align-items: center; gap: 6px; border-radius: 999px;
    padding: 4px 12px; font-size: 12.5px; font-weight: 500;
    background: var(--ti-sage-tint); color: var(--ti-petrol-deep);
}
.ti-chip--white { background: rgba(255, 255, 255, 0.95); color: var(--ti-ink); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }

/* ─── Card base ─── */
.ti-card {
    background: #fff; border: 1px solid var(--ti-line-soft); border-radius: 14px;
    box-shadow: var(--ti-shadow-card);
}

/* ─── Reveal allo scroll ─── */
.ti-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.9s var(--ti-ease), transform 0.9s var(--ti-ease); }
.ti-reveal.is-visible { opacity: 1; transform: none; }
.ti-img-reveal { overflow: hidden; }
.ti-img-reveal img { transform: scale(1.06); transition: transform 1.4s var(--ti-ease); }
.ti-img-reveal.is-visible img, .ti-img-reveal:hover img { transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
    .ti-reveal, .ti-img-reveal img { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   HERO + MOTORE
   ============================================================ */
.ti-hero { padding: 36px 0 8px; overflow: visible; }
@media (min-width: 992px) { .ti-hero { padding-top: 56px; } }
.ti-hero-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 992px) { .ti-hero-grid { grid-template-columns: repeat(12, 1fr); gap: 32px; } }
.ti-hero-copy { order: 0; }
.ti-hero-visual { order: 1; position: relative; }
@media (min-width: 992px) {
    .ti-hero-copy { grid-column: span 6; }
    .ti-hero-visual { grid-column: span 6; }
}
.ti-hero h1 { margin: 16px 0 0; font-size: clamp(2.35rem, 4.6vw, 3.9rem); line-height: 1.06; }
.ti-hero h1 .ti-petrol { color: var(--ti-petrol); }
.ti-hero-sub { margin: 20px 0 0; max-width: 36rem; font-size: 16.5px; line-height: 1.6; color: var(--ti-ink-soft); }
@media (min-width: 992px) { .ti-hero-sub { font-size: 17.5px; } }
.ti-hero-checks { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 13.5px; font-weight: 500; color: var(--ti-ink-soft); }
.ti-hero-checks li { display: inline-flex; align-items: center; gap: 8px; }
.ti-hero-checks .ti-ic { color: var(--ti-sage); }

.ti-hero-img { position: relative; border-radius: 20px; aspect-ratio: 16 / 10; box-shadow: var(--ti-shadow-panel); }
.ti-hero-img img, .ti-hero-img-small img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 992px) { .ti-hero-img { aspect-ratio: 4 / 3; } }
.ti-hero-img-small {
    display: none; position: absolute; left: -32px; bottom: -32px; width: 176px;
    border-radius: 14px; aspect-ratio: 4 / 5; border: 5px solid var(--ti-paper);
    box-shadow: var(--ti-shadow-panel);
}
@media (min-width: 768px) { .ti-hero-img-small { display: block; } }
.ti-hero-badge {
    position: absolute; right: 16px; top: 16px; display: flex; align-items: center; gap: 12px;
    padding: 12px 16px;
}
.ti-hero-badge-ic { width: 36px; height: 36px; border-radius: 50%; background: var(--ti-sage-tint); color: var(--ti-petrol); display: inline-flex; align-items: center; justify-content: center; }
.ti-hero-badge p { margin: 0; line-height: 1.25; }
.ti-hero-badge-title { font-size: 13px; font-weight: 700; }
.ti-hero-badge-sub { font-size: 11.5px; color: var(--ti-ink-faint); }
@media (max-width: 575.98px) {
    .ti-hero-badge { right: auto; left: 12px; top: 12px; padding: 8px 12px; gap: 8px; }
    .ti-hero-badge-sub { display: none; }
}

.ti-search { position: relative; z-index: 20; margin-top: 32px; padding-bottom: 16px; }
@media (min-width: 992px) { .ti-search { margin-top: -40px; } }
.ti-search-hints { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 28px; margin-top: 16px; padding: 0 4px; font-size: 13px; color: var(--ti-ink-soft); }
.ti-search-hints span { display: inline-flex; align-items: center; gap: 8px; }
.ti-search-hints .ti-ic { color: var(--ti-petrol); }

/* Motore: stesso markup HoEscape, veste del prototipo. Selettori con
   html[data-skin="hoe"] per pareggiare hoescape.css e vincere per ordine. */
html[data-skin="hoe"] .ti-search .search-box { margin: 0; padding: 0; }
html[data-skin="hoe"] .ti-search .search-form {
    background: #fff; border: 1px solid var(--ti-line-soft); border-radius: 14px;
    box-shadow: var(--ti-shadow-panel); padding: 8px;
}
html[data-skin="hoe"] .ti-search .search-row { gap: 8px; }
html[data-skin="hoe"] .ti-search .search-field {
    background: #fff; border: 1px solid rgba(31, 41, 38, 0.16); border-radius: 10px;
    padding: 10px 16px 8px;
}
html[data-skin="hoe"] .ti-search .search-field:hover { border-color: rgba(31, 41, 38, 0.35); }
html[data-skin="hoe"] .ti-search .search-field:focus-within { border-color: var(--ti-petrol); background: #fff; }
html[data-skin="hoe"] .ti-search .search-label {
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em; color: var(--ti-ink-faint); margin-bottom: 4px; gap: 6px;
}
html[data-skin="hoe"] .ti-search .search-label svg { width: 14px; height: 14px; stroke: var(--ti-ink-faint); }
html[data-skin="hoe"] .ti-search .search-input,
html[data-skin="hoe"] .ti-search .search-guests-btn,
html[data-skin="hoe"] .ti-search .search-select {
    font-size: 16px; font-weight: 600; color: var(--ti-ink); min-height: 24px; padding-right: 22px;
}
html[data-skin="hoe"] .ti-search .search-input::placeholder { font-size: 15px; font-weight: 400; color: var(--ti-ink-faint); }
html[data-skin="hoe"] .ti-search .search-chevron { color: var(--ti-ink-faint); font-size: 12px; }
html[data-skin="hoe"] .ti-search .search-submit {
    background: var(--ti-petrol); color: var(--ti-paper); border-radius: 10px; box-shadow: none;
    min-width: 58px; padding: 0 18px;
}
html[data-skin="hoe"] .ti-search .search-submit:hover { background: var(--ti-petrol-deep); transform: none; box-shadow: none; }
html[data-skin="hoe"] .ti-search .search-submit svg { width: 22px; height: 22px; }
html[data-skin="hoe"] .ti-search .destination-item-title,
html[data-skin="hoe"] .ti-search .destination-item { color: var(--ti-ink); }
html[data-skin="hoe"] .ti-search .destination-item:hover,
html[data-skin="hoe"] .ti-search .destination-item[aria-selected="true"] { background: var(--ti-sand); }
html[data-skin="hoe"] .ti-search .rooms-confirm-btn { background: var(--ti-petrol); box-shadow: none; border-radius: 10px; }
html[data-skin="hoe"] .ti-search .rooms-confirm-btn:hover { background: var(--ti-petrol-deep); box-shadow: none; }
html[data-skin="hoe"] .ti-search .guests-minus:hover,
html[data-skin="hoe"] .ti-search .guests-plus:hover { border-color: var(--ti-petrol); color: var(--ti-petrol); }
html[data-skin="hoe"] .ti-search .rooms-pets-check { accent-color: var(--ti-petrol); }
@media (max-width: 767.98px) {
    html[data-skin="hoe"] .ti-search .search-submit { min-height: 54px; margin-top: 2px; }
}
/* Flatpickr: giorni scelti in petrolio, intervallo salvia */
.ti-home .flatpickr-day.selected, .ti-home .flatpickr-day.startRange, .ti-home .flatpickr-day.endRange,
.flatpickr-calendar.ti-cal .flatpickr-day.selected, .flatpickr-calendar.ti-cal .flatpickr-day.startRange,
.flatpickr-calendar.ti-cal .flatpickr-day.endRange { background: var(--ti-petrol, #21504a); border-color: var(--ti-petrol, #21504a); }
.flatpickr-day.inRange { background: #dee9e2; border-color: #dee9e2; box-shadow: -5px 0 0 #dee9e2, 5px 0 0 #dee9e2; }

/* ============================================================
   OFFERTE IN EVIDENZA
   ============================================================ */
.ti-offers-grid { display: grid; gap: 24px; }
@media (min-width: 640px) { .ti-offers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .ti-offers-grid { grid-template-columns: repeat(3, 1fr); } }
.ti-offer { display: flex; flex-direction: column; overflow: hidden; height: 100%; }
.ti-offer-img { position: relative; aspect-ratio: 16 / 10; background: var(--ti-sand); }
.ti-offer-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ti-offer-img .ti-chip { position: absolute; left: 12px; bottom: 12px; }
.ti-offer-badge {
    position: absolute; left: 12px; top: 12px; border-radius: 999px; padding: 4px 10px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    background: rgba(31, 41, 38, 0.7); color: #fff; backdrop-filter: blur(4px);
}
.ti-offer-body { display: flex; flex-direction: column; flex: 1; padding: 20px; }
.ti-offer-loc { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ti-ink-soft); }
.ti-offer h3 { margin: 6px 0 0; font-size: 21px; line-height: 1.3; }
.ti-offer h3 a { color: inherit; text-decoration: none; transition: color 0.2s; }
.ti-offer h3 a:hover { color: var(--ti-petrol); }
.ti-offer-meta { display: flex; align-items: center; gap: 8px; margin-top: 4px; font-size: 12.5px; color: var(--ti-ink-faint); }
.ti-stars { display: inline-flex; align-items: center; gap: 2px; color: var(--ti-highlight); }
.ti-offer-desc { margin: 14px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--ti-ink-soft); }
.ti-offer-desc .ti-ic { color: var(--ti-sage); margin-right: 6px; vertical-align: -3px; }
.ti-offer-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--ti-line-soft); }
.ti-offer-foot .ti-offer-foot-spacer { padding-top: 16px; }
.ti-price { margin: 0; font-family: var(--ti-font-display); font-size: 24px; line-height: 1; }
.ti-price-unit { margin: 4px 0 0; font-size: 12px; line-height: 1.3; color: var(--ti-ink-faint); }

/* ============================================================
   DESTINAZIONI
   ============================================================ */
.ti-dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 992px) { .ti-dest-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.ti-dest {
    position: relative; display: block; overflow: hidden; border-radius: 16px; min-height: 180px;
    text-decoration: none; color: #fff; background: var(--ti-petrol-deep);
}
.ti-dest:hover { color: #fff; }
@media (min-width: 992px) { .ti-dest { min-height: 250px; } }
.ti-dest--lead { grid-column: span 2; min-height: 280px; }
@media (min-width: 992px) { .ti-dest--lead { grid-row: span 2; min-height: 520px; } }
.ti-dest img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.2s var(--ti-ease);
}
.ti-dest:hover img { transform: scale(1.045); }
.ti-dest-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20, 32, 29, 0.85), rgba(20, 32, 29, 0.2) 55%, transparent); }
.ti-dest-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; }
@media (min-width: 992px) { .ti-dest-body { padding: 20px; } }
.ti-dest-name { margin: 0; font-family: var(--ti-font-display); font-size: 19px; line-height: 1.2; color: #fff; }
@media (min-width: 992px) { .ti-dest-name { font-size: 24px; } }
.ti-dest-area { margin: 4px 0 0; font-size: 12px; color: rgba(255, 255, 255, 0.75); }
@media (min-width: 992px) { .ti-dest-area { font-size: 13px; } }
.ti-dest-count {
    display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; border-radius: 999px;
    padding: 4px 12px; font-size: 11.5px; font-weight: 600; color: #fff;
    background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(4px);
}
.ti-dest--all {
    grid-column: span 2; display: flex; flex-direction: column; justify-content: space-between;
    min-height: 180px; padding: 24px; border-radius: 16px; text-decoration: none; color: var(--ti-ink);
    background: var(--ti-sand-deep); border: 1px solid var(--ti-line-soft); transition: background 0.2s;
}
.ti-dest--all:hover { background: #e2ded0; color: var(--ti-ink); }
@media (min-width: 992px) { .ti-dest--all { grid-column: span 3; min-height: 250px; padding: 28px; } }
.ti-dest--all h3 { margin: 0; font-size: 22px; }
@media (min-width: 992px) { .ti-dest--all h3 { font-size: 26px; } }
.ti-dest--all p { margin: 8px 0 0; max-width: 20rem; font-size: 13.5px; color: var(--ti-ink-soft); }
.ti-dest--all .ti-link-more { font-size: 14px; }

/* ============================================================
   TIPOLOGIE
   ============================================================ */
.ti-types-grid { display: grid; gap: 20px; }
@media (min-width: 640px) { .ti-types-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .ti-types-grid { grid-template-columns: repeat(4, 1fr); } }
.ti-type { display: block; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.3s var(--ti-ease), box-shadow 0.3s; }
.ti-type:hover { color: inherit; transform: translateY(-3px); box-shadow: var(--ti-shadow-panel); }
.ti-type-img { aspect-ratio: 16 / 9; background: var(--ti-sand); }
.ti-type-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ti-type-body { padding: 20px; }
.ti-type h3 { margin: 0; font-size: 20px; }
.ti-type p { margin: 8px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--ti-ink-soft); }

/* ============================================================
   COME FUNZIONA
   ============================================================ */
.ti-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 40px; }
@media (min-width: 768px) { .ti-steps { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.ti-step { position: relative; }
.ti-step-n { display: block; font-family: var(--ti-font-display); font-size: 52px; line-height: 1; color: rgba(33, 80, 74, 0.25); }
.ti-step h3 { margin: 12px 0 0; font-size: 24px; }
.ti-step p { margin: 10px 0 0; max-width: 24rem; font-size: 14.5px; line-height: 1.6; color: var(--ti-ink-soft); }
.ti-step::after { content: ""; display: none; position: absolute; top: 32px; right: -16px; width: 32px; height: 1px; background: rgba(31, 41, 38, 0.2); }
@media (min-width: 768px) { .ti-step:not(:last-child)::after { display: block; } }

/* ============================================================
   FIDUCIA E ASSISTENZA
   ============================================================ */
.ti-trust-grid { display: grid; gap: 20px; }
@media (min-width: 768px) { .ti-trust-grid { grid-template-columns: repeat(3, 1fr); } }
.ti-trust { padding: 24px; }
@media (min-width: 992px) { .ti-trust { padding: 28px; } }
.ti-trust-ic { width: 48px; height: 48px; border-radius: 50%; background: var(--ti-sage-tint); color: var(--ti-petrol); display: inline-flex; align-items: center; justify-content: center; }
.ti-trust h3 { margin: 16px 0 0; font-size: 21px; line-height: 1.35; }
.ti-trust p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--ti-ink-soft); }
.ti-assist { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; padding: 24px; }
@media (min-width: 992px) { .ti-assist { flex-direction: row; align-items: center; padding: 32px; } }
.ti-assist > div:first-child { flex: 1; }
.ti-assist h3 { margin: 0; font-size: 22px; }
@media (min-width: 992px) { .ti-assist h3 { font-size: 26px; } }
.ti-assist p { margin: 8px 0 0; font-size: 14.5px; color: var(--ti-ink-soft); }
.ti-assist-actions { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 640px) { .ti-assist-actions { flex-direction: row; } }

/* ============================================================
   CTA PREVENTIVO (banda petrolio)
   ============================================================ */
.ti-cta { position: relative; overflow: hidden; padding: 64px 0; background: var(--ti-petrol); color: var(--ti-paper); }
@media (min-width: 992px) { .ti-cta { padding: 96px 0; } }
.ti-cta::before {
    content: ""; position: absolute; inset: 0; opacity: 0.07; pointer-events: none;
    background-image: radial-gradient(circle at 85% 20%, #e9c46a 0, transparent 40%), radial-gradient(circle at 10% 90%, #2a9d8f 0, transparent 45%);
}
.ti-cta-grid { position: relative; display: grid; gap: 40px; align-items: center; }
@media (min-width: 992px) { .ti-cta-grid { grid-template-columns: repeat(12, 1fr); } }
.ti-cta-copy { grid-column: span 7; }
.ti-cta-actions { grid-column: span 5; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 640px) { .ti-cta-actions { flex-direction: row; } }
@media (min-width: 992px) { .ti-cta-actions { flex-direction: column; align-items: stretch; } }
.ti-cta h2 { margin: 12px 0 0; font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.15; color: var(--ti-paper); }
.ti-cta p { margin: 16px 0 0; max-width: 36rem; font-size: 16px; line-height: 1.6; color: rgba(251, 250, 245, 0.8); }
.ti-cta .ti-btn { width: 100%; }
@media (min-width: 640px) and (max-width: 991.98px) { .ti-cta .ti-btn { width: auto; } }
