:root {
  --td-primary: #0099d5;
  --td-primary-deep: #006b94;
  --td-ink: #121316;
  --td-ink-soft: #5f636c;
  --td-surface: #f4f5f7;
  --td-white: #ffffff;
  --td-on-primary: #ffffff;
  --td-dark: #17181c;
  --td-shadow: 0 24px 70px rgba(37, 40, 72, .14);
  color: var(--td-ink);
  font-family: Inter, "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--td-surface);
  color: var(--td-ink);
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
svg { display: block; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--td-dark);
  color: var(--td-white);
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--td-primary); outline-offset: 4px; }

.site-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--td-white);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--td-ink);
  font-size: 1.02rem;
  font-weight: 820;
  letter-spacing: -.04em;
  text-decoration: none;
}
.brand img { border-radius: 9px; }
.brand span span { color: var(--td-primary-deep); }
.header-nav { display: flex; align-items: center; gap: 22px; }
.header-nav > a:not(.button) {
  color: var(--td-ink-soft);
  font-size: .9rem;
  font-weight: 720;
  text-decoration: none;
}
.header-nav > a:not(.button):hover { color: var(--td-ink); }

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  font-size: .95rem;
  font-weight: 780;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}
.button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.button--primary { background: var(--td-dark); color: var(--td-white); box-shadow: 0 12px 26px rgba(18, 19, 22, .2); }
.button--primary:hover { background: var(--td-primary-deep); box-shadow: 0 16px 32px rgba(0, 107, 148, .25); transform: translateY(-2px); }
.button--light { background: var(--td-white); color: var(--td-ink); }
.button--offer { background: var(--td-dark); color: var(--td-white); }
.button--light:hover { background: #e7f8fe; transform: translateY(-2px); }
.button--offer:hover { background: var(--td-primary-deep); transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button--compact { min-height: 42px; padding-inline: 15px; background: #e7f8fe; color: var(--td-primary-deep); font-size: .82rem; }
.button--compact:hover { background: #d7f2fc; transform: translateY(-1px); }

.hero-shell {
  overflow: hidden;
  background: var(--td-white);
  border-radius: 0 0 38px 38px;
}
.hero {
  min-height: 670px;
  padding: 66px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .78fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}
.hero-copy { position: relative; max-width: 680px; }
.eyebrow {
  margin: 0 0 17px;
  color: var(--td-primary-deep);
  font-size: .74rem;
  font-weight: 860;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: "SF Pro Display", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.65rem, 5.25vw, 4.75rem);
  font-weight: 780;
  letter-spacing: -.062em;
  line-height: .98;
}
.hero-subtitle {
  max-width: 560px;
  margin: 23px 0 0;
  color: var(--td-ink);
  font-size: clamp(1.06rem, 1.6vw, 1.22rem);
  font-weight: 720;
  line-height: 1.45;
}
.hero-value {
  max-width: 550px;
  margin: 17px 0 0;
  color: var(--td-ink-soft);
  font-size: .98rem;
  line-height: 1.62;
}
.offer499-cat {
  position: relative;
  z-index: 2;
  width: clamp(11rem, 14vw, 13.5rem);
  aspect-ratio: 1;
  margin: 1rem 0 -4.4rem auto;
  display: block;
  pointer-events: none;
  transform-origin: 50% 88%;
  animation: cat-arrive .72s .18s cubic-bezier(.16, 1, .3, 1) both;
}
.offer499-cat__sprite {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/assets/home/todaps-cat-studio-20260811.webp") 50% 0 / 300% 200% no-repeat;
  filter: drop-shadow(0 18px 20px rgba(12, 12, 9, .17)) saturate(1.05) contrast(1.02);
  transform-origin: 50% 88%;
  animation: offer-cat-work 5.8s -2.8s ease-in-out infinite;
}
.offer499-cat__action {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  pointer-events: none;
}
.offer499-cat__action::before,
.offer499-cat__action::after {
  position: absolute;
  display: block;
  opacity: 0;
  content: "";
  pointer-events: none;
}
.offer499-cat__action::before {
  top: 61%;
  right: 7%;
  width: 31%;
  height: 17%;
  border-radius: 45%;
  background: radial-gradient(ellipse, rgba(25, 169, 223, .55), rgba(0, 153, 213, 0) 72%);
  animation: offer-cat-screen 5.8s ease-in-out infinite;
  animation-delay: -2.8s;
}
.offer499-cat__action::after {
  top: 43%;
  right: 7%;
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: #19a9df;
  box-shadow: .58rem -.35rem 0 -.05rem #70d7f5, 1rem .1rem 0 -.1rem #006b94;
  animation: offer-cat-data 5.8s cubic-bezier(.22, 1, .36, 1) infinite;
  animation-delay: -2.8s;
}
.offer499-cat,
.offer499-cat__sprite,
.offer499-cat__action::before,
.offer499-cat__action::after { animation-play-state: paused; }
.offer499-cat.motion-in-view,
.offer499-cat.motion-in-view .offer499-cat__sprite,
.offer499-cat.motion-in-view .offer499-cat__action::before,
.offer499-cat.motion-in-view .offer499-cat__action::after { animation-play-state: running; }
.offer499-cat.motion-in-view .offer499-cat__sprite { will-change: transform; }
.offer499-cat.motion-in-view .offer499-cat__action::before,
.offer499-cat.motion-in-view .offer499-cat__action::after { will-change: transform, opacity; }

.offer-panel {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--td-white);
  color: var(--td-ink);
  box-shadow: 0 24px 70px rgba(0, 96, 134, .16);
}
.offer-panel::after {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -125px;
  bottom: -155px;
  border-radius: 50%;
  background: rgba(0, 153, 213, .09);
  content: "";
  pointer-events: none;
}
.offer-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.previous-price { margin: 0; color: var(--td-ink-soft); font-size: 1rem; font-weight: 690; }
.previous-price del { text-decoration-thickness: 1.7px; text-decoration-color: currentColor; }
.discount-badge {
  padding: 7px 10px;
  border-radius: 9px;
  background: var(--td-primary-deep);
  color: var(--td-on-primary);
  font-size: .83rem;
  font-weight: 880;
  letter-spacing: .02em;
}
.now-label { display: block; margin-top: 21px; color: var(--td-primary-deep); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price-line { display: flex; align-items: baseline; gap: 9px; }
.price-line strong { color: var(--td-primary); font-size: clamp(4.8rem, 6.6vw, 6rem); font-variant-numeric: tabular-nums; letter-spacing: -.075em; line-height: .94; }
.price-currency { font-size: 1rem; font-weight: 820; }
.savings { margin: 8px 0 0; color: var(--td-ink); font-size: 1.03rem; font-weight: 790; }
.offer-deadline {
  margin-top: 18px;
  padding: 13px 14px 12px;
  border-radius: 17px;
  background: #e7f8fe;
}
.offer-deadline__headline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.offer-deadline__headline strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--td-primary-deep);
  font-size: .69rem;
  font-weight: 880;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.offer-deadline__headline strong span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--td-primary);
  box-shadow: 0 0 0 5px rgba(0, 153, 213, .11);
  animation: deadline-pulse 1.7s ease-in-out infinite;
}
.offer-deadline__headline time { color: #52616a; font-size: .65rem; font-weight: 760; letter-spacing: .035em; }
.offer-countdown { margin-top: 10px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.offer-countdown > span {
  min-width: 0;
  padding: 8px 6px 7px;
  display: grid;
  justify-items: center;
  gap: 1px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
}
.offer-countdown b { color: var(--td-ink); font-size: 1.18rem; font-variant-numeric: tabular-nums; letter-spacing: -.035em; line-height: 1; }
.offer-countdown small { color: #657078; font-size: .58rem; font-weight: 760; letter-spacing: .045em; text-transform: uppercase; }
.offer-highlights {
  margin: 18px 0 0;
  padding: 16px;
  display: grid;
  gap: 12px;
  border-radius: 18px;
  background: var(--td-surface);
  list-style: none;
}
.offer-highlights li { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 9px; font-size: .88rem; }
.offer-highlights svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.1; }
.offer-highlights b { font-size: .77rem; }
.button--offer { position: relative; width: 100%; min-height: 58px; margin-top: 22px; z-index: 1; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--td-primary);
  font-size: .91rem;
  font-weight: 760;
  text-decoration: none;
}
.text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .16s ease; }
.text-link:hover svg { transform: translateX(3px); }
.text-link--offer { margin-top: 17px; color: var(--td-primary-deep); }
.limited-note { margin: 13px 0 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--td-ink-soft); font-size: .76rem; font-weight: 690; }
.limited-note > span:first-child { width: 6px; height: 6px; border-radius: 50%; background: var(--td-primary); }

