/* ===================================================================
   OFATORX IPTV — folha de estilo única
   Universo: avaliação técnica e critérios do Teste XCIPTV
   Paleta grafite + azul elétrico | Space Grotesk / Inter
   Prefixo de classes: ofx-  (DNA exclusivo deste projeto)
=================================================================== */

:root{
  --ofx-ink:#0a0e16;          /* base grafite quase-preto, não chapado */
  --ofx-ink-2:#101725;        /* superfície elevada */
  --ofx-ink-3:#16203255;      /* véu translúcido */
  --ofx-azul:#2e6bff;         /* azul elétrico primário */
  --ofx-azul-2:#5b8cff;       /* azul claro p/ destaques de texto */
  --ofx-azul-deep:#0f2a66;    /* azul-marinho profundo */
  --ofx-cta:#3d7bff;          /* CTA */
  --ofx-cta-glow:#2e6bff66;
  --ofx-line:#26324a;         /* bordas sutis */
  --ofx-line-2:#1b2536;
  --ofx-text:#e7ecf6;         /* texto claro */
  --ofx-muted:#9aa7c2;        /* texto secundário */
  --ofx-faint:#6c7a99;        /* legendas */
  --ofx-amber:#ffb443;        /* estrelas / nota */
  --ofx-ok:#34d399;
  --ofx-surface-grad:linear-gradient(160deg,#0d1422 0%,#0a0e16 60%);
  --ofx-azul-grad:linear-gradient(135deg,#2e6bff 0%,#0f2a66 100%);
  --ofx-radius:14px;
  --ofx-radius-lg:22px;
  --ofx-shadow:0 18px 50px -20px #00060f;
  --ofx-max:1180px;
  --ofx-font-d:"Space Grotesk",system-ui,sans-serif;
  --ofx-font-b:"Inter",system-ui,-apple-system,sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--ofx-font-b);
  background:var(--ofx-ink);
  color:var(--ofx-text);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:var(--ofx-font-d);line-height:1.12;letter-spacing:-.02em;font-weight:600}
.ofx-wrap{max-width:var(--ofx-max);margin:0 auto;padding:0 22px}
.ofx-azul{color:var(--ofx-azul-2)}
.ofx-eyebrow{
  font-family:var(--ofx-font-d);font-size:.78rem;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;color:var(--ofx-azul-2);
  display:inline-flex;align-items:center;gap:.5rem;
}
.ofx-eyebrow::before{content:"";width:26px;height:2px;background:var(--ofx-azul);border-radius:2px}

/* ---------- Botões ---------- */
.ofx-btn{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--ofx-font-d);font-weight:600;font-size:.98rem;
  padding:.92rem 1.6rem;border-radius:var(--ofx-radius);
  border:1px solid transparent;cursor:pointer;transition:.22s ease;
  white-space:nowrap;
}
.ofx-btn-primary{
  background:var(--ofx-cta);color:#fff;
  box-shadow:0 10px 30px -8px var(--ofx-cta-glow);
}
.ofx-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px -10px var(--ofx-cta-glow);background:#4d86ff}
.ofx-btn-ghost{
  background:#ffffff0a;color:var(--ofx-text);border-color:var(--ofx-line);
}
.ofx-btn-ghost:hover{border-color:var(--ofx-azul);background:#2e6bff12}
.ofx-btn svg{width:18px;height:18px}

/* ---------- Header ---------- */
.ofx-header{
  position:sticky;top:0;z-index:60;
  background:#0a0e16d9;backdrop-filter:blur(14px);
  border-bottom:1px solid var(--ofx-line-2);
}
.ofx-nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.ofx-logo{display:flex;align-items:center;gap:.6rem;font-family:var(--ofx-font-d);font-weight:700;font-size:1.28rem;letter-spacing:-.03em}
.ofx-logo b{color:var(--ofx-azul-2)}
.ofx-logo-mark{
  width:34px;height:34px;border-radius:9px;background:var(--ofx-azul-grad);
  display:grid;place-items:center;font-family:var(--ofx-font-d);font-weight:700;color:#fff;
  box-shadow:0 6px 18px -6px var(--ofx-cta-glow);font-size:1.05rem;
}
.ofx-menu{display:flex;align-items:center;gap:1.9rem;list-style:none}
.ofx-menu a{font-size:.95rem;color:var(--ofx-muted);font-weight:500;transition:.2s}
.ofx-menu a:hover{color:var(--ofx-text)}
.ofx-nav-cta{display:flex;align-items:center;gap:.8rem}
.ofx-burger{display:none;background:none;border:1px solid var(--ofx-line);border-radius:9px;width:44px;height:44px;cursor:pointer}
.ofx-burger span{display:block;width:20px;height:2px;background:var(--ofx-text);margin:4px auto;transition:.3s}
.ofx-mobile{display:none;flex-direction:column;gap:.4rem;padding:1rem 22px 1.4rem;border-bottom:1px solid var(--ofx-line-2);background:var(--ofx-ink-2)}
.ofx-mobile a{padding:.7rem .4rem;color:var(--ofx-muted);border-bottom:1px solid var(--ofx-line-2)}
.ofx-mobile.open{display:flex}

/* ---------- Hero 65/35 ---------- */
.ofx-hero{position:relative;background:var(--ofx-surface-grad);overflow:hidden}
.ofx-hero-grid{display:grid;grid-template-columns:62% 38%;min-height:600px;align-items:stretch}
.ofx-hero-text{padding:5rem 3.4rem 5rem 0;display:flex;flex-direction:column;justify-content:center}
.ofx-hero-media{position:relative}
.ofx-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ofx-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ofx-ink) 0%,#0a0e1600 32%)}
.ofx-hero h1{font-size:clamp(2.3rem,4.6vw,3.65rem);margin:1.1rem 0 1.2rem}
.ofx-hero h1 mark{background:none;color:var(--ofx-azul-2)}
.ofx-hero-sub{font-size:1.14rem;color:var(--ofx-muted);max-width:36rem;margin-bottom:2rem}
.ofx-hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2.2rem}
.ofx-hero-trust{display:flex;gap:1.6rem;flex-wrap:wrap}
.ofx-trust-item{display:flex;align-items:center;gap:.55rem;font-size:.9rem;color:var(--ofx-muted)}
.ofx-trust-item svg{width:18px;height:18px;color:var(--ofx-azul-2);flex-shrink:0}

