/* Fyxo Connect — marketing site styles */
:root {
  --brand-50:#eff6ff; --brand-100:#dbeafe; --brand-500:#0a84ff; --brand-600:#0066e6; --brand-700:#0052c2;
  --wa:#25d366; --ink:#0f172a; --body:#334155; --muted:#64748b; --line:#e2e8f0; --bg:#f8fafc;
  --radius:12px; --shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);
  --shadow-lg:0 20px 40px -12px rgba(15,23,42,.16);
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');

* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif; color:var(--body); line-height:1.6; background:#fff; -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4 { font-family:'Plus Jakarta Sans',system-ui,sans-serif; color:var(--ink); letter-spacing:-.02em; line-height:1.15; }
a { color:var(--brand-600); text-decoration:none; }
a:hover { text-decoration:underline; }
.wrap { max-width:1120px; margin:0 auto; padding:0 24px; }
.narrow { max-width:820px; }

/* nav */
header.nav { position:sticky; top:0; z-index:50; background:rgba(255,255,255,.85); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; height:64px; }
.logo { display:flex; align-items:center; gap:10px; font-family:'Plus Jakarta Sans'; font-weight:800; font-size:19px; color:var(--ink); }
.logo:hover { text-decoration:none; }
.logo .mark { width:32px; height:32px; border-radius:9px; background:var(--brand-600); display:flex; align-items:center; justify-content:center; color:#fff; font-size:16px; }
.logo b { color:var(--brand-600); }
.nav-links { display:flex; align-items:center; gap:28px; }
.nav-links a { color:var(--body); font-weight:500; font-size:15px; }
.nav-links a:hover { color:var(--ink); text-decoration:none; }
.btn { display:inline-flex; align-items:center; gap:8px; font-weight:600; font-size:15px; padding:10px 20px; border-radius:8px; border:1px solid transparent; cursor:pointer; transition:.15s; }
.btn-primary { background:var(--brand-600); color:#fff; box-shadow:var(--shadow); }
.btn-primary:hover { filter:brightness(1.05); text-decoration:none; color:#fff; }
.btn-ghost { border-color:var(--line); color:var(--ink); background:#fff; }
.btn-ghost:hover { border-color:#cbd5e1; text-decoration:none; }
.btn-lg { padding:14px 28px; font-size:16px; border-radius:8px; }

/* hero */
.hero { padding:90px 0 70px; text-align:center; background:radial-gradient(1000px 400px at 50% -50px,var(--brand-50),#fff); }
.pill { display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--line); border-radius:99px; padding:6px 14px; font-size:13px; font-weight:600; color:var(--muted); box-shadow:var(--shadow); margin-bottom:24px; }
.pill .dot { width:7px; height:7px; border-radius:50%; background:var(--wa); }
.hero h1 { font-size:clamp(34px,5.5vw,58px); font-weight:800; margin-bottom:20px; }
.hero h1 .g { color:var(--brand-600); }
.hero p.lead { font-size:clamp(17px,2.2vw,21px); color:var(--muted); max-width:640px; margin:0 auto 32px; }
.cta-row { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.trust { margin-top:22px; font-size:14px; color:var(--muted); }
.hero-visual { max-width:900px; margin:56px auto 0; }
.hero-visual svg { width:100%; height:auto; display:block; border-radius:16px; box-shadow:var(--shadow-lg); }

/* sections */
section { padding:72px 0; }
.eyebrow { text-align:center; color:var(--brand-600); font-weight:700; font-size:14px; letter-spacing:.04em; text-transform:uppercase; margin-bottom:12px; }
.sec-title { text-align:center; font-size:clamp(26px,3.5vw,38px); font-weight:800; margin-bottom:14px; }
.sec-sub { text-align:center; color:var(--muted); font-size:17px; max-width:600px; margin:0 auto 48px; }
.alt { background:var(--bg); }

/* channel cards */
.channels { display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:820px; margin:0 auto; }
.ch { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow); }
.ch .ic { width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; color:#fff; margin-bottom:16px; }
.ch .ic svg { width:28px; height:28px; }
.ch.wa .ic { background:linear-gradient(135deg,#25d366,#1faa52); }
.ch.ig .ic { background:linear-gradient(135deg,#f09433,#dc2743,#bc1888); }
.ch h3 { font-size:20px; margin-bottom:8px; }
.ch ul { list-style:none; margin-top:14px; }
.ch li { padding:5px 0 5px 26px; position:relative; font-size:15px; }
.ch li::before { content:"✓"; position:absolute; left:0; color:var(--wa); font-weight:700; }

/* feature grid */
.grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feat { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:var(--shadow); }
.feat .fi { width:46px; height:46px; border-radius:12px; background:var(--brand-50); color:var(--brand-600); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.feat .fi svg { width:24px; height:24px; }
.feat h3 { font-size:17px; margin-bottom:6px; }
.feat p { font-size:14.5px; color:var(--muted); }

/* steps */
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.step { text-align:center; }
.step .n { width:44px; height:44px; border-radius:50%; background:var(--brand-50); color:var(--brand-600); font-weight:800; font-family:'Plus Jakarta Sans'; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-size:18px; }
.step h3 { font-size:18px; margin-bottom:8px; }
.step p { color:var(--muted); font-size:15px; }

/* pricing */
.plans { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:start; max-width:900px; margin:0 auto; }
.plan { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 22px; box-shadow:var(--shadow); }
.plan.pop { border:2px solid var(--brand-500); position:relative; }
.plan.pop .tag { position:absolute; top:-11px; left:50%; transform:translateX(-50%); background:var(--brand-500); color:#fff; font-size:11px; font-weight:700; padding:3px 12px; border-radius:99px; }
.plan h3 { font-size:17px; }
.plan .price { font-size:32px; font-weight:800; font-family:'Plus Jakarta Sans'; color:var(--ink); margin:8px 0 2px; }
.plan .price span { font-size:15px; font-weight:500; color:var(--muted); }
.plan ul { list-style:none; margin:16px 0; }
.plan li { padding:6px 0 6px 24px; position:relative; font-size:14px; }
.plan li::before { content:"✓"; position:absolute; left:0; color:var(--brand-500); font-weight:700; }
.credits-note { max-width:720px; margin:32px auto 0; text-align:center; font-size:14px; color:var(--muted); background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px 20px; }
.price-part { text-align:center; font-family:'Plus Jakarta Sans'; font-weight:800; font-size:15px; color:var(--ink); margin:0 0 22px; }
.price-part.two { margin-top:52px; }
.price-part span { font-weight:500; color:var(--muted); font-size:14px; }
.credits-block { display:flex; align-items:center; gap:22px; max-width:820px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 30px; box-shadow:var(--shadow); }
.cb-icon { width:58px; height:58px; flex-shrink:0; border-radius:15px; background:linear-gradient(135deg,#25d366,#1faa52); display:flex; align-items:center; justify-content:center; color:#fff; }
.cb-icon svg { width:28px; height:28px; }
.cb-body h3 { font-size:20px; margin-bottom:6px; }
.cb-body p { font-size:14.5px; color:var(--muted); }
.credits-foot { text-align:center; font-size:13px; color:var(--muted); max-width:660px; margin:18px auto 0; }

/* trust/compliance */
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.tcard { text-align:center; padding:24px; }
.tcard .ti { width:54px; height:54px; border-radius:14px; background:var(--brand-50); color:var(--brand-600); display:inline-flex; align-items:center; justify-content:center; margin-bottom:14px; }
.tcard .ti svg { width:26px; height:26px; }
.tcard h3 { font-size:16px; margin-bottom:6px; }
.tcard p { font-size:14px; color:var(--muted); }

/* about + contact */
.about { max-width:720px; margin:0 auto; text-align:center; }
.about p { font-size:16px; margin-bottom:14px; }
.contact-box { background:var(--ink); color:#fff; border-radius:14px; padding:56px 32px; text-align:center; }
.contact-box h2 { color:#fff; font-size:30px; margin-bottom:12px; }
.contact-box p { color:rgba(255,255,255,.85); font-size:17px; margin-bottom:24px; }
.contact-box a.mail { display:inline-block; background:#fff; color:var(--brand-700); font-weight:700; padding:14px 28px; border-radius:8px; font-size:17px; }
.contact-box a.mail:hover { text-decoration:none; }

/* footer */
footer { background:var(--ink); color:#cbd5e1; padding:56px 0 32px; }
.foot-top { display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; margin-bottom:36px; }
footer .logo { color:#fff; }
footer .logo b { color:#7cb9ff; }
.foot-desc { max-width:320px; font-size:14px; color:#94a3b8; margin-top:12px; }
.foot-cols { display:flex; gap:56px; flex-wrap:wrap; }
.foot-col h4 { color:#fff; font-size:14px; margin-bottom:12px; font-family:'Inter'; font-weight:600; }
.foot-col a { display:block; color:#94a3b8; font-size:14px; padding:4px 0; }
.foot-col a:hover { color:#fff; text-decoration:none; }
.foot-bottom { border-top:1px solid #1e293b; padding-top:24px; font-size:13px; color:#64748b; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }

/* legal pages */
.legal { padding:56px 0 72px; }
.legal h1 { font-size:36px; margin-bottom:8px; }
.legal .updated { color:var(--muted); font-size:14px; margin-bottom:36px; }
.legal h2 { font-size:22px; margin:34px 0 12px; }
.legal h3 { font-size:17px; margin:22px 0 8px; }
.legal p, .legal li { font-size:15.5px; color:var(--body); margin-bottom:12px; }
.legal ul, .legal ol { padding-left:24px; margin-bottom:12px; }
.legal li { margin-bottom:6px; }
.legal a { color:var(--brand-600); }
.legal .box { background:var(--bg); border:1px solid var(--line); border-radius:12px; padding:18px 22px; margin:20px 0; }
.legal table { width:100%; border-collapse:collapse; margin:16px 0; font-size:14px; }
.legal th,.legal td { border:1px solid var(--line); padding:10px 12px; text-align:left; vertical-align:top; }
.legal th { background:var(--bg); font-weight:600; }
.backlink { display:inline-block; margin-bottom:24px; font-size:14px; font-weight:600; }

@media (max-width:860px){
  .nav-links a:not(.btn){ display:none; }
  .channels,.grid,.steps,.plans,.trust-grid{ grid-template-columns:1fr; }
  .grid{ grid-template-columns:1fr 1fr; }
  .credits-block{ flex-direction:column; text-align:center; }
}
@media (max-width:560px){ .grid{ grid-template-columns:1fr; } section{ padding:52px 0; } }
