@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#001b5e;--blue:#0d6efd;--accent:#1fb6ff;--text:#0f172a;--muted:#475569;--background:#fff;--section-bg:#f8fafc;--border:#e2e8f0;--shadow-soft:0 20px 50px #0f172a14;--shadow-card:0 22px 60px #0d6efd24;--radius-lg:24px;--radius-md:18px;--radius-sm:12px;color:var(--text);background:var(--background);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}section[id],article[id]{scroll-margin-top:7rem}body{max-width:100%;color:var(--text);background:radial-gradient(circle at 0 0,#1fb6ff1a,#0000 26%),linear-gradient(#fff 0%,#fbfdff 100%);margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline-offset:3px;outline:3px solid #0d6efd47}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}#root{isolation:isolate;width:100%;overflow-x:clip}.site-shell{width:100%;min-height:100vh;overflow-x:clip}.container{width:min(1160px,100% - 2rem);max-width:100%;margin:0 auto}.section{padding:6rem 0}.section--alt{background:var(--section-bg)}.section-heading{max-width:720px;margin-bottom:2.75rem}.section-badge{max-width:100%;color:var(--blue);letter-spacing:.06em;text-transform:uppercase;background:#0d6efd1a;border-radius:999px;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.5rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.section-badge--soft{color:var(--navy);background:#ffffffb8}.section-heading h2,.hero h1{letter-spacing:-.04em;color:var(--text);margin:1rem 0 0}.hero h1{max-width:12ch;font-size:clamp(2.85rem,7vw,5.6rem);line-height:.95}.section-heading h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02}.section-heading p,.hero p,.service-card p,.info-card p,.product-card p,.price-card p,.requirements-card p,.contact-panel__content p,.site-footer p{color:var(--muted);margin:1rem 0 0;line-height:1.75}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;max-width:100%;min-height:52px;padding:.95rem 1.35rem;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s,color .18s;display:inline-flex}.button svg{flex-shrink:0}.button:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg, var(--blue) 0%, var(--accent) 100%);color:#fff;box-shadow:0 16px 30px #0d6efd3d}.button--primary:hover{box-shadow:0 20px 38px #0d6efd4d}.button--secondary{border-color:var(--border);color:var(--navy);box-shadow:var(--shadow-soft);background:#ffffffd9}.button--secondary:hover,.button--ghost:hover{color:var(--blue);border-color:#0d6efd3d}.button--ghost{color:var(--navy);background:0 0;border-color:#0d6efd24}.button--outline{color:var(--blue);box-shadow:none;background:#ffffffb8;border-color:#0d6efd57}.button--small{border-radius:14px;min-height:54px;padding-inline:1.4rem}.brand-link{flex-shrink:0;align-items:center;display:inline-flex}.brand-mark{width:64px;height:auto;display:block}.brand__frame{display:inline-flex;position:relative;overflow:hidden}.brand__frame img{width:100%;max-width:none}.brand__frame--footer{width:186px;height:58px}.brand__frame--footer img{transform-origin:0 0;width:224px;transform:translate(-18px,-44px)scale(1.56)}.navbar{z-index:40;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#fffffff0;border-bottom:1px solid #e2e8f0b3;position:sticky;top:0;box-shadow:0 16px 40px #0f172a0a}.navbar__inner{grid-template-columns:auto 1fr;align-items:center;gap:2rem;min-height:116px;display:grid;position:relative}.navbar__toggle{border:1px solid var(--border);width:46px;height:46px;color:var(--navy);background:#ffffffe0;border-radius:14px;justify-content:center;align-items:center;display:none}.navbar__menu{grid-template-columns:1fr auto;align-items:center;gap:2rem;display:grid}.navbar__links{justify-content:center;align-items:center;gap:3rem;display:flex}.navbar__links a{color:#0f172aeb;font-size:1.05rem;font-weight:600;transition:color .18s;position:relative}.navbar__links a:after{content:"";background:linear-gradient(90deg, var(--blue), var(--accent));transform-origin:0;border-radius:999px;width:100%;height:2px;transition:transform .18s;position:absolute;bottom:-.35rem;left:0;transform:scaleX(0)}.navbar__links a:hover{color:var(--navy)}.navbar__links a.is-active{color:var(--blue)}.navbar__links a.is-active:after,.navbar__links a:hover:after{transform:scaleX(1)}.navbar__cta{justify-self:end;min-width:178px}.hero{background:linear-gradient(#eef5ff 0%,#f4f8ff 42%,#fff 100%);padding:4.3rem 0 2rem;position:relative;overflow:clip}.hero:before,.hero:after{content:"";pointer-events:none;position:absolute}.hero:before{clip-path:polygon(20% 0%,100% 0%,100% 100%,0% 100%);background:linear-gradient(150deg,#0d6efd0f,#0d6efd00);inset:0 -12% 0 48%}.hero:after{background:radial-gradient(circle,#0d6efd29,#0000 66%);border-radius:50%;width:46rem;height:46rem;top:6rem;right:-14rem}.hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(440px,.96fr);align-items:center;gap:4rem;min-height:740px;display:grid;position:relative}.hero__layout>*,.package-layout>*,.contact-panel>*,.site-footer__grid>*,.about-grid>*,.services-grid>*,.products-grid>*,.why-grid>*{min-width:0}.hero__badge{width:fit-content;max-width:100%;color:var(--blue);letter-spacing:.14em;text-transform:uppercase;background:#ffffffc2;border:1px solid #0d6efd2e;border-radius:999px;align-items:center;gap:.85rem;padding:.82rem 1.35rem;font-size:.94rem;font-weight:700;display:inline-flex;box-shadow:0 16px 30px #0f172a0d}.hero__badge-dot{background:linear-gradient(135deg, var(--blue), var(--accent));border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 5px #0d6efd14}.hero__title{letter-spacing:-.055em;max-width:none;margin-top:2rem;font-size:clamp(3.15rem,5.6vw,5.15rem);font-weight:800;line-height:.94}.hero__title-line{display:block}.hero__title-line--accent{background:linear-gradient(135deg,#173cb3 0%,#0d6efd 45%,#1fb6ff 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero__content p{max-width:28ch;margin-top:1.7rem;font-size:1.14rem;line-height:1.6}.hero__actions{gap:1rem;margin-top:2.4rem;display:flex}.hero__button{border-radius:18px;justify-content:flex-start;gap:.95rem;min-width:242px;min-height:68px;padding:1rem 1.25rem 1rem 1.35rem;font-size:1.08rem}.hero__button span{white-space:nowrap}.hero__button svg:last-child{margin-left:auto}.hero__trust{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0;margin-top:1.6rem;padding:.6rem 0 .2rem;display:grid}.hero__trust-label{color:#001b5eb3;letter-spacing:.22em;text-align:center;text-transform:uppercase;grid-column:1/-1;margin-bottom:1.6rem;font-size:.8rem;font-weight:700}.hero__trust-item{color:var(--navy);justify-content:center;align-items:center;gap:.95rem;padding:0 1.2rem;font-size:.98rem;font-weight:500;display:flex}.hero__trust-item+.hero__trust-item{position:relative}.hero__trust-item+.hero__trust-item:before{content:"";background:#0f172a24;width:1px;height:42px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero__trust-item span{max-width:9ch;line-height:1.25}.hero__trust-item svg{color:var(--blue);flex-shrink:0}.hero-visual{justify-content:flex-end;align-items:center;min-height:700px;display:flex;position:relative}.hero-visual:before{content:"";opacity:.9;background-image:radial-gradient(#ffffffa3 1.8px,#0000 1.8px);background-size:18px 18px;width:96px;height:96px;position:absolute;top:58%;left:4%}.hero-visual__shape{pointer-events:none;position:absolute}.hero-visual__shape--curve{border:2px solid #0d6efd47;border-radius:50%;width:34rem;height:34rem;top:-1.2rem;right:-7rem}.hero-visual__shape--blob{background:radial-gradient(circle at 30% 18%,#ffffff4d,#0000 18%),linear-gradient(135deg,#c4dcffe0 0%,#6ba4ffd1 42%,#0d6efdfa 100%);border-radius:42% 58% 48% 52%/35% 40% 60% 65%;width:44rem;height:42rem;bottom:-6rem;right:-12rem;box-shadow:inset 0 0 0 1px #ffffff47}.hero-visual__shape--ring{opacity:.9;border:2px solid #ffffff80;border-radius:50%;width:18rem;height:18rem;top:1.4rem;right:-3rem}.hero-visual__dots{opacity:.95;background-image:radial-gradient(#ffffffc2 1.8px,#0000 1.8px);background-size:18px 18px;width:86px;height:126px;position:absolute}.hero-visual__dots--top{top:.8rem;right:.2rem}.hero-visual__dots--bottom{bottom:1rem;right:8rem}.hero-cards{z-index:1;flex-direction:column;align-items:flex-end;gap:1.5rem;width:100%;display:flex;position:relative}.hero-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #ffffffe6;border-radius:28px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem;width:min(100%,448px);padding:1.85rem 1.8rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 24px 70px #194dc224,inset 0 1px #ffffffd9}.hero-card:hover,.hero-card:focus-visible{border-color:#0d6efd2e;transform:translateY(-4px);box-shadow:0 30px 78px #194dc22e,inset 0 1px #ffffffe6}.hero-card:focus-visible{outline-offset:3px;outline:3px solid #0d6efd33}.hero-card--1{align-self:flex-start;margin-left:.75rem}.hero-card--2{width:min(100%,420px);margin-right:0}.hero-card--3{width:min(100%,448px);margin-right:1.75rem}.hero-card__icon{border-radius:20px;justify-content:center;align-items:center;width:76px;height:76px;display:inline-flex}.hero-card__icon--blue{color:#1666f2;background:linear-gradient(135deg,#dbeafe,#b7d6ff)}.hero-card__icon--green{color:#fff;background:linear-gradient(135deg,#5ddc9f,#84ebb6)}.hero-card__icon--purple{color:#fff;background:linear-gradient(135deg,#a06dff,#c393ff)}.hero-card__copy h3{color:var(--navy);margin:0 0 .35rem;font-size:1.15rem;line-height:1.2}.hero-card__copy p{color:var(--muted);margin:0;font-size:1rem;line-height:1.5}.hero-card__arrow{opacity:.95}.hero-card__arrow--blue{color:var(--blue)}.hero-card__arrow--green{color:#2cc68a}.hero-card__arrow--purple{color:#8d58ff}.hero-card__copy,.contact-card__row a,.site-footer__links a{overflow-wrap:anywhere}.about-section{background:radial-gradient(circle at 100% 0,#1fb6ff14,#0000 26%),linear-gradient(#fff 0%,#f9fbff 100%);position:relative;overflow:clip}.about-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.96fr);align-items:center;gap:3rem;display:grid}.about-copy{max-width:41rem;padding-top:.35rem}.about-copy__badge{padding:.72rem 1.22rem}.about-copy p{max-width:20ch;color:var(--muted);letter-spacing:-.02em;margin:1.4rem 0 0;font-size:clamp(1.28rem,2vw,1.42rem);line-height:1.7}.about-copy h2{max-width:11ch;color:var(--navy);letter-spacing:-.055em;margin:1.15rem 0 0;font-size:clamp(2.45rem,5vw,4.5rem);line-height:.96}.about-visual{min-height:470px;position:relative}.about-visual__halo{background:radial-gradient(circle,#0d6efd1a,#0000 66%);border-radius:50%;width:38rem;height:38rem;position:absolute;inset:-2rem -6rem -2rem auto}.about-visual__ring{border:1px solid #0d6efd1f;border-radius:50%;width:38rem;height:38rem;position:absolute;top:-8rem;right:-4.4rem}.about-visual__dots{opacity:.45;background-image:radial-gradient(#0d6efd47 1.5px,#0000 1.5px);background-size:16px 16px;width:158px;height:84px;position:absolute;top:9.8rem;left:2.4rem}.about-visual__layer,.about-visual__card,.about-visual__chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;position:absolute}.about-visual__layer{background:#d6e5ff3d;border:1px solid #ffffffc7;width:280px;height:168px;right:3.7rem;box-shadow:inset 0 1px #ffffff80}.about-visual__layer--back{top:.4rem;transform:rotate(.5deg)}.about-visual__layer--mid{top:12.4rem;right:.9rem;transform:rotate(.2deg)}.about-visual__card{background:linear-gradient(#b3d2ffa8,#4684f3f0),#ffffff80;border:1px solid #ffffffe6;border-radius:42px;place-items:center;width:304px;height:304px;display:grid;top:5.7rem;right:4.75rem;box-shadow:0 28px 80px #225cd038,inset 0 3px #ffffff7a}.about-visual__logo-frame{background:#fffffff5;border-radius:18px;place-items:center;width:150px;height:150px;display:grid;box-shadow:0 10px 30px #0f172a1a}.about-visual__card img{object-fit:contain;width:114px;height:114px}.about-visual__chip{background:linear-gradient(#d2e4ff57,#7eb1ff99),#fff6;border:1px solid #ffffffc2;border-radius:999px;box-shadow:0 24px 50px #225cd01f}.about-visual__chip--left{width:74px;height:74px;top:15.1rem;left:.2rem}.about-visual__chip--right{width:92px;height:92px;top:20.2rem;right:-1.3rem}.about-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem;margin-top:2rem;display:grid}.about-card{background:#fffffff0;border:1px solid #e2e8f0d9;border-radius:28px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1.4rem;padding:2rem 1.8rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 24px 56px #0f172a12}.about-card:hover{border-color:#0d6efd2e;transform:translateY(-4px);box-shadow:0 28px 64px #0f172a1a}.about-card__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:inline-flex}.about-card__icon--blue{color:#1666f2;background:linear-gradient(135deg,#3b82f61f,#bfdbfee0)}.about-card__icon--green{color:#12a150;background:linear-gradient(135deg,#4ade801f,#dcfce7eb)}.about-card__icon--purple{color:#8b5cf6;background:linear-gradient(135deg,#a855f71f,#f3e8fff0)}.about-card__body h3{color:var(--navy);margin:0;font-size:1.08rem;line-height:1.35}.about-card__line{background:linear-gradient(90deg, var(--blue), var(--accent));border-radius:999px;width:38px;height:4px;margin:1rem 0 1.15rem;display:block}.about-card__body p{color:var(--muted);margin:0;font-size:1rem;line-height:1.7}.about-card__arrow{display:none}.products-section{background:radial-gradient(circle at 100% 0,#1fb6ff14,#0000 24%),linear-gradient(#fff 0%,#fbfdff 100%);padding-top:2.25rem;position:relative;overflow:clip}.services-section{background:radial-gradient(circle at 0 0,#1fb6ff12,#0000 24%),linear-gradient(#fff 0%,#fbfdff 100%)}.services-section .section-heading p{max-width:68ch}.service-card__icon{z-index:1;width:58px;height:58px;color:var(--blue);background:linear-gradient(135deg,#0d6efd1f,#1fb6ff2e);border-radius:18px;justify-content:center;align-items:center;display:inline-flex;position:relative}.service-card h3,.service-card p,.service-card__link{z-index:1;position:relative}.service-card__link{color:var(--blue);align-items:center;gap:.65rem;margin-top:1.35rem;font-weight:700;transition:gap .18s,color .18s;display:inline-flex}.service-card__link:hover{color:#0558d8;gap:.85rem}.products-copy{max-width:760px;margin-bottom:2.9rem}.products-copy__badge{gap:.55rem;padding:.7rem 1.15rem}.products-copy__badge svg{flex-shrink:0}.products-copy h2{letter-spacing:-.05em;color:var(--navy);margin:0;font-size:clamp(2.45rem,4.6vw,4.45rem);line-height:.98}.products-copy__line{background:linear-gradient(90deg, var(--blue), var(--accent));border-radius:999px;width:48px;height:4px;margin:1rem 0 1.4rem;display:block}.products-copy p{max-width:72ch;color:var(--muted);margin:0;font-size:1.12rem;line-height:1.8}.products-section .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.products-section .product-card{background:linear-gradient(#fffffffa,#fffffff0),linear-gradient(135deg,#0d6efd05,#1fb6ff08);border:1px solid #e2e8f0e6;border-radius:28px;flex-direction:column;align-items:flex-start;min-height:428px;padding:2.3rem 2.3rem 2.1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 56px #0f172a14}.products-section .product-card:before{content:"";background:radial-gradient(circle,#1fb6ff14,#0000 70%);border-radius:50%;width:13rem;height:13rem;position:absolute;inset:auto -2.8rem -2.8rem auto}.products-section .product-card:hover{border-color:#0d6efd2e;transform:translateY(-5px);box-shadow:0 28px 68px #0f172a1f}.product-card__icon{z-index:1;color:#fff;border-radius:22px;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:1.4rem;display:inline-flex;position:relative;box-shadow:0 22px 44px #0f172a1f}.product-card__icon--green{background:linear-gradient(135deg,#24cb71 0%,#7ceab5 100%)}.product-card__icon--purple{background:linear-gradient(135deg,#5d41f4 0%,#9e72ff 100%)}.product-card__label{z-index:1;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block;position:relative}.product-card__label--green{color:#0fa95f}.product-card__label--purple{color:#4f46e5}.products-section .product-card h3{z-index:1;color:var(--navy);letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(2rem,3vw,2.5rem);line-height:1.02;position:relative}.products-section .product-card p{z-index:1;max-width:24ch;color:var(--muted);margin:0;font-size:1.04rem;line-height:1.7;position:relative}.product-card__link{z-index:1;color:var(--blue);align-items:center;gap:.75rem;margin-top:auto;padding-top:1.8rem;font-weight:700;transition:gap .18s,color .18s;display:inline-flex;position:relative}.product-card__link:hover{color:#0558d8;gap:.95rem}.package-section{background:radial-gradient(circle at 100% 0,#1fb6ff1a,#0000 24%),linear-gradient(#fff 0%,#f9fbff 100%);padding-top:1.35rem;position:relative;overflow:clip}.package-section .container{position:relative}.package-copy{z-index:1;max-width:760px;margin-bottom:2.55rem;position:relative}.package-copy__badge{gap:.55rem;padding:.72rem 1.15rem}.package-copy__badge svg{flex-shrink:0}.package-copy h2{letter-spacing:-.065em;color:var(--navy);margin:1.05rem 0 0;font-size:clamp(3rem,5.8vw,4.85rem);line-height:.94}.package-copy__subtitle{max-width:26ch;color:var(--muted);margin:.95rem 0 0;font-size:1.12rem;line-height:1.6}.package-section__dots{z-index:0;opacity:.6;pointer-events:none;background-image:radial-gradient(circle,#0d6efd4d 1.8px,#0000 2px);background-size:19px 19px;width:118px;height:86px;position:absolute;top:4.8rem;right:6.8rem}.package-section__blob{z-index:0;pointer-events:none;background:radial-gradient(circle at 34% 34%,#f1f7fff2,#d8e7ffc7 64%,#0d6efd1f 100%);border-radius:999px;width:220px;height:220px;position:absolute;top:6.9rem;right:-.75rem}.package-showcase{z-index:1;background:linear-gradient(#fffffffb,#fffffff0);border:1px solid #e2e8f0f5;border-radius:36px;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:0;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a14}.package-section .price-card,.package-section .requirements-card{min-height:100%;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:flex-start;padding:2.55rem 2.8rem;transition:none;display:flex}.package-section .price-card:hover,.package-section .requirements-card:hover{box-shadow:none;border-color:#0000;transform:none}.package-section .price-card__eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;font-size:.86rem;font-weight:800;display:inline-block}.package-section .price-card__amount{color:var(--blue);letter-spacing:-.075em;margin-top:.85rem;font-size:clamp(4.25rem,7vw,5.95rem);font-weight:800;line-height:.88}.package-card__divider{background:#e2e8f0eb;width:100%;height:1px;margin:1.65rem 0 1.55rem}.package-card__cta{justify-content:space-between;width:min(290px,100%);margin-top:1.75rem;padding-inline:1.55rem 1.3rem;box-shadow:0 18px 34px #0d6efd3d}.package-card__cta:hover{box-shadow:0 24px 42px #0d6efd4d}.package-section .requirements-card{border-left:1px solid #e2e8f0e0}.package-section .feature-list,.package-section .requirements-list{gap:1rem;width:100%;margin:0;padding:0;list-style:none;display:grid}.package-section .feature-list li,.package-section .requirements-list li{color:var(--text);align-items:center;gap:1rem;font-size:1rem;font-weight:500;line-height:1.45;display:flex}.package-list__icon{background:linear-gradient(#f1f6fffa,#e7effcf0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:inset 0 0 0 1px #dde7f7bd}.package-list__icon svg{color:var(--blue);flex-shrink:0}.price-card__note{color:var(--muted);align-items:center;gap:.7rem;margin-top:.95rem;display:inline-flex}.price-card__note svg{color:var(--navy);flex-shrink:0}.requirements-card__icon{width:56px;height:56px;color:var(--blue);background:linear-gradient(#f1f6fffa,#e7effcf0);border-radius:50%;justify-content:center;align-items:center;margin:0;display:inline-flex;box-shadow:inset 0 0 0 1px #dde7f7bd}.requirements-card__heading{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;display:grid}.package-section .requirements-card__copy h3{color:var(--navy);letter-spacing:-.045em;margin:0 0 .25rem;font-size:clamp(1.85rem,3vw,2.35rem);line-height:1.04}.package-section .requirements-card__copy p,.price-card__note p{margin:0}.package-section .requirements-card__copy p{max-width:18ch;color:var(--muted);font-size:1rem;line-height:1.55}.why-section{background:radial-gradient(circle at 100% 0,#1fb6ff0f,#0000 24%),linear-gradient(#fff 0%,#fbfdff 100%);padding-top:2.25rem;position:relative;overflow:clip}.why-copy{max-width:980px;margin-bottom:2.9rem}.why-copy h2{letter-spacing:-.055em;color:var(--navy);margin:0;font-size:clamp(2.65rem,5vw,4.8rem);line-height:.96}.why-section .why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.35rem}.why-card{background:linear-gradient(#fffffffa,#fffffff2),linear-gradient(135deg,#0d6efd08,#1fb6ff05);border:1px solid #e2e8f0f0;border-radius:30px;min-height:398px;padding:2.15rem 2rem 1.9rem;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 22px 56px #0f172a14}.why-card:hover{border-color:#0d6efd2e;transform:translateY(-5px);box-shadow:0 28px 68px #0f172a1c}.why-card--accent{border-color:#0d6efd38;box-shadow:0 22px 56px #0d6efd14}.why-card__icon{color:var(--text);justify-content:center;align-items:center;margin-bottom:2rem;display:inline-flex}.why-card h3{max-width:11ch;color:var(--navy);letter-spacing:-.045em;margin:0 0 1.4rem;font-size:clamp(1.8rem,2.4vw,2.25rem);line-height:1.08}.why-card p{max-width:17ch;color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.about-grid,.services-grid,.products-grid,.why-grid{gap:1.2rem;display:grid}.about-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.services-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card,.service-card,.product-card,.price-card,.requirements-card,.contact-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#fffffff5;border:1px solid #e2e8f0f0;transition:transform .18s,box-shadow .18s,border-color .18s}.info-card,.service-card,.product-card,.contact-card{padding:1.7rem}.info-card:hover,.service-card:hover,.product-card:hover,.price-card:hover,.requirements-card:hover,.contact-card:hover{border-color:#0d6efd2e;transform:translateY(-4px);box-shadow:0 26px 50px #0f172a1a}.info-card h3,.service-card h3,.product-card h3,.price-card h3,.requirements-card h3,.site-footer h3{color:var(--text);margin:1.1rem 0 0;font-size:1.35rem}.service-card,.product-card{position:relative;overflow:hidden}.service-card:before,.product-card:before{content:"";background:radial-gradient(circle,#1fb6ff24,#0000 70%);border-radius:999px;width:140px;height:140px;position:absolute;inset:auto -20px -26px auto}.product-card{padding:2rem}.package-layout{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.25rem;display:grid}.price-card,.requirements-card{padding:2rem}.price-card{background:linear-gradient(#fffffff7,#f8fafcf2),linear-gradient(135deg,#0d6efd14,#1fb6ff14)}.price-card__eyebrow{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700;display:inline-block}.price-card h3{letter-spacing:-.05em;font-size:clamp(2.2rem,4vw,3.6rem)}.feature-list,.requirements-list{gap:.95rem;margin:1.65rem 0 0;padding:0;list-style:none;display:grid}.feature-list li,.requirements-list li{color:#0f172adb;align-items:center;gap:.8rem;font-weight:600;display:flex}.feature-list svg,.requirements-list svg{color:var(--blue);flex-shrink:0}.requirements-card{background:#fffffff5}.contact-section{padding-top:2.25rem}.contact-panel__content h2{color:var(--navy);letter-spacing:-.055em;margin:1rem 0 0;font-size:clamp(2.25rem,4.8vw,4.1rem);line-height:.98}.legal-page{background:radial-gradient(circle at 0 0,#1fb6ff14,#0000 24%),linear-gradient(#fff 0%,#f9fbff 100%);min-height:100vh}.legal-page__header{padding:1.4rem 0 0}.legal-page__header-inner{align-items:center;display:flex}.legal-page__back{color:var(--navy);align-items:center;gap:.65rem;font-weight:700;transition:color .18s,transform .18s;display:inline-flex}.legal-page__back:hover{color:var(--blue);transform:translate(-2px)}.legal-page__main{padding:1.2rem 0 4rem}.legal-page__hero{max-width:780px;box-shadow:var(--shadow-soft);background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:28px;margin-bottom:2rem;padding:2.4rem}.legal-page__badge{gap:.55rem;padding:.72rem 1.15rem}.legal-page__hero h1{color:var(--navy);letter-spacing:-.055em;margin:1rem 0 0;font-size:clamp(2.6rem,5.2vw,4.4rem);line-height:.96}.legal-page__hero p{max-width:58ch;color:var(--muted);margin:1rem 0 0;font-size:1.06rem;line-height:1.75}.legal-page__meta{color:var(--navy);margin-top:1.25rem;font-size:.94rem;font-weight:700}.legal-page__note{max-width:62ch;color:var(--muted);background:#0d6efd12;border-radius:16px;margin-top:1rem;padding:1rem 1.1rem;line-height:1.65}.legal-page__content{gap:1rem;display:grid}.legal-page__section{background:#fffffff5;border:1px solid #e2e8f0eb;border-radius:24px;padding:1.8rem 1.85rem;box-shadow:0 18px 44px #0f172a0f}.legal-page__section h2{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:clamp(1.35rem,2.4vw,1.8rem)}.legal-page__section-body{gap:.8rem;margin-top:.95rem;display:grid}.legal-page__section-body p{color:var(--muted);margin:0;line-height:1.75}.contact-panel{box-shadow:var(--shadow-card);background:linear-gradient(135deg,#0d6efd14,#1fb6ff0a),#fff;border:1px solid #e2e8f0f0;border-radius:30px;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.25rem;padding:2rem;display:grid}.contact-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.contact-card{align-content:start;gap:1rem;display:grid}.contact-card__row{background:var(--section-bg);border-radius:18px;align-items:center;gap:1rem;padding:1rem;display:flex}.contact-card__row span{color:var(--muted);font-size:.92rem;font-weight:600;display:block}.contact-card__row a{color:var(--navy);margin-top:.25rem;font-weight:700;display:inline-block}.site-footer{color:#ffffffc2;background:#fff;padding:2.25rem 0 3rem}.site-footer__panel{background:radial-gradient(circle at 100% 0,#2d7aff2e,#0000 28%),radial-gradient(circle at 0 100%,#1fb6ff14,#0000 30%),linear-gradient(135deg,#091327 0%,#081227 36%,#0b1731 100%);border-radius:28px;padding:4.15rem 4.25rem 2.1rem;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a29}.site-footer__panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff06,#0000 58%);position:absolute;inset:0}.site-footer__desktop,.site-footer__mobile{z-index:1;position:relative}.site-footer__mobile{display:none}.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem 3.4rem;display:grid}.site-footer__brand-lockup{align-items:center;gap:.9rem;display:inline-flex}.site-footer__brand-icon{object-fit:contain;flex-shrink:0;width:54px;height:54px}.site-footer__brand-wordmark{gap:.18rem;display:grid}.site-footer__brand-name,.site-footer__brand-tech{line-height:1;display:block}.site-footer__brand-name{color:#fff;letter-spacing:.02em;font-size:2rem;font-weight:700}.site-footer__brand-tech{color:var(--blue);letter-spacing:.28em;font-size:1.1rem;font-weight:700}.site-footer__description{color:#fffc;margin:1.55rem 0 0;font-size:1.06rem;line-height:1.58}.site-footer__socials{flex-wrap:wrap;gap:.9rem;margin-top:1.7rem;display:flex}.site-footer__social-button{color:#fff;background:#ffffff12;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .18s,background-color .18s,border-color .18s,color .18s;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.site-footer__social-text{letter-spacing:-.03em;text-transform:lowercase;font-size:1.35rem;font-weight:700;line-height:1}.site-footer__social-button:hover{color:#fff;background:#1fb6ff1f;border-color:#1fb6ff3d;transform:translateY(-2px)}.site-footer .site-footer__column-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:800}.site-footer__nav-list,.site-footer__contact-list{gap:1.2rem;margin-top:1.6rem;display:grid}.site-footer__nav-link{color:#fffc;justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;line-height:1.4;transition:color .18s,transform .18s;display:flex}.site-footer__nav-link span{white-space:nowrap}.site-footer__nav-link svg{color:var(--blue);flex-shrink:0}.site-footer__nav-link:hover{color:#fff;transform:translate(2px)}.site-footer__contact-item{align-items:center;gap:1rem;display:flex}.site-footer__contact-icon{width:44px;height:44px;color:var(--blue);background:#182b54eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 1px #ffffff08}.site-footer__contact-text{color:#ffffffd1;font-size:1rem;line-height:1.5;transition:color .18s}.site-footer__contact-text:hover{color:#fff}.site-footer__bottom{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:1rem 1.5rem;margin-top:3.2rem;padding-top:1.7rem;display:flex}.site-footer__bottom p{color:#ffffffd1;margin:0;font-size:.96rem}.site-footer__legal{align-items:center;gap:1.3rem;display:flex}.site-footer__legal-link{color:#ffffffd1;font-size:.96rem;transition:color .18s}.site-footer__legal-link:hover{color:#fff}.site-footer__legal-divider{background:#ffffff29;width:1px;height:18px}.site-footer__accordion{border-top:1px solid #ffffff1f}.site-footer__accordion:last-of-type{border-bottom:1px solid #ffffff1f}.site-footer__accordion-trigger{color:#fff;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.1rem 0;font-size:1.05rem;font-weight:700;display:flex}.site-footer__accordion-chevron{color:var(--blue);transition:transform .18s}.site-footer__accordion-body{padding:0 0 1.15rem;display:none}.site-footer__accordion.is-open .site-footer__accordion-body{display:block}.site-footer__accordion.is-open .site-footer__accordion-chevron{transform:rotate(180deg)}@media (width<=1080px){.about-layout{grid-template-columns:1fr;gap:2rem}.about-visual{max-width:620px;min-height:420px;margin:0 auto}.about-cards{grid-template-columns:1fr 1fr}.why-section .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-card{min-height:auto}.package-showcase{grid-template-columns:1fr}.package-section .price-card,.package-section .requirements-card{min-height:auto;padding:2.2rem 2.25rem}.package-section .requirements-card{border-top:1px solid #e2e8f0e0;border-left:none}.hero__layout,.package-layout,.contact-panel{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem 1.8rem}.hero__layout{gap:2.5rem;min-height:auto}.hero__content p{max-width:34ch}.hero-visual{justify-content:center;min-height:540px}.hero-cards{align-items:stretch}.hero-card,.hero-card--1,.hero-card--2,.hero-card--3{align-self:stretch;width:100%;margin-left:0;margin-right:0}.about-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.about-visual{display:none}.about-copy p{max-width:24ch}.about-cards{grid-template-columns:1fr;gap:1rem}.about-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.about-card__arrow{align-self:center;display:inline-flex}.about-card__arrow--blue{color:var(--blue)}.about-card__arrow--green{color:#12c16b}.about-card__arrow--purple{color:#8b5cf6}.package-copy{margin-bottom:1.9rem}.why-copy{margin-bottom:2rem}.package-copy__subtitle{max-width:24ch}.package-section__dots{background-size:16px 16px;width:96px;height:74px;top:5.6rem;right:2.8rem}.package-section__blob{width:180px;height:180px;top:7.6rem;right:-1.75rem}.package-showcase{box-shadow:none;background:0 0;border:none;border-radius:0;gap:1rem;overflow:visible}.package-section .price-card,.package-section .requirements-card{box-shadow:var(--shadow-soft);background:#fffffff7;border:1px solid #e2e8f0f0;border-radius:28px;padding:1.8rem 1.55rem 1.6rem}.package-section .requirements-card{border-top:none;border-left:none}.package-section .price-card__amount{font-size:clamp(3.4rem,13vw,4.65rem)}.requirements-card__copy p{max-width:none}.package-card__cta{width:100%;margin-top:1.65rem}.price-card__note{display:none}.legal-page__hero{border-radius:24px;padding:1.85rem 1.5rem}.legal-page__section{border-radius:22px;padding:1.5rem 1.35rem}.site-footer__desktop{display:none}.site-footer__mobile{display:block}.site-footer__panel{border-radius:24px;max-width:460px;margin:0 auto;padding:1.35rem 1.65rem 1.55rem}.site-footer__mobile-sections,.site-footer__accordion-body .site-footer__nav-list,.site-footer__accordion-body .site-footer__contact-list{margin-top:0}.site-footer__bottom{text-align:center;flex-direction:column;align-items:center;margin-top:1.7rem;padding-top:1.35rem}.site-footer__legal{flex-wrap:wrap;justify-content:center;gap:.95rem}.navbar__inner{grid-template-columns:auto auto;justify-content:space-between;gap:1rem;min-height:104px}.navbar__toggle{box-shadow:none;background:0 0;border:none;border-radius:0;display:inline-flex}.navbar__menu{border:1px solid var(--border);background:#fffffff5;border-radius:24px;grid-template-columns:1fr;gap:1.25rem;padding:1.2rem;display:none;position:absolute;top:calc(100% - .35rem);left:0;right:0;box-shadow:0 28px 60px #0f172a24}.navbar__menu.is-open{display:grid}.navbar__links{flex-direction:column;align-items:flex-start;gap:1rem}.navbar__menu .button{width:100%}.navbar__cta{min-width:0}.brand-mark{width:58px}.services-grid,.products-grid{grid-template-columns:1fr}.products-section .products-grid{grid-template-columns:1fr;gap:1.1rem}.products-copy p{max-width:32ch}.products-section .product-card{min-height:auto}.hero{padding:2.3rem 0 2rem}.hero:before{inset:0 -28% 0 60%}.hero__layout{gap:2rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__button{width:100%;min-width:0}.hero-visual{justify-content:stretch;min-height:auto}.hero-cards{gap:1rem}.hero-visual__shape--curve{width:24rem;height:24rem;top:-2rem;right:-5rem}.hero-visual__shape--blob{width:32rem;height:34rem;bottom:-8rem;right:-9rem}.hero-visual__shape--ring{width:12rem;height:12rem;top:3rem;right:-1rem}.hero__trust{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:1rem;margin-top:2rem}.hero__trust-item{gap:.7rem;padding:0 .5rem}.hero__trust-item span{max-width:7.5ch;font-size:.88rem}}@media (width<=640px){.legal-page__header{padding-top:1rem}.legal-page__main{padding:1rem 0 3rem}.legal-page__hero{margin-bottom:1.35rem;padding:1.5rem 1.2rem}.legal-page__hero h1{font-size:clamp(2.2rem,10vw,3.2rem)}.legal-page__hero p,.legal-page__note,.legal-page__section-body p{font-size:.98rem}.legal-page__section{padding:1.35rem 1.15rem}.about-copy p{max-width:none;font-size:1rem;line-height:1.75}.about-copy__badge{padding:.68rem 1.05rem}.about-card{border-radius:24px;gap:1rem;padding:1.35rem 1.25rem}.about-card__icon{width:64px;height:64px}.about-card__body h3{font-size:1rem}.about-card__body p{font-size:.96rem}.products-copy h2{max-width:8ch;font-size:clamp(2.2rem,9vw,3.4rem)}.products-copy p{max-width:none;font-size:1rem;line-height:1.75}.products-copy__line{margin:1.5rem 0 1.35rem}.package-copy h2{max-width:5.8ch;font-size:clamp(2.5rem,10.5vw,3.7rem)}.why-copy h2{max-width:8.5ch;font-size:clamp(2.2rem,9vw,3.4rem)}.why-copy{margin-bottom:1.75rem}.package-copy__subtitle{max-width:16ch;font-size:1rem;line-height:1.65}.package-copy{margin-bottom:1.6rem}.section{padding:4.6rem 0}.container{width:min(1160px,100% - 1.5rem)}.navbar__inner{min-height:96px}.brand-lockup{gap:.55rem}.brand-lockup__icon{width:50px;height:50px}.brand-lockup__wordmark{width:198px}.navbar__toggle{width:44px;height:44px;box-shadow:none;background:0 0;border:none;border-radius:0}.brand-mark{width:52px}.hero__title{font-size:clamp(2.7rem,10.8vw,4rem)}.hero__actions,.contact-actions{flex-direction:column;align-items:stretch}.hero__actions .button,.contact-actions .button{width:100%}.hero__content p,.section-heading p{font-size:1rem}.hero__content p{max-width:18ch}.hero__badge{letter-spacing:.1em;padding:.76rem 1.15rem;font-size:.84rem}.hero__button{border-radius:20px;min-height:72px;font-size:1.02rem}.hero-cards{gap:1rem}.hero-card{border-radius:24px;gap:1rem;padding:1.35rem 1.25rem}.hero-card__icon{width:78px;height:78px}.hero-card__copy h3{font-size:.98rem}.hero-card__copy p{font-size:.9rem;line-height:1.45}.hero-card__arrow{width:24px;height:24px}.about-grid,.why-grid{grid-template-columns:1fr}.why-card{border-radius:24px;padding:1.55rem 1.4rem 1.45rem}.why-card__icon{margin-bottom:1.25rem}.why-card h3{max-width:11ch;margin-bottom:.95rem;font-size:1.5rem}.why-card p{max-width:none;font-size:.96rem;line-height:1.65}.price-card,.requirements-card,.contact-panel,.info-card,.service-card,.product-card,.contact-card{border-radius:22px;padding:1.35rem}.products-section .product-card{padding:1.55rem 1.4rem 1.45rem}.package-section .price-card,.package-section .requirements-card{border-radius:24px;padding:1.6rem 1.35rem 1.45rem}.package-showcase{gap:.95rem}.package-section .price-card__eyebrow{font-size:.76rem}.package-section .price-card__amount{font-size:clamp(3.1rem,16vw,4.1rem)}.requirements-card__heading{gap:.85rem}.requirements-card__copy h3{font-size:1.55rem}.requirements-card__copy p{font-size:.96rem}.package-section .feature-list li,.package-section .requirements-list li{font-size:.96rem;line-height:1.45}.package-list__icon{width:34px;height:34px}.package-card__cta{justify-content:center;width:100%;min-width:0;margin-top:1.45rem}.requirements-card__icon{width:50px;height:50px}.package-section .feature-list,.package-section .requirements-list{gap:.82rem}.package-section__dots{background-size:14px 14px;width:82px;height:62px;top:4.8rem;right:1.4rem}.package-section__blob{width:148px;height:148px;top:6.4rem;right:-2.2rem}.product-card__icon{border-radius:16px;width:56px;height:56px;margin-bottom:1.1rem}.site-footer{padding:1.4rem 0 2.4rem}.site-footer__panel{border-radius:22px;max-width:446px;padding:1.2rem 1.4rem 1.35rem}.site-footer__accordion-trigger{padding:.98rem 0;font-size:1.02rem}.site-footer__accordion-body{padding-bottom:1rem}.site-footer__accordion-body .site-footer__nav-link,.site-footer__accordion-body .site-footer__contact-text{font-size:.96rem}.site-footer__accordion-body .site-footer__contact-icon{width:40px;height:40px}.site-footer__bottom p,.site-footer__legal-link{font-size:.9rem}.product-card__label{margin-bottom:.8rem;font-size:.78rem}.products-section .product-card h3{margin-bottom:.7rem;font-size:1.35rem}.products-section .product-card p{max-width:none;font-size:.96rem;line-height:1.65}.product-card__link{padding-top:1.35rem;font-size:.98rem}.brand__frame--footer{width:164px;height:52px}.brand__frame--footer img{width:198px;transform:translate(-16px,-40px)scale(1.5)}.hero-visual{margin-top:.15rem}.hero-visual__shape--curve{width:20rem;height:20rem;top:-3rem;right:-7rem}.hero-visual__shape--blob{width:25rem;height:27rem;bottom:-5rem;right:-10rem}.hero-visual__shape--ring{width:10rem;height:10rem;top:auto;bottom:2rem;right:-2rem}.hero__trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem .35rem}.hero__trust-label{letter-spacing:.18em;margin-bottom:1.25rem;font-size:.72rem}.hero__trust-item{justify-content:center;padding:0 .2rem}.hero__trust-item svg{width:22px;height:22px}.hero__trust-item span{max-width:7.4ch;font-size:.82rem}}
