@property --glow-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes glow-spin{0%{--glow-angle: 0deg}to{--glow-angle: 360deg}}.hero-cta-outer{position:relative;width:100%;max-width:620px;margin:0 auto;border-radius:100px;padding:1.5px;background:conic-gradient(from var(--glow-angle),#e5e7eb 0deg,#e5e7eb 69deg,rgba(66,133,244,.55) 115deg,rgba(26,166,74,.5) 193deg,#e5e7eb 270deg,rgba(252,189,0,.5) 291deg,rgba(219,55,45,.5) 322deg,#e5e7eb 360deg);animation:glow-spin 10s linear infinite;box-shadow:0 2px 4px #1c63ff0a,0 8px 16px #1c63ff0f,0 16px 32px #1c63ff14}.hero-cta-wrapper{position:relative;display:flex;gap:6px;align-items:center;background:#fff;border:none;border-radius:100px;padding:5px 5px 5px 8px;transition:all .3s var(--ease-out)}.hero-cta-outer:hover{box-shadow:0 2px 4px #1c63ff0d,0 8px 16px #1c63ff14,0 20px 40px #1c63ff1f}.hero-cta-outer:focus-within{box-shadow:0 2px 4px #1c63ff0d,0 8px 16px #1c63ff14,0 20px 40px #1c63ff1f,0 0 0 3px #1c63ff14}.hero-cta-input{flex:1;background:transparent;border:none;outline:none;color:#111827;font-size:15px;padding:11px 16px;min-width:0}.hero-cta-input::placeholder{color:#9ea3ae}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#1c63ff,#4b8dff);color:#fff;font-weight:600;font-size:15px;padding:11px 28px;border-radius:100px;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease;box-shadow:0 4px 16px #1c63ff4d}.hero-cta-btn:hover{background:linear-gradient(135deg,#1854d9,#4080f0);box-shadow:0 6px 24px #1c63ff66;transform:translateY(-1px)}.hero-cta-btn:active{transform:translateY(0);box-shadow:0 2px 8px #1c63ff4d}.hero-cta-btn svg{width:18px;height:18px}@media(max-width:640px){.hero-cta-wrapper{flex-direction:column}.hero-cta-btn{width:100%;justify-content:center}}.hero-badge-outer{position:relative;display:inline-block;border-radius:100px;border:1px solid var(--border-default);z-index:1;transition:transform .3s ease}.hero-badge-pill{position:relative;background:#fff;border-radius:100px;box-shadow:0 1px 3px #0000000d}.hero-badge-outer:hover{transform:translateY(-1px)}.hero-starburst{width:34px;height:34px;opacity:0;transform:scale(.3) rotate(-15deg);flex-shrink:0}.hero-starburst-path{stroke:#1c63ff66;stroke-width:.3;stroke-linejoin:round;fill:none;stroke-dasharray:120;stroke-dashoffset:120}.hero-starburst-accent{stroke:#1c63ff40}.reveal.visible .hero-starburst{animation:starburst-appear .7s var(--ease-out) .5s forwards}.reveal.visible .hero-starburst-path{animation:starburst-draw .8s ease-out forwards,starburst-fill .3s ease-out 1.2s forwards}.reveal.visible .hero-starburst-accent{animation:starburst-draw .8s ease-out forwards,starburst-fill-accent .3s ease-out 1.2s forwards}.reveal.visible .hero-starburst-path:nth-child(1){animation-delay:.55s,1.1s}.reveal.visible .hero-starburst-path:nth-child(2){animation-delay:.6s,1.15s}.reveal.visible .hero-starburst-path:nth-child(3){animation-delay:.65s,1.2s}.reveal.visible .hero-starburst-path:nth-child(4){animation-delay:.7s,1.25s}.reveal.visible .hero-starburst-path:nth-child(5){animation-delay:.75s,1.3s}.reveal.visible .hero-starburst-path:nth-child(6){animation-delay:.6s,1.15s}.reveal.visible .hero-starburst-path:nth-child(7){animation-delay:.7s,1.25s}.reveal.visible .hero-starburst-path:nth-child(8){animation-delay:.8s,1.35s}.reveal.visible .hero-starburst-path:nth-child(9){animation-delay:.85s,1.4s}.reveal.visible .hero-starburst-path:nth-child(10){animation-delay:.85s,1.4s}@keyframes starburst-appear{0%{opacity:0;transform:scale(.3) rotate(-15deg)}60%{opacity:1;transform:scale(1.06) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes starburst-draw{0%{stroke-dashoffset:120}to{stroke-dashoffset:0}}@keyframes starburst-fill{0%{fill:transparent}to{fill:#1c63ff4d}}@keyframes starburst-fill-accent{0%{fill:transparent}to{fill:#1c63ff2e}}.hero-badge-text{display:inline-block;clip-path:inset(0 100% 0 0)}.hero-badge-arrow{opacity:0}.reveal.visible .hero-badge-text{animation:badge-text-reveal .6s var(--ease-out) .15s forwards}.reveal.visible .hero-badge-arrow{animation:badge-arrow-fade .3s ease-out .6s forwards}@keyframes badge-text-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes badge-arrow-fade{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes belt-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.belt-track{animation:belt-scroll 60s linear infinite}.belt-track:hover{animation-play-state:paused}.belt-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.belt-item img{width:36px;height:36px;border-radius:10px;opacity:.7;transition:opacity .2s ease,transform .2s ease}.belt-item:hover img{opacity:1;transform:scale(1.05)}.belt-item span{font-size:11px;color:#9ca3af;white-space:nowrap;transition:color .2s ease}.belt-item:hover span{color:#374151}.sc-stack{position:relative;padding-bottom:60px}.sc-card{position:sticky;top:70px;min-height:620px;will-change:transform;border-radius:16px;overflow:hidden;margin:0 32px;box-shadow:0 8px 40px #00000014}.sc-card:nth-child(3){top:75px}.sc-card:nth-child(4){top:80px}.sc-card:nth-child(5){top:85px}.sc-card-inner{position:relative;min-height:520px}.sc-card:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;opacity:.5;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:40px 40px}.sc-card-dark:after{background-image:none;background:radial-gradient(circle at 25% 35%,rgba(100,160,255,.22) 0%,transparent 40%),radial-gradient(circle at 30% 70%,rgba(56,120,255,.12) 0%,transparent 45%);opacity:1}.sc-card-text{position:relative;z-index:2;max-width:500px;padding:48px 0 48px 48px;display:flex;flex-direction:column;justify-content:center;height:100%;min-height:520px}.sc-card-demo{position:absolute;top:0;right:0;bottom:0;width:52%}.sc-demo-frame{position:absolute;inset:0;border-radius:0;overflow:hidden}.sc-card .sc-card-cta:hover{background:#0000000f;border-color:#00000059;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.sc-card-dark .sc-card-cta:hover{background:#ffffff1a;border-color:#ffffff80}@media(max-width:768px){.sc-card-inner{flex-direction:column!important;gap:32px!important;min-height:auto!important}.sc-card-text,.sc-card-demo{min-width:100%!important;flex:unset!important}.sc-card-text{max-width:100%!important}.sc-card-demo{position:relative!important;width:100%!important;height:auto!important}.sc-demo-frame{position:relative!important;height:auto!important;border-radius:18px!important}.sc-card{padding:48px 0!important;min-height:auto}}.voice-masonry{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:start}.voice-col{display:flex;flex-direction:column;gap:14px}@media(max-width:1024px){.voice-masonry{grid-template-columns:repeat(3,1fr)}.voice-col:nth-child(4){display:none}}@media(max-width:768px){.voice-masonry{grid-template-columns:repeat(2,1fr);gap:10px}.voice-col:nth-child(3),.voice-col:nth-child(4){display:none}}@media(max-width:480px){.voice-masonry{grid-template-columns:1fr}.voice-col:nth-child(2){display:block}}.voice-section-wrap{position:relative;overflow:hidden;max-height:660px}.voice-section-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none;z-index:2}.voice-card{break-inside:avoid;background:#fff;border:1px solid var(--border-default);border-radius:16px;padding:20px;box-shadow:var(--shadow-sm);transition:border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease}.voice-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-blue)}.voice-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.voice-name{font-size:14px;font-weight:600;color:var(--text-title)}.voice-quote{font-size:15px;font-weight:700;color:var(--text-title);line-height:1.5;margin:10px 0 6px}.voice-quote-highlight{color:var(--maxgeo-blue)}.voice-desc{font-size:13px;color:var(--text-muted);line-height:1.65}.voice-card-header{display:flex;align-items:center;gap:12px}.stats-bar{background:linear-gradient(135deg,#ffffff80,#dbeafe40,#fff6);backdrop-filter:blur(40px) saturate(1.4);-webkit-backdrop-filter:blur(40px) saturate(1.4);border:1px solid rgba(255,255,255,.55);border-radius:24px;padding:56px 40px;box-shadow:var(--shadow-md)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;text-align:center}.stats-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.stats-item+.stats-item{border-left:1px solid var(--border-hover)}.stats-num{font-size:52px;font-weight:800;color:var(--text-title);letter-spacing:-.02em;line-height:1}.stats-label{margin-top:12px;font-size:15px;font-weight:500;color:var(--text-muted)}@media(max-width:640px){.stats-bar{padding:40px 20px}.stats-grid{grid-template-columns:1fr;gap:32px}.stats-item+.stats-item{border-left:none;border-top:1px solid var(--border-hover);padding-top:32px}.stats-num{font-size:40px}}.pricing-section{background:#fff;padding:80px 0 0}.pricing-toggle-wrap{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:40px}.pricing-toggle{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;gap:2px}.pricing-toggle-btn{padding:8px 24px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:all .2s}.pricing-toggle-btn.active{background:#fff;color:var(--text-title);box-shadow:var(--shadow-sm)}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pricing-grid{grid-template-columns:1fr;max-width:400px}}.pricing-card{border:1px solid var(--border-default);border-radius:16px;padding:28px 24px;background:#fff;position:relative;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease,transform var(--duration-normal) ease}.pricing-card:hover{box-shadow:var(--shadow-blue);border-color:var(--border-hover);transform:translateY(-2px)}.pricing-card.featured{border:2px solid var(--maxgeo-blue);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.pricing-card.featured:hover{box-shadow:var(--shadow-lg),var(--shadow-blue);transform:translateY(-10px)}.pricing-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:#1c63ff;color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap}.pricing-plan{font-size:18px;font-weight:700;color:var(--text-title);margin-bottom:6px}.pricing-desc{font-size:13px;color:var(--text-muted);margin-bottom:20px;min-height:36px}.pricing-price-wrap{margin-bottom:20px}.pricing-price-old{font-size:16px;color:var(--text-secondary);text-decoration:line-through;margin-right:6px}.pricing-price{font-size:36px;font-weight:800;color:var(--text-title);letter-spacing:-.02em}.pricing-price-unit{font-size:14px;font-weight:500;color:var(--text-muted)}.pricing-price-custom{font-size:28px;font-weight:800;color:var(--maxgeo-blue)}.pricing-btn{display:block;width:100%;padding:12px;border-radius:12px;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s;border:1.5px solid var(--border-default);background:#fff;color:var(--text-title);margin-bottom:24px;text-decoration:none}.pricing-btn:hover{border-color:var(--maxgeo-blue);color:var(--maxgeo-blue)}.pricing-btn.primary{background:var(--maxgeo-blue);color:#fff;border-color:var(--maxgeo-blue)}.pricing-btn.primary:hover{background:var(--maxgeo-blue-hover)}.pricing-features-title{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.pricing-features{list-style:none;padding:0;margin:0}.pricing-features li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#374151;line-height:1.5;margin-bottom:8px}.pricing-features li svg{flex-shrink:0;margin-top:2px}.pricing-check{width:16px;height:16px;color:var(--maxgeo-blue)}.pricing-savings-badge{display:inline-block;font-size:11px;padding:2px 8px;border-radius:4px;background:#22c55e1a;color:#22c55e;font-weight:600}.faq-section{display:flex;flex-direction:column;align-items:center;padding:80px 24px;background:#fff}.faq-list{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:28px;width:100%}.faq-item{max-width:1000px;width:100%;border:1px solid var(--border-default);border-radius:16px;cursor:pointer;transition:border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.faq-item:hover{border-color:var(--border-hover);box-shadow:var(--shadow-blue)}.faq-item.active{border-color:var(--border-hover);box-shadow:var(--shadow-md)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 20px 32px;gap:16px}.faq-question span:first-child{font-size:17px;font-weight:600;color:var(--text-title);line-height:1.4}.faq-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-title);transition:transform .35s var(--ease-standard),color var(--duration-normal)}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-standard),padding .4s var(--ease-standard);padding:0 32px}.faq-item.active .faq-answer{max-height:500px;padding:0 32px 24px}.faq-answer p{font-size:15px;line-height:1.7;color:var(--text-muted);margin:0}.feat-pill-btn{display:flex;align-items:center;gap:10px;height:56px;padding:0 28px 0 16px;border-radius:28px;border:none;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000000f;cursor:pointer;transition:all .3s}.faq-item:focus-visible,.pricing-card:focus-visible,.pricing-btn:focus-visible,.pricing-toggle-btn:focus-visible,.hero-cta-btn:focus-visible{outline:2px solid var(--maxgeo-blue);outline-offset:2px}.hero-title-en{font-size:clamp(48px,7vw,84px)}.hero-title-en-line2{display:flex;align-items:center;justify-content:center;gap:12px}@media(max-width:640px){.hero-title-en{font-size:clamp(36px,10vw,48px)}.hero-title-en-line2{gap:8px}.hero-title-en .inline-flex{width:48px;height:48px;border-radius:12px}.hero-title-en .inline-flex img{width:48px;height:48px}}.cta-bottom{position:relative;overflow:hidden;padding:120px 24px;text-align:center;background:#f8faff}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:680px;height:680px;background:radial-gradient(circle,rgba(75,141,255,.15) 0%,rgba(28,99,255,.06) 35%,transparent 65%);pointer-events:none;z-index:0}.cta-bottom .cta-inner{position:relative;z-index:1}.cta-bottom h2{font-size:clamp(32px,5vw,48px);font-weight:700;color:#111827;margin-bottom:20px;line-height:1.15;letter-spacing:-.02em}.cta-bottom .cta-sub{font-size:16px;color:#6b7280;margin-bottom:40px}.cta-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;background:#1c63ff;color:#fff;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s;border:none;cursor:pointer}.cta-btn-primary:hover{background:#1854d9}.cta-btn-primary:focus-visible{outline:2px solid #1c63ff;outline-offset:3px}@media(max-width:640px){.cta-bottom{padding:80px 24px}}@media(prefers-reduced-motion:reduce){.hero-badge-outer:hover{transform:none}.hero-starburst{opacity:1;transform:none}.hero-starburst-path{stroke-dashoffset:0;fill:#1c63ff4d}.hero-starburst-accent{fill:#1c63ff2e}.hero-badge-text{clip-path:none}.hero-badge-arrow{opacity:1}.reveal.visible .hero-starburst,.reveal.visible .hero-starburst-path,.reveal.visible .hero-badge-text,.reveal.visible .hero-badge-arrow,.hero-cta-outer{animation:none}}