.section { padding: 90px 0; }
.section-intro { max-width: 620px; }
.section-intro h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4vw, 3.6rem);
  font-weight: 760;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.section-intro p { max-width: 580px; margin: 18px 0 0; color: var(--td-ink-soft); font-size: 1rem; line-height: 1.65; }
.section-intro--center { margin-inline: auto; text-align: center; }

.benefits-section { background: var(--td-surface); }
.benefit-grid {
  margin-top: 42px;
  padding: 34px 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  border-radius: 28px;
  background: var(--td-white);
  box-shadow: 0 18px 54px rgba(26, 28, 45, .055);
}
.benefit-card { display: grid; grid-template-columns: 34px 1fr; align-content: start; column-gap: 14px; }
.line-icon { width: 32px; height: 32px; display: inline-grid; place-items: center; color: var(--td-primary); }
.line-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.benefit-card h3 { margin: 3px 0 0; font-size: 1.08rem; letter-spacing: -.025em; line-height: 1.2; }
.benefit-card p { grid-column: 2; margin: 9px 0 0; color: var(--td-ink-soft); font-size: .91rem; line-height: 1.55; }

.includes-section { background: var(--td-white); }
.includes-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(48px, 7vw, 92px); }
.includes-panel { padding: 32px; border-radius: 28px; background: var(--td-surface); }
.includes-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 28px; list-style: none; }
.includes-list li { display: grid; grid-template-columns: 23px 1fr; align-items: start; gap: 10px; color: #33363d; font-size: .91rem; line-height: 1.46; }
.includes-list svg { width: 21px; height: 21px; color: var(--td-primary); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.includes-cta { margin-top: 30px; }

.examples-section { overflow: hidden; background: var(--td-surface); }
.example-grid { margin-top: 39px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.example-card { min-width: 0; margin: 0; }
.example-card__visual {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 21px;
  background: #e6e9ec;
  box-shadow: 0 18px 48px rgba(26, 28, 45, .09);
}
.example-card__visual picture { display: block; width: 100%; height: 100%; }
.example-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transform: scale(1);
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
}
.example-card__caption { padding: 17px 3px 0; }
.example-sector {
  display: block;
  color: var(--td-primary-deep);
  font-size: .69rem;
  font-weight: 820;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.example-card h3 { margin: 7px 0 0; font-size: 1.16rem; letter-spacing: -.031em; line-height: 1.16; }
.example-card p { margin: 9px 0 0; color: var(--td-ink-soft); font-size: .86rem; line-height: 1.5; }
@media (hover: hover) and (pointer: fine) {
  .example-card:hover .example-card__image { transform: scale(1.018); }
}

.faq-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(48px, 7vw, 92px); }

.faq-section { background: var(--td-surface); }
.faq-list { overflow: hidden; border-radius: 28px; background: var(--td-white); box-shadow: 0 18px 54px rgba(26, 28, 45, .055); }
.faq-trigger {
  width: 100%;
  min-height: 72px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: var(--td-ink);
  cursor: pointer;
  font-size: .96rem;
  font-weight: 720;
  line-height: 1.35;
  text-align: left;
}
.faq-item:not(:last-child) .faq-trigger { box-shadow: inset 0 -1px rgba(18, 19, 22, .065); }
.faq-trigger:hover { background: #fafafd; }
.faq-trigger svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--td-primary); stroke-width: 1.8; transition: transform .2s ease; }
.faq-trigger[aria-expanded="true"] svg { transform: rotate(90deg); }
.faq-answer { opacity: 0; transform: translateY(-5px); transition: opacity .16s ease, transform .22s cubic-bezier(.22, 1, .36, 1); }
.faq-answer[hidden] { display: none; }
.faq-answer.is-open { opacity: 1; transform: translateY(0); }
.faq-answer__inner { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 58px 23px 24px; color: var(--td-ink-soft); font-size: .91rem; line-height: 1.62; }

.final-cta {
  margin-top: 48px;
  padding: 70px;
  border-radius: 32px;
  background: var(--td-dark);
  color: var(--td-white);
}
.final-cta__copy { max-width: 770px; }
.final-kicker { margin: 0 0 17px; color: var(--td-primary); font-size: .75rem; font-weight: 830; letter-spacing: .1em; text-transform: uppercase; }
.final-cta h2 { max-width: 760px; }
.final-cta__copy > p:not(.final-kicker) { max-width: 620px; margin: 20px 0 28px; color: rgba(255, 255, 255, .72); font-size: 1rem; line-height: 1.62; }
.final-contact { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255, 255, 255, .64); font-size: .84rem; }
.final-contact a { color: var(--td-white); font-weight: 760; text-decoration: none; }
.conditions { padding: 34px 0 46px; }
.conditions p { max-width: 930px; margin: 0; color: #696d75; font-size: .8rem; line-height: 1.62; }
.site-footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--td-ink-soft); font-size: .82rem; }
.site-footer .brand { font-size: .92rem; }
.mobile-cta { display: none; }
.mobile-cta[hidden] { display: none !important; }

