
:root {
  --brand: #40a463;
  --brand-dark: #173f27;
  --brand-deep: #102b1b;
  --brand-soft: #eaf7ed;
  --brand-pale: #f7fff5;
  --ink: #18201b;
  --muted: #69736c;
  --line: #dfe8e1;
  --white: #ffffff;
  --cream: #f8ffe4;
  --warning: #efb542;
  --shadow-sm: 0 10px 30px rgba(20, 63, 38, .08);
  --shadow-md: 0 24px 70px rgba(20, 63, 38, .14);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1240px;
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-head { max-width: 770px; margin: 0 auto 52px; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: 18px; padding: 8px 13px; border-radius: 999px;
  color: var(--brand-dark); background: var(--brand-soft);
  font-size: 13px; font-weight: 800; letter-spacing: .02em;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
h1,h2,h3,h4,p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 78px); line-height: 1.02; letter-spacing: -.055em; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 20px; }
h3 { font-size: clamp(23px, 2.5vw, 31px); line-height: 1.18; letter-spacing: -.025em; margin-bottom: 14px; }
h4 { font-size: 20px; line-height: 1.25; margin-bottom: 10px; }
p { color: var(--muted); }
.lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.text-white, .text-white p { color: var(--white); }
.muted-light { color: rgba(255,255,255,.74) !important; }

.skip-link { position: fixed; top: -60px; left: 20px; background: var(--ink); color: white; padding: 10px 14px; z-index: 9999; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  height: var(--header-h); display: flex; align-items: center;
  background: rgba(255,255,255,.91); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(15, 42, 26, .06); }
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.logo img { width: 43px; height: 43px; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-size: 21px; font-weight: 900; letter-spacing: -.03em; }
.logo-tag { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; padding: 0; margin: 0; }
.nav-links a { color: #435047; font-size: 14px; font-weight: 750; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-pill { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 800; }
.menu-btn { display:none; width: 46px; height: 46px; border: 1px solid var(--line); background: white; border-radius: 14px; }
.menu-btn span { display:block; width:20px; height:2px; margin:5px auto; background:var(--ink); transition:.2s; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 850; font-size: 15px; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--brand); box-shadow: 0 10px 24px rgba(64,164,99,.25); }
.btn-primary:hover { background: #378f56; box-shadow: 0 14px 30px rgba(64,164,99,.33); }
.btn-outline { color: var(--brand-dark); background: white; border-color: #bfd8c6; }
.btn-outline:hover { border-color: var(--brand); background: var(--brand-soft); }
.btn-dark { color: white; background: var(--brand-deep); }
.btn-sm { min-height: 42px; padding: 10px 17px; font-size: 13px; }
.btn-block { width: 100%; }
.arrow-icon { width: 18px; height: 18px; }

.hero { padding: calc(var(--header-h) + 72px) 0 60px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items:center; }
.hero-copy { max-width: 670px; }
.hero-copy .lead { max-width: 620px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:32px; }
.hero-trust { display:flex; flex-wrap:wrap; gap:18px; margin-top:32px; color:var(--muted); font-size:13px; font-weight:750; }
.hero-trust span { display:flex; align-items:center; gap:7px; }
.check { width:19px; height:19px; border-radius:50%; display:inline-grid; place-items:center; color:white; background:var(--brand); font-size:11px; }
.hero-art { position:relative; }
.hero-art::before { content:""; position:absolute; inset:7% -12% -10% 10%; border-radius:50%; background:radial-gradient(circle, rgba(64,164,99,.22), transparent 68%); filter:blur(20px); z-index:-1; }
.hero-frame { padding:10px; background:white; border:1px solid var(--line); border-radius:32px; box-shadow:var(--shadow-md); overflow:hidden; }
.hero-frame img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:22px; }
.floating-card { position:absolute; display:flex; align-items:center; gap:12px; padding:13px 15px; background:rgba(255,255,255,.96); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow-sm); font-size:13px; font-weight:850; }
.floating-card.one { left:-34px; top:13%; }
.floating-card.two { right:-20px; bottom:11%; }
.float-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:12px; background:var(--brand-soft); color:var(--brand); }

