*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#fff;background:#09090f;line-height:1.6;overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
nav.main-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(9,9,15,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.06);}
.nav-inner{max-width:1100px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;}
.logo{display:flex;align-items:center;gap:10px;}
.logo-wm{font-size:20px;font-weight:700;color:#fff;letter-spacing:-0.3px;}
.logo-wm span{color:#60a5fa;}
.nav-links{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500;color:rgba(255,255,255,0.55);}
.nav-links a:hover{color:#fff;}
.nav-cta{background:#2563eb;color:#fff!important;padding:9px 20px;border-radius:8px;font-size:14px;font-weight:600;transition:background 0.2s;}
.nav-cta:hover{background:#1d4ed8!important;}
.breadcrumb-nav{padding-top:72px;background:rgba(255,255,255,0.02);border-bottom:1px solid rgba(255,255,255,0.05);}
.breadcrumb{max-width:1100px;margin:0 auto;padding:12px 24px;display:flex;gap:8px;font-size:13px;color:rgba(255,255,255,0.35);align-items:center;}
.breadcrumb a{color:rgba(255,255,255,0.45);transition:color 0.2s;}
.breadcrumb a:hover{color:#60a5fa;}
.breadcrumb .sep{color:rgba(255,255,255,0.2);}
.breadcrumb .current{color:rgba(255,255,255,0.7);}
.max-w{max-width:1100px;margin:0 auto;}
.svc-section{padding:80px 24px;}
.svc-section.alt{background:rgba(255,255,255,0.015);}
.sec-eye{display:block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#60a5fa;margin-bottom:14px;}
.sec-h2{font-size:clamp(26px,3.5vw,42px);font-weight:700;color:#fff;letter-spacing:-0.02em;line-height:1.2;margin-bottom:14px;}
.sec-sub{font-size:16px;color:rgba(255,255,255,0.45);max-width:560px;line-height:1.7;}
.sec-head{margin-bottom:48px;}
.btn-primary{background:#2563eb;color:#fff;padding:14px 30px;border-radius:10px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s,transform 0.15s;box-shadow:0 0 32px rgba(37,99,235,0.38);}
.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);}
.btn-ghost{color:rgba(255,255,255,0.7);padding:14px 30px;border-radius:10px;font-size:15px;font-weight:600;border:1px solid rgba(255,255,255,0.14);transition:border-color 0.2s,color 0.2s,background 0.2s;}
.btn-ghost:hover{border-color:rgba(255,255,255,0.35);color:#fff;background:rgba(255,255,255,0.04);}
.svc-hero{padding:100px 24px 80px;text-align:center;position:relative;overflow:hidden;}
.svc-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,0.05) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;}
.svc-hero::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(37,99,235,0.12) 0%,transparent 70%);pointer-events:none;}
.svc-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto;}
.hero-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#60a5fa;border:1px solid rgba(96,165,250,0.25);padding:6px 18px;border-radius:100px;margin-bottom:28px;}
.svc-hero h1{font-size:clamp(32px,5vw,60px);font-weight:800;line-height:1.1;letter-spacing:-0.03em;color:#fff;margin-bottom:20px;}
.svc-hero h1 em{font-style:normal;color:#60a5fa;}
.hero-sub{font-size:18px;color:rgba(255,255,255,0.55);max-width:580px;margin:0 auto 36px;line-height:1.75;}
.hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:36px;}
.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-size:13px;color:rgba(255,255,255,0.4);}
.trust-row span{display:flex;align-items:center;gap:7px;}
.check-dot{width:16px;height:16px;border-radius:50%;background:rgba(74,222,128,0.15);border:1px solid rgba(74,222,128,0.35);display:flex;align-items:center;justify-content:center;font-size:9px;color:#4ade80;flex-shrink:0;line-height:1;}
.overview-grid{display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:start;}
.overview-text h2{font-size:clamp(22px,3vw,34px);font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-0.02em;}
.overview-text p{font-size:15px;color:rgba(255,255,255,0.6);line-height:1.8;margin-bottom:16px;}
.overview-text ul{padding-left:20px;margin-bottom:16px;}
.overview-text ul li{font-size:15px;color:rgba(255,255,255,0.6);line-height:1.8;margin-bottom:8px;}
.overview-text strong{color:rgba(255,255,255,0.9);}
.stat-pills{display:flex;flex-direction:column;gap:1px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.06);border-radius:16px;overflow:hidden;}
.stat-pill{background:#09090f;padding:24px 28px;}
.stat-pill-num{font-size:42px;font-weight:800;color:#fff;letter-spacing:-0.04em;line-height:1;}
.stat-pill-num b{color:#60a5fa;}
.stat-pill-label{font-size:13px;color:rgba(255,255,255,0.4);margin-top:4px;}
.includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.06);border-radius:16px;overflow:hidden;}
.include-item{background:#09090f;padding:24px 22px;transition:background 0.25s,box-shadow 0.25s;}
.include-item:hover{background:rgba(37,99,235,0.08);box-shadow:inset 0 0 0 1px rgba(96,165,250,0.35);}
.include-num{font-size:10px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,0.2);text-transform:uppercase;margin-bottom:8px;transition:color 0.25s;}
.include-item:hover .include-num{color:#60a5fa;}
.include-item h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px;transition:color 0.25s;}
.include-item:hover h4{color:#93c5fd;}
.include-item p{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.65;}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.why-item{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:14px;padding:24px 20px;}
.why-icon{font-size:24px;margin-bottom:12px;display:block;}
.why-item h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px;}
.why-item p{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.65;}
.tools-flex{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.tool-badge{background:rgba(37,99,235,0.1);border:1px solid rgba(96,165,250,0.2);color:#93c5fd;font-size:13px;font-weight:600;padding:7px 16px;border-radius:8px;}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.06);border-radius:16px;overflow:hidden;}
.step{background:#09090f;padding:32px 28px;}
.step-num{font-size:48px;font-weight:800;color:rgba(37,99,235,0.25);letter-spacing:-0.04em;line-height:1;margin-bottom:16px;}
.step h4{font-size:17px;font-weight:700;color:#fff;margin-bottom:10px;}
.step p{font-size:14px;color:rgba(255,255,255,0.45);line-height:1.7;}
.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:700px;}
.who-item{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:18px 22px;display:flex;align-items:flex-start;gap:12px;}
.who-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0;margin-top:6px;}
.who-item p{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.6;}
.faq-wrap{max-width:720px;margin:0 auto;}
.faq-item{border:1px solid rgba(255,255,255,0.06);border-radius:10px;margin-bottom:8px;overflow:hidden;}
.faq-btn{width:100%;background:none;border:none;text-align:left;padding:18px 22px;font-size:15px;font-weight:500;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;font-family:inherit;}
.faq-btn:hover{background:rgba(255,255,255,0.03);}
.faq-arrow{font-size:18px;color:rgba(255,255,255,0.3);transition:transform 0.25s;flex-shrink:0;}
.faq-btn.open .faq-arrow{transform:rotate(180deg);color:#60a5fa;}
.faq-answer{display:none;padding:0 22px 18px;font-size:14px;color:rgba(255,255,255,0.5);line-height:1.7;border-top:1px solid rgba(255,255,255,0.05);}
.faq-answer.show{display:block;}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.related-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:14px;padding:22px;transition:background 0.25s,box-shadow 0.25s;}
.related-card:hover{background:rgba(37,99,235,0.08);box-shadow:inset 0 0 0 1px rgba(96,165,250,0.35);}
.related-num{font-size:10px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,0.2);text-transform:uppercase;margin-bottom:8px;}
.related-card h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px;}
.related-card p{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.6;margin-bottom:14px;}
.related-link{font-size:13px;font-weight:600;color:#60a5fa;}
.svc-cta-section{background:rgba(37,99,235,0.08);border-top:1px solid rgba(96,165,250,0.12);border-bottom:1px solid rgba(96,165,250,0.12);padding:80px 24px;text-align:center;}
.svc-cta-section h2{font-size:clamp(24px,3.5vw,42px);font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:-0.02em;}
.svc-cta-section p{font-size:16px;color:rgba(255,255,255,0.5);max-width:480px;margin:0 auto 32px;line-height:1.7;}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
footer{background:#060610;border-top:1px solid rgba(255,255,255,0.05);color:rgba(255,255,255,0.3);padding:40px 24px;}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;}
.footer-logo{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:#fff;}
.footer-logo .dot{color:#60a5fa;}
.footer-copy{font-size:13px;text-align:center;}
.footer-links{display:flex;gap:22px;font-size:13px;flex-wrap:wrap;align-items:center;}
.footer-links a:hover{color:#fff;}
.wa-float{position:fixed;bottom:28px;right:28px;z-index:999;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,0.45);transition:transform 0.2s,box-shadow 0.2s;}
.wa-float:hover{transform:scale(1.1);}
.wa-float svg{width:30px;height:30px;fill:#fff;}
.wa-tooltip{position:absolute;right:68px;background:#111120;border:1px solid rgba(255,255,255,0.1);color:#fff;font-size:13px;font-weight:500;padding:6px 12px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s;}
.wa-float:hover .wa-tooltip{opacity:1;}
@media(max-width:900px){.overview-grid{grid-template-columns:1fr;}.includes-grid{grid-template-columns:repeat(2,1fr);}.why-grid{grid-template-columns:repeat(2,1fr);}.steps-grid{grid-template-columns:1fr;}.related-grid{grid-template-columns:1fr;}}
@media(max-width:640px){.nav-links{display:none;}.svc-section{padding:56px 16px;}.includes-grid{grid-template-columns:1fr;}.why-grid{grid-template-columns:1fr;}.who-grid{grid-template-columns:1fr;}}
