:root{--bg:#ffffff;--soft:#f7f4ff;--soft-2:#eef5ff;--ink:#111827;--muted:#5e6474;--line:#e7e1f4;--brand:#5636d9;--brand-2:#07c8ff;--dark:#17171d;--radius:28px;--shadow:0 24px 70px rgba(31,25,77,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,225,244,.7)}.nav-wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em}.brand span,.footer-brand span{font-size:1.35rem}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:.94rem;color:#4e5567}.desktop-nav a:hover{color:var(--brand)}.nav-search{display:inline-flex;opacity:.75}.hero{overflow:hidden;background:radial-gradient(circle at top left,rgba(4,200,255,.18),transparent 35%),radial-gradient(circle at 75% 25%,rgba(86,54,217,.16),transparent 38%),linear-gradient(135deg,#f8fbff,#f4f0ff)}.hero-grid{min-height:690px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;grid-gap:56px;gap:56px;padding:82px 0 74px}.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);color:var(--brand);font-weight:800;font-size:.88rem}.hero h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.98;letter-spacing:-.07em;margin:22px 0}.hero p{font-size:1.26rem;line-height:1.7;max-width:650px;color:#323746;margin:0}.hero-note{margin-top:26px;display:grid;grid-gap:8px;gap:8px;color:var(--muted);max-width:560px}.hero-note strong{color:var(--brand)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:800;border:1px solid var(--line)}.btn-primary{background:var(--ink);color:white;box-shadow:0 16px 34px rgba(17,24,39,.18)}.btn-secondary{background:rgba(255,255,255,.72);color:var(--ink)}.phone-stage{position:relative;display:flex;justify-content:center}.phone-card{position:relative;z-index:2;width:min(380px,74vw);filter:drop-shadow(0 38px 35px rgba(38,24,75,.2))}.orb{position:absolute;border-radius:999px;filter:blur(1px);opacity:.75}.orb.one{width:180px;height:180px;background:rgba(7,200,255,.24);top:16%;left:8%}.orb.two{width:240px;height:240px;background:rgba(86,54,217,.18);bottom:10%;right:2%}.section{padding:88px 0}.section-dark{background:var(--dark);color:white}.section-soft{background:linear-gradient(135deg,#fff,#f9f4ff)}.section-head{max-width:760px;margin-bottom:42px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{font-weight:900;color:var(--brand);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}h2{font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.05;letter-spacing:-.055em;margin:10px 0 16px}.section-head p{color:var(--muted);font-size:1.08rem;line-height:1.75;margin:0}.section-dark .section-head p{color:#c6c4cf}.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.feature-card,.mode-card,.post-card{border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow)}.mode-card{padding:28px;min-height:260px;background:#f3ebff;color:var(--ink);display:grid;grid-gap:16px;gap:16px}.mode-card .icon{font-size:2rem}.feature-card h3,.mode-card h3,.post-card h2{margin:0;font-size:1.55rem;letter-spacing:-.035em}.feature-card p,.mode-card p,.post-card p{margin:0;color:#4d5264;line-height:1.65}.features-layout{display:grid;grid-template-columns:1fr 420px;grid-gap:58px;gap:58px;align-items:center}.feature-list{display:grid;grid-gap:18px;gap:18px}.feature-item{display:grid;grid-template-columns:42px 1fr;grid-gap:16px;gap:16px;align-items:start}.feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--soft);color:var(--brand);border:1px solid var(--line)}.feature-item h3{margin:0 0 4px;font-size:1.08rem}.feature-item p{margin:0;line-height:1.65;color:var(--muted)}.dark-panel{border-radius:30px;padding:30px;background:linear-gradient(160deg,#111216,#242331);color:white;box-shadow:0 25px 65px rgba(17,18,22,.2)}.dark-panel ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:22px;gap:22px}.dark-panel li{display:grid;grid-template-columns:30px 1fr;grid-gap:12px;gap:12px;color:#dcdbe4;line-height:1.55}.faq-list{border-top:1px solid #d9d9df}details{border-bottom:1px solid #d9d9df;padding:22px 0}summary{cursor:pointer;font-weight:800;letter-spacing:-.02em;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:1.3rem;color:var(--brand)}details[open] summary:after{content:"–"}details p{margin:14px 0 0;color:var(--muted);line-height:1.7;max-width:920px}.cta{border-radius:34px;padding:52px;background:linear-gradient(135deg,#1b1830,#402bb6);color:white;display:grid;grid-template-columns:1fr auto;grid-gap:22px;gap:22px;align-items:center}.cta h2{margin:0 0 12px}.cta p{margin:0;color:#e6e2ff;line-height:1.7}.footer{background:#4f5350;color:#fff;padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:1fr 220px 180px;grid-gap:40px;gap:40px;align-items:start}.mail-link{margin-top:20px;display:inline-flex;gap:8px;align-items:center;color:#f3f4f6}.footer-links{display:grid;grid-gap:14px;gap:14px;color:#f2f2f2}.footer-links a:hover,.mail-link:hover{color:white;text-decoration:underline}.socials{display:flex;gap:12px}.socials a{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:#4777ff;color:white}.copyright{text-align:center;margin:42px 0 0;font-size:.86rem;font-weight:800}.page-hero{padding:74px 0 50px;background:linear-gradient(135deg,#ffffff,#f6f2ff);text-align:center}.page-hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1;letter-spacing:-.07em;margin:0 0 18px}.page-hero p{max-width:740px;margin:0 auto;color:var(--muted);line-height:1.75;font-size:1.12rem}.blog-list{padding:72px 0 110px}.post-card{max-width:760px;overflow:hidden}.post-card-body{padding:26px}.read-link{display:inline-flex;margin-top:16px;color:#f59e0b;font-weight:900;text-decoration:underline}.article{padding:42px 0 100px}.article-wrap{width:min(920px,calc(100% - 40px));margin:0 auto}.article-hero-img{border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);margin-bottom:46px}.article h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;letter-spacing:-.06em;margin:0 0 14px}.article-meta{color:var(--muted);font-weight:700;margin-bottom:34px}.article-content{font-size:1.05rem;line-height:1.85;color:#242936}.article-content h2{font-size:clamp(1.55rem,3vw,2.2rem);margin-top:44px}.article-content a{color:#f59e0b;font-weight:800;text-decoration:underline}.question-list{display:grid;grid-gap:10px;gap:10px;padding-left:0;list-style:none}.question-list li{padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.legal{padding:70px 0 100px}.legal article{width:min(880px,calc(100% - 40px));margin:0 auto}.legal h1{font-size:clamp(2.2rem,5vw,4rem);letter-spacing:-.06em}.legal h2{font-size:1.5rem;margin-top:34px;letter-spacing:-.03em}.legal li,.legal p{color:#373d4d;line-height:1.8}@media (max-width:900px){.desktop-nav{gap:16px;font-size:.86rem}.cta,.features-layout,.hero-grid{grid-template-columns:1fr}.hero-grid{padding-top:56px;gap:34px;text-align:left}.footer-grid,.mode-grid{grid-template-columns:1fr}.section{padding:64px 0}}@media (max-width:560px){.article-wrap,.container{width:min(100% - 28px,1120px)}.desktop-nav a:not(:first-child){display:none}.hero h1{font-size:3rem}.hero p{font-size:1.06rem}.cta{padding:30px}.brand span{font-size:1.15rem}}