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

/* ===== SKIP LINK — accessibility ===== */
.tvp-skip{position:absolute;top:-100px;left:0;z-index:1000000;background:var(--green);color:#fff;padding:12px 20px;font-weight:700;font-size:.9rem;border-radius:0 0 8px 0;text-decoration:none;transition:top .2s;}
.tvp-skip:focus{top:0;outline:2px solid var(--gold);outline-offset:2px;}

/* ===== FOCUS-VISIBLE — consistent keyboard outline ===== */
.tvp-body a:focus-visible,
.tvp-body button:focus-visible,
.tvp-body [role="button"]:focus-visible,
.tvp-body summary:focus-visible,
.tvp-body .tvp-dot:focus-visible,
.tvp-body .tvp-burger:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px;}

:root{
  --green:#1aa454;
  --green-2:#0f7e41;
  --green-soft:rgba(26,164,84,.14);
  --wa:#25d366;
  --gold:#ffcc00;
  --gold-soft:rgba(255,204,0,.12);
  --red:#e3372e;
  --red-2:#c2231b;
  --red-soft:rgba(227,55,46,.14);
  --flag:linear-gradient(110deg,#1aa454 0%,#ffcc00 50%,#e3372e 100%);
  --bg:#070a0e;
  --bg-2:#0b0f15;
  --bg-3:#0f141c;
  --panel:rgba(255,255,255,.045);
  --panel-2:rgba(255,255,255,.06);
  --bd:rgba(255,255,255,.09);
  --bd-2:rgba(255,255,255,.14);
  --txt:#eaf1f8;
  --muted:#92a1b4;
  --radius:20px;
  --radius-sm:14px;
  --maxw:1180px;
  --shadow:0 24px 60px rgba(0,0,0,.5);
  --font:'Manrope',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --head:'Sora','Manrope',system-ui,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.tvp-body{
  margin:0;
  background:var(--bg);
  color:var(--txt);
  font-family:var(--font);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.tvp-body::before{
  content:"";
  position:fixed;
  inset:0 0 auto 0;
  height:680px;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(640px 340px at 12% -5%,rgba(26,164,84,.22),transparent 60%),
    radial-gradient(620px 360px at 92% -8%,rgba(227,55,46,.20),transparent 62%),
    radial-gradient(700px 300px at 52% -12%,rgba(255,204,0,.08),transparent 60%);
}
body.tvp-body>*:not(.tvp-fab):not(.tvp-backtotop):not(.tvp-cookie-banner){position:relative;z-index:1}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--head);line-height:1.12;letter-spacing:-.02em;margin:0}
.tvp-container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}