.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity .42s cubic-bezier(.22, 1, .36, 1), transform .52s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }
.reveal-ready .example-card .example-card__image { transform: scale(1.025); }
.reveal-ready .example-card.is-visible .example-card__image { transform: scale(1); }
.hero-copy > :not(.offer499-cat) { animation: hero-in .48s cubic-bezier(.22, 1, .36, 1) both; }
.hero-copy > *:nth-child(2) { animation-delay: 50ms; }
.hero-copy > *:nth-child(3) { animation-delay: 95ms; }
.hero-copy > *:nth-child(4) { animation-delay: 135ms; }
.offer-panel { animation: offer-in .54s cubic-bezier(.22, 1, .36, 1) 80ms both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(10px); } }
@keyframes offer-in { from { opacity: 0; transform: translateY(14px) scale(.985); } }
@keyframes reveal-in { from { opacity: .62; transform: translateY(9px); } }
@keyframes cat-arrive {
  0% { opacity: 0; transform: translate3d(-1.4rem, .7rem, 0) scale(.9) rotate(-4deg); }
  35% { opacity: 1; transform: translate3d(-.82rem, -.08rem, 0) scale(.97) rotate(2.2deg); }
  60% { transform: translate3d(-.38rem, .06rem, 0) scale(.985) rotate(-1.5deg); }
  80% { transform: translate3d(-.1rem, -.04rem, 0) scale(.995) rotate(.7deg); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0); }
}
@keyframes cat-breathe { 0%, 100% { transform: translate3d(0, 0, 0) rotate(-.3deg); } 50% { transform: translate3d(0, -.28rem, 0) rotate(.4deg); } }
@keyframes offer-cat-work {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.2deg); }
  24% { transform: translate3d(0, -.07rem, 0) rotate(.2deg); }
  42% { transform: translate3d(0, -.03rem, 0) rotate(-.1deg); }
  50% { transform: translate3d(0, -.06rem, 0) rotate(-.2deg); }
  57% { transform: translate3d(0, -.14rem, 0) rotate(-.8deg); }
  64% { transform: translate3d(.06rem, 0, 0) rotate(.65deg); }
  71% { transform: translate3d(-.05rem, -.1rem, 0) rotate(-.55deg); }
  77% { transform: translate3d(.04rem, 0, 0) rotate(.4deg); }
  82% { transform: translate3d(0, -.05rem, 0) rotate(-.12deg); }
  92% { transform: translate3d(0, -.08rem, 0) rotate(.18deg); }
}
@keyframes offer-cat-screen {
  0%, 46%, 82%, 100% { opacity: .04; transform: scale(.88) rotate(-5deg); }
  57%, 74% { opacity: .74; transform: scale(1.06) rotate(-5deg); }
  65% { opacity: .3; transform: scale(.96) rotate(-5deg); }
}
@keyframes offer-cat-data {
  0%, 48%, 84%, 100% { opacity: 0; transform: translate3d(-.3rem, .25rem, 0) scale(.6); }
  59% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  76% { opacity: 0; transform: translate3d(.35rem, -.45rem, 0) scale(1.12); }
}
@keyframes deadline-pulse { 50% { opacity: .55; box-shadow: 0 0 0 8px rgba(0, 153, 213, 0); } }