.logo-band { padding: 32px 0 54px; overflow:hidden; }
.logo-band-title { text-align:center; color:var(--muted); font-size:13px; font-weight:800; margin-bottom:22px; }
.marquee { display:flex; overflow:hidden; mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
.marquee-track { display:flex; min-width:max-content; animation:marquee 28s linear infinite; }
.logo-chip { display:flex; align-items:center; gap:10px; margin-right:16px; padding:13px 20px; border:1px solid var(--line); border-radius:999px; color:#536057; background:#fff; font-weight:850; }
.logo-chip svg { width:22px; height:22px; color:var(--brand); }
@keyframes marquee { to { transform:translateX(-50%); } }

.device-ticker { padding: 84px 0 0; background:linear-gradient(180deg,#fff,var(--brand-pale)); overflow:hidden; }
.device-stage { margin-top:52px; padding:12px; border:1px solid var(--line); border-radius:30px; background:white; box-shadow:var(--shadow-md); overflow:hidden; }
.device-stage img { width:100%; min-width:0; aspect-ratio:16/9; object-fit:cover; border-radius:20px; }

.dark-feature { padding: 30px 0 104px; background:linear-gradient(180deg,var(--brand-pale) 0 18%,#fff 18%); }
.dark-card { position:relative; overflow:hidden; padding:76px; border-radius:var(--radius-lg); background:var(--brand-deep); min-height:460px; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:60px; }
.dark-orbit { position:relative; min-height:300px; }
.orb { position:absolute; border-radius:50%; filter:blur(1px); }
.orb.a { width:240px;height:240px;left:20px;top:25px;background:linear-gradient(135deg,#64cf86,#1f6e3b); }
.orb.b { width:160px;height:160px;left:180px;top:130px;background:rgba(248,255,228,.12);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px); }
.orb.c { width:64px;height:64px;left:120px;top:10px;background:var(--warning); }
.mini-proof { position:absolute; left:70px; bottom:5px; padding:16px 18px; color:white; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.23); border-radius:18px; backdrop-filter:blur(12px); }

.cards-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.feature-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-md); background:white; box-shadow:0 9px 30px rgba(18,55,31,.05); transition:transform .25s, box-shadow .25s; }
.feature-card:hover { transform:translateY(-7px); box-shadow:var(--shadow-md); }
.feature-card .visual { aspect-ratio: 16/10; overflow:hidden; background:var(--brand-soft); }
.feature-card .visual img { width:100%;height:100%;object-fit:cover; }
.feature-card .content { padding:26px; }
.feature-card p { margin-bottom:0; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:76px; align-items:center; }
.split.reverse .split-media { order:2; }
.split-media { position:relative; }
.image-card { padding:16px; border:1px solid var(--line); border-radius:30px; box-shadow:var(--shadow-md); background:white; }
.image-card img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:20px; }
.inline-list { display:grid; gap:15px; padding:0; margin:28px 0 0; list-style:none; }
.inline-list li { display:flex; align-items:flex-start; gap:12px; color:#475248; }
.inline-list .check { flex:0 0 auto; margin-top:3px; }

.soft-section { background:var(--brand-pale); }
.steps { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.step-card { min-height:410px; display:flex; flex-direction:column; padding:34px; border:1px solid var(--line); border-radius:var(--radius-md); background:white; }
.step-number { width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:20px;font-weight:900;margin-bottom:34px; }
.step-card img { margin-top:auto; max-height:175px; width:100%; object-fit:contain; }

.device-grid { display:grid;grid-template-columns:repeat(6,1fr);gap:14px; }
.device-card { padding:22px 10px;text-align:center;border:1px solid var(--line);border-radius:18px;background:white;transition:.2s; }
.device-card:hover { border-color:#a8d7b6; transform:translateY(-4px); }
.device-icon { width:52px;height:52px;margin:0 auto 12px;display:grid;place-items:center;border-radius:15px;background:var(--brand-soft);color:var(--brand); }
.device-card strong { display:block;font-size:14px; }

.review-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }
.review-card { padding:28px;border:1px solid var(--line);border-radius:var(--radius-md);background:white; }
.stars { color:#f2b936;letter-spacing:2px;margin-bottom:16px; }
.review-user { display:flex;align-items:center;gap:12px;margin-top:22px; }
.avatar { width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-dark);font-weight:900; }
.review-user small { display:block;color:var(--muted); }

.blog-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }
.blog-card { overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:white;transition:.25s; }
.blog-card:hover { transform:translateY(-6px);box-shadow:var(--shadow-md); }
.blog-thumb { aspect-ratio:16/9;background:var(--brand-soft);overflow:hidden; }
.blog-thumb img { width:100%;height:100%;object-fit:cover; }
.blog-card-content { padding:24px; }
.blog-meta { display:flex;gap:10px;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:12px; }
.blog-card h3 { font-size:22px; }
.text-link { display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:900; }

.cta-wrap { padding: 0 0 104px; }
.cta-card { padding:68px;border-radius:var(--radius-lg);background:linear-gradient(125deg,var(--brand-deep),#1b5e33);display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden; }
.cta-card::after { content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-120px;top:-170px;background:rgba(255,255,255,.08); }
.cta-copy { max-width:720px;position:relative;z-index:1; }
.cta-actions { display:flex;gap:12px;flex:0 0 auto;position:relative;z-index:1; }

.contact-strip { border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--brand-pale); }
.contact-strip-grid { display:grid;grid-template-columns:repeat(3,1fr); }
.contact-strip-item { display:flex;align-items:center;gap:14px;padding:27px 24px;border-right:1px solid var(--line); }
.contact-strip-item:last-child { border-right:0; }
.contact-strip-item svg { width:28px;height:28px;color:var(--brand); }
.contact-strip-item span { display:block;color:var(--muted);font-size:12px; }
.site-footer { padding:68px 0 26px;background:#fbfdfb; }
.footer-grid { display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:54px; }
.footer-brand p { max-width:390px;margin-top:18px; }
.footer-col h4 { font-size:14px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:18px; }
.footer-links { list-style:none;padding:0;margin:0;display:grid;gap:11px; }
.footer-links a { color:var(--muted);font-size:14px; }
.footer-links a:hover { color:var(--brand); }
.footer-bottom { display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:13px; }
.payment-pills { display:flex;gap:8px;flex-wrap:wrap; }
.payment-pills span { padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:white;color:#536057;font-weight:850;font-size:11px; }

.page-hero { padding:calc(var(--header-h) + 64px) 0 76px;background:linear-gradient(180deg,var(--brand-pale),white); }
.page-hero-inner { max-width:830px;margin-inline:auto;text-align:center; }
.breadcrumbs { display:flex;justify-content:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:800;margin-bottom:22px; }
.breadcrumbs a:hover { color:var(--brand); }

.pricing-controls { display:flex;justify-content:center;gap:8px;margin:0 auto 36px;padding:7px;width:max-content;border:1px solid var(--line);border-radius:999px;background:#fff; }
.pricing-tab { border:0;background:transparent;padding:11px 20px;border-radius:999px;color:var(--muted);font-weight:850; }
.pricing-tab.active { color:white;background:var(--brand); }
.pricing-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:18px; }
.price-card { position:relative;padding:30px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff; }
.price-card.popular { border:2px solid var(--brand);box-shadow:var(--shadow-md); }
.popular-badge { position:absolute;right:18px;top:18px;padding:6px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:11px;font-weight:900; }
.duration { font-size:30px;font-weight:900;letter-spacing:-.04em; }
.price-placeholder { margin:18px 0 5px;font-size:32px;font-weight:900;color:var(--brand-dark);font-variant-numeric:tabular-nums;letter-spacing:-.03em; }
.price-note { font-size:12px; }
.price-features { list-style:none;padding:0;margin:24px 0;display:grid;gap:12px; }
.price-features li { display:flex;gap:10px;color:#4f5b52;font-size:14px; }
.price-features .check { width:18px;height:18px;font-size:10px;flex:0 0 auto;margin-top:2px; }
.price-panel[hidden] { display:none; }
.notice { padding:18px 20px;border:1px solid #cde3d3;border-radius:16px;background:var(--brand-soft);color:#31523b;font-size:14px; }

.faq-list { max-width:900px;margin:0 auto;display:grid;gap:13px; }
.faq-item { border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden; }
.faq-question { width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border:0;background:white;text-align:left;color:var(--ink);font-weight:850; }
.faq-plus { width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:20px;transition:transform .2s; }
.faq-answer { max-height:0;overflow:hidden;transition:max-height .3s ease; }
.faq-answer-inner { padding:0 24px 22px; }
.faq-item.open .faq-plus { transform:rotate(45deg); }

.contact-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:30px; }
.contact-card { padding:32px;border:1px solid var(--line);border-radius:var(--radius-md);background:white; }
.contact-stack { display:grid;gap:14px;margin-top:26px; }
.contact-method { display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:15px; }
.form-grid { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.field { display:grid;gap:7px; }
.field.full { grid-column:1/-1; }
label { font-size:13px;font-weight:850;color:#425047; }
input, textarea, select { width:100%;padding:14px 15px;border:1px solid #cfdbd2;border-radius:13px;background:white;color:var(--ink);outline:none;transition:border .2s, box-shadow .2s; }
input:focus, textarea:focus, select:focus { border-color:var(--brand);box-shadow:0 0 0 4px rgba(64,164,99,.12); }
textarea { min-height:150px;resize:vertical; }

.article-layout { display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:55px;align-items:start; }
.article-content { max-width:820px; }
.article-content h2 { margin-top:54px;font-size:36px; }
.article-content h3 { margin-top:34px;font-size:27px; }
.article-content p, .article-content li { font-size:17px; }
.article-content img { border-radius:22px;margin:34px 0; }
.article-toc { position:sticky;top:110px;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--brand-pale); }
.article-toc h4 { font-size:15px; }
.article-toc ol { padding-left:19px;color:var(--muted);font-size:13px;display:grid;gap:8px; }
.article-callout { margin:30px 0;padding:22px;border-left:4px solid var(--brand);border-radius:0 16px 16px 0;background:var(--brand-soft); }

.legal-content { max-width:900px;margin:0 auto; }
.legal-content h2 { font-size:31px;margin-top:40px; }

.whatsapp-float { position:fixed;right:22px;bottom:22px;z-index:900;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:white;background:#25d366;box-shadow:0 12px 30px rgba(37,211,102,.36);transition:.2s; }
.whatsapp-float:hover { transform:translateY(-4px) scale(1.03); }
.whatsapp-float svg { width:28px;height:28px; }

.reveal { opacity:1; transform:none; }
.js .reveal { opacity:0; transform:translateY(22px); transition:opacity .7s, transform .7s; }
.js .reveal.visible { opacity:1; transform:none; }

@media (max-width: 1040px) {
  .nav-links { gap:17px; }
  .nav-links a { font-size:13px; }
  .hero-grid,.split,.dark-card,.contact-grid { gap:42px; }
  .pricing-grid { grid-template-columns:repeat(2,1fr); }
  .device-grid { grid-template-columns:repeat(3,1fr); }
  .footer-grid { grid-template-columns:1.3fr repeat(2,1fr); }
  .footer-col:last-child { grid-column:2/4; }
}
@media (max-width: 850px) {
  :root { --header-h:74px; }
  .section { padding:78px 0; }
  .nav-links { position:fixed;inset:var(--header-h) 0 auto;display:grid;gap:0;padding:16px 20px 24px;background:white;border-bottom:1px solid var(--line);transform:translateY(-130%);transition:.25s;box-shadow:0 20px 35px rgba(12,38,22,.08); }
  .nav-links.open { transform:translateY(0); }
  .nav-links li a { display:block;padding:13px 5px;font-size:15px; }
  .nav-actions .lang-pill,.nav-actions .desktop-cta { display:none; }
  .menu-btn { display:block; }
  .hero-grid,.split,.dark-card,.contact-grid,.article-layout { grid-template-columns:1fr; }
  .hero { padding-top:calc(var(--header-h) + 50px); }
  .hero-copy { text-align:center;margin:auto; }
  .hero-copy .lead { margin-inline:auto; }
  .hero-actions,.hero-trust { justify-content:center; }
  .hero-art { max-width:660px;margin:18px auto 0; }
  .floating-card.one { left:0; }
  .floating-card.two { right:0; }
  .dark-card { padding:46px; }
  .dark-orbit { min-height:250px; }
  .cards-3,.review-grid,.blog-grid { grid-template-columns:1fr 1fr; }
  .split.reverse .split-media { order:initial; }
  .cta-card { display:block;padding:48px; }
  .cta-actions { margin-top:25px; }
  .article-toc { position:static;order:-1; }
}
@media (max-width: 600px) {
  .container { width:min(100% - 28px,var(--container)); }
  .section { padding:64px 0; }
  h1 { font-size:43px; }
  h2 { font-size:35px; }
  .hero { padding-bottom:34px; }
  .hero-frame { padding:10px;border-radius:22px; }
  .hero-frame img { border-radius:15px; }
  .floating-card { display:none; }
  .cards-3,.review-grid,.blog-grid,.steps,.pricing-grid,.contact-strip-grid,.footer-grid { grid-template-columns:1fr; }
  .device-grid { grid-template-columns:repeat(2,1fr); }
  .dark-card { padding:34px 25px;border-radius:26px; }
  .dark-orbit { min-height:220px; }
  .orb.a { width:180px;height:180px;left:10px; }
  .orb.b { width:125px;height:125px;left:135px; }
  .mini-proof { left:30px; }
  .cta-card { padding:38px 26px;border-radius:25px; }
  .cta-actions { flex-direction:column; }
  .contact-strip-item { border-right:0;border-bottom:1px solid var(--line); }
  .footer-col:last-child { grid-column:auto; }
  .footer-bottom { align-items:flex-start;flex-direction:column; }
  .form-grid { grid-template-columns:1fr; }
  .pricing-controls { width:100%;overflow-x:auto;justify-content:flex-start; }
  .pricing-tab { min-width:max-content; }
  .page-hero { padding-top:calc(var(--header-h) + 44px); }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; }
}



/* Compact trust slider directly below the hero */
.trust-section {
  position: relative;
  padding: 10px 0 42px;
  background: #fff;
}
.trust-slider-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 30px;
  padding: 28px 30px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 5% 10%, rgba(101,204,131,.18), transparent 31%),
    radial-gradient(circle at 94% 95%, rgba(64,164,99,.16), transparent 30%),
    linear-gradient(135deg, var(--brand-deep), #173f27 66%, #1c5230);
  box-shadow: 0 20px 55px rgba(16,43,27,.15);
}
.trust-slider-shell::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -156px;
  left: 24%;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}
.trust-heading,
.trust-carousel { position: relative; z-index: 1; }
.trust-heading { max-width: 360px; }
.trust-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #bfe8ca;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.trust-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65cc83;
  box-shadow: 0 0 0 5px rgba(101,204,131,.12);
}
.trust-heading h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.12;
}
.trust-heading p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.55;
}
.trust-carousel {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
}
.trust-viewport {
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
}
.trust-track {
  display: flex;
  gap: 12px;
  transition: transform .5s cubic-bezier(.22,.65,.3,1);
  will-change: transform;
}
.trust-slide {
  flex: 0 0 calc((100% - 12px) / 2);
  min-width: 0;
  min-height: 112px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(8px);
}
.trust-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #65cc83, var(--brand));
  box-shadow: 0 8px 20px rgba(64,164,99,.22);
}
.trust-icon svg { width: 21px; height: 21px; }
.trust-slide strong {
  display: block;
  margin: 1px 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
.trust-slide p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 11.5px;
  line-height: 1.48;
}
.trust-arrow {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.trust-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(191,232,202,.42);
  background: rgba(255,255,255,.14);
}
.trust-arrow:focus-visible { outline: 3px solid rgba(101,204,131,.45); outline-offset: 2px; }
.trust-arrow svg { width: 18px; height: 18px; }
.trust-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 6px;
  min-height: 8px;
  margin-top: 1px;
}
.trust-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.trust-dot.active { width: 18px; background: #65cc83; }
@media (max-width: 980px) {
  .trust-slider-shell {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }
  .trust-heading { max-width: 680px; text-align: center; margin-inline: auto; }
  .trust-slide { flex-basis: calc((100% - 12px) / 2); }
}
@media (max-width: 680px) {
  .trust-section { padding: 8px 0 34px; }
  .trust-slider-shell { padding: 24px 16px 18px; border-radius: 24px; }
  .trust-heading h2 { font-size: 28px; }
  .trust-heading p { font-size: 12.5px; }
  .trust-carousel { grid-template-columns: 32px minmax(0, 1fr) 32px; gap: 7px; }
  .trust-arrow { width: 32px; height: 32px; }
  .trust-slide { flex-basis: 100%; min-height: 108px; padding: 16px; }
}

/* Homepage pricing directly below the trust section */
.home-pricing {
  position: relative;
  padding-top: 88px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 8%, rgba(64,164,99,.10), transparent 28%),
    radial-gradient(circle at 88% 92%, rgba(239,181,66,.08), transparent 24%),
    var(--brand-pale);
  overflow: hidden;
}
.home-pricing .section-head { margin-bottom: 38px; }
.home-pricing .pricing-controls { box-shadow: 0 10px 30px rgba(20,63,38,.07); }
.home-pricing .price-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-pricing .price-card:hover {
  transform: translateY(-7px);
  border-color: #bfd8c6;
  box-shadow: var(--shadow-md);
}
.home-pricing .price-card .btn { margin-top: auto; }
.home-pricing .popular { transform: translateY(-8px); }
.home-pricing .popular:hover { transform: translateY(-13px); }
.pricing-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
}
.pricing-footer p { margin: 0; font-size: 14px; }
@media (max-width: 1040px) {
  .home-pricing .popular { transform: none; }
  .home-pricing .popular:hover { transform: translateY(-7px); }
}
@media (max-width: 600px) {
  .home-pricing { padding-top: 64px; }
  .home-pricing .price-card { min-height: auto; }
  .home-pricing .pricing-grid { gap: 15px; }
}


/* Full package feature lists */
.price-card {
  display: flex;
  flex-direction: column;
}
.price-card .price-features {
  margin: 22px 0 14px;
  gap: 8px;
}
.price-card .price-features li {
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(24,32,27,.08);
  font-size: 11.5px;
  line-height: 1.38;
}
.price-card .price-features li:last-child { border-bottom: 0; }
.price-card .price-features .check {
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-top: 0;
  font-size: 9px;
}
.package-footnote {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}
.price-card .btn-block { margin-top: auto; }
.home-pricing .price-card { min-height: 760px; padding: 24px 20px; }
@media (max-width: 1040px) {
  .home-pricing .price-card { min-height: auto; }
}
@media (max-width: 600px) {
  .price-card .price-features li { font-size: 12px; }
  .package-footnote { font-size: 9.5px; }
}


/* IPTV Link header: streamlined navigation + Reseller and order CTAs */
.mobile-nav-actions { display: none; }
.header-reseller { white-space: nowrap; }
.header-main-cta { white-space: nowrap; }
.nav-actions { flex-shrink: 0; }

@media (max-width: 1120px) {
  .navbar { gap: 18px; }
  .nav-links {
    position: fixed;
    inset: var(--header-h) 0 auto;
    display: grid;
    gap: 0;
    padding: 16px 20px 24px;
    background: white;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform .25s;
    box-shadow: 0 20px 35px rgba(12,38,22,.08);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links li a:not(.btn) { display: block; padding: 13px 5px; font-size: 15px; }
  .nav-actions .desktop-cta { display: none; }
  .menu-btn { display: block; }
  .mobile-nav-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 14px;
    margin-top: 8px;
    border-top: 1px solid var(--line);
  }
  .mobile-nav-actions .btn { width: 100%; min-height: 46px; padding: 11px 15px; }
}

@media (max-width: 560px) {
  .logo-tag { display: none; }
  .logo-name { font-size: 20px; }
  .mobile-nav-actions { grid-template-columns: 1fr; }
}


/* Real-image final edition */
.page-hero.has-media { padding-bottom:54px; }
.page-hero-visual { max-width:1080px; margin:42px auto 0; }
.page-visual-frame { padding:11px; border:1px solid var(--line); border-radius:30px; background:#fff; box-shadow:var(--shadow-md); overflow:hidden; }
.page-visual-frame img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:21px; }
.reseller-panel { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:70px; }
.reseller-media .image-card { transform:rotate(-1deg); }
.reseller-section .btn { margin-top:28px; }
.article-content > img:first-child { width:100%; aspect-ratio:16/9; object-fit:cover; box-shadow:var(--shadow-sm); }
.package-footnote { font-size:11px; line-height:1.5; color:#768079; }
.home-pricing .pricing-grid, .pricing-grid { align-items:stretch; }
.price-card { display:flex; flex-direction:column; }
.price-card .btn { margin-top:auto; }
.price-features { flex:1; }
@media (max-width:850px) {
  .reseller-panel { grid-template-columns:1fr; gap:40px; }
  .reseller-media { max-width:700px; margin-inline:auto; }
}
@media (max-width:600px) {
  .page-hero-visual { margin-top:28px; }
  .page-visual-frame { padding:7px; border-radius:22px; }
  .page-visual-frame img { border-radius:16px; }
  .device-stage { padding:7px; border-radius:22px; }
  .device-stage img { border-radius:16px; }
}


/* IPTV Link reseller page — redesigned to match the main website */
.active-reseller{border-color:var(--brand);color:var(--brand-dark);background:var(--brand-soft)}
.reseller-hero-v3{background:radial-gradient(circle at 79% 22%,rgba(64,164,99,.13),transparent 31%),#fff}
.reseller-hero-art .hero-frame img{object-position:center}
.reseller-hero-art .floating-card.one{left:-26px;top:10%}
.reseller-hero-art .floating-card.two{right:-22px;bottom:10%}
.reseller-audience-list li{padding:15px 0;border-bottom:1px solid var(--line)}
.reseller-audience-list li:last-child{border-bottom:0}
.reseller-audience-list strong{display:block;margin-bottom:3px;color:var(--ink);font-size:16px}
.reseller-audience-list span{display:block;color:var(--muted);font-size:13px;line-height:1.5}
.reseller-catalog-v3{background:linear-gradient(180deg,var(--brand-pale),#fff)}
.server-tabs{display:flex;justify-content:center;gap:8px;width:max-content;max-width:100%;margin:0 auto 34px;padding:7px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:0 10px 30px rgba(20,63,38,.07);overflow-x:auto}
.server-tab{display:flex;align-items:center;gap:8px;min-width:max-content;padding:11px 19px;border:0;border-radius:999px;color:var(--muted);background:transparent;font-weight:850}
.server-tab span{color:#e8ad2f;letter-spacing:1px;font-size:11px}
.server-tab.active{color:#fff;background:var(--brand)}
.server-tab.active span{color:#fff5c3}
.server-panel[hidden]{display:none}
.server-panel-intro{display:flex;align-items:end;justify-content:space-between;gap:36px;margin:0 0 24px;padding:0 4px}
.server-panel-intro h3{margin:2px 0 0;font-size:30px}
.server-panel-intro p{max-width:620px;margin:0;text-align:right;font-size:14px}
.server-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.server-card{position:relative;display:flex;flex-direction:column;min-height:315px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;box-shadow:0 9px 30px rgba(18,55,31,.05);transition:transform .25s,box-shadow .25s,border-color .25s}
.server-card:hover{transform:translateY(-6px);border-color:#b8dac1;box-shadow:var(--shadow-md)}
.server-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.server-tier{display:inline-flex;padding:6px 9px;border-radius:999px;color:var(--brand-dark);background:var(--brand-soft);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.server-tier-premium{background:#fff5d7;color:#745412}
.server-tier-standard{background:#f1f4f2;color:#586159}
.server-card-stars{color:#e8ad2f;letter-spacing:1px;font-size:12px}
.server-card h3{min-height:56px;margin-bottom:20px;font-size:23px;overflow-wrap:anywhere}
.server-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.server-card-stats div{padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--brand-pale)}
.server-card-stats small{display:block;margin-bottom:3px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.server-card-stats strong{display:block;color:var(--brand-dark);font-size:21px;line-height:1.1;font-variant-numeric:tabular-nums}
.server-condition{display:flex;gap:8px;align-items:flex-start;min-height:43px;margin:0 0 19px;color:var(--muted);font-size:12px}
.server-condition span{flex:0 0 18px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-size:10px}
.server-card .btn{margin-top:auto}
.reseller-catalog-note{margin-top:28px}
.reseller-dark-v3{padding-top:96px;background:linear-gradient(180deg,#fff 0 16%,var(--brand-pale) 16% 100%)}
.reseller-dark-v3 .dark-card{grid-template-columns:1fr 1fr}
.reseller-dark-visual{align-self:stretch;min-height:370px;padding:12px;border:1px solid rgba(255,255,255,.15);border-radius:26px;background:rgba(255,255,255,.07);overflow:hidden}
.reseller-dark-visual img{width:100%;height:100%;min-height:346px;object-fit:cover;border-radius:18px}
.reseller-eyebrow-light{color:#eaffee;background:rgba(255,255,255,.09)}
.reseller-eyebrow-light::before{background:#77d594}
.reseller-benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.reseller-benefit-list p{margin:0;padding:17px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06)}
.reseller-benefit-list b{display:block;margin-bottom:5px;color:#fff;font-size:14px}
.reseller-benefit-list span{display:block;color:rgba(255,255,255,.66);font-size:11px;line-height:1.45}
.reseller-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.reseller-step-card{min-height:255px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;box-shadow:0 9px 30px rgba(18,55,31,.05)}
.reseller-step-card>span{width:48px;height:48px;display:grid;place-items:center;margin-bottom:28px;border-radius:15px;color:#fff;background:var(--brand);font-size:14px;font-weight:900;box-shadow:0 10px 22px rgba(64,164,99,.25)}
.reseller-step-card h3{font-size:22px}
.reseller-step-card p{margin:0;font-size:13px}
.reseller-request-grid-v3{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:start}
.reseller-request-image-v3{margin-top:28px;padding:10px;border-radius:24px}
.reseller-request-image-v3 img{border-radius:16px}
.reseller-form-v3{padding:34px;box-shadow:var(--shadow-md)}
.reseller-form-head{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.reseller-form-head>span{display:inline-flex;margin-bottom:9px;color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.reseller-form-head h3{margin-bottom:7px;font-size:28px}
.reseller-form-head p{margin:0;font-size:13px}
.reseller-consent label{display:flex;align-items:flex-start;gap:10px;font-weight:600;line-height:1.5}
.reseller-consent input{flex:0 0 auto;width:18px;height:18px;margin-top:2px}
.form-note{margin:10px 0 0;text-align:center;font-size:11px}
.reseller-faq-layout-v3{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:start}
.reseller-cta-v3{padding-top:26px}
@media(max-width:1080px){.server-card-grid{grid-template-columns:repeat(2,1fr)}.reseller-step-grid{grid-template-columns:repeat(2,1fr)}.reseller-request-grid-v3,.reseller-faq-layout-v3{grid-template-columns:1fr}.reseller-dark-v3 .dark-card{grid-template-columns:1fr}.reseller-dark-visual{min-height:330px}.server-panel-intro{align-items:flex-start;flex-direction:column;gap:9px}.server-panel-intro p{text-align:left}.reseller-request-copy{max-width:780px;margin-inline:auto}}
@media(max-width:700px){.server-tabs{justify-content:flex-start;width:100%}.server-card-grid,.reseller-step-grid,.reseller-benefit-list{grid-template-columns:1fr}.server-card{min-height:auto}.server-card h3{min-height:0}.reseller-dark-v3{padding-top:70px}.reseller-dark-v3 .dark-card{padding:28px 20px}.reseller-dark-visual{min-height:250px}.reseller-form-v3{padding:24px}.reseller-hero-art .floating-card{display:none}}

/* Reseller reliability + print/mobile fixes (2026-08-01) */
/* Keep content visible even if animation JavaScript is delayed or blocked. */
.js .reveal,
.js .reveal.visible,
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Make the responsive menu genuinely hidden instead of only translated off-screen. */
@media (max-width: 1120px) {
  .nav-links {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .nav-links.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) !important;
  }
}

/* Prevent empty image frames while media is decoding. */
.reseller-audience-v3 .image-card,
.reseller-request-image-v3,
.reseller-dark-visual,
.reseller-hero-art .hero-frame {
  background: linear-gradient(135deg, #f7fff5, #eaf7ed);
}
.reseller-audience-v3 .image-card img,
.reseller-request-image-v3 img,
.reseller-dark-visual img,
.reseller-hero-art .hero-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Better mobile spacing and card rhythm. */
@media (max-width: 700px) {
  .reseller-hero-v3 { padding-bottom: 42px; }
  .reseller-hero-v3 .hero-grid { gap: 34px; }
  .reseller-hero-v3 .hero-trust { gap: 12px 16px; }
  .reseller-audience-v3 .split { gap: 34px; }
  .server-panel-intro { margin-bottom: 18px; }
  .server-card-grid { gap: 14px; }
  .reseller-request-grid-v3 { gap: 34px; }
  .reseller-faq-layout-v3 { gap: 28px; }
}

/* Clean print/PDF output: fixed UI is not repeated on every page. */
@media print {
  @page { size: A4; margin: 14mm; }
  html, body {
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }
  body.menu-open { overflow: visible !important; }
  .site-header {
    position: static !important;
    height: auto !important;
    display: block !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #dfe8e1 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    background: #fff !important;
  }
  .site-header .navbar { width: 100% !important; min-height: 54px; }
  .site-header nav,
  .site-header .nav-actions,
  .menu-btn,
  .mobile-nav-actions,
  .whatsapp-float,
  .skip-link,
  .trust-arrow,
  .trust-dots,
  .server-tabs {
    display: none !important;
  }
  main { display: block !important; }
  .hero,
  .page-hero {
    padding: 24px 0 28px !important;
    overflow: visible !important;
  }
  .section,
  .section-sm,
  .trust-section,
  .dark-feature,
  .cta-wrap {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .container { width: 100% !important; max-width: none !important; }
  .hero-grid,
  .split,
  .dark-card,
  .reseller-request-grid-v3,
  .reseller-faq-layout-v3 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .hero-copy { text-align: left !important; max-width: none !important; }
  .hero-actions,
  .hero-trust { justify-content: flex-start !important; }
  .floating-card { display: none !important; }
  .trust-track {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    transform: none !important;
    gap: 12px !important;
  }
  .trust-slide { width: auto !important; min-width: 0 !important; }
  .server-panel[hidden] { display: block !important; }
  .server-panel + .server-panel { margin-top: 28px !important; }
  .server-card-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .server-card,
  .reseller-step-card,
  .faq-item,
  .trust-slide,
  .image-card,
  .dark-card,
  .cta-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .server-card { min-height: 0 !important; padding: 16px !important; }
  .server-card h3 { min-height: 0 !important; font-size: 18px !important; }
  .reseller-step-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .reseller-benefit-list { grid-template-columns: repeat(2, 1fr) !important; }
  .dark-card,
  .cta-card {
    color: #18201b !important;
    background: #f7fff5 !important;
    border: 1px solid #dfe8e1 !important;
  }
  .dark-card h2,
  .dark-card h3,
  .dark-card b,
  .cta-card h2 { color: #18201b !important; }
  .dark-card p,
  .dark-card span,
  .cta-card p { color: #69736c !important; }
  .contact-strip,
  .site-footer { break-before: auto; }
  a[href]::after { content: none !important; }
}
