.navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease;border-bottom:1px solid transparent}.navbar--scrolled{background:#07090bb8;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-bottom-color:var(--stroke)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:76px}.navbar__brand{display:flex;align-items:center;gap:12px}.navbar__logo-mask{width:40px;height:40px;background:linear-gradient(135deg,var(--accent-bright),var(--accent));-webkit-mask-image:url(/logo.png);mask-image:url(/logo.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;filter:drop-shadow(0 0 14px var(--accent-glow))}.navbar__brand-name{font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:.02em}.navbar__links{display:flex;align-items:center;gap:32px}.navbar__link{font-size:14px;font-weight:600;color:var(--text-muted);transition:color .25s ease}.navbar__link:hover{color:var(--accent-bright)}.navbar__right{display:flex;align-items:center;gap:16px}.navbar__cta{padding:12px 24px;font-size:14px}.navbar__cta--mobile{display:none}.navbar__burger{display:none;flex-direction:column;gap:5px;padding:8px}.navbar__burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.navbar__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 860px){.navbar__links{position:fixed;top:76px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:8px;padding:24px;background:#07090beb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--stroke);transform:translateY(-130%);transition:transform .35s ease}.navbar__links--open{transform:translateY(0)}.navbar__link{font-size:17px;padding:10px 0}.navbar__burger{display:flex}.navbar__right .navbar__cta{display:none}.navbar__cta--mobile{display:inline-flex;margin-top:12px}}.hero{position:relative;padding:170px 0 120px;overflow:hidden}.hero__blob--1{width:640px;height:640px;top:-220px;right:-160px;background:radial-gradient(circle,var(--accent-glow-soft),transparent 65%)}.hero__blob--2{width:480px;height:480px;bottom:-200px;left:-180px;background:radial-gradient(circle,rgba(52,211,153,.08),transparent 65%)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.hero__title{font-family:var(--font-display);font-size:clamp(32px,4.6vw,56px);font-weight:800;line-height:1.14;letter-spacing:-.015em;margin-bottom:24px}.hero__title em{font-style:normal;background:linear-gradient(120deg,var(--accent-bright),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:18px;color:var(--text-muted);max-width:520px;margin-bottom:36px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:52px}.hero__meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero__meta-item{display:flex;flex-direction:column;gap:2px}.hero__meta-value{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--accent-bright)}.hero__meta-label{font-size:13px;color:var(--text-muted)}.hero__meta-divider{width:1px;height:36px;background:var(--stroke-strong)}.hero__visual{position:relative}.hero__panel{padding:28px;border-radius:var(--radius-lg)}.hero__panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.hero__panel-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.hero__panel-title svg{color:var(--accent-bright)}.hero__panel-live{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--accent-bright);padding:5px 12px;border-radius:999px;background:#10b9811a;border:1px solid rgba(52,211,153,.25)}.hero__live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-bright);box-shadow:0 0 10px var(--accent-bright);animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__chart{display:flex;align-items:flex-end;gap:8px;height:150px;margin-bottom:12px}.hero__bar{flex:1;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,var(--accent-bright),rgba(16,185,129,.15));box-shadow:0 0 20px #10b9812e;animation:barGrow 1s cubic-bezier(.22,1,.36,1) both}@keyframes barGrow{0%{transform:scaleY(0);transform-origin:bottom}to{transform:scaleY(1);transform-origin:bottom}}.hero__line{width:100%;height:70px;margin-bottom:20px}.hero__line-path{stroke-dasharray:600;stroke-dashoffset:600;animation:drawLine 2.2s ease forwards .6s}@keyframes drawLine{to{stroke-dashoffset:0}}.hero__line-dot{animation:pulse 1.6s ease-in-out infinite}.hero__panel-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero__stat{padding:14px;border-radius:14px;background:#ffffff08;border:1px solid var(--stroke)}.hero__stat-value{display:block;font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--accent-bright)}.hero__stat-label{font-size:12px;color:var(--text-muted)}.hero__float{position:absolute;padding:14px 18px;border-radius:16px;display:flex;flex-direction:column;gap:2px;animation:floatY 5s ease-in-out infinite;z-index:2}.hero__float-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.hero__float-value{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--accent-bright)}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width: 980px){.hero__inner{grid-template-columns:1fr;gap:72px}.hero__float{display:none}}@media (max-width: 560px){.hero{padding:140px 0 80px}.hero__meta{gap:16px}.hero__meta-divider{display:none}}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.services__card{padding:36px 32px;display:flex;flex-direction:column;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.services__card:hover{transform:translateY(-8px);border-color:#34d39959;box-shadow:inset 0 1px #ffffff14,0 24px 60px #00000073,0 0 40px var(--accent-glow-soft)}.services__num{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--accent-bright);margin-bottom:20px;opacity:.85}.services__title{font-family:var(--font-display);font-size:21px;font-weight:600;line-height:1.3;margin-bottom:14px}.services__desc{font-size:15px;color:var(--text-muted);margin-bottom:24px}.services__list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.services__item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--text)}.services__item svg{color:var(--accent-bright);flex-shrink:0}.services__link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--accent-bright);transition:gap .25s ease}.services__link:hover{gap:14px}@media (max-width: 980px){.services__grid{grid-template-columns:1fr}}.cases-gallery__blob{width:520px;height:520px;top:10%;left:-220px;background:radial-gradient(circle,var(--accent-glow-soft),transparent 65%)}.cases-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:1}.cases-gallery__item{position:relative;aspect-ratio:1 / 1;padding:0;border:1px solid var(--stroke);border-radius:var(--radius);overflow:hidden;background:var(--surface);cursor:pointer;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.cases-gallery__item:hover{transform:translateY(-6px);border-color:#34d39966;box-shadow:0 20px 48px #00000080,0 0 36px var(--accent-glow-soft)}.cases-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.cases-gallery__item:hover .cases-gallery__image{transform:scale(1.06)}.cases-viewer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#040608e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:fadeIn .25s ease}.cases-viewer__stage{display:flex;align-items:center;justify-content:center;max-width:min(80vh,90vw);max-height:90vh}.cases-viewer__image{display:block;max-width:100%;max-height:88vh;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--stroke);box-shadow:0 32px 90px #0009;animation:modalIn .35s cubic-bezier(.22,1,.36,1)}.cases-viewer__close{position:absolute;top:22px;right:22px;z-index:3;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#07090b99;border:1px solid var(--stroke-strong);color:var(--text);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .25s ease,transform .25s ease}.cases-viewer__close:hover{border-color:#34d39980;transform:rotate(90deg)}.cases-viewer__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#07090b99;border:1px solid var(--stroke-strong);color:var(--text);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .25s ease,background .25s ease}.cases-viewer__nav:hover{border-color:#34d39980;background:#07090bd9}.cases-viewer__nav--prev{left:22px}.cases-viewer__nav--next{right:22px}@media (max-width: 980px){.cases-gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 720px){.cases-gallery__grid{grid-template-columns:repeat(2,1fr);gap:14px}.cases-viewer__nav{width:42px;height:42px}.cases-viewer__nav--prev{left:12px}.cases-viewer__nav--next{right:12px}.cases-viewer__close{top:14px;right:14px}}.process__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.process__step{padding:32px 28px;transition:transform .35s ease,border-color .35s ease}.process__step:hover{transform:translateY(-6px);border-color:#34d3994d}.process__num{display:block;font-family:var(--font-display);font-size:34px;font-weight:800;background:linear-gradient(135deg,var(--accent-bright),var(--accent-deep));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:18px}.process__title{font-family:var(--font-display);font-size:18px;font-weight:600;margin-bottom:12px}.process__text{font-size:14px;color:var(--text-muted)}@media (max-width: 980px){.process__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.process__grid{grid-template-columns:1fr}}.why-us__blob{width:560px;height:560px;top:0;right:-240px;background:radial-gradient(circle,var(--accent-glow-soft),transparent 65%)}.why-us__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}.why-us__card{padding:32px 28px;transition:transform .35s ease,border-color .35s ease}.why-us__card:hover{transform:translateY(-6px);border-color:#34d3994d}.why-us__glow{width:44px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--accent-bright),transparent);margin-bottom:20px}.why-us__title{font-family:var(--font-display);font-size:17px;font-weight:600;line-height:1.4;margin-bottom:12px}.why-us__text{font-size:14px;color:var(--text-muted)}@media (max-width: 980px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.why-us__grid{grid-template-columns:1fr}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonials__card{padding:36px 32px;display:flex;flex-direction:column;transition:transform .35s ease,border-color .35s ease}.testimonials__card:hover{transform:translateY(-6px);border-color:#34d3994d}.testimonials__quote-mark{font-family:var(--font-display);font-size:56px;font-weight:800;line-height:.6;color:var(--accent);opacity:.7;margin-bottom:20px}.testimonials__text{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:28px}.testimonials__author{margin-top:auto;display:flex;flex-direction:column;gap:2px;padding-top:20px;border-top:1px solid var(--stroke)}.testimonials__name{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--accent-bright)}.testimonials__role{font-size:13px;color:var(--text-muted)}@media (max-width: 980px){.testimonials__grid{grid-template-columns:1fr}}.faq__list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq__item{border-radius:18px;transition:border-color .3s ease}.faq__item--open{border-color:#34d39959}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;font-size:16px;font-weight:700;text-align:left}.faq__chevron{flex-shrink:0;color:var(--accent-bright);transition:transform .3s ease}.faq__item--open .faq__chevron{transform:rotate(180deg)}.faq__answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1)}.faq__item--open .faq__answer-wrap{grid-template-rows:1fr}.faq__answer{overflow:hidden;padding:0 26px;font-size:15px;color:var(--text-muted);transition:padding .35s ease}.faq__item--open .faq__answer{padding:0 26px 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.cta-section{padding-bottom:140px}.cta-section__panel{position:relative;padding:80px 40px;border-radius:var(--radius-lg);text-align:center;overflow:hidden;border-color:#34d39940}.cta-section__blob{width:700px;height:700px;top:-320px;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(16,185,129,.22),transparent 60%)}.cta-section__content{position:relative;z-index:1;max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-section__title{font-family:var(--font-display);font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.2;margin-bottom:20px}.cta-section__title em{font-style:normal;background:linear-gradient(120deg,var(--accent-bright),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cta-section__text{font-size:17px;color:var(--text-muted);margin-bottom:36px}.cta-section__btn{padding:18px 40px;font-size:16px;margin-bottom:18px}.cta-section__note{font-size:13px;color:var(--text-muted)}@media (max-width: 620px){.cta-section__panel{padding:56px 24px}}.footer{border-top:1px solid var(--stroke);background:#ffffff05;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:72px 0 36px}.footer__grid{display:grid;grid-template-columns:1.3fr .7fr .9fr 1.1fr;gap:48px;margin-bottom:56px}.footer__logo-row{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px}.footer__logo-mask{width:36px;height:36px;background:linear-gradient(135deg,var(--accent-bright),var(--accent));-webkit-mask-image:url(/logo.png);mask-image:url(/logo.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;filter:drop-shadow(0 0 12px var(--accent-glow))}.footer__brand-name{font-family:var(--font-display);font-size:16px;font-weight:700}.footer__tagline{font-size:14px;color:var(--text-muted);max-width:300px}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col-title{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.footer__link{font-size:14px;font-weight:600;color:var(--text);transition:color .25s ease;width:fit-content}.footer__link:hover{color:var(--accent-bright)}.footer__text{font-size:14px;color:var(--text-muted)}.footer__map-wrap{border-radius:16px;overflow:hidden;border:1px solid var(--stroke);min-height:180px}.footer__map{width:100%;height:100%;min-height:180px;border:0;filter:grayscale(.3) brightness(.9)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:28px;border-top:1px solid var(--stroke)}.footer__copy{font-size:13px;color:var(--text-muted)}.footer__legal{display:flex;gap:24px;flex-wrap:wrap}.footer__legal-link{font-size:13px;color:var(--text-muted);transition:color .25s ease}.footer__legal-link:hover{color:var(--accent-bright)}@media (max-width: 980px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 620px){.footer__grid{grid-template-columns:1fr;gap:36px}}.lead-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:#040608b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:fadeIn .25s ease;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lead-modal{width:100%;max-width:520px;padding:40px;border-radius:var(--radius-lg);animation:modalIn .35s cubic-bezier(.22,1,.36,1);max-height:calc(100vh - 40px);overflow-y:auto}.lead-modal__close{position:absolute;top:18px;right:18px;z-index:2;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-strong);border:1px solid var(--stroke);color:var(--text-muted);transition:color .25s ease,border-color .25s ease,transform .25s ease}.lead-modal__close:hover{color:var(--text);border-color:#34d39966;transform:rotate(90deg)}.lead-modal__title{font-family:var(--font-display);font-size:24px;font-weight:700;margin-bottom:10px}.lead-modal__sub{font-size:14px;color:var(--text-muted);margin-bottom:28px}.lead-modal__methods{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lead-modal__method{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;border-radius:16px;background:var(--surface);border:1px solid var(--stroke);text-align:left;transition:transform .25s ease,border-color .25s ease,background .25s ease}.lead-modal__method:hover{transform:translateY(-4px);border-color:#34d39980;background:#10b98114}.lead-modal__method-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(145deg,#34d39933,#10b98114);border:1px solid rgba(52,211,153,.3);color:var(--accent-bright)}.lead-modal__method-label{font-size:14px;font-weight:700}.lead-modal__method-hint{font-size:12px;color:var(--text-muted)}.lead-modal__form{display:flex;flex-direction:column;gap:18px}.lead-modal__field{display:flex;flex-direction:column;gap:8px}.lead-modal__field-label{font-size:13px;font-weight:700;color:var(--text)}.lead-modal__field-label i{font-style:normal;font-weight:500;color:var(--text-muted)}.lead-modal__input{width:100%;padding:15px 18px;border-radius:14px;background:#ffffff0a;border:1px solid var(--stroke-strong);color:var(--text);font-size:15px;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.lead-modal__input::placeholder{color:#5c6b66}.lead-modal__input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow-soft)}.lead-modal__input--error{border-color:#ef4444}.lead-modal__error{font-size:12px;color:#f87171}.lead-modal__submit{width:100%;margin-top:6px}.lead-modal__submit:disabled{opacity:.75;cursor:wait}.lead-modal__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(4,17,12,.3);border-top-color:#04110c;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lead-modal__back{font-size:13px;font-weight:600;color:var(--text-muted);transition:color .25s ease}.lead-modal__back:hover{color:var(--accent-bright)}.lead-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0}.lead-modal__success-icon{width:76px;height:76px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(145deg,#34d39940,#10b9811a);border:1px solid rgba(52,211,153,.45);color:var(--accent-bright);box-shadow:0 0 50px var(--accent-glow);margin-bottom:24px;animation:popIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.lead-modal__success .lead-modal__sub{margin-bottom:24px}@media (max-width: 560px){.lead-modal{padding:28px 22px}.lead-modal__methods{grid-template-columns:1fr}}:root{--bg: #07090b;--bg-soft: #0b0f12;--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .07);--stroke: rgba(255, 255, 255, .09);--stroke-strong: rgba(255, 255, 255, .16);--text: #eef4f2;--text-muted: #93a19c;--accent: #10b981;--accent-bright: #34d399;--accent-deep: #065f46;--accent-glow: rgba(16, 185, 129, .35);--accent-glow-soft: rgba(16, 185, 129, .14);--font-display: "Unbounded", system-ui, sans-serif;--font-body: "Manrope", system-ui, sans-serif;--container: 1200px;--radius: 20px;--radius-lg: 28px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit}::selection{background:var(--accent);color:#04110c}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#1d2a26;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--accent-deep)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{position:relative;padding:110px 0}.section-head{max-width:640px;margin-bottom:56px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-tag{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-bright);padding:8px 16px;border-radius:999px;border:1px solid rgba(52,211,153,.25);background:#10b98114;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin-bottom:20px}.section-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-bright);box-shadow:0 0 12px var(--accent-bright)}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.2;letter-spacing:-.01em}.section-title em{font-style:normal;background:linear-gradient(120deg,var(--accent-bright),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-sub{margin-top:16px;font-size:17px;color:var(--text-muted)}.glass{position:relative;background:linear-gradient(145deg,#ffffff12,#ffffff05);border:1px solid var(--stroke);border-radius:var(--radius);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);box-shadow:inset 0 1px #ffffff14,0 20px 50px #00000059;overflow:hidden}.glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px circle at var(--mx, 50%) var(--my, 0%),rgba(52,211,153,.09),transparent 45%);pointer-events:none;transition:opacity .3s ease}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:999px;font-family:var(--font-body);font-size:15px;font-weight:700;letter-spacing:.01em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--accent-bright),var(--accent));color:#04110c;box-shadow:0 8px 30px var(--accent-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #10b98180}.btn-ghost{background:var(--surface);border:1px solid var(--stroke-strong);color:var(--text);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.btn-ghost:hover{background:var(--surface-strong);border-color:#34d39966;transform:translateY(-2px)}.reveal{opacity:0;transform:translateY(36px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:none}.ambient{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}
