/* ══════════════════════════════════════════════════
   RankMyGMB — Frontend CSS
   File: public/frontend/css/index.css
══════════════════════════════════════════════════ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

/* ══ NAV ══ */
.front-nav{position:fixed;inset:0 0 auto;z-index:300;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);border-bottom:1px solid var(--g200)}
.nw{max-width:80%;margin:0 auto;padding:0 28px;height:64px;display:flex;align-items:center;justify-content:space-between}

.nav-links{display:flex;gap:2px;list-style:none}
.nav-links a{font-size:13.5px;font-weight:500;color:var(--ink3);text-decoration:none;padding:7px 13px;border-radius:8px;transition:.15s}
.nav-links a:hover{color:var(--ink);background:var(--g100)}
.nav-r{display:flex;gap:9px;align-items:center}
.btn-nav-ghost{font-size:13.5px;font-weight:600;color:var(--ink2);text-decoration:none;padding:8px 17px;border-radius:9px;border:1.5px solid var(--g200);transition:.17s}
.btn-nav-ghost:hover{border-color:var(--g300)}
.btn-nav-fill{font-size:13.5px;font-weight:700;color:#fff;background:var(--or);text-decoration:none;padding:9px 20px;border-radius:9px;display:flex;align-items:center;gap:6px;transition:.17s}
.btn-nav-fill:hover{background:var(--or2);box-shadow:var(--sor);transform:translateY(-1px)}
.btn-nav-fill svg{width:12px;height:12px;stroke:#fff;fill:none}

/* ══ HERO ══ */
.hero-front{padding:0 28px;
  /* background:var(--white);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center */
}
/* .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(242,101,34,.06) 0%,transparent 70%);pointer-events:none} */
.hero-dots{position:absolute;inset:0;background-image:radial-gradient(circle,var(--g200) 1px,transparent 1px);background-size:30px 30px;opacity:.45;pointer-events:none}
.hero-inner{
  /* max-width:860px;margin:0 auto; */
  text-align:center;
  /* position:relative;z-index:2;width:100%;padding:120px 0 30px 0 */
}
.hero-kicker{display:inline-flex;align-items:center;gap:7px;background:var(--obg);border:1px solid rgba(242,101,34,.22);border-radius:40px;padding:5px 14px;font-size:12px;font-weight:600;color:var(--or3);margin-bottom:28px}
.kicker-pulse{width:6px;height:6px;border-radius:50%;background:var(--or);flex-shrink:0;animation:kp 2s infinite}
@keyframes kp{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.4}}
h1.hero-h1{font-family:var(--display);font-size:clamp(40px,6.5vw,82px);font-weight:800;line-height:1.05;color:var(--ink);margin-bottom:20px;letter-spacing:-.5px;font-size: 3.5rem;}
h1.hero-h1 em{color:var(--or)}
.hero-sub{font-size:18px;color:var(--ink3);line-height:1.72;margin-bottom:40px;font-weight:400;max-width:580px;margin-left:auto;margin-right:auto;margin-bottom: 20px;}

/* Audit Input Bar */
.audit-bar-wrap{margin-bottom:16px;max-width:620px;margin-left:auto;margin-right:auto}
.audit-bar{display:flex;align-items:center;background:var(--white);border:2px solid var(--g200);border-radius:14px;padding:6px 6px 6px 18px;box-shadow:0 4px 24px rgba(0,0,0,.09);transition:border-color .2s,box-shadow .2s;gap:10px}
.audit-bar:focus-within{border-color:var(--or);box-shadow:0 0 0 4px rgba(242,101,34,.1),0 4px 24px rgba(0,0,0,.09)}
.audit-bar-icon{flex-shrink:0;display:flex;align-items:center}
.audit-bar-icon svg{width:18px;height:18px;stroke:var(--ink4);fill:none}
.audit-input{flex:1;border:none;outline:none;font-family:var(--font);font-size:15px;font-weight:500;color:var(--ink);background:transparent;min-width:0}
.audit-input::placeholder{color:var(--ink4);font-weight:400}
.audit-btn{display:inline-flex;align-items:center;gap:8px;background:var(--or);color:#fff;font-size:14px;font-weight:700;text-decoration:none;padding:13px 24px;border-radius:10px;white-space:nowrap;transition:.2s;font-family:var(--font);flex-shrink:0;border:none;cursor:pointer}
.audit-btn:hover{background:var(--or2);box-shadow:var(--sor)}
.audit-btn svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2.5}
.audit-bar-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12.5px;color:var(--ink4);margin-top:12px;font-weight:500}
.audit-bar-note svg{width:13px;height:13px;stroke:var(--or);fill:none;flex-shrink:0}
.hero-trust-line{display:flex;align-items:center;justify-content:center;gap:10px;font-size:12.5px;color:var(--ink4);font-weight:500;flex-wrap:wrap}
.hero-trust-line svg{width:12px;height:12px;stroke:var(--or);fill:none;stroke-width:2.5;flex-shrink:0}
.trust-sep{width:3px;height:3px;border-radius:50%;background:var(--g300);flex-shrink:0}