/* ---------- Seções genéricas ---------- */
.ofx-section{padding:5.5rem 0}
.ofx-section-alt{background:var(--ofx-ink-2);border-top:1px solid var(--ofx-line-2);border-bottom:1px solid var(--ofx-line-2)}
.ofx-shead{max-width:42rem;margin-bottom:3rem}
.ofx-shead.center{margin-left:auto;margin-right:auto;text-align:center}
.ofx-shead h2{font-size:clamp(1.8rem,3.4vw,2.55rem);margin:.9rem 0 .8rem}
.ofx-shead p{color:var(--ofx-muted);font-size:1.05rem}

/* ---------- Métricas ---------- */
.ofx-metrics{background:var(--ofx-azul-grad);border-radius:var(--ofx-radius-lg);padding:2.6rem 1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;box-shadow:var(--ofx-shadow)}
.ofx-metric{text-align:center;padding:.4rem 1rem}
.ofx-metric b{display:block;font-family:var(--ofx-font-d);font-size:clamp(2rem,4vw,2.8rem);color:#fff;letter-spacing:-.03em}
.ofx-metric span{font-size:.9rem;color:#dbe6ff}
.ofx-metric + .ofx-metric{border-left:1px solid #ffffff22}

/* ---------- Editorial ---------- */
.ofx-editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:3.2rem;align-items:center}
.ofx-editorial-body p{color:var(--ofx-muted);margin-bottom:1.1rem;font-size:1.04rem}
.ofx-editorial-body p strong{color:var(--ofx-text);font-weight:600}
.ofx-editorial-figure{position:relative;border-radius:var(--ofx-radius-lg);overflow:hidden;border:1px solid var(--ofx-line);box-shadow:var(--ofx-shadow)}
.ofx-editorial-figure img{aspect-ratio:4/3.4;object-fit:cover}

/* ---------- Cards com acento lateral (D4) ---------- */
.ofx-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.3rem}
.ofx-card{
  position:relative;background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);
  border-radius:var(--ofx-radius);padding:1.9rem 1.9rem 1.9rem 2.2rem;overflow:hidden;transition:.25s;
}
.ofx-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--ofx-azul-grad)}
.ofx-card:hover{transform:translateY(-3px);border-color:var(--ofx-line)}
.ofx-card-ico{width:46px;height:46px;border-radius:11px;background:#2e6bff18;border:1px solid #2e6bff33;display:grid;place-items:center;margin-bottom:1.1rem}
.ofx-card-ico svg{width:22px;height:22px;color:var(--ofx-azul-2)}
.ofx-card h3{font-size:1.2rem;margin-bottom:.55rem}
.ofx-card p{color:var(--ofx-muted);font-size:.98rem}

/* ---------- Autoridade técnica ---------- */
.ofx-tech{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.ofx-tech-item{background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-top:3px solid var(--ofx-azul);border-radius:var(--ofx-radius);padding:1.7rem}
.ofx-tech-item h4{font-size:1.08rem;margin-bottom:.5rem;color:var(--ofx-text)}
.ofx-tech-item p{color:var(--ofx-muted);font-size:.94rem}
.ofx-tech-tag{font-family:var(--ofx-font-d);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ofx-faint);margin-bottom:.7rem;display:block}

/* ---------- Como funciona ---------- */
.ofx-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;counter-reset:step}
.ofx-step{position:relative;padding:1.6rem 1.4rem;background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius)}
.ofx-step-n{font-family:var(--ofx-font-d);font-size:2.6rem;font-weight:700;color:#2e6bff44;line-height:1;margin-bottom:.7rem}
.ofx-step h4{font-size:1.1rem;margin-bottom:.45rem}
.ofx-step p{color:var(--ofx-muted);font-size:.93rem}

/* ---------- Casos de uso ---------- */
.ofx-uses{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.ofx-use{background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius);padding:1.6rem;border-left:4px solid var(--ofx-azul)}
.ofx-use-ico{width:40px;height:40px;border-radius:10px;background:#2e6bff18;display:grid;place-items:center;margin-bottom:.9rem}
.ofx-use-ico svg{width:20px;height:20px;color:var(--ofx-azul-2)}
.ofx-use h4{font-size:1.05rem;margin-bottom:.4rem}
.ofx-use p{color:var(--ofx-muted);font-size:.93rem}

/* ---------- Prova social F1 ---------- */
.ofx-reviews-top{display:grid;grid-template-columns:300px 1fr;gap:2.4rem;align-items:center;margin-bottom:2.6rem;background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius-lg);padding:2rem}
.ofx-score{text-align:center}
.ofx-score b{font-family:var(--ofx-font-d);font-size:4rem;line-height:1;color:#fff}
.ofx-stars{color:var(--ofx-amber);font-size:1.3rem;letter-spacing:.1em;margin:.4rem 0}
.ofx-score span{color:var(--ofx-muted);font-size:.9rem}
.ofx-bars{display:flex;flex-direction:column;gap:.55rem}
.ofx-bar{display:flex;align-items:center;gap:.8rem;font-size:.85rem;color:var(--ofx-muted)}
.ofx-bar-track{flex:1;height:8px;background:var(--ofx-line-2);border-radius:6px;overflow:hidden}
.ofx-bar-fill{height:100%;background:var(--ofx-azul-grad);border-radius:6px}
.ofx-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.ofx-review{background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius);padding:1.5rem}
.ofx-review .ofx-stars{font-size:1rem;margin-top:0}
.ofx-review p{color:var(--ofx-text);font-size:.95rem;margin:.6rem 0 1rem;font-style:italic}
.ofx-review-meta{font-size:.85rem;color:var(--ofx-faint);border-top:1px solid var(--ofx-line-2);padding-top:.8rem}
.ofx-ph{color:var(--ofx-amber)!important;font-style:normal!important;font-size:.82rem!important;opacity:.9}

/* ---------- FAQ ---------- */
.ofx-faq{max-width:50rem;margin:0 auto}
.ofx-faq-item{border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius);margin-bottom:.9rem;background:var(--ofx-ink-2);overflow:hidden}
.ofx-faq-q{width:100%;text-align:left;background:none;border:none;color:var(--ofx-text);font-family:var(--ofx-font-d);font-size:1.05rem;font-weight:500;padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.ofx-faq-q::after{content:"+";font-size:1.5rem;color:var(--ofx-azul-2);transition:.3s;flex-shrink:0}
.ofx-faq-item.open .ofx-faq-q::after{transform:rotate(45deg)}
.ofx-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--ofx-muted)}
.ofx-faq-a div{padding:0 1.5rem 1.3rem}
.ofx-faq-item.open .ofx-faq-a{max-height:340px}

