:root{--gp-bg-dark:#1e1b4b;--gp-bg-dark-elevated:#2e1065;--gp-bg-light:#fff;--gp-bg-light-subtle:#f8fafc;--gp-text-primary:#fff;--gp-text-secondary:#94a3b8;--gp-text-muted:#64748b;--gp-text-on-light:#1f2937;--gp-gradient-start:#a855f7;--gp-gradient-end:#6366f1;--gp-gradient:linear-gradient(135deg, #a855f7 0%, #6366f1 100%);--gp-glow:0 0 20px #a855f766;--gp-glow-strong:0 0 40px #a855f780;--gp-accent-success:#22c55e;--gp-accent-border:#a855f74d;--gp-accent-amber:#f59e0b;--gp-accent-amber-light:#fcd34d;--gp-accent-cyan:#06b6d4;--gp-accent-cyan-light:#22d3ee;--gp-border-subtle:1px solid #ffffff14;--gp-border-defined:1px solid #ffffff1f;--gp-border-light:1px solid #e2e8f0;--gp-shadow-elevated:0 1px 3px #0003;--gp-shadow-card:0 2px 8px #00000026;--gp-font:"Inter", system-ui, -apple-system, sans-serif;--gp-font-mono:ui-monospace, "Cascadia Code", monospace;--gp-space-xs:.25rem;--gp-space-sm:.5rem;--gp-space-md:1rem;--gp-space-lg:1.5rem;--gp-space-xl:2rem;--gp-space-2xl:3rem;--gp-radius-sm:6px;--gp-radius-md:8px;--gp-radius-pill:9999px}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}@media (width<=1024px){:root{font-size:16px}}html,body{margin:0;background:#fff!important}#root{box-sizing:border-box;background:#fff;width:100%;max-width:100%;min-height:100svh;margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.gp-layout{color:#1f2937;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.gp-header{z-index:100;background:#fffffffa;border-bottom:1px solid #e5e7eb;padding:.875rem 2rem;position:sticky;top:0}@media (width<=640px){.gp-header{padding:.75rem 1rem}}.gp-header-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}@media (width<=900px){.gp-header-inner{gap:1rem}}@media (width<=640px){.gp-nav{gap:1rem}.gp-nav-link{font-size:.875rem}}.gp-logo-link{align-items:center;display:flex}.gp-logo{object-fit:contain;width:auto;height:48px}.gp-nav{align-items:center;gap:2rem;display:flex}.gp-nav-link{color:#4b5563;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.gp-nav-link:hover,.gp-nav-link.active{color:#9333ea}.gp-nav-dropdown{position:relative}.gp-mega-menu{background:#fff;border-radius:12px;gap:2rem;width:1200px;max-width:calc(100vw - 2rem);margin-top:.5rem;padding:1.5rem 1.5rem 1.25rem;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000001f,0 0 0 1px #9333ea14}@media (width<=640px){.gp-mega-menu{flex-direction:column;width:calc(100vw - 2rem);padding:1rem;left:50%}.gp-mega-menu-grid{grid-template-columns:1fr}}.gp-mega-menu-header{color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.gp-mega-menu-main{flex:1}.gp-mega-menu-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.gp-mega-menu-item{color:inherit;border-radius:10px;flex-direction:column;padding:1rem;text-decoration:none;transition:background .2s,transform .2s;display:flex}.gp-mega-menu-item:hover{background:linear-gradient(135deg,#faf5ffe6 0%,#f5f3ffe6 100%)}.gp-mega-menu-item-featured .gp-mega-menu-icon{color:#fff;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%)}.gp-mega-menu-icon{color:#6b7280;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.75rem;display:flex}.gp-mega-menu-icon svg{width:22px;height:22px}.gp-mega-menu-title{color:#1f2937;margin-bottom:.35rem;font-size:1rem;font-weight:700}.gp-mega-menu-desc{color:#6b7280;font-size:.85rem;line-height:1.45}.gp-mega-menu-sidebar{border-left:1px solid #e5e7eb;width:220px;padding-left:1.5rem}.gp-mega-menu-featured{background:linear-gradient(135deg,#faf5ff 0%,#f5f3ff 100%);border:1px solid #9333ea26;border-radius:10px;padding:1.25rem}.gp-mega-menu-featured-title{color:#1f2937;margin:0 0 .35rem;font-size:.95rem;font-weight:700}.gp-mega-menu-featured-desc{color:#6b7280;margin:0 0 1rem;font-size:.8rem;line-height:1.5}.gp-mega-menu-cta{color:#9333ea;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.gp-mega-menu-cta:hover{color:#6d28d9}.gp-cta-btn{color:#fff;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%);border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.gp-cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #9333ea66}.gp-main{flex:1}.gp-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=640px){.gp-container{padding:0 1rem}}.gp-section{padding:4rem 0}@media (width<=640px){.gp-section{padding:2.5rem 0}}.gp-section-title{color:#1f2937;letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem;font-weight:700}.gp-section-title .accent{background:linear-gradient(135deg,#9333ea 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gp-section-desc{color:#6b7280;max-width:600px;margin:0 0 2rem;font-size:1.05rem;line-height:1.6}.gp-divider{background:#e5e7eb;height:1px;margin:2rem 0}.gp-footer{background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:auto;padding:3rem 2rem 1.5rem}.gp-footer-inner{text-align:center;max-width:1200px;margin:0 auto}.gp-footer-logo{max-width:180px;height:auto;margin-bottom:.75rem}.gp-footer-inner>p{color:#6b7280;margin:0 0 1rem;font-size:.95rem}.gp-footer-links{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.gp-footer-links a{color:#6b7280;font-size:.9rem;text-decoration:none}.gp-footer-links a:hover{color:#9333ea}.gp-section-cta{text-align:center;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 40%,#0891b2 100%)}.gp-cta-inner{text-align:center}.gp-cta-title{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:700}.gp-cta-desc{color:#ffffffe6;max-width:40rem;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.55}.gp-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1rem;display:flex}.gp-cta-actions button.gp-cta-btn-large{cursor:pointer;font:inherit;border:none}.gp-cta-actions button.gp-cta-btn-large.gp-cta-btn-outline{border:2px solid #fffffff2}.gp-cta-btn-large{color:#9333ea;background:#fff;padding:.9rem 2rem;font-size:1rem}.gp-cta-btn-large:hover{background:#f5f3ff}.gp-cta-btn-outline{color:#fff;background:0 0;border:2px solid #fffffff2}.gp-cta-btn-outline:hover{color:#fff;background:#ffffff1f;box-shadow:0 4px 16px #0000001f}.gp-section-cta .gp-cta-btn.gp-cta-btn-large{color:#9333ea;background:#fff}.gp-section-cta .gp-cta-btn.gp-cta-btn-large:hover{box-shadow:none;background:#f5f3ff;transform:none}.gp-section-cta .gp-cta-btn.gp-cta-btn-outline{color:#fff;background:0 0;border:2px solid #fffffff2}.gp-section-cta .gp-cta-btn.gp-cta-btn-outline:hover{color:#fff;background:#ffffff1f;box-shadow:0 4px 16px #0000001f}@media (width<=640px){.gp-cta-title{font-size:1.5rem}.gp-cta-desc{font-size:1rem}.gp-cta-actions{flex-direction:column;align-items:stretch}.gp-cta-actions .gp-cta-btn-large{box-sizing:border-box;width:100%;max-width:20rem;margin:0 auto}}.gp-footer-copy{color:#9ca3af;text-align:center;margin:0;font-size:.85rem}.gp-hero{text-align:center;background:linear-gradient(#faf5ff 0%,#f5f3ff 50%,#fff 100%);padding:5rem 2rem}.gp-hero-sm{padding:3rem 2rem!important}.gp-hero-title{color:#1f2937;margin:0 0 1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.gp-accent{background:linear-gradient(135deg,#9333ea 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gp-hero-desc{color:#6b7280;max-width:560px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.gp-hero-cta{color:#fff;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%);border-radius:10px;padding:.9rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.gp-hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9333ea66}.gp-section-purple{background:linear-gradient(135deg,#4c1d95 0%,#6d28d9 50%,#5b21b6 100%)}.gp-section-title-light{color:#fff}.gp-section-desc-light{color:#ffffffe6}.gp-section-desc-light.gp-section-desc{max-width:640px;margin-left:auto;margin-right:auto}.gp-section-why{padding:4rem 0}.gp-why-layout{align-items:stretch;gap:2rem;min-height:380px;display:flex}.gp-why-hub{flex:0 0 260px;align-items:center;display:flex}.gp-why-hub-circle{text-align:center;background:#fff;border:4px solid #a855f7;border-color:#a855f7 #0000 #6d28d9 #9333ea;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;padding:2rem;display:flex;position:relative;box-shadow:0 4px 24px #00000014}.gp-why-hub-icon{color:#9333ea;background:linear-gradient(135deg,#f3e8ff 0%,#ede9fe 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.gp-why-hub-icon svg{width:24px;height:24px}.gp-why-hub-title{color:#1f2937;margin:0 0 .25rem;font-size:1.25rem;font-weight:700;line-height:1.3}.gp-why-hub-tagline{color:#9333ea;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.gp-why-hub-desc{color:#6b7280;margin:0;font-size:.85rem;line-height:1.5}.gp-why-track{flex-direction:column;flex:0 0 80px;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.gp-why-track-svg{display:none}.gp-why-track-dot{color:#9ca3af;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.gp-why-track-dot svg{width:20px;height:20px}.gp-why-track-dot:hover,.gp-why-track-dot.active{color:#fff;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%);border-color:#6d28d9;box-shadow:0 4px 16px #9333ea59}.gp-why-cards{flex-direction:column;flex:1;gap:1rem;display:flex}.gp-why-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.gp-why-card:hover,.gp-why-card.active{background:linear-gradient(135deg,#faf5ff 0%,#fff 100%);border-color:#9333ea66;box-shadow:0 4px 20px #9333ea1f}.gp-why-card-num{flex-shrink:0;font-size:1.5rem;font-weight:800;line-height:1}.gp-why-num-1{color:#9333ea}.gp-why-num-2{color:#06b6d4}.gp-why-num-3{color:#f59e0b}.gp-why-num-4{color:#6d28d9}.gp-why-card-title{color:#1f2937;margin:0 0 .35rem;font-size:1rem;font-weight:700}.gp-why-card-desc{color:#6b7280;margin:0;font-size:.85rem;line-height:1.5}@media (width<=900px){.gp-why-layout{flex-direction:column;align-items:center;min-height:auto}.gp-why-hub{flex:none;order:1}.gp-why-track{flex-direction:row;flex:none;order:2;justify-content:center;gap:.75rem;padding:1rem}.gp-why-cards{order:3;width:100%}}.gp-section-diff{overflow:hidden}.gp-diff-header{text-align:center;margin-bottom:3rem}.gp-diff-intro{max-width:560px;margin-left:auto;margin-right:auto}.gp-diff-funnel{margin-bottom:3rem}.gp-diff-funnel-row{justify-content:center;align-items:stretch;gap:1.5rem;margin-bottom:1.5rem;display:flex}.gp-diff-funnel-row:last-child{margin-bottom:0}.gp-diff-funnel-row-2{max-width:720px;margin-left:auto;margin-right:auto}.gp-diff-step-card{text-align:center;background:#fffffff2;border:2px solid;border-radius:16px;flex:1;width:100%;min-width:0;max-width:320px;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;position:relative}.gp-diff-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.gp-diff-card-1{border-color:#c084fc}.gp-diff-card-2{border-color:#06b6d4}.gp-diff-card-3{border-color:#9333ea}.gp-diff-card-4{border-color:#f59e0b}.gp-diff-card-5{border-color:#22c55e}.gp-diff-card-shape{border-radius:14px 14px 4px 4px;justify-content:center;align-items:center;width:56px;height:56px;margin:-2rem auto 1rem;display:flex}.gp-diff-card-shape svg{color:#fff;width:28px;height:28px}.gp-diff-card-1 .gp-diff-card-shape{background:linear-gradient(135deg,#c084fc 0%,#a78bfa 100%)}.gp-diff-card-2 .gp-diff-card-shape{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%)}.gp-diff-card-3 .gp-diff-card-shape{background:linear-gradient(135deg,#9333ea 0%,#7c3aed 100%)}.gp-diff-card-4 .gp-diff-card-shape{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.gp-diff-card-5 .gp-diff-card-shape{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.gp-diff-card-title{color:#1f2937;margin:0 0 .5rem;font-size:1.15rem;font-weight:800}.gp-diff-card-desc{color:#6b7280;margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.gp-diff-card-footer{flex-direction:column;align-items:center;gap:.35rem;display:flex}.gp-diff-card-dot{border-radius:50%;width:8px;height:8px}.gp-diff-card-1 .gp-diff-card-dot{background:#c084fc}.gp-diff-card-2 .gp-diff-card-dot{background:#06b6d4}.gp-diff-card-3 .gp-diff-card-dot{background:#9333ea}.gp-diff-card-4 .gp-diff-card-dot{background:#f59e0b}.gp-diff-card-5 .gp-diff-card-dot{background:#22c55e}.gp-diff-card-line{opacity:.5;background:currentColor;width:2px;height:20px}.gp-diff-card-1 .gp-diff-card-footer{color:#c084fc}.gp-diff-card-2 .gp-diff-card-footer{color:#06b6d4}.gp-diff-card-3 .gp-diff-card-footer{color:#9333ea}.gp-diff-card-4 .gp-diff-card-footer{color:#f59e0b}.gp-diff-card-5 .gp-diff-card-footer{color:#22c55e}.gp-diff-card-sub{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.gp-diff-comparison{background:#0003;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:2rem;max-width:560px;margin:0 auto;padding:1.25rem 2rem;display:flex}.gp-diff-comp-side{flex-direction:column;gap:.25rem;display:flex}.gp-diff-comp-label{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.gp-diff-comp-value{color:#ffffffe6;font-size:.95rem;font-weight:600}.gp-diff-comp-highlight .gp-diff-comp-value{background:linear-gradient(135deg,#c084fc 0%,#22d3ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gp-diff-comp-vs{color:#ffffff80;font-size:.8rem;font-weight:700}.gp-comp-section{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:4rem 2rem}.gp-comp-container{background:#fff;border:2px solid #e5e7eb;border-radius:16px;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 4px 24px #0000000f}.gp-comp-header{text-align:center;margin-bottom:2rem}.gp-comp-headline{color:#1f2937;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.gp-comp-subheading{color:#6b7280;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.5}.gp-comp-blocks{align-items:stretch;min-height:240px;display:flex;position:relative}.gp-comp-block{color:#fff;flex-direction:column;flex:1;justify-content:flex-start;padding:2rem 2rem 2rem 2.5rem;display:flex}.gp-comp-others{background:linear-gradient(135deg,#64748b 0%,#475569 100%);border-radius:16px 0 0 16px}.gp-comp-geopoint{background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%);border-radius:0 16px 16px 0;padding-left:2.5rem;padding-right:2rem}.gp-comp-title{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.5rem;font-weight:800}.gp-comp-list{margin:0;padding:0;list-style:none}.gp-comp-item{align-items:center;gap:.75rem;padding:.35rem 0;font-size:1rem;line-height:1.5;display:flex}.gp-comp-icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.gp-comp-icon svg{width:20px;height:20px}.gp-comp-icon-others{color:#ffffffd9}.gp-comp-icon-geopoint{color:#4ade80}.gp-comp-vs-badge{color:#1f2937;letter-spacing:.1em;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #00000026}@media (width<=768px){.gp-comp-blocks{flex-direction:column;gap:2rem;min-height:auto}.gp-comp-others{border-radius:16px 16px 0 0;padding:2rem}.gp-comp-geopoint{border-radius:0 0 16px 16px;padding:2rem}.gp-comp-vs-badge{align-self:center;margin:0;position:static;transform:none}}@media (width<=1000px){.gp-diff-funnel-row{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1rem}.gp-diff-funnel-row-2{max-width:100%}.gp-diff-step-card{width:100%;max-width:100%}}@media (width<=640px){.gp-diff-funnel{margin-bottom:2rem;padding:0 .25rem}.gp-diff-funnel-row{gap:.75rem;margin-bottom:.75rem}.gp-diff-header{margin-bottom:2rem}.gp-diff-intro{font-size:.95rem}}@media (width<=600px){.gp-diff-step-card{min-height:0;padding:1.25rem 1rem}.gp-diff-card-shape{width:48px;height:48px;margin:-1.75rem auto .75rem}.gp-diff-card-shape svg{width:24px;height:24px}.gp-diff-card-title{font-size:1rem}.gp-diff-card-desc{font-size:.85rem;line-height:1.45}.gp-diff-comparison{text-align:center;flex-direction:column;gap:1rem;padding:1rem}}@media (width<=480px){.gp-section-diff .gp-container{padding:0 1rem}.gp-diff-funnel-row{gap:.5rem}.gp-diff-step-card{padding:1rem}.gp-diff-card-title{font-size:.95rem}.gp-diff-card-desc{font-size:.8rem}}.gp-section-benefits{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4c1d95 100%);padding:4rem 0}.gp-benefits-split{align-items:stretch;gap:3rem;display:flex}.gp-benefits-left{flex:1;padding-left:1.5rem;position:relative}.gp-benefits-accent{background:linear-gradient(#9333ea 0%,#c084fc 50%,#a855f7 100%);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:0}.gp-benefits-heading{color:#fff;margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.2}.gp-benefits-heading .accent{background:linear-gradient(135deg,#c084fc 0%,#e9d5ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gp-benefits-subheading{color:#ffffffe6;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6}.gp-benefits-cta{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%);border-radius:8px;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.gp-benefits-cta:hover{background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%);box-shadow:0 4px 20px #9333ea66}.gp-benefits-right{flex:1;max-width:420px}.gp-benefits-list-header{color:#c084fc;letter-spacing:.05em;margin:0 0 1.5rem;font-size:.9rem;font-weight:700}.gp-benefits-list{flex-direction:column;gap:1.5rem;display:flex}.gp-benefits-item{align-items:flex-start;gap:1.25rem;transition:transform .2s;display:flex}.gp-benefits-item:hover{transform:translate(4px)}.gp-benefits-icon{color:#c084fc;background:#9333ea33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.gp-benefits-item:first-child .gp-benefits-icon{color:#c084fc;background:#9333ea33}.gp-benefits-item:nth-child(2) .gp-benefits-icon{color:#22d3ee;background:#06b6d433}.gp-benefits-item:nth-child(3) .gp-benefits-icon{color:#fcd34d;background:#f59e0b33}.gp-benefits-item:nth-child(4) .gp-benefits-icon{color:#4ade80;background:#22c55e33}.gp-benefits-icon svg{width:24px;height:24px}.gp-benefits-item-title{color:#fff;margin:0 0 .35rem;font-size:1rem;font-weight:700}.gp-benefits-item-desc{color:#ffffffd9;margin:0;font-size:.9rem;line-height:1.5}@media (width<=900px){.gp-benefits-split{flex-direction:column}.gp-benefits-right{max-width:100%}}.accent-light{background:linear-gradient(135deg,#c084fc 0%,#e9d5ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gp-section-process{overflow:hidden}.gp-process-header{text-align:center;margin-bottom:3rem}.gp-lead-process{flex-direction:row;justify-content:center;align-items:center;gap:2.5rem;width:100%;max-width:900px;margin:0 auto;display:flex}.gp-lead-process-main{flex-direction:column;flex:0 520px;gap:0;min-width:0;max-width:520px;display:flex}.gp-lead-process-steps{flex-direction:column;flex-shrink:0;gap:.65rem;width:220px;padding-top:.25rem;display:flex}.gp-lead-process-step-btn{color:#ffffffe6;cursor:pointer;text-align:left;background:#ffffff0f;border:1px solid #fff3;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.gp-lead-process-step-btn:hover{background:#ffffff1f;border-color:#ffffff59}.gp-lead-process-step-btn.active{background:#c084fc59;border-color:#c084fc99;box-shadow:0 0 16px #c084fc4d}.gp-lead-process-step-btn.gp-step-0.active{background:#9333ea59;border-color:#c084fc99;box-shadow:0 0 16px #9333ea59}.gp-lead-process-step-btn.gp-step-1.active{background:#06b6d44d;border-color:#22d3ee99;box-shadow:0 0 16px #06b6d459}.gp-lead-process-step-btn.gp-step-2.active{background:#f59e0b4d;border-color:#fcd34d99;box-shadow:0 0 16px #f59e0b59}.gp-lead-process-step-btn.gp-step-3.active{background:#a855f74d;border-color:#c084fc99;box-shadow:0 0 16px #a855f759}.gp-lead-process-step-btn.final.active{background:#22c55e40;border-color:#22c55e80;box-shadow:0 0 16px #22c55e40}.gp-lead-process-step-num{background:#ffffff26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:.75rem;font-weight:700;display:inline-flex}.gp-lead-process-step-label{flex:1;min-width:0}.gp-lead-process-step-btn.active .gp-lead-process-step-num{background:#ffffff4d}.gp-lead-process-progress-wrap{background:#ffffff26;border-radius:2px;height:4px;margin-bottom:1.5rem;overflow:hidden}.gp-lead-process-progress{background:linear-gradient(90deg,#9333ea,#06b6d4,#f59e0b,#22c55e);border-radius:2px;height:100%;box-shadow:0 0 12px #c084fc66}.gp-lead-process-dots{justify-content:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.gp-lead-process-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s}.gp-lead-process-dot:hover{background:#ffffff80}.gp-lead-process-dot.active{background:#c084fc;box-shadow:0 0 12px #c084fc99}.gp-lead-process-dot.gp-dot-0.active{background:#9333ea;box-shadow:0 0 12px #9333ea99}.gp-lead-process-dot.gp-dot-1.active{background:#06b6d4;box-shadow:0 0 12px #06b6d499}.gp-lead-process-dot.gp-dot-2.active{background:#f59e0b;box-shadow:0 0 12px #f59e0b99}.gp-lead-process-dot.gp-dot-3.active{background:#a855f7;box-shadow:0 0 12px #a855f799}.gp-lead-process-dot.gp-dot-4.active{background:#22c55e;box-shadow:0 0 12px #22c55e99}.gp-lead-process-card-wrap{justify-content:center;align-items:center;min-height:280px;margin-bottom:.25rem;display:flex}.gp-lead-process-card{text-align:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;width:100%;padding:2rem;box-shadow:0 8px 32px #0003}.gp-lead-process-card.final{background:#22c55e26;border-color:#22c55e59;box-shadow:0 0 24px #22c55e33}.gp-lead-process-card-icon{color:#fff;background:linear-gradient(135deg,#9333ea80 0%,#06b6d466 50%,#f59e0b59 100%);border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.gp-lead-process-card.final .gp-lead-process-card-icon{background:linear-gradient(135deg,#22c55e80 0%,#16a34a99 100%)}.gp-lead-process-card-icon svg{width:32px;height:32px}.gp-lead-process-state{letter-spacing:.08em;text-transform:uppercase;border-radius:6px;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.gp-lead-process-state.raw{color:#ffffffe6;background:#ffffff26}.gp-lead-process-state.enriched{color:#4ade80;background:#22c55e4d}.gp-lead-process-card-title{color:#fff;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.gp-lead-process-card-desc{color:#ffffffd9;margin:0;font-size:.95rem;line-height:1.5}.gp-lead-process-nav{justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;padding-top:.5rem;display:flex}.gp-lead-process-nav-btn{color:#ffffffe6;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.gp-lead-process-nav-btn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff80}.gp-lead-process-nav-btn:disabled{opacity:.4;cursor:not-allowed}.gp-lead-process-step-indicator{color:#fffc;text-align:center;min-width:3ch;font-size:.85rem;font-weight:600}@media (width<=768px){.gp-lead-process{flex-direction:column;justify-content:flex-start;align-items:stretch;max-width:100%;padding:0 .5rem}.gp-lead-process-main{flex:auto;width:100%;max-width:100%}.gp-lead-process-steps{flex-flow:wrap;justify-content:center;gap:.4rem;width:100%}.gp-lead-process-step-btn{flex:1;min-width:fit-content;padding:.4rem .6rem;font-size:.78rem}}@media (width<=600px){.gp-lead-process-step-label{text-overflow:ellipsis;white-space:nowrap;max-width:90px;overflow:hidden}.gp-lead-process-card-wrap{min-height:260px}.gp-lead-process-card{padding:1.5rem 1rem}.gp-lead-process-card-icon{width:52px;height:52px}.gp-lead-process-card-icon svg{width:26px;height:26px}.gp-lead-process-card-title{font-size:1.1rem}.gp-lead-process-card-desc{font-size:.9rem}.gp-process-header{margin-bottom:2rem}}.gp-process-flow{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1rem;display:flex}.gp-process-step-block{background:#ffffff0f;border:1px solid #ffffff26;border-radius:12px;flex:1;min-width:260px;max-width:360px;padding:1.5rem;transition:all .3s}.gp-process-step-block:hover{background:#ffffff1a;border-color:#c084fc66;box-shadow:0 0 24px #c084fc26}.gp-process-step-block.gp-process-step-delivery{border-color:#22c55e66}.gp-process-step-block.gp-process-step-delivery:hover{box-shadow:0 0 24px #22c55e33}.gp-process-step-num{color:#c084fc;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:800}.gp-process-step-title{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:700;line-height:1.4}.gp-process-step-list{color:#ffffffd9;margin:0;padding-left:1.25rem;font-size:.9rem;line-height:1.7}.gp-process-step-list li{margin-bottom:.4rem}.gp-process-arrow{color:#c084fcb3;align-items:center;font-size:1.5rem;display:flex}@media (width<=900px){.gp-process-flow{flex-direction:column}.gp-process-arrow{transform:rotate(90deg)}.gp-process-step-block{max-width:100%}}@media (width<=1240px){.gp-mega-menu{flex-direction:column;gap:1.5rem;width:calc(100vw - 4rem)}.gp-mega-menu-sidebar{border-top:1px solid #e5e7eb;border-left:none;width:100%;padding-top:1.5rem;padding-left:0}.gp-mega-menu-grid{grid-template-columns:1fr}}@media (width<=768px){.gp-header-inner{flex-wrap:wrap;padding:0 1rem}.gp-nav{display:none}}.gp-book-intro-modal-root{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1118278c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.gp-book-intro-modal-panel{background:#fff;border-radius:16px;width:100%;max-width:440px;max-height:min(90vh,640px);padding:1.75rem 1.75rem 1.5rem;position:relative;overflow:auto;box-shadow:0 24px 48px #0000002e}.gp-book-intro-modal-close{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;width:2.25rem;height:2.25rem;font-size:1.35rem;line-height:1;transition:background .2s;position:absolute;top:.75rem;right:.75rem}.gp-book-intro-modal-close:hover{background:#e5e7eb}.gp-book-intro-modal-title{color:#111827;margin:0 2rem .5rem 0;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700}.gp-book-intro-modal-desc{color:#6b7280;margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.gp-book-intro-modal-form{flex-direction:column;gap:1rem;display:flex}.gp-book-intro-field{text-align:left;color:#374151;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.gp-book-intro-field input,.gp-book-intro-field textarea{font:inherit;color:#111827;border:1px solid #d1d5db;border-radius:8px;padding:.65rem .75rem;font-weight:400;transition:border-color .2s,box-shadow .2s}.gp-book-intro-field input:focus,.gp-book-intro-field textarea:focus{border-color:#9333ea;outline:none;box-shadow:0 0 0 3px #9333ea26}.gp-book-intro-field textarea{resize:vertical;min-height:4.5rem}.gp-book-intro-modal-error{color:#b91c1c;margin:0;font-size:.875rem;font-weight:500}.gp-book-intro-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.25rem;padding-top:.5rem;display:flex}.gp-book-intro-btn-secondary{font:inherit;color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600}.gp-book-intro-btn-secondary:hover{background:#e5e7eb}.gp-book-intro-btn-primary{font:inherit;color:#fff;cursor:pointer;background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%);border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .2s}.gp-book-intro-btn-primary:hover:not(:disabled){opacity:.95}.gp-book-intro-btn-primary:disabled{opacity:.65;cursor:not-allowed}.gp-deals-intro{max-width:40rem;margin-left:auto;margin-right:auto}.gp-deals-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.5rem;display:grid}.gp-deals-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.5rem;margin-top:2rem;display:flex}.gp-deals-more-secondary{color:#7c3aed;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.gp-deals-more-secondary:hover{color:#6d28d9;text-decoration:underline}button.gp-deals-more-btn{cursor:pointer;border:none;font-family:inherit}.gp-deals-more-btn{color:#1f2937;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:9999px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #f59e0b59}.gp-deals-more-btn:hover{color:#1f2937;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b73}.gp-deal-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 14px #1e1b4b0f}.gp-deal-card:hover{box-shadow:0 10px 28px #6d28d91f}.gp-deal-card-head{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 55%,#4c1d95 100%);padding:1rem 1.25rem 1.15rem}.gp-deal-state{letter-spacing:.12em;color:#ffffffb8;text-transform:uppercase;margin-bottom:.35rem;font-size:.65rem;font-weight:700;display:block}.gp-deal-city{color:#fff;letter-spacing:-.02em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:1.35rem;font-weight:800;line-height:1.2}.gp-deal-photo{aspect-ratio:4/3;background:#f3f4f6;position:relative}.gp-deal-photo-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gp-deal-lead-badge{text-align:center;color:#fff;border-radius:10px;padding:.45rem .7rem;position:absolute;top:.75rem;right:.75rem;box-shadow:0 4px 14px #0003}.gp-deal-lead-tone-1{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.gp-deal-lead-tone-2{background:linear-gradient(135deg,#9333ea 0%,#6d28d9 100%)}.gp-deal-lead-tone-3{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%)}.gp-deal-lead-price{font-size:1.2rem;font-weight:800;line-height:1.1;display:block}.gp-deal-lead-label{letter-spacing:.04em;opacity:.95;font-size:.62rem;font-weight:600}.gp-deal-body{flex-direction:column;flex:1;padding:1rem 1.2rem 1.15rem;display:flex}.gp-deal-tagline{color:#6b7280;margin:0 0 .65rem;font-size:.88rem;line-height:1.45}.gp-deal-timeline{flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-bottom:.85rem;display:flex}.gp-deal-days-pill{color:#0369a1;background:linear-gradient(135deg,#e0f2fe 0%,#cffafe 100%);border:1px solid #06b6d459;border-radius:9999px;padding:.25rem .65rem;font-size:.85rem;font-weight:800;display:inline-block}.gp-deal-timeline-text{color:#9ca3af;font-size:.82rem}.gp-deal-divider{background:#e5e7eb;height:1px;margin:0 0 .85rem}.gp-deal-prices{margin-top:auto;display:block}.gp-deal-price-col{min-width:0}.gp-deal-amount{color:#111827;font-size:1.05rem;font-weight:800;line-height:1.2;display:block}.gp-deal-price-label{color:#9ca3af;margin-top:.2rem;font-size:.68rem;display:block}@media (width<=640px){.gp-deal-city{font-size:1.2rem}}
