/* ==========================================================================
   TopFollow — стили новых SEO-страниц
   Палитра, шрифт и градиент — с боевого /assets/css/index.css.
   Геометрия смягчена: скругления 16px, мягкие тени вместо жёсткой рамки #c0c0c0.
   Соответствие компонентам сайта:
     .tf-eyebrow  ≈  .subtitle      (градиентная плашка, radius 50px)
     .tf-card     ≈  .advantage     (белая карточка)
     .tf-btn      ≈  .app-btn
     .tf-grad     ≈  .bg-gradient   (градиент 74deg + волна hero-bg.svg)
   DEV: блок одинаков во всех файлах — вынести один раз в index.css.
   ========================================================================== */
:root{
  --tf-bg:#f3f5ff;
  --tf-text:#212529;
  --tf-muted:#5f6577;
  --tf-purple:#7a3df7;
  --tf-pink:#e87be8;
  --tf-grad:linear-gradient(74deg,#7a3df7,#e87be8);
  --tf-border:#e7e2f7;
  --tf-green:#159158;
  --tf-red:#d92d4b;
  --tf-cyan:#1a8cbf;
  --tf-amber:#a86c07;
  --tf-r:16px;
  --tf-r-sm:12px;
  --tf-r-lg:22px;
  --tf-sh:0 1px 2px rgba(31,15,74,.04),0 10px 28px rgba(31,15,74,.055);
  --tf-sh-h:0 3px 8px rgba(122,61,247,.09),0 20px 46px rgba(122,61,247,.15);
  --tf-max:1296px;
  --tf-dark:#252525;
  --tf-font:"Mulish",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.tf-page__main,.tf-page__main *,.tf-page__main *::before,.tf-page__main *::after{box-sizing:border-box}
.tf-page{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
.tf-page{
  margin:0;background:var(--tf-bg);color:var(--tf-text);font-family:var(--tf-font);
  font-size:16px;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
.tf-page__main img,.tf-page__main svg{max-width:100%;height:auto;display:block}
.tf-page__main a{color:var(--tf-purple);text-decoration:none}
.tf-page__main a:hover{text-decoration:underline}
.tf-page__main :focus-visible{outline:3px solid var(--tf-purple);outline-offset:2px;border-radius:6px}

/* ---------- сетка ---------- */
.tf-wrap{width:100%;max-width:var(--tf-max);margin:0 auto;padding:0 16px}
.tf-sec{padding:62px 0}
.tf-sec--tight{padding:34px 0}
.tf-grid{display:grid;gap:22px}
@media(min-width:700px){
  .tf-grid--2{grid-template-columns:repeat(2,1fr)}
  .tf-grid--3{grid-template-columns:repeat(2,1fr)}
  .tf-grid--4{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:992px){
  .tf-grid--3{grid-template-columns:repeat(3,1fr)}
  .tf-grid--4{grid-template-columns:repeat(4,1fr)}
}
@media(min-width:900px){.tf-split{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center}}

/* ---------- типографика ---------- */
.tf-page__main h1,.tf-page__main h2,.tf-page__main h3,.tf-page__main h4{margin:0 0 20px;line-height:1.18;font-weight:800;letter-spacing:-1px}
.tf-page__main h1{font-size:32px}
@media(min-width:992px){.tf-page__main h1{font-size:48px}}
.tf-page__main h2{font-size:27px}
@media(min-width:992px){.tf-page__main h2{font-size:36px}}
.tf-page__main h3{font-size:20px;font-weight:700;letter-spacing:-.4px;margin-bottom:10px}
.tf-page__main p{margin:0 0 16px}
.tf-lead{font-size:18px;color:var(--tf-muted);max-width:64ch}
.tf-muted{color:var(--tf-muted)}
.tf-sm{font-size:14.5px}
.tf-grad .tf-lead,.tf-grad .tf-muted{color:rgba(255,255,255,.88)}
.tf-page__main ul,.tf-page__main ol{margin:0 0 16px;padding-left:22px}
.tf-page__main li{margin-bottom:8px}

/* плашка-надзаголовок — .subtitle */
.tf-eyebrow{
  display:inline-block;background:var(--tf-grad);padding:5px 17px;border-radius:50px;
  color:#fff;font-size:14px;font-weight:700;margin-bottom:18px;
  box-shadow:0 6px 18px rgba(122,61,247,.22);
}
.tf-grad .tf-eyebrow{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);box-shadow:none}

ul.tf-check,ul.tf-x{list-style:none;padding-left:0}
ul.tf-check li,ul.tf-x li{position:relative;padding-left:32px}
ul.tf-check li::before{
  content:"";position:absolute;left:3px;top:.44em;width:14px;height:8px;
  border-left:2.5px solid var(--tf-green);border-bottom:2.5px solid var(--tf-green);transform:rotate(-45deg);
}
ul.tf-x li::before{content:"×";position:absolute;left:4px;top:-.1em;color:var(--tf-red);font-weight:800;font-size:21px}

/* ---------- градиентный блок — .bg-gradient ---------- */
.tf-grad{position:relative;isolation:isolate;color:#fff}
.tf-grad::before{content:"";position:absolute;z-index:-1;background:var(--tf-grad);top:0;right:0;bottom:0;left:0}
.tf-grad::after{
  content:"";display:block;aspect-ratio:1268/136;margin-top:30px;
  background:url(https://topfollow.app/assets/img/hero-bg.svg) center/cover no-repeat;pointer-events:none;
}
.tf-grad h1,.tf-grad h2,.tf-grad h3{color:#fff}

/* ---------- хедер ---------- */
.tf-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:13px 0;height:66px}
.tf-header__in{display:flex;align-items:center;justify-content:space-between;gap:20px}
.tf-header img{height:32px;width:auto}
.tf-nav{display:none;gap:24px;align-items:center}
@media(min-width:1100px){.tf-nav{display:flex}}
.tf-nav a{color:rgba(255,255,255,.84);font-size:15px;font-weight:600}
.tf-nav a:hover,.tf-nav a[aria-current=page]{color:#fff;text-decoration:none}

/* ---------- хлебные крошки ---------- */
.tf-crumbs{font-size:14px;padding-top:94px}
.tf-crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:9px;margin:0;padding:0}
.tf-crumbs li{display:flex;align-items:center;gap:9px;margin:0}
.tf-crumbs li+li::before{content:"›";opacity:.6}
.tf-crumbs a{color:rgba(255,255,255,.84)}
.tf-crumbs [aria-current=page]{color:#fff;font-weight:700}

.tf-hero{padding-bottom:10px}
.tf-hero h1{margin-bottom:18px}

/* ---------- QUICK ANSWER ---------- */
.tf-answer{
  position:relative;background:#fff;border-radius:var(--tf-r);padding:24px 26px 24px 30px;
  margin:28px 0 0;color:var(--tf-text);box-shadow:0 4px 12px rgba(31,15,74,.07),0 18px 44px rgba(31,15,74,.09);
  overflow:hidden;
}
.tf-answer::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--tf-grad)}
.tf-answer__label{
  display:block;font-size:12.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  color:var(--tf-purple);margin-bottom:9px;
}
.tf-answer p{margin:0;font-size:17px;line-height:1.6}
.tf-answer p+p{margin-top:11px}
.tf-answer--danger::before{background:linear-gradient(180deg,#d92d4b,#e8703f)}
.tf-answer--danger .tf-answer__label{color:var(--tf-red)}

/* ---------- карточка ---------- */
.tf-card{
  background:#fff;border:1px solid var(--tf-border);border-radius:var(--tf-r);padding:26px 24px 28px;
  box-shadow:var(--tf-sh);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.tf-card:hover{transform:translateY(-4px);box-shadow:var(--tf-sh-h);border-color:rgba(122,61,247,.35)}
.tf-card p:last-child{margin-bottom:0}
.tf-card__ico{
  width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(140deg,rgba(122,61,247,.13),rgba(232,123,232,.13));margin-bottom:16px;
}
.tf-card--danger .tf-card__ico{background:linear-gradient(140deg,rgba(217,45,75,.12),rgba(232,112,63,.12))}
.tf-card--safe .tf-card__ico{background:linear-gradient(140deg,rgba(21,145,88,.13),rgba(26,140,191,.12))}

/* ---------- алерты ---------- */
.tf-alert{display:flex;gap:14px;padding:20px 22px;border-radius:var(--tf-r);margin:26px 0;border:1px solid;align-items:flex-start}
.tf-alert p{margin:0}.tf-alert p+p{margin-top:9px}
.tf-alert svg{flex:0 0 20px;margin-top:3px}
.tf-alert--danger{background:#fef4f6;border-color:#f6d3da}
.tf-alert--warn{background:#fefaf0;border-color:#f4e5c2}
.tf-alert--safe{background:#f1fbf6;border-color:#c9e9d9}

/* ---------- шаги ---------- */
.tf-steps{list-style:none;padding:0;margin:0;counter-reset:s;display:grid;gap:18px}
.tf-steps>li{
  counter-increment:s;position:relative;padding:26px 26px 28px 82px;margin:0;
  background:#fff;border:1px solid var(--tf-border);border-radius:var(--tf-r);box-shadow:var(--tf-sh);
  transition:transform .28s ease,box-shadow .28s ease;
}
.tf-steps>li:hover{transform:translateY(-3px);box-shadow:var(--tf-sh-h)}
.tf-steps>li::before{
  content:counter(s);position:absolute;left:24px;top:25px;width:40px;height:40px;border-radius:14px;
  background:var(--tf-grad);color:#fff;font-size:18px;font-weight:800;letter-spacing:0;
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(122,61,247,.3);
}
.tf-steps p:last-child{margin-bottom:0}
@media(max-width:600px){.tf-steps>li{padding:22px 18px 24px 70px}.tf-steps>li::before{left:16px;top:22px;width:36px;height:36px}}

/* ---------- код-карточка ---------- */
.tf-code{
  background:var(--tf-grad);border-radius:var(--tf-r-lg);padding:36px 26px;text-align:center;color:#fff;
  box-shadow:0 14px 40px rgba(122,61,247,.3);position:relative;overflow:hidden;
}
.tf-code::before{
  content:"";position:absolute;top:-40%;right:-15%;width:55%;height:180%;border-radius:50%;
  background:rgba(255,255,255,.09);pointer-events:none;
}
.tf-code--diamond{background:linear-gradient(74deg,#1a8cbf,#7a3df7);box-shadow:0 14px 40px rgba(26,140,191,.3)}
.tf-code>*{position:relative}
.tf-code .tf-answer__label{color:rgba(255,255,255,.92)}
.tf-code__val{
  font-size:30px;font-weight:800;letter-spacing:2.5px;margin:12px 0;word-break:break-all;
  background:rgba(255,255,255,.17);border:1.5px dashed rgba(255,255,255,.55);
  border-radius:var(--tf-r);padding:14px 22px;display:inline-block;
  transition:filter .32s ease,opacity .32s ease,transform .32s ease;
}
.tf-code.is-concealed .tf-code__val{filter:blur(7px);opacity:.72;transform:scale(.985);user-select:none}
@media(min-width:768px){.tf-code__val{font-size:38px}}
.tf-code__meta{font-size:15px;color:rgba(255,255,255,.92);margin:0 0 16px}
.tf-copy{
  appearance:none;cursor:pointer;font:inherit;font-weight:800;font-size:16px;color:var(--tf-purple);
  background:#fff;border:0;padding:14px 32px;border-radius:var(--tf-r-sm);transition:.3s;
  box-shadow:0 6px 18px rgba(0,0,0,.14);
}
.tf-copy:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.2)}
.tf-copy[data-copied="1"]{background:var(--tf-green);color:#fff}

/* ---------- таблица ---------- */
.tf-tablewrap{overflow:hidden;border:1px solid var(--tf-border);border-radius:var(--tf-r);background:#fff;box-shadow:var(--tf-sh)}
.tf-tablescroll{overflow-x:auto}
table.tf-table{width:100%;border-collapse:collapse;min-width:480px}
.tf-table th,.tf-table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--tf-border)}
.tf-table th{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--tf-muted);font-weight:800;background:#faf9ff}
.tf-table tr:last-child td{border-bottom:0}
.tf-table code{font-size:16px;font-weight:800;letter-spacing:1.2px;color:var(--tf-purple);background:rgba(122,61,247,.07);border:1.5px dashed rgba(122,61,247,.32);padding:6px 13px;border-radius:10px}
.tf-pill{display:inline-block;font-size:13px;font-weight:800;padding:4px 14px;border-radius:50px;color:#fff}
.tf-pill--on{background:var(--tf-green)}
.tf-pill--off{background:#aeb3c0}
.tf-pill--dia{background:linear-gradient(74deg,#1a8cbf,#7a3df7)}

/* ---------- FAQ ---------- */
.tf-faq{display:grid;gap:12px}
.tf-faq details{background:#fff;border:1px solid var(--tf-border);border-radius:var(--tf-r);overflow:hidden;box-shadow:var(--tf-sh);transition:box-shadow .25s ease,border-color .25s ease}
.tf-faq details[open]{border-color:rgba(122,61,247,.38);box-shadow:var(--tf-sh-h)}
.tf-faq summary{cursor:pointer;list-style:none;padding:19px 58px 19px 24px;font-weight:700;font-size:17px;position:relative}
.tf-faq summary::-webkit-details-marker{display:none}
.tf-faq summary::after{
  content:"";position:absolute;right:22px;top:50%;width:9px;height:9px;
  border-right:2.5px solid var(--tf-purple);border-bottom:2.5px solid var(--tf-purple);
  transform:translateY(-70%) rotate(45deg);transition:transform .25s ease;
}
.tf-faq details[open] summary::after{transform:translateY(-25%) rotate(-135deg)}
.tf-faq__a{padding:0 24px 21px;color:var(--tf-muted)}
.tf-faq__a p:last-child{margin-bottom:0}

/* ---------- кнопки — .app-btn ---------- */
.tf-btn{
  display:inline-block;padding:14px 26px;border-radius:var(--tf-r-sm);transition-duration:.3s;
  background:var(--tf-grad);color:#fff;font-weight:700;font-size:16px;
  box-shadow:0 8px 22px rgba(122,61,247,.26);-webkit-user-select:none;user-select:none;
}
.tf-btn:hover{text-decoration:none;color:#fff;transform:translateY(-2px);box-shadow:0 14px 32px rgba(122,61,247,.34)}
.tf-btn--ghost{background:#fff;color:var(--tf-purple);border:1.5px solid rgba(122,61,247,.4);box-shadow:var(--tf-sh)}
.tf-btn--ghost:hover{color:var(--tf-purple);box-shadow:var(--tf-sh-h)}
.tf-grad .tf-btn{background:#fff;color:var(--tf-purple);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.tf-grad .tf-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.65);box-shadow:none}
.tf-btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}
.tf-cta{
  background:#fff;border:1px solid var(--tf-border);border-radius:var(--tf-r-lg);padding:42px 30px;text-align:center;
  box-shadow:0 4px 14px rgba(31,15,74,.06),0 22px 54px rgba(31,15,74,.08);position:relative;overflow:hidden;
}
.tf-cta::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--tf-grad)}
.tf-cta .tf-btns{justify-content:center}

/* ---------- How to use: page-specific polish ---------- */
.tf-howto-heading{
  max-width:780px;margin:0 auto 34px;text-align:center;
}
.tf-howto-heading .tf-eyebrow{margin-left:auto;margin-right:auto}
.tf-howto-heading h2{margin-bottom:12px}
.tf-howto-heading p{max-width:66ch;margin:0 auto;color:var(--tf-muted);font-size:16.5px}
.tf-exchange-diagram,.tf-sec[id]{scroll-margin-top:92px}
.tf-howto-hero__steps{flex-direction:column;gap:10px}
.tf-howto-diagram{
  background:rgba(255,255,255,.78);border:1px solid rgba(122,61,247,.14);
  border-radius:28px;padding:20px 24px;box-shadow:0 20px 55px rgba(31,15,74,.08);
  overflow-x:auto;scrollbar-width:thin;
}
.tf-howto-diagram svg{display:block;min-width:760px}
.tf-howto-cta .tf-btn:not(.tf-btn--ghost){color:#fff}
.tf-howto-cta .tf-btn:not(.tf-btn--ghost):hover{color:#fff}

.tf-howto-flow{
  display:grid;grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr) 96px minmax(0,1fr);
  align-items:center;gap:14px;background:rgba(255,255,255,.8);
  border:1px solid rgba(122,61,247,.14);border-radius:28px;padding:42px;
  box-shadow:0 20px 55px rgba(31,15,74,.08);
}
.tf-howto-flow__card{
  min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:28px 22px;text-align:center;background:#fff;border:1px solid var(--tf-border);
  border-radius:24px;box-shadow:var(--tf-sh);
}
.tf-howto-flow__card h3{margin:16px 0 8px;font-size:22px}
.tf-howto-flow__card p{margin:0;max-width:25ch;color:var(--tf-muted);font-size:15.5px}
.tf-howto-flow__icon{
  width:76px;height:76px;display:grid;place-items:center;border-radius:50%;
  background:linear-gradient(145deg,rgba(122,61,247,.13),rgba(232,123,232,.16));
  color:var(--tf-purple);
}
.tf-howto-flow__icon svg{width:48px;height:48px}
.tf-howto-flow__card--result{border-color:rgba(21,145,88,.25)}
.tf-howto-flow__card--result .tf-howto-flow__icon{background:rgba(21,145,88,.12);color:var(--tf-green)}
.tf-howto-flow__coin{
  width:104px;height:104px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(145deg,#7a3df7,#e87be8);color:#fff;font-size:38px;font-weight:800;
  border:12px solid rgba(255,255,255,.42);box-shadow:0 0 0 10px rgba(122,61,247,.1),0 18px 36px rgba(122,61,247,.22);
}
.tf-howto-flow__number{margin-top:13px;font-size:29px;line-height:1;color:var(--tf-green)}
.tf-howto-flow__card--result h3{margin-top:9px}
.tf-howto-flow__connector{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--tf-muted);font-weight:700}
.tf-howto-flow__connector i{position:relative;width:100%;height:2px;background:repeating-linear-gradient(90deg,#9a68fb 0 8px,transparent 8px 15px)}
.tf-howto-flow__connector i::after{
  content:"";position:absolute;right:0;top:50%;width:10px;height:10px;
  border-top:2px solid #8a51f8;border-right:2px solid #8a51f8;transform:translateY(-50%) rotate(45deg);
}

@media(max-width:767px){
  .tf-grad--soft{padding-bottom:34px}
  .tf-grad--soft::before{left:6px;right:6px;border-radius:0 0 30px 30px}
  .tf-grad--soft .tf-blob--1{width:210px;height:210px;right:-72px;top:-52px}
  .tf-grad--soft .tf-blob--2{width:120px;height:120px;left:7%;bottom:-36px}
  .tf-grad--soft .tf-crumbs{padding-top:82px;font-size:12px}
  .tf-grad--soft .tf-crumbs li:first-child{display:none}
  .tf-grad--soft .tf-crumbs li+li::before{display:none}
  .tf-howto-hero{text-align:center;padding-top:18px}
  .tf-howto-hero__copy .tf-eyebrow{margin-left:auto;margin-right:auto;padding:5px 15px;font-size:12px}
  .tf-howto-hero h1{max-width:13ch;margin:0 auto 16px;font-size:clamp(30px,9vw,38px);line-height:1.08;letter-spacing:-1px}
  .tf-howto-hero .tf-lead{max-width:34ch;margin:0 auto 22px;font-size:16px;line-height:1.55;text-align:center}
  .tf-howto-hero__copy>.tf-btns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin:0}
  .tf-howto-hero__copy>.tf-btns .tf-btn{display:flex;align-items:center;justify-content:center;min-height:52px;padding:11px 10px;font-size:14px;line-height:1.25;text-align:center}
  .tf-howto-hero__art{margin-top:26px}
  .tf-howto-hero__steps{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important;margin-top:0!important}
  .tf-howto-hero__steps .tf-chip{min-width:0;min-height:96px;padding:14px 12px;gap:9px;text-align:left;align-items:flex-start}
  .tf-howto-hero__steps .tf-chip__n{flex-basis:34px;width:34px;height:34px;min-width:34px;font-size:13px}
  .tf-howto-hero__steps .tf-chip b{font-size:10px;line-height:1.2;margin-bottom:5px}
  .tf-howto-hero__steps .tf-chip span{font-size:13.5px;line-height:1.35}
  .tf-exchange-diagram{display:block}
  .tf-howto-heading{margin-bottom:25px}
  .tf-howto-heading h2{font-size:27px}
  .tf-howto-heading p{font-size:15.5px}
  .tf-howto-flow{grid-template-columns:1fr;gap:0;padding:18px;border-radius:22px}
  .tf-howto-flow__card{width:100%;min-height:0;padding:26px 20px;border-radius:20px}
  .tf-howto-flow__card h3{font-size:21px}
  .tf-howto-flow__connector{height:86px;justify-content:center;gap:7px}
  .tf-howto-flow__connector i{width:2px;height:38px;background:repeating-linear-gradient(180deg,#9a68fb 0 7px,transparent 7px 13px)}
  .tf-howto-flow__connector i::after{right:50%;top:auto;bottom:0;transform:translateX(50%) rotate(135deg)}
  .tf-howto-flow__coin{width:88px;height:88px;font-size:33px}
  .tf-howto-cta .tf-btns{display:grid;grid-template-columns:1fr;width:100%}
  .tf-howto-cta .tf-btn{display:block;width:100%;text-align:center}
}

@media(max-width:360px){
  .tf-howto-hero__copy>.tf-btns,.tf-howto-hero__steps{grid-template-columns:1fr}
  .tf-howto-hero__steps .tf-chip{min-height:0;align-items:center}
}

/* How-to-use mobile hero: edge-to-edge gradient and complete breadcrumbs. */
@media(max-width:767px){
  .tf-grad--soft:has(.tf-howto-hero){
    padding-bottom:32px;
    overflow:hidden;
  }
  .tf-grad--soft:has(.tf-howto-hero)::before{
    left:0;
    right:0;
    border-radius:0;
  }
  .tf-grad--soft:has(.tf-howto-hero) .tf-crumbs{
    padding-top:86px;
    font-size:12px;
  }
  .tf-grad--soft:has(.tf-howto-hero) .tf-crumbs ol{
    justify-content:center;
    gap:7px;
  }
  .tf-grad--soft:has(.tf-howto-hero) .tf-crumbs li{
    display:flex;
    gap:7px;
  }
  .tf-grad--soft:has(.tf-howto-hero) .tf-crumbs li+li::before{
    display:inline;
  }
  .tf-howto-hero{
    padding-top:20px;
    padding-bottom:4px;
  }
}

@media(max-width:600px){
  .tf-sec{padding:48px 0}
  .tf-sec--tight{padding:32px 0}
  .tf-answerwrap{padding-inline:18px}
  .tf-answer{padding:22px 20px 22px 24px}
  .tf-answer p{font-size:16px}
  .tf-grid{gap:16px}
  .tf-card{width:100%;padding:24px 22px 26px}
  .tf-steps{gap:16px}
  .tf-steps>li{padding:72px 22px 26px}
  .tf-steps>li::before{left:22px;top:22px;width:38px;height:38px;border-radius:12px}
  .tf-steps>li h3{font-size:20px;margin-bottom:12px}
  .tf-steps>li ol,.tf-steps>li ul{padding-left:20px}
  .tf-alert{padding:18px;gap:11px}
  .tf-cta{padding:36px 20px}
  .tf-faq summary{padding:17px 50px 17px 18px;font-size:16px}
  .tf-faq__a{padding:0 18px 18px}
}

/* ---------- таймлайн версий ---------- */
.tf-tl{list-style:none;padding:0;margin:0;position:relative}
.tf-tl::before{content:"";position:absolute;left:10px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,#7a3df7,rgba(232,123,232,.2))}
.tf-tl>li{position:relative;padding:0 0 18px 42px;margin:0}
.tf-tl>li::before{content:"";position:absolute;left:3px;top:10px;width:16px;height:16px;border-radius:50%;background:#fff;border:2.5px solid #b79aff}
.tf-tl>li.is-current::before{border-color:var(--tf-green);background:var(--tf-green);box-shadow:0 0 0 5px rgba(21,145,88,.14)}
.tf-tl__card{background:#fff;border:1px solid var(--tf-border);border-radius:var(--tf-r);padding:20px 22px;box-shadow:var(--tf-sh)}
.tf-tl>li.is-current .tf-tl__card{border-color:rgba(21,145,88,.45)}
.tf-tl__head{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-bottom:7px}
.tf-tl__ver{font-weight:800;font-size:19px;letter-spacing:-.4px}
.tf-tl__card p{margin:0;font-size:15.5px;color:var(--tf-muted)}

/* ---------- статистика ---------- */
.tf-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(min-width:768px){.tf-stats{grid-template-columns:repeat(4,1fr)}}
.tf-stat{background:#fff;border:1px solid var(--tf-border);border-radius:var(--tf-r);padding:22px 16px;text-align:center;box-shadow:var(--tf-sh)}
.tf-stat b{display:block;font-size:28px;font-weight:800;letter-spacing:-1px;background:var(--tf-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.tf-stat span{font-size:14px;color:var(--tf-muted)}

/* ---------- футер ---------- */
.tf-footer{background:var(--tf-dark,#252525);color:rgba(255,255,255,.72);padding:50px 0 24px;margin-top:64px}
.tf-footer__grid{display:grid;gap:32px}
@media(min-width:820px){.tf-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr}}
.tf-footer .tf-flabel{margin:0 0 15px;font-size:12.5px;letter-spacing:.11em;text-transform:uppercase;color:#fff;font-weight:800}
.tf-footer ul{list-style:none;padding:0;margin:0}
.tf-footer li{margin-bottom:9px}
.tf-footer a{color:rgba(255,255,255,.72);font-size:15px}
.tf-footer a:hover{color:#fff}
.tf-footer img{height:30px;margin-bottom:13px}
.tf-footer__bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:32px;padding-top:21px;font-size:14px;color:rgba(255,255,255,.55);text-align:center}

/* ---------- появление при скролле ---------- */
.tf-rv{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.tf-rv.is-in{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .tf-rv{opacity:1;transform:none}
}
@media(max-width:600px){.tf-sec{padding:44px 0}.tf-page__main h1{letter-spacing:-.5px}.tf-card{padding:22px 20px 24px}}
.tf-skip{position:absolute;left:-9999px}
.tf-skip:focus{left:16px;top:12px;z-index:100;background:var(--tf-purple);padding:11px 20px;border-radius:10px;color:#fff}

/* ==========================================================================
   ВАРИАНТЫ ШАПОК — у каждой страницы своя композиция
   ========================================================================== */

/* Quick Answer теперь живёт на светлом фоне под шапкой, а не поверх градиента */
.tf-answer{
  background:linear-gradient(135deg,#f7f4ff,#fdf6fd);
  border:1px solid rgba(122,61,247,.16);
  box-shadow:0 2px 6px rgba(31,15,74,.04),0 14px 36px rgba(31,15,74,.06);
  margin:0;
}
.tf-answer::before{width:5px;border-radius:0}
.tf-answerwrap{padding:36px 0 6px}

/* --- светлая шапка (страница-справочник) --- */
.tf-top--light{background:linear-gradient(180deg,#efeaff,var(--tf-bg));position:relative}
.tf-top--light::after{
  content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(122,61,247,.25),transparent);
}
.tf-top--light .tf-crumbs a,.tf-top--light .tf-crumbs li+li::before{color:var(--tf-muted)}
.tf-top--light .tf-crumbs [aria-current=page]{color:var(--tf-text)}
.tf-header--dark .tf-nav a{color:rgba(33,37,41,.72)}
.tf-header--dark .tf-nav a:hover,.tf-header--dark .tf-nav a[aria-current=page]{color:var(--tf-text)}
.tf-header--dark{background:rgba(243,245,255,.86);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(122,61,247,.1)}
.tf-header--dark .tf-logo-dark{display:block}
.tf-header--dark .tf-logo-light{display:none}

/* --- бирюзовый градиент (алмазная страница) --- */
.tf-grad--cyan::before{background:linear-gradient(74deg,#1a8cbf,#7a3df7)}

/* --- «стеклянные» чипы поверх градиента --- */
.tf-chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.tf-chip{
  display:flex;align-items:center;gap:11px;padding:13px 19px;border-radius:14px;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  font-size:15px;font-weight:600;color:#fff;
}
.tf-chip b{display:block;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;opacity:.72;margin-bottom:1px}
.tf-chip span{display:block;font-size:15.5px;font-weight:700;letter-spacing:-.2px}
.tf-chip .tf-chip__n{
  flex:0 0 40px;width:40px;height:40px;min-width:40px;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.22);
  display:flex;align-items:center;justify-content:center;padding:0;line-height:1;font-weight:800;font-size:14px;
}
.tf-chip--ok{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.45)}
.tf-chip--no{background:rgba(0,0,0,.16);border-color:rgba(255,255,255,.22)}

/* --- шапка-утверждение: ответ крупным текстом, без плашки --- */
.tf-statement{
  font-size:clamp(26px,4.4vw,44px);font-weight:800;line-height:1.14;letter-spacing:-1.4px;
  margin:0 0 18px;max-width:19ch;
}
.tf-statement em{
  font-style:normal;position:relative;white-space:nowrap;
}
.tf-statement em::after{
  content:"";position:absolute;left:-2px;right:-2px;bottom:.1em;height:.36em;
  background:rgba(255,255,255,.24);border-radius:4px;z-index:-1;
}
.tf-hero--statement .tf-lead{font-size:17.5px;max-width:56ch}

/* --- iOS: текст + карточка актуального статуса релиза --- */
.tf-ioshero{display:grid;gap:30px;align-items:center}
.tf-ioshero__eyebrow{justify-self:center;margin-bottom:-4px}
.tf-iosstatus{
  width:100%;max-width:440px;padding:22px;border-radius:24px;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);
  box-shadow:0 22px 60px rgba(52,17,120,.2);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
}
.tf-iosstatus__head{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-bottom:18px;text-align:center}
.tf-iosstatus__icon{
  width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex:0 0 48px;
  border-radius:15px;color:#fff;background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.28);
}
.tf-iosstatus__head > div > span{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.tf-iosstatus__head strong{display:block;margin-top:2px;font-size:21px;color:#fff}
.tf-iosstatus__icon svg{width:24px;height:24px;max-width:none}
.tf-iosstatus__list{margin:0;border-top:1px solid rgba(255,255,255,.2)}
.tf-iosstatus__list div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.tf-iosstatus__list dt{font-size:14px;color:rgba(255,255,255,.72)}
.tf-iosstatus__list dd{display:flex;align-items:center;gap:7px;margin:0;text-align:right;font-size:14px;font-weight:800;color:#fff}
.tf-iosstatus__dot{width:8px;height:8px;border-radius:50%;background:#8bf5c0;box-shadow:0 0 0 5px rgba(139,245,192,.16)}
.tf-iosstatus__link{
  display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px;padding:13px 15px;
  border-radius:14px;background:#fff;color:#7137e5;font-size:14px;font-weight:800;
}
.tf-iosstatus__link:hover{color:#5620c7;text-decoration:none;transform:translateY(-1px)}
@media(min-width:900px){
  .tf-ioshero{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:54px}
  .tf-ioshero__eyebrow{grid-column:1/-1}
  .tf-iosstatus{justify-self:end;transform:translateY(18px)}
}
@media(max-width:899px){
  .tf-iosstatus{margin-top:4px}
}
@media(max-width:520px){
  .tf-iosstatus{padding:18px;border-radius:20px}
  .tf-iosstatus__list div{align-items:flex-start}
}

/* --- PC: центрированный ответ без искусственной второй колонки --- */
.tf-pchero-wrap{overflow:hidden}
.tf-pchero-section{padding-top:28px;padding-bottom:42px}
.tf-pchero{text-align:center}
.tf-pchero .tf-eyebrow{margin-left:auto;margin-right:auto}
.tf-pchero .tf-pchero__h1{
  max-width:28ch;margin:0 auto 15px;font-size:clamp(25px,3vw,34px)!important;
  font-weight:700!important;line-height:1.2;letter-spacing:-.6px;opacity:.94;
}
.tf-pchero .tf-statement{max-width:21ch;margin-left:auto;margin-right:auto}
.tf-pchero .tf-lead{max-width:64ch;margin-left:auto;margin-right:auto;text-align:center}
.tf-ioshero .tf-statement em::after,.tf-pchero .tf-statement em::after{display:none}

/* --- PC landing: единая ось секций и устойчивый mobile-first layout --- */
.tf-pc-heading{max-width:820px;margin:0 auto 34px;text-align:center}
.tf-pc-heading .tf-eyebrow{display:table;margin-left:auto;margin-right:auto}
.tf-pc-heading h2{margin-bottom:13px}
.tf-pc-heading p{max-width:68ch;margin:0 auto;color:var(--tf-muted);font-size:16.5px;line-height:1.65}
.tf-pc-section .tf-grid{align-items:stretch}
.tf-pc-section .tf-card{height:100%}
.tf-pc-risk .tf-alert{max-width:1040px;margin:28px auto 0}
.tf-pc-emulator .tf-steps{width:100%;max-width:1040px;margin-left:auto;margin-right:auto}
.tf-pc-check{
  width:100%;max-width:820px;margin:0 auto!important;padding:24px 28px!important;
  border:1px solid var(--tf-border);border-radius:20px;background:#fff;
  box-shadow:var(--tf-sh);font-size:16.5px;
}
.tf-pc-check li:last-child{margin-bottom:0}
.tf-pc-check-section .tf-cta{max-width:1040px;margin-left:auto;margin-right:auto;text-align:center}
.tf-pc-check-section .tf-cta .tf-muted{margin-left:auto;margin-right:auto}
.tf-page__main .tf-pc-check-section .tf-cta .tf-btn:not(.tf-btn--ghost),
.tf-page__main .tf-pc-check-section .tf-cta .tf-btn:not(.tf-btn--ghost):hover,
.tf-page__main .tf-pc-check-section .tf-cta .tf-btn:not(.tf-btn--ghost):focus,
.tf-page__main .tf-pc-check-section .tf-cta .tf-btn:not(.tf-btn--ghost):visited{color:#fff}

/* --- шапка с крупным числом (версии) --- */
.tf-bignum{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-bottom:8px}
.tf-bignum__v{
  font-size:clamp(44px,8vw,84px);font-weight:800;letter-spacing:-3px;line-height:1;
  background:var(--tf-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.tf-bignum__meta{font-size:15px;color:var(--tf-muted)}
.tf-bignum__meta b{display:block;font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:var(--tf-purple);margin-bottom:3px}

/* --- шапка-объект: карточка кода прямо в шапке --- */
.tf-hero--object{text-align:center}
.tf-hero--object .tf-lead{margin-left:auto;margin-right:auto;text-align:center}
.tf-hero--object .tf-eyebrow{margin-left:auto;margin-right:auto}
.tf-heroobj{max-width:620px;margin:28px auto 0}
.tf-heroobj .tf-code{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 50px rgba(0,0,0,.18)}
.tf-heroobj .tf-code::before{display:none}

/* --- шапка-раздвоение: две карточки-ссылки в шапке --- */
.tf-herolinks{display:grid;gap:14px;margin-top:28px}
@media(min-width:760px){.tf-herolinks{grid-template-columns:repeat(2,1fr)}}
.tf-herolink{
  display:block;padding:20px 22px;border-radius:16px;color:#fff;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.28s;
}
.tf-page__main .tf-herolink{color:#fff;background:rgba(255,255,255,.18)}
.tf-page__main .tf-herolink:hover{
  text-decoration:none;color:#fff;background:rgba(255,255,255,.29);
  border-color:rgba(255,255,255,.62);transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(51,16,126,.18);
}
.tf-herolink b{display:block;font-size:18px;font-weight:800;letter-spacing:-.3px;margin-bottom:5px}
.tf-herolink span{font-size:14.5px;color:rgba(255,255,255,.88);line-height:1.5;display:block}

/* --- Coupon codes: центрированная шапка и актуальный код --- */
.tf-couponhero{overflow:hidden}
.tf-couponhero::after{
  height:88px;aspect-ratio:auto;margin-top:34px;
  background:
    linear-gradient(175deg,transparent 0 46%,rgba(255,255,255,.22) 46.4% 54%,transparent 54.4%),
    linear-gradient(177deg,transparent 0 58%,rgba(255,255,255,.62) 58.4% 67%,var(--tf-bg) 67.4%);
}
.tf-couponhero .tf-hero--object{padding-bottom:0}
.tf-couponhero .tf-herolinks{text-align:left}
.tf-weekly-code{text-align:center}
.tf-weekly-code .tf-muted{margin-left:auto;margin-right:auto}
.tf-weekly-code .tf-code{margin:24px auto 0!important}
.tf-coupon-heading{max-width:800px;margin:0 auto 34px;text-align:center}
.tf-coupon-heading .tf-eyebrow{display:table;margin-left:auto;margin-right:auto}
.tf-coupon-heading h2{margin-bottom:12px}
.tf-coupon-heading p{max-width:66ch;margin:0 auto;color:var(--tf-muted);font-size:16.5px;line-height:1.65}
.tf-coupon-section .tf-grid{align-items:stretch}
.tf-coupon-section .tf-card{height:100%}
.tf-telegram-panel{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px;
  max-width:1040px;margin:0 auto;padding:30px;border:1px solid var(--tf-border);
  border-radius:24px;background:rgba(255,255,255,.72);box-shadow:var(--tf-sh);align-items:center;
}
.tf-telegram-panel__copy p:last-child{margin-bottom:0}
.tf-telegram-card{
  display:grid;grid-template-columns:52px minmax(0,1fr);gap:6px 15px;align-items:center;
  padding:22px;border-radius:19px;background:linear-gradient(145deg,#fff,#f6f2ff);
  border:1px solid rgba(122,61,247,.2);box-shadow:0 12px 32px rgba(86,42,174,.1);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.tf-page__main .tf-telegram-card:hover{
  text-decoration:none;transform:translateY(-3px);border-color:rgba(122,61,247,.45);
  box-shadow:0 18px 38px rgba(86,42,174,.16);
}
.tf-telegram-card__ico{
  grid-row:1/3;display:flex;width:52px;height:52px;align-items:center;justify-content:center;
  border-radius:16px;background:rgba(122,61,247,.1);
}
.tf-telegram-card__text{display:flex;flex-direction:column;min-width:0}
.tf-telegram-card__text strong{color:var(--tf-text);font-size:19px;line-height:1.25}
.tf-telegram-card__text small{color:var(--tf-muted);font-size:13.5px;line-height:1.45}
.tf-telegram-card__action{grid-column:1/-1;display:flex;gap:8px;align-items:center;justify-content:center;margin-top:10px;padding:11px 16px;border-radius:12px;background:var(--tf-grad);color:#fff;text-align:center;font-weight:800}
.tf-page__main .tf-coupon-section .tf-btn:not(.tf-btn--ghost),
.tf-page__main .tf-coupon-section .tf-btn:not(.tf-btn--ghost):hover,
.tf-page__main .tf-coupon-section .tf-btn:not(.tf-btn--ghost):focus,
.tf-page__main .tf-coupon-section .tf-btn:not(.tf-btn--ghost):visited{color:#fff}

/* --- Coupon code today: compact source cards and mobile-first rhythm --- */
.tf-today-hero .tf-heroobj{max-width:680px}
.tf-today-hero .tf-btn--ghost,
.tf-today-hero .tf-btn--ghost:hover,
.tf-today-hero .tf-btn--ghost:focus,
.tf-today-hero .tf-btn--ghost:visited{color:#fff}
.tf-today-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1040px;margin:0 auto}
.tf-today-source-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:7px 15px;align-items:center;padding:22px;border-radius:19px;background:linear-gradient(145deg,#fff,#f7f5ff);border:1px solid rgba(122,61,247,.18);box-shadow:0 12px 32px rgba(86,42,174,.09)}
.tf-today-source-card .tf-card__ico{grid-row:1/3;margin:0}
.tf-today-source-card__label{display:block;margin-bottom:3px;color:var(--tf-purple);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.tf-today-source-card h3{margin:0 0 5px;font-size:19px;line-height:1.25}
.tf-today-source-card p{margin:0;color:var(--tf-muted);font-size:13.5px;line-height:1.5}
.tf-today-source-card__action{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;min-height:46px;padding:11px 16px;border-radius:12px;background:var(--tf-grad);color:#fff;font-weight:800;text-align:center}
.tf-page__main .tf-today-source-card__action,
.tf-page__main .tf-today-source-card__action:hover,
.tf-page__main .tf-today-source-card__action:focus,
.tf-page__main .tf-today-source-card__action:visited{color:#fff;text-decoration:none}
.tf-today-section .tf-steps{max-width:920px;margin-left:auto;margin-right:auto}
.tf-today-section .tf-grid,.tf-today-section .tf-alert,.tf-today-section .tf-faq{max-width:1040px;margin-left:auto;margin-right:auto}
#faq>.tf-wrap>.tf-eyebrow{display:table;margin-left:auto;margin-right:auto}
#faq>.tf-wrap>h2{text-align:center}

/* --- Diamonds: centered information architecture and compact mobile flow --- */
.tf-diamond-hero{overflow:hidden}
.tf-diamond-hero .tf-hero--object{padding-bottom:8px}
.tf-diamond-hero .tf-gflow{max-width:1040px;margin:34px auto 0}
.tf-diamond-section .tf-grid,.tf-diamond-section .tf-steps,.tf-diamond-section .tf-split,.tf-diamond-section .tf-alert{max-width:1040px;margin-left:auto;margin-right:auto}
.tf-diamond-section .tf-card{display:flex;flex-direction:column}
.tf-diamond-section .tf-card>p:last-child{margin-top:auto;padding-top:12px}
.tf-diamond-section .tf-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
.tf-diamond-section .tf-steps>li{height:100%}

/* --- Referral codes: compact earning flow and centered content sections --- */
.tf-referral-hero{overflow:hidden}
.tf-referral-hero .tf-hero--object{padding-bottom:8px}
.tf-referral-hero .tf-gflow{max-width:1040px;margin-left:auto;margin-right:auto}
.tf-referral-hero .tf-btn:not(.tf-btn--ghost){background:rgba(69,31,153,.48);border-color:rgba(255,255,255,.38);color:#fff;box-shadow:0 10px 28px rgba(49,22,113,.2)}
.tf-referral-hero .tf-btn:not(.tf-btn--ghost):hover,
.tf-referral-hero .tf-btn:not(.tf-btn--ghost):focus,
.tf-referral-hero .tf-btn:not(.tf-btn--ghost):visited,
.tf-referral-hero .tf-btn--ghost,
.tf-referral-hero .tf-btn--ghost:hover,
.tf-referral-hero .tf-btn--ghost:focus,
.tf-referral-hero .tf-btn--ghost:visited{color:#fff}
.tf-referral-section .tf-steps,.tf-referral-section .tf-grid,.tf-referral-section .tf-alert,.tf-referral-section .tf-cta{max-width:1040px;margin-left:auto;margin-right:auto}
.tf-referral-section .tf-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
.tf-referral-section .tf-steps>li{height:100%}
.tf-referral-section .tf-grid{align-items:stretch}
.tf-referral-section .tf-card{height:100%}
.tf-referral-section .tf-x{margin-left:auto;margin-right:auto}
.tf-page__main .tf-referral-section .tf-cta .tf-btn:not(.tf-btn--ghost),
.tf-page__main .tf-referral-section .tf-cta .tf-btn:not(.tf-btn--ghost):hover,
.tf-page__main .tf-referral-section .tf-cta .tf-btn:not(.tf-btn--ghost):focus,
.tf-page__main .tf-referral-section .tf-cta .tf-btn:not(.tf-btn--ghost):visited{color:#fff}

@media(max-width:767px){
  .tf-couponhero::after{height:48px;margin-top:22px}
  .tf-couponhero .tf-crumbs{padding-top:86px;font-size:12px}
  .tf-couponhero .tf-crumbs ol{justify-content:center;gap:7px}
  .tf-couponhero .tf-hero--object{padding-top:20px;text-align:center}
  .tf-couponhero .tf-hero--object h1{font-size:34px;line-height:1.08}
  .tf-couponhero .tf-hero--object .tf-lead{max-width:35ch;font-size:16px;line-height:1.55}
  .tf-couponhero .tf-herolinks{grid-template-columns:1fr;gap:10px;text-align:center}
  .tf-couponhero .tf-herolink{padding:17px 18px;border-radius:16px}
  .tf-couponhero .tf-herolink b{font-size:16px}
  .tf-couponhero .tf-herolink span{font-size:13.5px}
  .tf-coupon-heading{margin-bottom:25px}
  .tf-coupon-heading h2{font-size:27px}
  .tf-coupon-heading p{font-size:15.5px;line-height:1.6}
  .tf-weekly-code .tf-code{width:100%;padding:28px 18px;border-radius:20px}
  .tf-weekly-code .tf-code__val{max-width:100%;padding:12px 14px;font-size:23px;letter-spacing:1.4px}
  .tf-weekly-code .tf-copy{width:100%;min-height:50px}
  .tf-telegram-panel{grid-template-columns:1fr;gap:18px;padding:20px;border-radius:20px}
  .tf-telegram-panel__copy{text-align:center}
  .tf-telegram-panel__copy p{font-size:15px;line-height:1.6}
  .tf-telegram-card{padding:18px;border-radius:17px;text-align:left}
  .tf-telegram-card__action{min-height:46px;display:flex;align-items:center;justify-content:center;color:#fff}
  .tf-coupon-section .tf-grid{gap:12px}
  .tf-coupon-section .tf-card{padding:20px;border-radius:16px}
  .tf-coupon-section .tf-steps{gap:12px}
  .tf-coupon-section .tf-steps>li{padding:70px 20px 24px;border-radius:16px}
  .tf-coupon-section .tf-steps>li::before{left:20px;top:20px}
  .tf-today-hero .tf-heroobj{width:100%;margin-top:22px}
  .tf-today-hero .tf-code{width:100%;padding:28px 18px;border-radius:20px}
  .tf-today-hero .tf-code__val{max-width:100%;padding:12px 14px;font-size:23px;letter-spacing:1.4px}
  .tf-today-hero .tf-copy{width:100%;min-height:50px}
  .tf-today-hero .tf-btns{margin-top:12px!important}
  .tf-today-hero .tf-btn{width:100%;min-height:50px}
  .tf-today-source-grid{grid-template-columns:1fr;gap:14px}
  .tf-today-source-card{padding:18px;border-radius:17px;text-align:left}
  .tf-today-section{padding-top:54px;padding-bottom:54px}
  .tf-diamond-hero::after{height:48px;margin-top:22px}
  .tf-diamond-hero .tf-gflow{grid-template-columns:1fr;gap:12px;margin-top:24px}
  .tf-diamond-section{padding-top:54px;padding-bottom:54px}
  .tf-diamond-section .tf-steps{grid-template-columns:1fr}
  .tf-diamond-section .tf-split{gap:16px}
  .tf-diamond-section .tf-card>p:last-child{margin-top:0;padding-top:8px}
  .tf-referral-hero::after{height:48px;margin-top:22px}
  .tf-referral-hero .tf-gflow{grid-template-columns:1fr;gap:14px;margin-top:24px}
  .tf-referral-hero .tf-gstep{display:grid;grid-template-columns:72px minmax(0,1fr);gap:3px 16px;align-items:center;text-align:left}
  .tf-referral-hero .tf-gstep__c{grid-row:1/3;width:72px;height:72px;margin:0}
  .tf-referral-hero .tf-gstep__c svg{width:30px;height:30px}
  .tf-referral-hero .tf-gstep b{margin:0;font-size:17px}
  .tf-referral-hero .tf-gstep span{max-width:none;margin:0;font-size:13.5px;line-height:1.45}
  .tf-referral-hero .tf-btns{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px!important}
  .tf-referral-hero .tf-btn{width:100%;min-height:50px}
  .tf-referral-section{padding-top:54px;padding-bottom:54px}
  .tf-referral-section .tf-steps{grid-template-columns:1fr}
  .tf-referral-section .tf-grid{gap:12px}
  .tf-referral-section .tf-card{padding:20px;border-radius:16px}
  .tf-referral-section .tf-alert{margin-top:18px}
  .tf-referral-section .tf-cta{padding:28px 20px;border-radius:20px}
  .tf-referral-section .tf-cta .tf-btns{display:grid;grid-template-columns:1fr;gap:10px}
  .tf-referral-section .tf-cta .tf-btn{width:100%;min-height:50px}
}

/* --- шапка со сплитом: текст + иллюстрация --- */
@media(min-width:940px){
  .tf-hero--split .tf-hero__in{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
}
.tf-hero__art{margin-top:26px}
@media(min-width:940px){.tf-hero__art{margin-top:0}}

/* ==========================================================================
   ФОРМА ШАПКИ — своя силуэтная модификация на каждой странице
   Верхняя кромка везде остаётся во всю ширину: под ней лежит fixed-хедер
   с белым логотипом.
   ========================================================================== */

/* 1. Мягко скруглённый низ + поджатые бока */
.tf-grad--soft::before{left:14px;right:14px;border-radius:0 0 46px 46px}
.tf-grad--soft::after{display:none}
.tf-grad--soft{padding-bottom:56px;overflow:hidden}

/* 2. Диагональный срез */
.tf-grad--diagonal::before{clip-path:polygon(0 0,100% 0,100% calc(100% - 68px),0 100%)}
.tf-grad--diagonal::after{display:none}
.tf-grad--diagonal{padding-bottom:96px;overflow:hidden}

/* 3. Арка: широкая дуга снизу */
.tf-grad--arch::before{border-radius:0 0 50% 50%/0 0 104px 104px}
.tf-grad--arch::after{display:none}
.tf-grad--arch{padding-bottom:74px}

/* 4. Асимметрия: один угол сильно скруглён */
.tf-grad--asym::before{border-radius:0 0 160px 30px}
.tf-grad--asym::after{display:none}
.tf-grad--asym{padding-bottom:62px}

/* 5. Узкая полоса — для страниц, где основное содержимое на светлом */
.tf-grad--strip::before{border-radius:0 0 34px 34px;left:14px;right:14px}
.tf-grad--strip::after{display:none}
.tf-grad--strip{padding-bottom:38px}
.tf-grad--strip .tf-hero{padding-bottom:0}
.tf-grad--strip h1{margin-bottom:0}

/* --- органика: размытые пятна вместо прямых углов --- */
.tf-orbwrap{position:relative;isolation:isolate;overflow:hidden}
.tf-orb{position:absolute;border-radius:50%;filter:blur(58px);opacity:.5;pointer-events:none;z-index:-1}
.tf-orb--a{width:420px;height:420px;background:radial-gradient(circle,#c9a6ff,transparent 68%);top:-160px;left:-120px}
.tf-orb--b{width:360px;height:360px;background:radial-gradient(circle,#f6b6ee,transparent 68%);bottom:-170px;right:-110px}
.tf-orb--c{width:300px;height:300px;background:radial-gradient(circle,#a6d9ff,transparent 68%);top:40px;right:12%}
.tf-blob{position:absolute;border-radius:50%;background:rgba(255,255,255,.09);pointer-events:none}
.tf-grad .tf-blob--1{width:300px;height:300px;top:-90px;right:-60px}
.tf-grad .tf-blob--2{width:180px;height:180px;bottom:-40px;left:8%}

/* --- светлая шапка: содержимое на фоне страницы --- */
.tf-lighthero{position:relative;padding:44px 0 8px}
.tf-lighthero .tf-eyebrow{box-shadow:0 8px 22px rgba(122,61,247,.22)}

/* --- круги-этапы (реферальная страница) --- */
.tf-flow{display:grid;gap:16px;margin-top:30px}
@media(min-width:820px){.tf-flow{grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}}
.tf-flowstep{text-align:center;position:relative}
.tf-flowstep__c{
  width:92px;height:92px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;
  background:#fff;border:1.5px solid var(--tf-border);box-shadow:0 8px 26px rgba(31,15,74,.09);
}
.tf-flowstep:nth-child(1) .tf-flowstep__c{background:linear-gradient(140deg,#7a3df7,#9a5cf9);border:0}
.tf-flowstep:nth-child(2) .tf-flowstep__c{background:linear-gradient(140deg,#b158f2,#e87be8);border:0}
.tf-flowstep:nth-child(3) .tf-flowstep__c{background:linear-gradient(140deg,#e87be8,#f7a8d8);border:0}
.tf-flowstep b{display:block;font-size:17px;font-weight:800;letter-spacing:-.3px;margin-bottom:5px}
.tf-flowstep span{font-size:15px;color:var(--tf-muted);display:block;max-width:26ch;margin:0 auto}
@media(min-width:820px){
  .tf-flowstep:not(:last-child)::after{
    content:"";position:absolute;top:46px;right:-11px;width:22px;height:2px;
    background:linear-gradient(90deg,rgba(122,61,247,.45),rgba(232,123,232,.45));
  }
}

/* --- пара «опасно / безопасно» на светлом (страница PC) --- */
.tf-vs{display:grid;gap:18px;margin-top:30px}
@media(min-width:780px){.tf-vs{grid-template-columns:1fr 1fr}}
.tf-vscard{
  border-radius:22px;padding:24px 24px 26px;position:relative;overflow:hidden;
  border:1.5px solid;box-shadow:var(--tf-sh);
}
.tf-vscard b{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800;letter-spacing:-.3px;margin-bottom:9px}
.tf-vscard p{margin:0;font-size:15.5px;color:var(--tf-muted)}
.tf-vscard--no{background:#fef5f7;border-color:#f3cdd5}
.tf-vscard--no b{color:var(--tf-red)}
.tf-vscard--ok{background:#f2fbf7;border-color:#c6e9d8}
.tf-vscard--ok b{color:var(--tf-green)}
.tf-vsico{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 34px}
.tf-vscard--no .tf-vsico{background:rgba(217,45,75,.13)}
.tf-vscard--ok .tf-vsico{background:rgba(21,145,88,.14)}

@media(max-width:767px){
  .tf-pchero-wrap{padding-bottom:30px}
  .tf-pchero-wrap::before{clip-path:none}
  .tf-pchero-wrap .tf-blob--1{right:-125px;width:250px;height:250px}
  .tf-pchero-wrap .tf-crumbs{padding-top:86px;font-size:12px}
  .tf-pchero-wrap .tf-crumbs ol{justify-content:center;gap:7px}
  .tf-pchero-section{padding-top:20px;padding-bottom:14px}
  .tf-pchero{padding-left:20px;padding-right:20px}
  .tf-pchero__h1{max-width:19ch;font-size:23px!important;margin-bottom:14px}
  .tf-pchero .tf-statement{max-width:15ch;font-size:32px;line-height:1.12}
  .tf-pchero .tf-lead{max-width:35ch;font-size:16px;line-height:1.55}
  .tf-overlap{margin-top:-8px;padding-left:16px;padding-right:16px}
  .tf-overlap .tf-vs{gap:12px}
  .tf-vscard{padding:20px;border-radius:18px}
  .tf-vscard b{align-items:center;font-size:16px}
  .tf-vscard p{font-size:15px;line-height:1.55}
  .tf-pc-section{padding:44px 0}
  .tf-pc-heading{margin-bottom:25px;padding:0 2px}
  .tf-pc-heading h2{font-size:27px}
  .tf-pc-heading p{font-size:15.5px;line-height:1.6}
  .tf-pc-section .tf-grid{gap:12px}
  .tf-pc-section .tf-card{padding:20px;border-radius:16px}
  .tf-pc-risk .tf-alert{margin-top:18px;padding:18px}
  .tf-pc-emulator .tf-steps{padding-left:0}
  .tf-pc-emulator .tf-steps>li{padding:20px 18px 22px 76px;border-radius:16px}
  .tf-pc-emulator .tf-steps>li::before{left:18px;top:20px;width:40px;height:40px}
  .tf-pc-emulator .tf-steps>li h3{margin-bottom:12px;line-height:1.25}
  .tf-pc-check{padding:20px 18px!important;border-radius:16px;font-size:15px}
  .tf-pc-check li{padding-left:29px;margin-bottom:11px}
  .tf-pc-check-section .tf-cta{margin-top:24px!important;padding:26px 18px}
  .tf-pc-check-section .tf-cta .tf-btns{display:grid;grid-template-columns:1fr;gap:10px}
  .tf-pc-check-section .tf-cta .tf-btn{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center}
}

/* --- скругления чипов помягче --- */
.tf-chip{border-radius:18px}
.tf-chip__n{border-radius:50%}
.tf-herolink{border-radius:20px}

/* подсветка ключевой фразы на светлом фоне */
.tf-lighthero .tf-statement em::after{background:linear-gradient(90deg,rgba(122,61,247,.2),rgba(232,123,232,.2))}
.tf-lighthero .tf-statement{max-width:22ch}


/* ==========================================================================
   ТРИ ДОПОЛНИТЕЛЬНЫХ СИЛУЭТА
   ========================================================================== */

/* Обратная диагональ — зеркальна той, что на странице iOS */
.tf-grad--diagonal2::before{clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 72px))}
.tf-grad--diagonal2::after{display:none}
.tf-grad--diagonal2{padding-bottom:40px;overflow:hidden}

/* Вогнутый низ: светлый фон «зачерпывает» градиент */
.tf-grad--scoop{padding-bottom:96px;overflow:hidden}
.tf-grad--scoop::after{
  content:"";display:block;position:absolute;left:-6%;right:-6%;bottom:-74px;height:148px;
  background:var(--tf-bg);border-radius:50%;pointer-events:none;aspect-ratio:auto;
}

/* Своя S-волна */
.tf-grad--wave2::after{
  content:"";display:block;height:96px;margin-top:30px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20120%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C52%20C220%2C110%20430%2C6%20700%2C44%20C930%2C76%201180%2C4%201440%2C46%20L1440%2C120%20L0%2C120%20Z%22%20fill%3D%22%23f3f5ff%22%2F%3E%3C%2Fsvg%3E") bottom center/100% 100% no-repeat;aspect-ratio:auto;
}

/* Карточки, наезжающие на нижнюю кромку шапки */
.tf-overlap{position:relative;z-index:3;margin-top:-58px}

/* Крупная версия внутри градиента */
.tf-verhero{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px 30px;margin-top:8px}
.tf-verhero__v{font-size:clamp(52px,10vw,104px);font-weight:800;letter-spacing:-4px;line-height:.88;color:#fff}
.tf-verhero__tag{
  display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.42);border-radius:50px;padding:6px 16px;
  font-size:13.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px;
}
.tf-verhero__tag::before{content:"";width:9px;height:9px;border-radius:50%;background:#8bf5c0;box-shadow:0 0 0 4px rgba(139,245,192,.28)}
.tf-verhero__meta{font-size:16px;color:rgba(255,255,255,.9);margin-bottom:8px;line-height:1.55}
.tf-verhero__meta b{display:block;color:#fff;font-weight:800}

/* ---------- Old versions: balanced hero and compact content ---------- */
.tf-oldhero-wrap{padding-bottom:72px}
.tf-oldhero-wrap::after{bottom:-82px;height:164px}
.tf-oldhero__in{
  padding-top:30px;padding-bottom:58px;
}
.tf-oldhero__copy{max-width:880px;margin:0 auto;text-align:center}
.tf-oldhero__copy .tf-eyebrow{margin-left:auto;margin-right:auto}
.tf-oldhero__copy h1{font-size:clamp(44px,5.6vw,74px);line-height:1.02;letter-spacing:-2px}
.tf-oldhero__copy .tf-lead{max-width:58ch;margin:0 auto 27px;font-size:18px;line-height:1.6;text-align:center}
.tf-oldhero__copy>.tf-btn{color:#fff;background:rgba(34,20,76,.34);border:1px solid rgba(255,255,255,.5);box-shadow:none}
.tf-oldhero__copy>.tf-btn:hover{color:#fff;background:rgba(34,20,76,.48)}
.tf-oldhero__summary{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 18px;
  width:max-content;max-width:100%;margin:0 auto 25px;padding:12px 18px;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.36);
  border-radius:18px;box-shadow:0 16px 38px rgba(48,18,112,.14);
}
.tf-oldhero__summary .tf-verhero__tag{margin:0;padding:5px 13px;font-size:11px}
.tf-oldhero__summary strong{font-size:27px;line-height:1;color:#fff}
.tf-oldhero__summary>span:last-child{font-size:14px;color:rgba(255,255,255,.82)}
.tf-old-heading{max-width:780px;margin:0 auto 34px;text-align:center}
.tf-old-heading .tf-eyebrow{margin-left:auto;margin-right:auto}
.tf-old-heading h2{margin-bottom:12px}
.tf-old-heading p{max-width:66ch;margin:0 auto;color:var(--tf-muted);font-size:16.5px}
.tf-old-breaks{align-items:stretch}
.tf-old-breaks .tf-card{height:100%;display:flex;flex-direction:column}
.tf-old-breaks .tf-card p{flex:1}
.tf-page__main .tf-release-list{
  display:grid;gap:18px;width:100%;max-width:780px;
  margin:0 auto;padding:0;list-style:none;
}
.tf-release-list>li{margin:0}
.tf-release-card{
  display:grid;grid-template-columns:1fr;gap:18px;
  align-items:center;padding:28px;background:#fff;border:1px solid var(--tf-border);
  border-radius:22px;box-shadow:var(--tf-sh);
  text-align:center;
}
.tf-release-list>li.is-current .tf-release-card{border-color:rgba(21,145,88,.42);box-shadow:0 18px 44px rgba(21,145,88,.09)}
.tf-release-card__main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}
.tf-release-card__version{font-size:38px;line-height:1;font-weight:800;letter-spacing:-1.2px}
.tf-release-card__meta{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  width:100%;text-align:center;
}
.tf-release-card__meta .tf-pill,.tf-release-card__meta .tf-sm{margin:0}
.tf-release-card .tf-release-card__notes{
  width:100%;max-width:62ch;margin:0 auto;color:var(--tf-muted);
  font-size:16px;line-height:1.6;text-align:center;
}
.tf-release-card__facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:18px;border-top:1px solid var(--tf-border)}
.tf-release-card__facts span,.tf-release-card__facts a{padding:12px 14px;text-align:center;background:var(--tf-bg);border-radius:12px;font-size:13.5px;font-weight:700}
.tf-release-card__facts a{color:var(--tf-purple)}
.tf-old-safety__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:none;margin:0 0 22px;padding:0;list-style:none}
.tf-old-safety__list li{margin:0;padding:20px 18px 20px 48px;background:#fff;border:1px solid var(--tf-border);border-radius:16px;box-shadow:var(--tf-sh)}
.tf-old-safety__list li::before{left:20px;top:21px}
.tf-old-safety .tf-alert{margin-top:0}
.tf-page__main #history{padding-bottom:30px}
.tf-page__main .tf-old-safety{padding-top:30px}
.tf-old-safety+.tf-sec .tf-cta .tf-btn:not(.tf-btn--ghost){color:#fff}
#faq>.tf-wrap>.tf-eyebrow{display:table;margin-left:auto;margin-right:auto}
#faq>.tf-wrap>h2{text-align:center;margin-bottom:34px}

@media(max-width:767px){
  .tf-oldhero-wrap{padding-bottom:32px;overflow:hidden}
  .tf-oldhero-wrap::before{left:0;right:0;border-radius:0}
  .tf-oldhero-wrap::after{display:none}
  .tf-oldhero-wrap .tf-crumbs{padding-top:86px;font-size:12px}
  .tf-oldhero-wrap .tf-crumbs ol{justify-content:center;gap:7px}
  .tf-oldhero__in{padding-top:22px;padding-bottom:14px;text-align:center}
  .tf-oldhero__copy{max-width:none}
  .tf-oldhero__copy .tf-eyebrow{margin-left:auto;margin-right:auto}
  .tf-oldhero__copy h1{max-width:12ch;margin:0 auto 16px;font-size:clamp(34px,10vw,44px);letter-spacing:-1px}
  .tf-oldhero__copy .tf-lead{max-width:34ch;margin:0 auto 20px;font-size:16px;line-height:1.55;text-align:center}
  .tf-oldhero__copy>.tf-btn{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center}
  .tf-oldhero__summary{gap:9px 12px;width:100%;margin-bottom:18px;padding:12px 10px;border-radius:15px}
  .tf-oldhero__summary strong{font-size:23px}
  .tf-oldhero__summary>span:last-child{font-size:12px}
  .tf-release-card{grid-template-columns:1fr;gap:16px;padding:22px 20px;text-align:center}
  .tf-release-card__main{justify-content:center}
  .tf-release-card__facts{grid-template-columns:1fr;gap:8px;padding-top:16px}
  .tf-old-heading{margin-bottom:25px}
  .tf-old-heading h2{font-size:27px}
  .tf-old-heading p{font-size:15.5px}
  .tf-old-safety__list{grid-template-columns:1fr}
  #faq>.tf-wrap>h2{font-size:27px;margin-bottom:25px}
}

/* Стеклянные круги-этапы внутри градиента */
.tf-gflow{display:grid;gap:20px;margin-top:34px}
@media(min-width:840px){.tf-gflow{grid-template-columns:repeat(3,1fr);gap:26px}}
.tf-gstep{text-align:center;position:relative}
.tf-gstep__c{
  width:96px;height:96px;border-radius:50%;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.42);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
}
.tf-gstep b{display:block;font-size:18px;font-weight:800;letter-spacing:-.3px;margin-bottom:5px;color:#fff}
.tf-gstep span{font-size:15px;color:rgba(255,255,255,.85);display:block;max-width:27ch;margin:0 auto;line-height:1.5}
@media(min-width:840px){
  .tf-gstep:not(:last-child)::after{
    content:"";position:absolute;top:48px;right:-19px;width:38px;height:2px;
    background:repeating-linear-gradient(90deg,rgba(255,255,255,.6) 0 6px,transparent 6px 12px);
  }
}

/* ---------- iOS landing: balanced hero, future media and mobile layout ---------- */
.tf-ioshero-wrap{padding-bottom:58px}
.tf-ioshero-section{padding-top:28px;padding-bottom:46px}
.tf-ioshero__copy h1{
  margin:0 0 14px;font-size:clamp(25px,3vw,34px);font-weight:700;line-height:1.2;
  letter-spacing:-.6px;color:rgba(255,255,255,.92);
}
.tf-ioshero__copy .tf-ioshero__eyebrow{display:table;margin:0 0 18px;justify-self:auto}
.tf-ioshero__copy .tf-lead{margin-bottom:22px}
.tf-iosstatus{align-self:center}
.tf-ios-heading{max-width:800px;margin:0 auto 32px;text-align:center}
.tf-ios-heading .tf-eyebrow{display:table;margin-left:auto;margin-right:auto}
.tf-ios-heading h2{margin-bottom:12px}
.tf-ios-heading p{max-width:66ch;margin:0 auto;line-height:1.65}
.tf-ios-progress .tf-split{align-items:center;gap:54px}
.tf-ios-progress .tf-split>div:first-child>p{max-width:68ch}
.tf-ios-progress .tf-split>.tf-ios-preview{
  display:block;width:auto;max-width:250px;height:auto;margin:0 auto;
}
.tf-ios-progress .tf-split>svg{display:none}
.tf-ios-cards{align-items:stretch}
.tf-ios-cards .tf-card{height:100%;display:flex;flex-direction:column}
.tf-ios-cards .tf-card>p:last-child{margin-top:auto}
.tf-ios-protect ul.tf-ios-rules{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
  width:100%;max-width:980px;margin:0 auto 22px;padding:0;list-style:none;font-size:16px;
}
.tf-ios-protect ul.tf-ios-rules li{
  position:relative;margin:0;padding:22px 22px 22px 64px;border:1px solid var(--tf-border);
  border-radius:18px;background:#fff;box-shadow:var(--tf-sh);line-height:1.55;
}
.tf-ios-protect .tf-ios-rules li::before{
  content:"✓";transform:none;border:0;
  left:20px;top:22px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:rgba(21,145,88,.12);font-size:15px;
}
.tf-ios-recovery{
  max-width:980px;margin:0 auto;padding:24px 26px;align-items:flex-start;border-radius:18px;
}
.tf-ios-recovery>svg{flex:0 0 24px;margin-top:2px}
.tf-ios-recovery p{margin:0 0 14px;font-size:16.5px}
.tf-ios-recovery ol{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;
  margin:0;padding:0;list-style:none;counter-reset:ios-recovery;
}
.tf-ios-recovery li{
  counter-increment:ios-recovery;padding:14px;border-radius:13px;
  background:rgba(255,255,255,.72);font-size:14px;line-height:1.5;
}
.tf-ios-recovery li::before{
  content:counter(ios-recovery);display:flex;width:25px;height:25px;margin-bottom:9px;
  align-items:center;justify-content:center;border-radius:50%;background:rgba(217,45,75,.12);
  color:var(--tf-red);font-size:12px;font-weight:800;
}

@media(min-width:900px){
  .tf-ioshero{grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);gap:64px}
  .tf-iosstatus{justify-self:end;transform:none}
}

@media(max-width:767px){
  .tf-ioshero-wrap{padding-bottom:30px;overflow:hidden}
  .tf-ioshero-wrap::before{left:0;right:0;border-radius:0}
  .tf-ioshero-wrap::after{display:none}
  .tf-ioshero-wrap .tf-crumbs{padding-top:86px;font-size:12px}
  .tf-ioshero-wrap .tf-crumbs ol{justify-content:center;gap:7px}
  .tf-ioshero-section{padding-top:21px;padding-bottom:12px}
  .tf-ioshero{grid-template-columns:1fr;gap:24px;text-align:center}
  .tf-ioshero__copy .tf-ioshero__eyebrow{margin-left:auto;margin-right:auto}
  .tf-ioshero__copy h1{max-width:18ch;margin-left:auto;margin-right:auto;font-size:24px}
  .tf-ioshero__copy .tf-statement{max-width:15ch;margin-left:auto;margin-right:auto;font-size:34px;line-height:1.12}
  .tf-ioshero__copy .tf-lead{max-width:36ch;margin-left:auto;margin-right:auto;text-align:center;font-size:16px;line-height:1.55}
  .tf-ioshero__copy .tf-chips{justify-content:center}
  .tf-iosstatus{width:100%;max-width:none;margin:0;padding:20px;border-radius:22px}
  .tf-ios-heading{margin-bottom:25px}
  .tf-ios-heading h2{font-size:27px}
  .tf-ios-heading p{font-size:15.5px}
  .tf-ios-progress .tf-split{gap:24px}
  .tf-ios-progress .tf-split>div:first-child>p{text-align:center}
  .tf-ios-progress .tf-split>.tf-ios-preview{max-width:220px}
  .tf-ios-protect ul.tf-ios-rules{grid-template-columns:1fr;gap:10px;font-size:15px}
  .tf-ios-protect ul.tf-ios-rules li{padding:18px 18px 18px 60px;border-radius:15px}
  .tf-ios-protect .tf-ios-rules li::before{left:17px;top:18px}
  .tf-ios-recovery{padding:20px 18px;gap:12px}
  .tf-ios-recovery ol{grid-template-columns:1fr;gap:8px}
  .tf-ios-recovery li{padding:13px}
}