/* ---------- Blog ---------- */
.ofx-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.ofx-post{background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius);overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.ofx-post:hover{transform:translateY(-4px);border-color:var(--ofx-line)}
.ofx-post-img{aspect-ratio:16/9;overflow:hidden}
.ofx-post-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ofx-post:hover .ofx-post-img img{transform:scale(1.05)}
.ofx-post-body{padding:1.4rem;display:flex;flex-direction:column;flex:1}
.ofx-post-tags{display:flex;gap:.7rem;font-size:.78rem;color:var(--ofx-faint);margin-bottom:.7rem;font-family:var(--ofx-font-d)}
.ofx-post-tags .cat{color:var(--ofx-azul-2)}
.ofx-post h3{font-size:1.12rem;margin-bottom:.5rem;line-height:1.25}
.ofx-post p{color:var(--ofx-muted);font-size:.92rem;flex:1;margin-bottom:1rem}
.ofx-post a.read{font-family:var(--ofx-font-d);font-weight:600;color:var(--ofx-azul-2);font-size:.92rem}

/* ---------- CTA final ---------- */
.ofx-cta-final{background:var(--ofx-azul-grad);border-radius:var(--ofx-radius-lg);padding:3.6rem 2rem;text-align:center;position:relative;overflow:hidden;box-shadow:var(--ofx-shadow)}
.ofx-cta-final h2{font-size:clamp(1.8rem,3.6vw,2.6rem);color:#fff;margin-bottom:.8rem}
.ofx-cta-final p{color:#dbe6ff;font-size:1.08rem;max-width:34rem;margin:0 auto 1.8rem}
.ofx-cta-final .ofx-btn-primary{background:#fff;color:var(--ofx-azul-deep)}
.ofx-cta-final .ofx-btn-primary:hover{background:#eef3ff}
.ofx-cta-final .ofx-btn-ghost{border-color:#ffffff66;color:#fff}
.ofx-cta-seals{display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;margin-top:1.6rem;font-size:.85rem;color:#cfe0ff}
.ofx-cta-seals span{display:flex;align-items:center;gap:.4rem}

/* ---------- Footer ---------- */
.ofx-footer{background:var(--ofx-ink-2);border-top:1px solid var(--ofx-line-2);padding:3.4rem 0 1.6rem}
.ofx-foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.4rem}
.ofx-foot-brand p{color:var(--ofx-muted);font-size:.92rem;margin-top:1rem;max-width:22rem}
.ofx-foot-col h5{font-family:var(--ofx-font-d);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ofx-faint);margin-bottom:1rem}
.ofx-foot-col a{display:block;color:var(--ofx-muted);font-size:.92rem;padding:.3rem 0;transition:.2s}
.ofx-foot-col a:hover{color:var(--ofx-azul-2)}
.ofx-foot-bottom{border-top:1px solid var(--ofx-line-2);padding-top:1.4rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;font-size:.85rem;color:var(--ofx-faint)}

/* ---------- Breadcrumbs ---------- */
.ofx-crumb{padding:1.4rem 0;font-size:.88rem;color:var(--ofx-faint)}
.ofx-crumb a{color:var(--ofx-muted)}
.ofx-crumb a:hover{color:var(--ofx-azul-2)}

/* ---------- Page hero (internas) ---------- */
.ofx-phero{background:var(--ofx-surface-grad);padding:3rem 0 4rem;border-bottom:1px solid var(--ofx-line-2)}
.ofx-phero h1{font-size:clamp(2rem,4vw,3rem);margin:1rem 0 1rem;max-width:46rem}
.ofx-phero p{color:var(--ofx-muted);font-size:1.1rem;max-width:42rem}

/* ---------- Conteúdo longo (pilar/artigo) ---------- */
.ofx-prose{max-width:48rem}
.ofx-prose h2{font-size:1.7rem;margin:2.4rem 0 1rem}
.ofx-prose h3{font-size:1.3rem;margin:1.8rem 0 .8rem}
.ofx-prose p{color:var(--ofx-muted);margin-bottom:1.1rem;font-size:1.04rem}
.ofx-prose ul{color:var(--ofx-muted);margin:0 0 1.2rem 1.2rem}
.ofx-prose li{margin-bottom:.5rem}
.ofx-prose strong{color:var(--ofx-text)}
.ofx-prose-table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.95rem}
.ofx-prose-table th,.ofx-prose-table td{border:1px solid var(--ofx-line-2);padding:.8rem 1rem;text-align:left}
.ofx-prose-table th{background:var(--ofx-ink-2);font-family:var(--ofx-font-d);color:var(--ofx-text)}
.ofx-prose-table td{color:var(--ofx-muted)}
.ofx-callout{background:#2e6bff12;border:1px solid #2e6bff33;border-left:4px solid var(--ofx-azul);border-radius:var(--ofx-radius);padding:1.3rem 1.5rem;margin:1.6rem 0}
.ofx-callout p{color:var(--ofx-text);margin:0}

/* ---------- Planos ---------- */
.ofx-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;align-items:start}
.ofx-plan{background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius-lg);padding:2rem;position:relative}
.ofx-plan.featured{border-color:var(--ofx-azul);box-shadow:0 0 0 1px var(--ofx-azul),var(--ofx-shadow)}
.ofx-plan-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--ofx-azul-grad);color:#fff;font-family:var(--ofx-font-d);font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:30px}
.ofx-plan h3{font-size:1.35rem;margin-bottom:.4rem}
.ofx-plan-desc{color:var(--ofx-muted);font-size:.92rem;margin-bottom:1.2rem;min-height:2.6rem}
.ofx-plan-price{font-family:var(--ofx-font-d);font-size:2.2rem;color:#fff;margin-bottom:.3rem}
.ofx-plan-price small{font-size:.95rem;color:var(--ofx-faint);font-family:var(--ofx-font-b)}
.ofx-plan ul{list-style:none;margin:1.4rem 0}
.ofx-plan li{padding:.5rem 0;color:var(--ofx-muted);font-size:.93rem;display:flex;gap:.6rem;align-items:flex-start}
.ofx-plan li svg{width:17px;height:17px;color:var(--ofx-ok);flex-shrink:0;margin-top:.2rem}
.ofx-plan .ofx-btn{width:100%;justify-content:center;margin-top:.6rem}

/* ---------- Form contato ---------- */
.ofx-contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2.4rem}
.ofx-field{margin-bottom:1.1rem}
.ofx-field label{display:block;font-size:.9rem;color:var(--ofx-muted);margin-bottom:.4rem;font-weight:500}
.ofx-field input,.ofx-field textarea{width:100%;background:var(--ofx-ink);border:1px solid var(--ofx-line);border-radius:10px;padding:.8rem 1rem;color:var(--ofx-text);font-family:var(--ofx-font-b);font-size:.95rem}
.ofx-field input:focus,.ofx-field textarea:focus{outline:none;border-color:var(--ofx-azul);box-shadow:0 0 0 3px #2e6bff22}
.ofx-contact-info{background:var(--ofx-ink-2);border:1px solid var(--ofx-line-2);border-radius:var(--ofx-radius-lg);padding:2rem}
.ofx-contact-info h4{margin-bottom:1.2rem}
.ofx-ci-item{display:flex;gap:.8rem;margin-bottom:1.2rem}
.ofx-ci-item svg{width:20px;height:20px;color:var(--ofx-azul-2);flex-shrink:0;margin-top:.2rem}
.ofx-ci-item b{display:block;color:var(--ofx-text);font-size:.95rem}
.ofx-ci-item span{color:var(--ofx-muted);font-size:.9rem}

/* ---------- Focus acessível ---------- */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--ofx-azul-2);outline-offset:2px}