/* ══ STATS BAR ══ */
.stats-bar{background:var(--or);padding:20px 28px}
.sb{max-width:80%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.stat{text-align:center;flex:1;min-width:100px}
.stat strong{font-size:28px;font-weight:800;color:#fff;display:block;line-height:1}
.stat span{font-size:11.5px;color:rgba(255,255,255,.75);margin-top:4px;display:block}
.sdiv{width:1px;height:34px;background:rgba(255,255,255,.25)}

/* ══ SECTIONS ══ */
.front-section{padding:84px 28px}
.si{max-width:80%;margin:0 auto}
.ew{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--or);margin-bottom:12px}
.ew::before{content:'';width:18px;height:2.5px;background:var(--or);border-radius:2px;flex-shrink:0}
.sh{font-family:var(--display);font-size:clamp(26px,3.2vw,42px);font-weight:800;line-height:1.12;letter-spacing:-.4px;color:var(--ink);margin-bottom:14px}
.sh em{font-style:normal;color:var(--or)}
.sp{font-size:16.5px;color:var(--ink3);line-height:1.72;font-weight:400}
.tc{text-align:center}.tc .sp{margin:0 auto}.tc .ew{justify-content:center}.tc .ew::before{display:none}

/* ══ PROBLEM ══ */
#problem{background:var(--white);padding:100px 28px}
.prob-header{text-align:center;margin-bottom:64px}
.prob-header .sh{font-size:clamp(32px,4vw,52px)}
.prob-header .sp{margin:0 auto;font-size:18px}
.prob-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:80px}
.prob-img{border-radius:var(--rl);overflow:hidden;position:relative}
.prob-img img{width:100%;height:420px;object-fit:cover;display:block}
.prob-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(242,101,34,.15),transparent 60%)}
.prob-img-badge{position:absolute;bottom:20px;left:20px;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:var(--s3);display:flex;align-items:center;gap:10px}
.prob-img-badge strong{font-size:18px;font-weight:800;color:var(--or);display:block;line-height:1}
.prob-img-badge span{font-size:11px;color:var(--ink3)}
.prob-copy h3{font-family:var(--display);font-size:clamp(24px,2.8vw,36px);font-weight:800;color:var(--ink);margin-bottom:22px;line-height:1.2}
.prob-copy h3 em{font-style:normal;color:var(--or)}
.prob-bullets{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.pb{display:flex;align-items:flex-start;gap:13px;font-size:16px;color:var(--ink2);line-height:1.55}
.pb-x{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;flex-shrink:0;margin-top:1px}
.pb-x svg{width:11px;height:11px;stroke:#DC2626;fill:none;stroke-width:2.5}
.prob-closer{background:var(--obg);border-left:4px solid var(--or);border-radius:0 12px 12px 0;padding:16px 20px;font-size:15.5px;color:var(--ink2);line-height:1.65}
.prob-closer strong{color:var(--or3);font-weight:700}
.pain-section-title{font-family:var(--display);font-size:clamp(22px,2.5vw,32px);font-weight:800;color:var(--ink);text-align:center;margin-bottom:40px}
.pain-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.pain-card{background:ffffff;border:1px solid var(--g200);border-radius:var(--rl);padding:20px 16px;transition:.2s;position:relative;overflow:hidden;text-align:center}
.pain-card:hover{border-color:rgba(242,101,34,.3);box-shadow:var(--s2);transform:translateY(-3px);background:var(--white)}
.pain-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--or3),var(--or2));transform:scaleX(0);transform-origin:left;transition:.3s}
.pain-card:hover::after{transform:scaleX(1)}
.pain-icon{width:44px;height:44px;border-radius:12px;background:var(--obg);display:grid;place-items:center;margin:0 auto 12px}
.pain-icon svg{width:20px;height:20px;stroke:var(--or);fill:none;stroke-width:1.8}
.pain-card h4{font-size:16.5px;font-weight:700;color:var(--ink);margin-bottom:6px;line-height:1.3}
.pain-card p{font-size:12px;color:var(--ink4);line-height:1.55}
.pain-card .pbadge{display:inline-block;font-size:11px;font-weight:700;color:var(--or3);background:var(--obg);border:1px solid rgba(242,101,34,.2);border-radius:20px;padding:2px 8px;margin-bottom:8px}