@media (max-width: 920px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .86fr); gap: 42px; }
  h1 { font-size: clamp(3.2rem, 6.2vw, 4.1rem); }
  .section { padding-block: 76px; }
  .includes-layout, .faq-layout { gap: 42px; }
  .includes-list { grid-template-columns: 1fr; }
}

@media (max-width: 699px) {
  html { scroll-padding-top: 62px; }
  .container { width: min(100% - 32px, 560px); }
  .site-header { min-height: 62px; gap: 10px; }
  .site-header .brand { gap: 7px; font-size: .94rem; }
  .site-header .brand img { width: 30px; height: 30px; }
  .header-nav { gap: 8px; }
  .header-nav > a:not(.button) { display: none; }
  .button--compact { min-height: 40px; padding-inline: 11px; font-size: .72rem; }

  .hero-shell { border-radius: 0 0 25px 25px; }
  .hero { min-height: 0; padding: 27px 0 40px; grid-template-columns: 1fr; gap: 20px; }
  .eyebrow { margin-bottom: 12px; font-size: .67rem; }
  h1 { max-width: 470px; font-size: clamp(2.34rem, 11.6vw, 3.08rem); letter-spacing: -.057em; line-height: .99; }
  .hero-subtitle { margin-top: 16px; font-size: .98rem; line-height: 1.38; }
  .hero-value { margin-top: 13px; font-size: .89rem; line-height: 1.52; }
  .offer499-cat { width: 7.9rem; margin: .35rem .4rem -2.85rem auto; }
  .offer-panel { padding: 20px; border-radius: 23px; }
  .offer-panel::after { display: none; }
  .previous-price { font-size: .91rem; }
  .discount-badge { padding: 6px 9px; font-size: .76rem; }
  .now-label { margin-top: 14px; }
  .price-line strong { font-size: clamp(4rem, 20vw, 4.8rem); }
  .price-currency { font-size: .9rem; }
  .savings { margin-top: 5px; font-size: .94rem; }
  .offer-highlights { margin: 17px 0 0; padding: 14px; gap: 10px; }
  .offer-highlights li { font-size: .82rem; }
  .offer-highlights b { font-size: .72rem; }
  .button { min-height: 54px; padding-inline: 17px; font-size: .9rem; }
  .offer-deadline { margin-top: 14px; padding: 12px; }
  .offer-deadline__headline { align-items: flex-start; }
  .offer-deadline__headline time { max-width: 7rem; text-align: right; line-height: 1.3; }
  .offer-countdown { gap: 5px; }
  .offer-countdown > span { padding-inline: 3px; }
  .offer-countdown b { font-size: 1.08rem; }
  .button--offer { min-height: 56px; margin-top: 14px; }
  .text-link--offer { margin-top: 14px; font-size: .85rem; }
  .limited-note { margin-top: 11px; }

  .section { padding-block: 57px; }
  .section-intro h2, .final-cta h2 { font-size: clamp(2.05rem, 9.1vw, 2.55rem); letter-spacing: -.047em; line-height: 1.04; }
  .section-intro p { margin-top: 14px; font-size: .91rem; line-height: 1.55; }
  .section-intro--center { text-align: left; }
  .benefit-grid { margin-top: 29px; padding: 7px 21px; display: block; border-radius: 23px; }
  .benefit-card { padding: 17px 0; grid-template-columns: 32px 1fr; column-gap: 13px; }
  .benefit-card h3 { font-size: 1rem; }
  .benefit-card p { margin-top: 7px; font-size: .86rem; }

  .includes-layout, .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .includes-panel { padding: 22px 20px; border-radius: 23px; }
  .includes-list { gap: 15px; }
  .includes-list li { font-size: .87rem; line-height: 1.42; }
  .includes-cta { margin-top: 24px; }
  .includes-cta .button { width: 100%; }

  .example-grid {
    width: auto;
    margin: 29px -16px 0;
    padding: 0 16px 12px;
    display: flex;
    gap: 13px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .example-grid::-webkit-scrollbar { display: none; }
  .example-card { width: min(86vw, 342px); flex: 0 0 auto; scroll-snap-align: start; scroll-snap-stop: always; }
  .example-card__visual { border-radius: 18px; }
  .example-card__caption { padding: 15px 2px 0; }
  .example-card h3 { font-size: 1.08rem; }
  .example-card p { font-size: .83rem; }
  .faq-list { border-radius: 23px; }
  .faq-trigger { min-height: 64px; padding: 16px 18px; gap: 14px; font-size: .88rem; }
  .faq-answer p { padding: 0 45px 20px 18px; font-size: .85rem; }

  .final-cta { width: min(100% - 32px, 560px); margin-top: 34px; padding: 34px 23px; border-radius: 24px; }
  .final-kicker { margin-bottom: 13px; }
  .final-cta__copy > p:not(.final-kicker) { margin: 16px 0 23px; font-size: .91rem; }
  .final-cta .button { width: 100%; }
  .final-contact { gap: 6px; font-size: .76rem; line-height: 1.5; }
  .conditions { padding: 27px 0 37px; }
  .conditions p { font-size: .76rem; line-height: 1.58; }
  .site-footer { min-height: 88px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .site-footer p { margin: 0; }

  .mobile-cta {
    position: fixed;
    z-index: 50;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 56px;
    display: inline-flex;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, calc(100% + 20px), 0);
    transition: opacity .16s ease, transform .24s cubic-bezier(.25, 1, .5, 1);
    box-shadow: 0 14px 34px rgba(18, 19, 22, .3);
  }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translate3d(0, 0, 0); }

  /* Evita rerasterizar el filtro durante cada microgesto en Safari iOS. */
  .offer499-cat__sprite { filter: none; }
  .offer499-cat::after {
    position: absolute;
    z-index: -1;
    right: 18%;
    bottom: 7%;
    left: 18%;
    height: 10%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(12, 12, 9, .2), rgba(12, 12, 9, 0) 72%);
    content: "";
    pointer-events: none;
  }
}

@media (max-width: 359px) {
  .container { width: calc(100% - 28px); }
  .site-header .brand { font-size: .86rem; }
  .site-header .brand img { width: 28px; height: 28px; }
  .button--compact { padding-inline: 9px; font-size: .67rem; }
  .offer-panel { padding-inline: 20px; }
  .offer-highlights { padding-inline: 12px; }
  .mobile-cta { right: 10px; left: 10px; font-size: .84rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal { opacity: 1 !important; transform: none !important; }
  .example-card__image { transform: none !important; }
  .mobile-cta.is-visible { opacity: 1 !important; transform: none !important; }
  .offer499-cat,
  .offer499-cat__sprite,
  .offer499-cat__action::before,
  .offer499-cat__action::after,
  .offer-deadline__headline strong span { animation: none !important; }
  .offer499-cat__action { display: none; }
}

html.offer-expired .offer-deadline { background: #edf0f2; }
html.offer-expired .offer-deadline__headline strong { color: #5f636c; }
html.offer-expired .offer-deadline__headline strong span { background: #858b92; box-shadow: none; animation: none; }
html.offer-expired .discount-badge { background: #737980; }