.tvp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5em;
  font-family:var(--head);
  font-weight:700;
  font-size:.95rem;
  line-height:1;
  cursor:pointer;
  padding:.85em 1.5em;
  border-radius:999px;
  border:1.5px solid transparent;
  white-space:nowrap;
  transition:transform .15s ease,box-shadow .22s ease,background .22s ease,border-color .22s;
}
.tvp-btn:hover{transform:translateY(-2px)}
.tvp-btn--primary{background:linear-gradient(135deg,var(--red),var(--red-2));color:#fff;box-shadow:0 10px 28px rgba(227,55,46,.42)}
.tvp-btn--primary:hover{box-shadow:0 16px 36px rgba(227,55,46,.6)}
.tvp-btn--gold{background:linear-gradient(135deg,var(--gold),#e0a800);color:#2a1d00;box-shadow:0 10px 26px rgba(255,204,0,.35)}
.tvp-btn--whatsapp{background:var(--wa);color:#06240f;box-shadow:0 10px 26px rgba(37,211,102,.34)}
.tvp-btn--wa-ghost{background:rgba(37,211,102,.12);color:#7ff0a8;border-color:rgba(37,211,102,.32)}
.tvp-btn--wa-ghost:hover{background:rgba(37,211,102,.2);color:#fff}
.tvp-btn--ghost{background:rgba(255,255,255,.04);color:#fff;border-color:var(--bd)}
.tvp-btn--ghost:hover{border-color:var(--bd-2);background:rgba(255,255,255,.08)}
.tvp-btn--block{display:flex;width:100%}

.tvp-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(7,10,14,.72);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.06);
  transition:box-shadow .3s,background .3s;
}
.tvp-header::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--flag);z-index:1}
.tvp-header.is-scrolled{background:rgba(7,10,14,.92);box-shadow:0 10px 30px rgba(0,0,0,.4)}
.tvp-header__inner{display:flex;align-items:center;gap:22px;min-height:76px;overflow:visible}
.tvp-header__logo img{height:42px;width:auto}
.tvp-header__nav{display:flex;gap:28px;margin-left:10px}
.tvp-header__nav a{font-weight:600;font-size:.95rem;color:var(--muted);transition:color .2s;position:relative}
.tvp-header__nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--green);transition:right .25s}
.tvp-header__nav a:hover,
.tvp-header__nav a[aria-current="page"]{color:#fff}
.tvp-header__nav a:hover::after,
.tvp-header__nav a[aria-current="page"]::after{right:0}

/* Dropdown Menu */
.tvp-dropdown{position:relative}
.tvp-dropdown__toggle{
  display:inline-flex;align-items:center;gap:5px;
  font-family:inherit;font-weight:600;font-size:.95rem;
  color:var(--muted);background:none;border:0;cursor:pointer;padding:0;
  transition:color .2s;outline:none;
}
.tvp-dropdown__toggle:hover,
.tvp-dropdown__toggle[aria-expanded=true]{color:#fff;background:rgba(255,255,255,.06);border-radius:8px;padding:4px 10px;margin:-4px -10px}
.tvp-dropdown__arrow{transition:transform .25s;color:var(--green)}
.tvp-dropdown__toggle[aria-expanded=true] .tvp-dropdown__arrow{transform:rotate(180deg)}
.tvp-dropdown__menu{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);
  min-width:200px;padding:8px;
  background:rgba(15,20,28,.96);border:1px solid rgba(255,255,255,.12);border-radius:16px;
  box-shadow:0 24px 56px rgba(0,0,0,.7);
  opacity:0;visibility:hidden;
  transition:opacity .2s,visibility .2s,transform .2s;
  transform:translateX(-50%) translateY(-6px);
  z-index:99;
}
.tvp-dropdown__menu a{
  display:block;padding:10px 16px;border-radius:10px;
  font-weight:500;font-size:.92rem;color:#dde6f0;
  transition:background .2s,color .2s;
}
.tvp-dropdown__menu a:hover{background:rgba(255,255,255,.06);color:#fff}
/* Show dropdown on hover and when expanded */
.tvp-dropdown:hover .tvp-dropdown__menu,
.tvp-dropdown__toggle:focus + .tvp-dropdown__menu,
.tvp-dropdown__toggle[aria-expanded="true"] + .tvp-dropdown__menu,
.tvp-dropdown__menu:hover{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}


.tvp-header__actions{margin-left:auto;display:flex;gap:10px;align-items:center}
.tvp-burger{display:none;margin-left:auto;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:11px;min-width:44px;min-height:44px;justify-content:center;align-items:center}
.tvp-burger span{width:26px;height:2.5px;background:#fff;border-radius:3px;transition:.28s}
.tvp-header.is-open .tvp-burger span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.tvp-header.is-open .tvp-burger span:nth-child(2){opacity:0}
.tvp-header.is-open .tvp-burger span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.tvp-mobilenav{display:none;flex-direction:column;gap:4px;padding:12px 22px 22px;background:var(--bg-2);border-bottom:1px solid var(--bd)}
.tvp-header.is-open .tvp-mobilenav{display:flex}
.tvp-mobilenav a{padding:13px 6px;font-weight:600;color:var(--txt);border-bottom:1px solid rgba(255,255,255,.05)}
.tvp-mobilenav .tvp-btn{margin-top:12px;border-bottom:0}
.tvp-mobilenav__section{
  display:flex;justify-content:space-between;align-items:center;gap:8px;
  padding:13px 6px;font-family:inherit;font-weight:600;font-size:1rem;
  color:var(--txt);background:none;border:0;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;width:100%;text-align:left;
}
.tvp-mobilenav__chev{transition:transform .25s;flex-shrink:0}
.tvp-mobilenav__section[aria-expanded="true"] .tvp-mobilenav__chev{transform:rotate(180deg)}
.tvp-mobilenav__sub{display:flex;flex-direction:column;padding-left:16px}
.tvp-mobilenav__sub a{padding:10px 6px;font-size:.94rem;color:var(--muted)}


.tvp-shell{padding:74px 0 88px}
.tvp-shell__hero{
  max-width:var(--maxw);
  margin:0 auto 40px;
  padding:0 22px;
}
.tvp-shell__hero-inner{
  position:relative;
  overflow:hidden;
  border:1px solid var(--bd);
  border-radius:28px;
  padding:42px;
  background:
    radial-gradient(680px 280px at 12% 0%,rgba(26,164,84,.22),transparent 62%),
    radial-gradient(560px 260px at 88% 8%,rgba(227,55,46,.18),transparent 58%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  box-shadow:var(--shadow);
}
.tvp-shell__hero-inner::after{
  content:"";
  position:absolute;
  inset:auto -10% -45% auto;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,204,0,.14),transparent 62%);
  pointer-events:none;
}
.tvp-shell__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:16px;
  padding:.45em .95em;
  border-radius:999px;
  border:1px solid rgba(255,204,0,.28);
  background:var(--gold-soft);
  color:var(--gold);
  font-family:var(--head);
  font-weight:700;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.tvp-shell__title{max-width:13ch;font-size:clamp(2.1rem,4vw,3.45rem);font-weight:800}
.tvp-shell__lead{max-width:760px;margin:16px 0 0;color:#c8d5e3;font-size:1.06rem}
.tvp-shell__meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.tvp-meta-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:.72em 1em;
  border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  color:#dbe5ef;
  font-weight:600;
  font-size:.92rem;
}
.tvp-meta-pill strong{font-family:var(--head);font-size:1rem;color:#fff}
.tvp-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;color:var(--muted);font-size:.9rem}
.tvp-breadcrumbs a{color:#dbe5ef}
.tvp-breadcrumbs span[aria-hidden="true"]{color:rgba(255,255,255,.24)}

.tvp-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}
.tvp-surface{
  background:var(--panel);
  border:1px solid var(--bd);
  border-radius:24px;
  box-shadow:var(--shadow);
}
.tvp-surface--padded{padding:30px}
.tvp-sidebar{display:flex;flex-direction:column;gap:22px}
.tvp-sticky{position:sticky;top:110px}

.tvp-hero-media{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,rgba(26,164,84,.22),rgba(227,55,46,.18));
  margin-bottom:24px;
}
.tvp-hero-media img{width:100%;height:auto;object-fit:cover}
.tvp-plan-visual{
  min-height:260px;
  display:grid;
  place-items:center;
  padding:36px;
  text-align:center;
  background:
    radial-gradient(circle at top left,rgba(26,164,84,.26),transparent 44%),
    radial-gradient(circle at bottom right,rgba(227,55,46,.2),transparent 48%),
    linear-gradient(140deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  margin-bottom:24px;
}
.tvp-plan-visual__label{font-family:var(--head);font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;color:#cbd7e2}
.tvp-plan-visual__price{display:flex;align-items:flex-start;justify-content:center;gap:8px;margin-top:12px}
.tvp-plan-visual__currency{font-family:var(--head);font-size:1.8rem;color:#a5b6c8;margin-top:10px}
.tvp-plan-visual__amount{font-family:var(--head);font-size:4rem;font-weight:800;line-height:1;background:linear-gradient(120deg,#fff,#b6e6cb);-webkit-background-clip:text;background-clip:text;color:transparent}

.tvp-prose{
  color:#d8e0ea;
  font-size:1rem;
  line-height:1.8;
}
.tvp-prose--after-media{margin-top:0}
.tvp-prose>*:first-child{margin-top:0}
.tvp-prose>*:last-child{margin-bottom:0}
.tvp-prose h2,
.tvp-prose h3,
.tvp-prose h4{margin:1.8em 0 .6em;font-size:clamp(1.3rem,2.5vw,1.85rem)}
.tvp-prose p,
.tvp-prose ul,
.tvp-prose ol,
.tvp-prose blockquote{margin:0 0 1.1em}
.tvp-prose ul,
.tvp-prose ol{padding-left:1.35em}
.tvp-prose li+li{margin-top:.35em}
.tvp-prose a{color:#a2f0bf;text-decoration:underline;text-decoration-color:rgba(162,240,191,.35)}
.tvp-prose strong{color:#fff}
.tvp-prose blockquote{
  padding:18px 20px;
  border-left:4px solid var(--green);
  border-radius:0 16px 16px 0;
  background:rgba(255,255,255,.04);
  color:#eef5fb;
}

.tvp-fact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.tvp-fact{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
}
.tvp-fact__label{display:block;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
.tvp-fact__value{display:block;margin-top:8px;font-family:var(--head);font-size:1.3rem;font-weight:700}

.tvp-feature-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tvp-feature-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#d8e0ea;
}
.tvp-feature-list span{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:rgba(26,164,84,.14);
  color:var(--green);
  font-weight:800;
  flex:0 0 auto;
}

.tvp-taxonomy-row,
.tvp-chip-row{display:flex;flex-wrap:wrap;gap:10px}
.tvp-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:.55em .9em;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:#e4edf6;
  font-weight:600;
  font-size:.88rem;
}

.tvp-card-title{font-size:1.2rem;font-weight:700}
.tvp-card-text{margin:0;color:var(--muted)}

.tvp-post-card,
.tvp-plan-card-lite{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:var(--panel);
  border:1px solid var(--bd);
  border-radius:22px;
  box-shadow:var(--shadow);
}
.tvp-post-card__media,
.tvp-plan-card-lite__media{
  display:block;
  overflow:hidden;
  aspect-ratio:16/10;
  background:
    radial-gradient(circle at top left,rgba(26,164,84,.22),transparent 40%),
    radial-gradient(circle at bottom right,rgba(227,55,46,.18),transparent 44%),
    linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.tvp-post-card__media img,
.tvp-plan-card-lite__media img{width:100%;height:100%;object-fit:cover}
.tvp-post-card__body,
.tvp-plan-card-lite__body{padding:24px}
.tvp-post-card__meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px;color:var(--muted);font-size:.84rem}
.tvp-post-card__title,
.tvp-plan-card-lite__title{font-size:1.32rem;font-weight:700}
.tvp-post-card__title a,
.tvp-plan-card-lite__title a{color:#fff}
.tvp-post-card__title a:hover,
.tvp-plan-card-lite__title a:hover{color:#bff1cf}
.tvp-post-card__excerpt,
.tvp-plan-card-lite__text{margin:12px 0 0;color:#cedae6}
.tvp-post-card__footer,
.tvp-plan-card-lite__footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:20px}
.tvp-post-card__link,
.tvp-plan-card-lite__link{display:inline-flex;align-items:center;gap:8px;font-family:var(--head);font-weight:700;color:#fff}

.tvp-archive-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.tvp-section-stack{display:flex;flex-direction:column;gap:28px}
.tvp-pagination{display:flex;justify-content:center;margin-top:34px}
.tvp-pagination .nav-links{display:flex;flex-wrap:wrap;gap:10px}
.tvp-pagination .page-numbers{
  min-width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#dce6ef;
  font-weight:700;
}
.tvp-pagination .page-numbers.current{
  background:linear-gradient(135deg,var(--green),var(--green-2));
  border-color:transparent;
  color:#fff;
}

.tvp-empty{
  padding:38px;
  text-align:center;
  border-radius:24px;
  border:1px dashed rgba(255,255,255,.16);
  color:var(--muted);
  background:rgba(255,255,255,.03);
}
.tvp-empty h2{margin-bottom:10px}

.tvp-cta-block{
  padding:30px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(420px 180px at 0% 0%,rgba(26,164,84,.18),transparent 60%),
    radial-gradient(360px 180px at 100% 0%,rgba(227,55,46,.16),transparent 60%),
    rgba(255,255,255,.04);
}
.tvp-cta-block h3{font-size:1.4rem}
.tvp-cta-block p{margin:10px 0 0;color:#cfdbe6}
.tvp-cta-block__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.tvp-space-top{margin-top:22px}

.tvp-link-list{
  list-style:none;
  padding:0;
  margin:20px 0 0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tvp-link-list li{
  color:#d9e3ed;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.tvp-link-list li:last-child{padding-bottom:0;border-bottom:0}
.tvp-link-list a{display:block;color:#e8f1f8;font-weight:600}
.tvp-link-list a:hover{color:#bff1cf}
.tvp-link-list--compact{
  margin-top:18px;
  gap:10px;
}
.tvp-link-list--compact li{
  font-size:.92rem;
  color:#cbd8e3;
}

.tvp-price-stack{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:18px 0 10px;
}
.tvp-price-stack__currency{
  font-family:var(--head);
  font-size:1.5rem;
  color:#9fb2c6;
  margin-top:10px;
}
.tvp-price-stack__amount{
  font-family:var(--head);
  font-size:3.7rem;
  font-weight:800;
  line-height:1;
  background:linear-gradient(120deg,#fff,#b6e6cb);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.tvp-footer{background:#05070a;border-top:1px solid rgba(255,255,255,.06);padding:58px 0 26px;position:relative}
.tvp-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--flag)}
.tvp-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}
.tvp-footer__brand img{height:42px;margin-bottom:16px}
.tvp-footer__brand p{color:var(--muted);font-size:.94rem;margin:0 0 18px;max-width:340px}
.tvp-footer__col h4{font-family:var(--head);font-size:.96rem;margin-bottom:14px}
.tvp-footer__col a{display:block;color:var(--muted);padding:6px 0;font-size:.92rem;transition:color .2s}
.tvp-footer__col a:hover{color:#fff}
.tvp-footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-top:42px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.06);
  color:var(--muted);
  font-size:.82rem;
}
.tvp-footer__note{opacity:.7}

.tvp-fab{
  position:fixed;
  right:20px;
  bottom:max(20px, env(safe-area-inset-bottom, 20px));
  z-index:90;
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--wa);
  color:#06240f;
  display:grid;
  place-items:center;
  box-shadow:0 12px 30px rgba(37,211,102,.5);
  animation:tvp-float 3s ease-in-out infinite;
}
.tvp-fab:hover{transform:scale(1.08);animation-play-state:paused}
/* bulletproof: always fixed bottom-right, can't be overridden by body>* rules */
body.tvp-body .tvp-fab{position:fixed;right:20px;left:auto;bottom:max(20px, env(safe-area-inset-bottom, 20px));z-index:90;}
@keyframes tvp-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

@media (max-width:1100px){
  .tvp-layout{grid-template-columns:1fr}
  .tvp-sticky{position:static}
  .tvp-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  .tvp-header__nav,.tvp-header__actions{display:none}
  .tvp-burger{display:flex}
  .tvp-shell{padding:52px 0 68px}
  .tvp-shell__hero-inner{padding:32px 24px}
  .tvp-shell__title{max-width:none}
  .tvp-fact-grid{grid-template-columns:1fr}
  .tvp-archive-grid{grid-template-columns:1fr}
  .tvp-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  body.tvp-body{font-size:16px}
  .tvp-shell__hero{margin-bottom:30px}
  .tvp-shell__hero-inner{padding:28px 20px;border-radius:24px}
  .tvp-shell__meta{gap:10px}
  .tvp-meta-pill{width:100%}
  .tvp-surface--padded,.tvp-post-card__body,.tvp-plan-card-lite__body,.tvp-cta-block{padding:22px}
  .tvp-footer__grid{grid-template-columns:1fr}
  .tvp-footer__bottom{flex-direction:column}
  .tvp-cta-block__actions{flex-direction:column}
  .tvp-cta-block__actions .tvp-btn{width:100%}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