/* ══ WHO IT'S FOR ══ */
#who{padding:80px 28px;border-top:1px solid rgba(242,101,34,.1);border-bottom:1px solid rgba(242,101,34,.1)}
.who-quote{max-width:800px;margin:0 auto 52px;text-align:center}
.who-quote blockquote{font-family:var(--display);font-size:clamp(20px,2.8vw,32px);font-weight:800;color:var(--ink);line-height:1.35;margin-bottom:14px}
.who-quote blockquote em{font-style:normal;color:var(--or)}
.who-quote cite{font-size:13px;color:var(--ink4);font-style:normal;display:flex;align-items:center;justify-content:center;gap:6px}
.who-quote cite svg{width:12px;height:12px;stroke:var(--or);fill:none}
.who-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.who-card{background:var(--g50);border:1px solid rgba(242,101,34,.15);border-radius:var(--rm);padding:22px 16px;transition:.25s;position:relative;overflow:hidden;box-shadow:var(--s1)}
.who-card:hover{border-color:var(--or);box-shadow:var(--s2);transform:translateY(-4px)}
.who-icon{width:44px;height:44px;border-radius:12px;background:var(--obg);display:grid;place-items:center;margin-bottom:14px}
.who-icon svg{width:20px;height:20px;stroke:var(--or);fill:none;stroke-width:1.8}
.who-card h4{font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:6px;line-height:1.3}
.who-card p{font-size:12px;color:var(--ink3);line-height:1.6}

/* ══ SOLUTION ══ */
#solution{background:var(--g50);padding:100px 28px}
.sol-header{text-align:center;margin-bottom:64px}
.sol-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.sol-feats{display:flex;flex-direction:column;gap:0}
.sf{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--g200)}
.sf:last-child{border-bottom:none}
.sf-icon{width:48px;height:48px;border-radius:13px;background:var(--obg);border:1.5px solid rgba(242,101,34,.15);display:grid;place-items:center;flex-shrink:0;transition:.2s}
.sf:hover .sf-icon{background:var(--or);border-color:var(--or)}
.sf-icon svg{width:20px;height:20px;stroke:var(--or);fill:none;stroke-width:1.8;transition:.15s}
.sf:hover .sf-icon svg{stroke:#fff}
.sf-body h4{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:5px}
.sf-body p{font-size:14px;color:var(--ink3);line-height:1.65}
.sol-img-panel{position:relative}
.sol-img{border-radius:var(--rl);overflow:hidden;position:relative;margin-bottom:16px}
.sol-img img{width:100%;height:360px;object-fit:cover;display:block}
.sol-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(242,101,34,.12))}
.sol-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sol-stat{background:var(--white);border:1px solid var(--g200);border-radius:var(--rm);padding:16px;text-align:center;box-shadow:var(--s1)}
.sol-stat strong{font-family:var(--display);font-size:26px;font-weight:800;color:var(--or);display:block;line-height:1}
.sol-stat span{font-size:11px;color:var(--ink3);margin-top:4px;display:block}

/* ══ RESULTS ══ */
.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rc{background:var(--white);border:1px solid var(--g200);border-radius:var(--rl);padding:28px 22px;text-align:center;box-shadow:var(--s1);transition:.2s}
.rc:hover{box-shadow:var(--s2);transform:translateY(-3px)}
.rc-num{font-family:var(--display);font-size:42px;font-weight:800;color:var(--or);line-height:1;margin-bottom:10px}
.rc h3{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:8px}
.rc p{font-size:13px;color:var(--ink3);line-height:1.6}

