@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap);:root{--color-bg:#fff;--color-surface:#f8fafc;--color-surface-2:#f1f5f9;--color-text:#0f172a;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-border:#00000014;--gradient-hero:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#4c1d95);--gradient-footer:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#4c1d95);--gradient-text:linear-gradient(90deg,#3b82f6,#9333ea);--gradient-btn:linear-gradient(90deg,#2563eb,#7c3aed);--gradient-btn-hover:linear-gradient(90deg,#1d4ed8,#6d28d9);--gradient-instant-guide:linear-gradient(135deg,#ea580c,#f59e0b);--gradient-chain-link:linear-gradient(135deg,#2563eb,#4f46e5);--gradient-chain-link-2:linear-gradient(135deg,#7c3aed,#a855f7);--radius:12px;--radius-lg:20px;--radius-xl:28px;--radius-pill:9999px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--shadow-xl:0 16px 48px #0000002e;--header-height:68px}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--color-bg);color:#0f172a;color:var(--color-text);font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;margin:0}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit;padding:0}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0}p{margin:0}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3b82f6,#9333ea);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text}.animate-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.animate-on-scroll.animate-from-left{transform:translateX(-40px)}.animate-on-scroll.animate-from-right{transform:translateX(40px)}.animate-on-scroll.visible{opacity:1;transform:none}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.site-header{left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transform:translateY(-100%);transition:background .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease;z-index:100}.site-header--scrolled{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffeb;box-shadow:0 1px 0 #0000000f,0 1px 3px #0000000f;box-shadow:0 1px 0 #0000000f,var(--shadow-sm);opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__inner{align-items:center;display:flex;height:68px;height:var(--header-height);justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.site-header__brand{align-items:center;display:flex;gap:.625rem;text-decoration:none}.site-header__brand-icon{flex-shrink:0;height:32px;object-fit:contain;width:32px}.site-header__brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3b82f6,#9333ea);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700;white-space:nowrap}.site-header__nav{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:500;padding:0;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#2563eb}.site-header__mobile-toggle{color:#0f172a;color:var(--color-text);display:none;font-size:1.25rem;padding:.25rem}.site-header__mobile-nav{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffffff7;border-top:1px solid #00000014;border-top:1px solid var(--color-border);display:none;flex-direction:column;gap:0;padding:.5rem 0 1rem}.site-header__mobile-nav .nav-link{display:block;padding:.75rem 1.5rem;text-align:left;width:100%}@media (max-width:768px){.site-header__nav{display:none}.site-header__mobile-toggle{display:block}.site-header--mobile-open .site-header__mobile-nav,.site-header__mobile-nav{display:flex}}.hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#4c1d95);background:var(--gradient-hero);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:calc(68px + 3rem) 1.5rem 5rem;padding:calc(var(--header-height) + 3rem) 1.5rem 5rem;position:relative}.hero__orb{border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute}.hero__orb--blue{animation:pulse-orb 6s ease-in-out infinite;background:#3b82f633;height:500px;left:15%;top:15%;width:500px}.hero__orb--purple{animation:pulse-orb 6s ease-in-out 1.5s infinite;background:#a855f733;bottom:15%;height:500px;right:15%;width:500px}@keyframes pulse-orb{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.hero__content{max-width:900px;position:relative;text-align:center;z-index:1}.hero__badge{align-items:center;animation:fade-up .6s ease both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;border-radius:var(--radius-pill);color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem}.hero__badge-icon{color:#facc15;font-size:1rem}.hero__title{animation:fade-up .6s ease .2s both;color:#fff;font-size:clamp(2.75rem,8vw,5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1.5rem}.hero__subtitle{animation:fade-up .6s ease .4s both;color:#cbd5e1;font-size:clamp(1.0625rem,2.5vw,1.375rem);line-height:1.65;margin:0 auto 3rem;max-width:600px}.hero__cta-wrap{animation:fade-up .6s ease .6s both;margin-bottom:5rem}.btn-primary{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);background:var(--gradient-btn);border:none;border-radius:9999px;border-radius:var(--radius-pill);color:#fff;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:600;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.btn-primary .btn-arrow{transition:transform .2s ease}.btn-primary:hover .btn-arrow{transform:translateX(4px)}.hero__stats{animation:fade-up .6s ease .8s both;display:flex;flex-wrap:wrap;gap:clamp(2rem,6vw,5rem);justify-content:center}.hero__stat-value{color:#fff;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:700;line-height:1;margin-bottom:.25rem}.hero__stat-label{color:#94a3b8;font-size:1rem}.hero__scroll-indicator{animation:fade-up .6s ease 1.2s both;border:2px solid #ffffff4d;border-radius:12px;bottom:2rem;display:flex;height:40px;justify-content:center;left:50%;padding-top:6px;position:absolute;transform:translateX(-50%);width:24px}.hero__scroll-dot{animation:scroll-dot 1.5s ease-in-out infinite;background:#fff;border-radius:50%;height:4px;width:4px}@keyframes scroll-dot{0%{opacity:1;transform:translateY(0)}80%{opacity:0;transform:translateY(14px)}to{opacity:0;transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.apps-section{background:#fff;background:var(--color-bg);padding:6rem 1.5rem}.section-header{margin:0 auto 4rem;max-width:640px;text-align:center}.section-eyebrow{color:#2563eb;font-size:.8125rem;font-weight:600;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.section-title{color:#0f172a;color:var(--color-text);font-size:clamp(1.875rem,4.5vw,3rem);font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.section-subtitle{color:#64748b;color:var(--color-text-muted);font-size:1.0625rem;line-height:1.65}.apps-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px}.app-card{background:#fff;background:var(--color-bg);border:1px solid #00000014;border:1px solid var(--color-border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:box-shadow .3s ease,transform .3s ease}.app-card:hover{box-shadow:0 16px 48px #0000002e;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.app-card__cover{background:#e2e8f0;height:200px;overflow:hidden;position:relative}.app-card__cover-img{display:block;height:100%;object-fit:cover;object-position:center center;transition:transform .5s ease;width:100%}.app-card:hover .app-card__cover-img{transform:scale(1.04)}.app-card__featured-badge{background:#facc15f2;border-radius:9999px;border-radius:var(--radius-pill);color:#78350f;font-size:.75rem;font-weight:700;padding:.25rem .625rem;position:absolute;right:1rem;top:1rem}.app-card__body{display:flex;flex:1 1;flex-direction:column;gap:.75rem;padding:1.5rem}.app-card__name{color:#0f172a;color:var(--color-text);font-size:1.375rem;font-weight:700;transition:color .2s ease}.app-card:hover .app-card__name{color:#2563eb}.app-card__meta{align-items:center;color:#64748b;color:var(--color-text-muted);display:flex;font-size:.875rem;gap:1rem}.app-card__rating{align-items:center;color:#0f172a;color:var(--color-text);display:flex;font-weight:600;gap:.25rem}.app-card__star{color:#facc15}.app-card__desc{color:#64748b;color:var(--color-text-muted);flex:1 1;font-size:.9375rem;line-height:1.6}.app-card__platforms{display:flex;flex-wrap:wrap;gap:.5rem}.platform-badge{background:#f3f4f6;border-radius:9999px;border-radius:var(--radius-pill);color:#4b5563;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .625rem}.app-card__cta{align-items:center;border-radius:12px;border-radius:var(--radius);color:#fff;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.25rem;padding:.75rem;transition:opacity .2s ease;width:100%}.app-card__cta--ig{background:linear-gradient(135deg,#ea580c,#f59e0b);background:var(--gradient-instant-guide)}.app-card__cta--clp{background:linear-gradient(135deg,#2563eb,#4f46e5);background:var(--gradient-chain-link)}.app-card__cta--clp2{background:linear-gradient(135deg,#7c3aed,#a855f7);background:var(--gradient-chain-link-2)}.app-card__cta:hover{opacity:.88}.about-section{background:#f8fafc;background:var(--color-surface);padding:6rem 1.5rem}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.about-title{color:#0f172a;color:var(--color-text);font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}.about-body{color:#64748b;color:var(--color-text-muted);font-size:1.0625rem;line-height:1.7;margin-bottom:1rem}.about-values{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.value-card{background:#fff;background:var(--color-bg);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);padding:1.25rem .75rem;text-align:center;transition:box-shadow .2s ease}.value-card:hover{box-shadow:0 4px 16px #00000014;box-shadow:var(--shadow-md)}.value-icon{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);background:var(--gradient-btn);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;height:48px;justify-content:center;margin:0 auto .75rem;width:48px}.value-title{color:#0f172a;color:var(--color-text);font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.value-desc{color:#64748b;color:var(--color-text-muted);font-size:.8125rem;line-height:1.5}.about-image-wrap{position:relative}.about-image{border-radius:28px;border-radius:var(--radius-xl);box-shadow:0 16px 48px #0000002e;box-shadow:var(--shadow-xl);overflow:hidden;width:100%}.about-image img{display:block;height:auto;width:100%}.about-image__overlay{background:linear-gradient(0deg,#1e3a8a4d,#0000);border-radius:28px;border-radius:var(--radius-xl);inset:0;position:absolute}.about-orb-1{background:linear-gradient(135deg,#60a5fa,#9333ea);right:-1.5rem;top:-1.5rem}.about-orb-1,.about-orb-2{border-radius:50%;filter:blur(40px);height:8rem;opacity:.2;position:absolute;width:8rem}.about-orb-2{background:linear-gradient(135deg,#a855f7,#ec4899);bottom:-1.5rem;left:-1.5rem}.site-footer{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#4c1d95);background:var(--gradient-footer);color:#fff;padding:4rem 1.5rem 2.5rem}.site-footer__inner{margin:0 auto;max-width:640px;text-align:center}.site-footer__brand{align-items:center;display:flex;gap:.625rem;justify-content:center;margin-bottom:1rem}.site-footer__brand-icon{flex-shrink:0;height:32px;object-fit:contain;width:32px}.site-footer__brand-name{color:#fff;font-size:1.125rem;font-weight:700}.site-footer__tagline{color:#94a3b8;font-size:.9375rem;line-height:1.65;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:380px;white-space:nowrap}.site-footer__email{align-items:center;background:#ffffff1a;border-radius:9999px;border-radius:var(--radius-pill);color:#fff;display:inline-flex;font-size:.9375rem;gap:.5rem;padding:.625rem 1.5rem;text-decoration:none;transition:background .2s ease}.site-footer__email:hover{background:#fff3}.site-footer__divider{border-top:1px solid #ffffff1a;margin:2.5rem 0 1.5rem}.site-footer__bottom{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem;justify-content:center}.site-footer__privacy{color:#64748b;text-decoration:none;transition:color .2s ease}.site-footer__privacy:hover{color:#94a3b8}.detail-page{padding-top:0}.detail-hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:6rem 1.5rem;position:relative}.detail-hero--ig{background:linear-gradient(135deg,#431407,#9a3412 50%,#c2410c)}.detail-hero--clp{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#312e81)}.detail-hero--clp2{background:linear-gradient(135deg,#1a0533,#4c1d95 50%,#6b21a8)}.detail-hero__inner{margin:0 auto;max-width:1100px;position:relative;width:100%;z-index:1}.detail-hero__back{align-items:center;color:#ffffffb3;display:inline-flex;font-size:.9375rem;gap:.5rem;margin-bottom:2.5rem;text-decoration:none;transition:color .2s ease}.detail-hero__back:hover{color:#fff}.detail-hero__grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.detail-hero__app-icon{align-items:center;border-radius:22px;box-shadow:0 8px 32px #00000059;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:96px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;width:96px}.detail-hero__app-icon--ig{background:linear-gradient(135deg,#ea580c,#f59e0b);background:var(--gradient-instant-guide)}.detail-hero__app-icon--clp{background:linear-gradient(135deg,#2563eb,#4f46e5);background:var(--gradient-chain-link)}.detail-hero__app-icon--clp2{background:linear-gradient(135deg,#7c3aed,#a855f7);background:var(--gradient-chain-link-2)}.detail-hero__app-icon img{height:100%;object-fit:cover;width:100%}.detail-hero__title{color:#fff;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.detail-hero__desc{color:#ffffffbf;font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.detail-hero__download-btns{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2.5rem}.btn-download{align-items:center;border:none;border-radius:12px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-download--primary{background:#fff;color:#1e3a8a}.btn-download--primary:hover{background:#f1f5f9;transform:translateY(-1px)}.btn-download--outline{background:#ffffff1a;border:1px solid #ffffff4d;color:#fff}.btn-download--outline:hover{background:#fff3;transform:translateY(-1px)}.btn-download-badge{height:48px;transition:opacity .2s ease,transform .2s ease;width:auto}.btn-download-badge:hover{opacity:.9;transform:translateY(-2px)}.detail-hero__stats{display:flex;flex-wrap:wrap;gap:2rem}.detail-stat{align-items:center;display:flex;gap:.75rem}.detail-stat__icon{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border-radius:50%;display:flex;font-size:1.125rem;height:44px;justify-content:center;width:44px}.detail-stat__value{color:#fff;font-size:1.25rem;font-weight:700;line-height:1}.detail-stat__label{color:#fff9;font-size:.8125rem}.detail-hero__visual{align-items:center;display:flex;justify-content:center;min-width:0;position:relative}.detail-hero__screenshot-wrap{background:#0000;position:relative}.detail-hero__screenshot-wrap img{display:block;height:auto;width:100%}.detail-hero__visual .detail-hero__screenshot-wrap--carousel{max-width:100%;min-width:0;width:100%}.detail-hero__screenshot-wrap--carousel .hero-carousel{width:100%}.detail-hero__screenshot-wrap--carousel .hero-carousel__frame{aspect-ratio:1164/900;border-radius:24px;min-height:380px;width:100%}.detail-hero__screenshot-wrap--carousel .hero-carousel__img{object-fit:contain}.hero-carousel{width:100%}.hero-carousel__frame{aspect-ratio:16/9;border-radius:6px;box-shadow:0 20px 60px #00000080;overflow:hidden;position:relative}.hero-carousel__img{height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transition:opacity .7s ease;width:100%}.hero-carousel__img--active{opacity:1}.hero-carousel__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.hero-carousel__dot{background:#ffffff59;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;width:8px}.hero-carousel__dot--active{background:#fff;box-shadow:0 0 8px 3px #ffffffa6;transform:scale(1.3)}.detail-hero__glow{border-radius:28px;border-radius:var(--radius-xl);filter:blur(40px);inset:0;opacity:.35;position:absolute;z-index:-1}.detail-hero__glow--ig{background:linear-gradient(135deg,#ea580c,#f59e0b);background:var(--gradient-instant-guide)}.detail-hero__glow--clp{background:linear-gradient(135deg,#2563eb,#4f46e5);background:var(--gradient-chain-link)}.detail-hero__glow--clp2{background:linear-gradient(135deg,#7c3aed,#a855f7);background:var(--gradient-chain-link-2)}.game-screenshots-section{padding:5rem 1.5rem}.game-screenshots-section--clp{background:linear-gradient(160deg,#0f172a,#1e3a8a,#0f172a)}.game-screenshots-section--clp2{background:linear-gradient(160deg,#1a0533,#4c1d95,#1a0533)}.game-screenshots-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.game-screenshot-item{aspect-ratio:16/9;border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #00000080;cursor:default;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.game-screenshot-item:hover{box-shadow:0 16px 48px #000000b3;transform:translateY(-4px) scale(1.02)}.game-screenshot-item img{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.game-screenshots-grid{grid-template-columns:1fr}}.detail-features{background:#fff;background:var(--color-bg);padding:5rem 1.5rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.feature-card{background:#fff;background:var(--color-bg);border:1px solid #00000014;border:1px solid var(--color-border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);padding:1.75rem;transition:box-shadow .25s ease,transform .25s ease}.feature-card:hover{box-shadow:0 8px 32px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.feature-card__icon{align-items:center;border-radius:14px;display:flex;font-size:1.375rem;height:52px;justify-content:center;margin-bottom:1rem;transition:transform .25s ease;width:52px}.feature-card:hover .feature-card__icon{transform:scale(1.1)}.feature-card__icon--ig{background:linear-gradient(135deg,#ea580c26,#f59e0b26);color:#ea580c}.feature-card__icon--clp{background:linear-gradient(135deg,#2563eb26,#4f46e526);color:#2563eb}.feature-card__icon--clp2{background:linear-gradient(135deg,#7c3aed26,#a855f726);color:#7c3aed}.feature-card__title{color:#0f172a;color:var(--color-text);font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.feature-card__desc{color:#64748b;color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.screenshots-section{background:#f8fafc;background:var(--color-surface);padding:5rem 1.5rem}.screenshots-bg-section{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:50vh;padding:clamp(2rem,5vw,3rem) 1.5rem}.screenshot-slides{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:87.5rem}@media (max-width:700px){.screenshot-slides{grid-template-columns:1fr}}.screenshot-slide-item{aspect-ratio:9/16;overflow:hidden}.screenshot-slide-item--animated{transition:transform .2s ease-out,opacity .2s ease-out;will-change:transform,opacity}.screenshot-slide-img{display:block;height:100%;object-fit:contain;object-position:center center;width:100%}.benefits-section{background:#fff;background:var(--color-bg);padding:5rem 1.5rem}.benefits-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1100px}.benefit-card{border:1px solid;border-radius:20px;border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;transition:box-shadow .25s ease}.benefit-card:hover{box-shadow:0 4px 16px #00000014;box-shadow:var(--shadow-md)}.benefit-card--blue{background:linear-gradient(135deg,#eff6ff,#ecfeff);border-color:#bfdbfe}.benefit-card--purple{background:linear-gradient(135deg,#faf5ff,#fce7f3);border-color:#e9d5ff}.benefit-card--amber{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a}.benefit-card--orange{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fed7aa}.benefit-card__icon{align-items:center;border-radius:50%;display:flex;font-size:1.75rem;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.benefit-card__icon--blue{background:linear-gradient(135deg,#2563eb,#06b6d4)}.benefit-card__icon--purple{background:linear-gradient(135deg,#7c3aed,#ec4899)}.benefit-card__icon--amber{background:linear-gradient(135deg,#d97706,#16a34a)}.benefit-card__icon--orange{background:linear-gradient(135deg,#ea580c,#dc2626)}.benefit-card__title{color:#0f172a;color:var(--color-text);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.benefit-card__desc{color:#64748b;color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.detail-cta{overflow:hidden;padding:5rem 1.5rem;position:relative;text-align:center}.detail-cta--ig{background:linear-gradient(135deg,#431407,#9a3412 50%,#c2410c)}.detail-cta--clp{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#312e81)}.detail-cta--clp2{background:linear-gradient(135deg,#1a0533,#4c1d95 50%,#6b21a8)}.detail-cta__orb{animation:pulse-orb 8s ease-in-out infinite;background:#3b82f61f;border-radius:50%;filter:blur(60px);height:24rem;pointer-events:none;position:absolute;right:0;top:0;width:24rem}.detail-cta__inner{margin:0 auto;max-width:640px;position:relative;z-index:1}.detail-cta__title{color:#fff;font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.detail-cta__subtitle{color:#ffffffb3;font-size:1.0625rem;line-height:1.65;margin-bottom:2.5rem}.detail-cta__btns{gap:1rem}.app-page-footer,.detail-cta__btns{display:flex;flex-wrap:wrap;justify-content:center}.app-page-footer{align-items:center;border-top:1px solid #ffffff1a;color:#ffffff59;font-size:.875rem;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem}.app-page-footer a{color:#ffffff59;text-decoration:none;transition:color .2s ease}.app-page-footer a:hover{color:#ffffffa6}.app-page-footer__links{align-items:center;display:inline-flex;gap:1rem}.privacy-page{background:#fff;background:var(--color-bg);min-height:100vh}.privacy-header{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#4c1d95);background:var(--gradient-hero);padding:1.25rem 1.5rem}.privacy-back{color:#ffffffbf;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s ease}.privacy-back:hover{color:#fff}.privacy-content{margin:0 auto;max-width:720px;padding:3rem 1.5rem 5rem}.privacy-content h1{color:#0f172a;color:var(--color-text);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.privacy-updated{color:#64748b;color:var(--color-text-muted);font-size:.875rem;margin-bottom:1.5rem}.privacy-intro{background:#f1f5f9;background:var(--color-surface-2);border-radius:8px;margin-bottom:2rem;padding:1rem 1.1rem}.privacy-intro p{margin-bottom:0}.privacy-content section{margin-bottom:2.5rem}.privacy-content h2{border-bottom:1px solid #00000014;border-bottom:1px solid var(--color-border);color:#0f172a;color:var(--color-text);font-size:1.25rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem}.privacy-content p{margin-bottom:.75rem}.privacy-content p,.privacy-content ul{color:#64748b;color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.privacy-content ul{padding-left:1.5rem}.privacy-content ul li{margin-bottom:.375rem}.privacy-content ol.steps-list{color:#64748b;color:var(--color-text-muted);font-size:.9375rem;margin:.75rem 0 1rem;padding-left:1.5rem}.privacy-content ol.steps-list li{margin-bottom:.5rem}.privacy-content a{color:#2563eb;text-decoration:none}.privacy-content a:hover{text-decoration:underline}@media (max-width:1024px){.about-grid{grid-template-columns:1fr}.about-image-wrap{order:-1}.detail-hero__grid{grid-template-columns:1fr}.detail-hero__visual{display:none}}@media (max-width:768px){.site-header__nav{display:none}.site-header__mobile-toggle{display:block}.about-values,.screenshot-slides{grid-template-columns:1fr}.detail-hero__stats{gap:1.25rem}.apps-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero__stats{gap:1.5rem}.hero__stat-value{font-size:2.25rem}.detail-hero{padding:3rem 1rem}}
/*# sourceMappingURL=main.be281d98.css.map*/