/* ---------- Responsivo ---------- */
@media(max-width:980px){
  .ofx-hero-grid{grid-template-columns:1fr;min-height:auto}
  .ofx-hero-text{padding:3rem 0}
  .ofx-hero-media{height:260px;order:-1}
  .ofx-hero-media::after{background:linear-gradient(0deg,var(--ofx-ink) 0%,#0a0e1600 60%)}
  .ofx-editorial{grid-template-columns:1fr;gap:2rem}
  .ofx-tech,.ofx-steps,.ofx-uses,.ofx-reviews,.ofx-posts,.ofx-plans{grid-template-columns:1fr 1fr}
  .ofx-reviews-top{grid-template-columns:1fr;text-align:center}
  .ofx-contact-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ofx-menu,.ofx-nav-cta .ofx-btn{display:none}
  .ofx-burger{display:block}
  .ofx-metrics{grid-template-columns:1fr 1fr;gap:0}
  .ofx-metric:nth-child(3){border-left:none}
  .ofx-metric:nth-child(n+3){border-top:1px solid #ffffff22;padding-top:1.4rem;margin-top:.4rem}
  .ofx-cards,.ofx-tech,.ofx-steps,.ofx-uses,.ofx-reviews,.ofx-posts,.ofx-plans{grid-template-columns:1fr}
  .ofx-foot-grid{grid-template-columns:1fr 1fr}
  .ofx-section{padding:3.6rem 0}
}
@media(max-width:480px){
  .ofx-metrics{grid-template-columns:1fr}
  .ofx-metric+.ofx-metric{border-left:none;border-top:1px solid #ffffff22}
  .ofx-foot-grid{grid-template-columns:1fr}
}