/* ══ FEATURES ══ */
#features{background:var(--white)}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.fc{background:var(--g50);border:1px solid var(--g200);border-radius:var(--rl);padding:28px 22px;transition:.2s;position:relative;overflow:hidden}
.fc:hover{border-color:rgba(242,101,34,.25);box-shadow:var(--s2);transform:translateY(-3px);background:var(--white)}
.fi{width:48px;height:48px;border-radius:13px;background:var(--obg);display:grid;place-items:center;margin-bottom:16px}
.fi svg{width:22px;height:22px;stroke:var(--or);fill:none;stroke-width:1.8}
.fc h3{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:8px}
.fc p{font-size:13.5px;color:var(--ink3);line-height:1.65}
.ftag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;margin-top:12px}
.ftag.tl{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}
.ftag.tc2{background:#fef9c3;color:#a16207;border:1px solid #fde68a}
.ftag.ta{background:var(--obg);color:var(--or3);border:1px solid rgba(242,101,34,.2)}

/* ══ TESTIMONIALS ══ */
#proof{background:var(--white)}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.testi{background:var(--g50);border:1px solid var(--g200);border-radius:var(--rl);padding:26px;transition:.2s}
.testi:hover{box-shadow:var(--s2);transform:translateY(-2px);background:var(--white)}
.t-stars{display:flex;gap:2px;margin-bottom:12px}
.t-stars svg{width:14px;height:14px;fill:var(--or);stroke:none}
.t-q{font-size:14px;color:var(--ink2);line-height:1.7;margin-bottom:18px;font-style:italic}
.t-auth{display:flex;align-items:center;gap:11px}
.tav{width:36px;height:36px;border-radius:50%;background:var(--or);color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center;flex-shrink:0}
.tname{font-size:13px;font-weight:700;color:var(--ink)}
.trole{font-size:11.5px;color:var(--ink4);margin-top:1px}
.tres{font-size:11px;font-weight:700;color:#15803d;display:flex;align-items:center;gap:4px;margin-top:4px}
.tres svg{width:11px;height:11px;stroke:#15803d;fill:none}

/* ══ PRICING ══ */
#pricing{background:var(--g50)}
.pkg-ctrl{display:flex;align-items:center;justify-content:center;gap:20px;margin:28px 0}
.curr-wrap{position:relative}
.curr-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:9px;border:1.5px solid var(--g200);font-size:13px;font-weight:600;color:var(--ink2);cursor:pointer;background:var(--white);transition:.15s}
.curr-btn:hover{border-color:var(--g300)}
.curr-btn svg{width:14px;height:14px;stroke:var(--ink3);fill:none;transition:.2s}
.curr-dropdown{position:absolute;top:calc(100% + 6px);left:0;background:var(--white);border:1px solid var(--g200);border-radius:12px;box-shadow:var(--s3);min-width:210px;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-6px);transition:.2s;z-index:100}
.curr-dropdown.open{opacity:1;pointer-events:all;transform:translateY(0)}
.curr-opt{padding:11px 16px;font-size:13px;font-weight:500;color:var(--ink2);cursor:pointer;transition:.12s}
.curr-opt:hover{background:var(--g100)}
.curr-opt.sel{color:var(--or);font-weight:700;background:var(--obg)}
.bill-tog{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13.5px;font-weight:600;color:var(--ink2);user-select:none}
.tog-t{width:44px;height:24px;border-radius:12px;background:var(--g200);position:relative;transition:.2s;flex-shrink:0}
.tog-t.on{background:var(--or)}
.tog-k{width:18px;height:18px;border-radius:50%;background:var(--white);position:absolute;top:3px;left:3px;transition:.2s;box-shadow:0 1px 4px rgba(0,0,0,.15)}
.tog-t.on .tog-k{left:23px}
.save-tag{background:var(--obg);color:var(--or3);border:1px solid rgba(242,101,34,.2);border-radius:20px;padding:1px 8px;font-size:10px;font-weight:700;margin-left:4px}
.pkgs{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}
.pkg{background:var(--white);border:1.5px solid var(--g200);border-radius:var(--rl);padding:28px 22px;transition:.2s;position:relative}
.pkg:hover{box-shadow:var(--s2);transform:translateY(-3px)}
.pkg.hot{background:var(--ink);border-color:var(--ink);color:#fff}
.pkg.hot .ptag,.pkg.hot .pfeats li,.pkg.hot .pnote{color:rgba(255,255,255,.6)}
.pkg.hot .pname,.pkg.hot .pprice{color:#fff}
.pkg.hot .phr{border-color:rgba(255,255,255,.1)}
.pkg.hot .pfeats li svg{stroke:#fff}
.pkg.hot .pfeats li.dim{opacity:.35}
.pkg-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:var(--or);color:#fff;font-size:10.5px;font-weight:700;padding:4px 14px;border-radius:0 0 10px 10px;display:flex;align-items:center;gap:5px;white-space:nowrap}
.pkg-ico{width:40px;height:40px;border-radius:11px;background:var(--obg);display:grid;place-items:center;margin-bottom:16px}
.pkg.hot .pkg-ico{background:rgba(255,255,255,.12)}
.pkg-ico svg{width:18px;height:18px;stroke:var(--or);fill:none;stroke-width:1.8}
.pkg.hot .pkg-ico svg{stroke:#fff}
.pname{font-family:var(--display);font-size:20px;font-weight:800;color:var(--ink);margin-bottom:4px}
.ptag{font-size:12px;color:var(--ink4);line-height:1.5;margin-bottom:16px}
.pprice{display:flex;align-items:baseline;gap:2px;margin-bottom:4px}
.pprice sup{font-size:16px;font-weight:700;color:var(--or);margin-top:6px}
.pprice strong{font-family:var(--display);font-size:42px;font-weight:800;color:var(--ink);line-height:1}
.pkg.hot .pprice strong{color:#fff}
.pprice sub{font-size:13px;color:var(--ink3);font-weight:500}
.pbill{font-size:11px;color:var(--ink4);display:block;margin-bottom:16px}
.phr{border:none;border-top:1px solid var(--g200);margin:16px 0}
.pfeats{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:22px}
.pfeats li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--ink2);line-height:1.45}
.pfeats li svg{width:14px;height:14px;stroke:var(--or);fill:none;flex-shrink:0;margin-top:2px}
.pfeats li.dim{color:var(--ink4);opacity:.5}
.pbtn{display:block;text-align:center;padding:12px;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;transition:.2s;font-family:var(--font)}
.pbtn-fill{background:var(--or);color:#fff}
.pbtn-fill:hover{background:var(--or2);box-shadow:var(--sor);color:#fff}
.pbtn-out{background:transparent;color:var(--ink);border:1.5px solid var(--g200)}
.pbtn-out:hover{border-color:var(--or);color:var(--or)}
.pkg.hot .pbtn-out{border-color:rgba(255,255,255,.25);color:#fff}
.pkg.hot .pbtn-out:hover{border-color:#fff}
.pnote{text-align:center;font-size:11px;color:var(--ink4);margin-top:10px}
.gbar{display:flex;align-items:center;gap:20px;background:var(--obg);border:1px solid rgba(242,101,34,.2);border-radius:var(--rl);padding:24px 28px;margin-top:32px}
.gbar-ico{width:48px;height:48px;border-radius:13px;background:var(--or);display:grid;place-items:center;flex-shrink:0}
.gbar-ico svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.8}
.gbar-text h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:5px}
.gbar-text p{font-size:14px;color:var(--ink3);line-height:1.6}

/* ══ FINAL CTA ══ */
#finalcta{background:var(--ink);padding:100px 28px;position:relative;overflow:hidden}
.cta-glow{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(242,101,34,.2),transparent 70%);pointer-events:none}
.cta-inner{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(242,101,34,.15);border:1px solid rgba(242,101,34,.3);border-radius:40px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--or2);margin-bottom:24px}
.cta-pill svg{width:13px;height:13px;stroke:var(--or2);fill:none}
.cta-h{font-family:var(--display);font-size:clamp(32px,5vw,56px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:18px;letter-spacing:-.4px}
.cta-h em{font-style:normal;color:var(--or)}
.cta-sub{font-size:16px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:36px}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}
.btn-cta-fill{display:inline-flex;align-items:center;gap:8px;background:var(--or);color:#fff;font-size:15px;font-weight:700;text-decoration:none;padding:15px 30px;border-radius:11px;transition:.2s}
.btn-cta-fill:hover{background:var(--or2);box-shadow:var(--sor);color:#fff}
.btn-cta-fill svg{width:15px;height:15px;stroke:#fff;fill:none}
.btn-cta-dim{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.8);font-size:15px;font-weight:600;text-decoration:none;padding:15px 26px;border-radius:11px;border:1.5px solid rgba(255,255,255,.12);transition:.2s}
.btn-cta-dim:hover{background:rgba(255,255,255,.12);color:#fff}
.btn-cta-dim svg{width:15px;height:15px;stroke:rgba(255,255,255,.7);fill:none}
.cta-checks{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}
.cta-ck{display:flex;align-items:center;gap:6px;font-size:12.5px;color:rgba(255,255,255,.5);font-weight:500}
.cta-ck svg{width:12px;height:12px;stroke:var(--or);fill:none}

/* ══ FAQ ══ */
#faq{background:var(--g50)}
.faq-layout{display:grid;gap:48px;align-items:start;}
.faq-items{display:flex;flex-direction:column;gap:0}
.fi2{border:1px solid var(--g200);border-radius:var(--rm);margin-bottom:10px;overflow:hidden;background:var(--white);cursor:pointer;transition:.2s}
.fi2.open{border-color:rgba(242,101,34,.3);box-shadow:var(--s1)}
.fq{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-size:15px;font-weight:600;color:var(--ink);gap:12px}
.fq-ico{width:24px;height:24px;border-radius:7px;background:var(--g100);display:grid;place-items:center;flex-shrink:0;transition:.2s}
.fq-ico svg{width:13px;height:13px;stroke:var(--ink3);fill:none;stroke-width:2.5;transition:.2s}
.fi2.open .fq-ico{background:var(--obg)}
.fi2.open .fq-ico svg{stroke:var(--or);transform:rotate(45deg)}
.fa2{font-size:14px;color:var(--ink3);line-height:1.7;padding:0 20px 18px;display:none}
.fi2.open .fa2{display:block}
.faq-aside{background:var(--white);border:1px solid var(--g200);border-radius:var(--rl);padding:28px;position:sticky;top:80px}
.faq-aside-icon{width:48px;height:48px;border-radius:13px;background:var(--obg);display:grid;place-items:center;margin-bottom:16px}
.faq-aside-icon svg{width:22px;height:22px;stroke:var(--or);fill:none;stroke-width:1.8}
.faq-aside h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:8px}
.faq-aside p{font-size:13.5px;color:var(--ink3);line-height:1.65;margin-bottom:18px}
.faq-aside a{display:inline-flex;align-items:center;gap:7px;background:var(--or);color:#fff;font-size:13.5px;font-weight:700;text-decoration:none;padding:11px 20px;border-radius:9px;transition:.2s}
.faq-aside a:hover{background:var(--or2)}
.faq-aside a svg{width:14px;height:14px;stroke:#fff;fill:none}

/* ══ FOOTER ══ */

/* ══ RESPONSIVE ══ */
@media(max-width:1024px){
  .pain-grid{grid-template-columns:repeat(3,1fr)}
  .who-grid{grid-template-columns:repeat(3,1fr)}
  .feat-grid{grid-template-columns:repeat(2,1fr)}
  .testi-grid{grid-template-columns:repeat(2,1fr)}
  .pkgs{grid-template-columns:repeat(2,1fr)}
  .results-grid{grid-template-columns:repeat(2,1fr)}
  .ft-top{grid-template-columns:1fr 1fr}
  .faq-layout{grid-template-columns:1fr}
}
@media(max-width:768px){
  .front-nav .nav-links,.front-nav .btn-nav-ghost{display:none}
  .front-section{padding:60px 18px}
  .hero-front{padding:106px 18px 0}
  .prob-split{grid-template-columns:1fr}
  .sol-layout{grid-template-columns:1fr}
  .who-grid{grid-template-columns:repeat(2,1fr)}
  .testi-grid{grid-template-columns:1fr}
  .pkgs{grid-template-columns:1fr}
  .sb{justify-content:center;gap:20px}.sdiv{display:none}
  .gbar{flex-direction:column;text-align:center}
  .cta-btns{flex-direction:column;align-items:center}
  .ft-top{grid-template-columns:1fr}
  .ft-bot{flex-direction:column;text-align:center}
  .pain-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .feat-grid,.pain-grid{grid-template-columns:1fr}
  .who-grid{grid-template-columns:1fr 1fr}
  .results-grid{grid-template-columns:1fr 1fr}
}