@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-color:#030303;--card-bg:#0c0c0c;--card-border:#1a1a1a;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-color:#3b82f6;--accent-glow:#3b82f680;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--glass-bg:#ffffff08;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{outline:none;font-family:inherit}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;transition:all .2s}.glass-card:hover{background:#ffffff0d;border-color:#fff3}.clickable-card:hover{border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 10px 30px #3b82f61a}.premium-gradient-text{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn-primary{background:var(--accent-color);color:#fff;box-shadow:0 4px 14px var(--accent-glow);border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.btn-primary:hover{box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-1px)}.btn-secondary{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary);border-radius:8px;padding:10px 20px;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#151515}.input-field{background:var(--card-bg);border:1px solid var(--card-border);color:#fff;border-radius:8px;width:100%;padding:12px 16px;transition:border-color .2s}.input-field:focus{border-color:var(--accent-color)}.toggle-container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;transition:opacity .2s;display:flex}.toggle-container:hover{opacity:.8}.toggle-switch{width:44px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;border:1px solid var(--glass-border);background-color:#222;border-radius:24px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #00000080}input:checked+.slider{background-color:var(--accent-color);border-color:var(--accent-color)}input:checked+.slider:before{transform:translate(20px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#222;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#333}@media (width<=768px){:root{--container-padding:20px 16px}.premium-gradient-text{font-size:2rem!important}.btn-primary,.btn-secondary{padding:12px 16px;font-size:.95rem}.mobile-stack{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.mobile-hide{display:none!important}.mobile-full-width{width:100%!important}}@media (width<=480px){.premium-gradient-text{font-size:1.75rem!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--scale-factor));box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}@keyframes landing-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes landing-pulse-glow{0%,to{box-shadow:0 0 40px #3b82f626}50%{box-shadow:0 0 80px #3b82f64d}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}@keyframes landing-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes landing-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes landing-orb-1{0%,to{transform:translate(0)scale(1)}25%{transform:translate(60px,-40px)scale(1.1)}50%{transform:translate(-30px,30px)scale(.95)}75%{transform:translate(40px,20px)scale(1.05)}}@keyframes landing-orb-2{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-50px,30px)scale(1.08)}50%{transform:translate(40px,-50px)scale(.92)}75%{transform:translate(-20px,-30px)scale(1.02)}}.landing-page{color:#fff;height:100vh;overflow-x:hidden;overflow-y:mandatory;scroll-snap-type:y mandatory;scroll-behavior:smooth;background:#030303;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative;overflow-y:scroll}.landing-nav{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#03030366;justify-content:space-between;align-items:center;padding:16px 40px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{-webkit-backdrop-filter:blur(20px);background:#030303d9;border-bottom:1px solid #ffffff0f;padding:12px 40px}.landing-nav-logo{object-fit:contain;width:auto;max-width:180px;height:32px;margin-right:auto}.landing-nav-menu-wrap{flex-shrink:0;margin-left:auto;position:relative}.landing-nav-menu-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,border-color .2s;display:flex}.landing-nav-menu-btn:hover{background:#ffffff1a;border-color:#fff3}.landing-nav-menu-backdrop{z-index:1001;position:fixed;inset:0}.landing-nav-menu{z-index:1002;-webkit-backdrop-filter:blur(16px);background:#0c0c0cf5;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:2px;min-width:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 40px #00000073}.landing-nav-menu-item{text-align:left;color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .15s,color .15s}.landing-nav-menu-item:hover{color:#fff;background:#ffffff14}.landing-nav-menu-cta{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;width:100%;margin-top:6px;padding:12px 14px;font-family:inherit;font-size:.92rem;font-weight:600;box-shadow:0 4px 14px #3b82f659}.landing-section,.landing-hero{scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box;justify-content:center;align-items:center;height:100vh;min-height:100vh;max-height:100vh;padding:70px 24px 20px;display:flex;position:relative;overflow:hidden}.landing-section-inner{flex-direction:column;justify-content:center;width:100%;max-width:1200px;max-height:calc(100vh - 90px);margin:0 auto;display:flex}.landing-hero-bg{background-color:#0000;background-image:radial-gradient(80% 60% at 50% 0,#3b82f61f 0%,#0000 60%),radial-gradient(60% 40% at 80% 80%,#6366f114 0%,#0000 50%),radial-gradient(50% 50% at 20% 60%,#3b82f60f 0%,#0000 50%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;animation:12s ease-in-out infinite landing-gradient-shift;position:absolute;inset:0}.landing-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.landing-orb-1{background:#3b82f61a;width:350px;height:350px;animation:20s ease-in-out infinite landing-orb-1;top:10%;right:15%}.landing-orb-2{background:#6366f114;width:250px;height:250px;animation:25s ease-in-out infinite landing-orb-2;bottom:20%;left:10%}.landing-hero-content{z-index:2;text-align:center;max-width:860px;margin:0 auto;position:relative}.landing-badge{color:#3b82f6;letter-spacing:.3px;background:#3b82f61a;border:1px solid #3b82f633;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;animation:.8s ease-out both landing-fade-up;display:inline-flex}.landing-badge-dot{background:#3b82f6;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite landing-pulse-glow}.landing-hero h1{letter-spacing:-1.5px;margin-bottom:16px;font-family:Outfit,Inter,system-ui,sans-serif;font-size:clamp(2.5rem,5vh,4.2rem);font-weight:800;line-height:1.1;animation:.8s ease-out .15s both landing-fade-up}.landing-hero-gradient-text{background:linear-gradient(135deg,#fff 0%,#3b82f6 50%,#818cf8 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite landing-shimmer}.landing-hero p{color:#ffffff8c;max-width:580px;margin:0 auto 32px;font-size:clamp(.95rem,2vh,1.15rem);line-height:1.6;animation:.8s ease-out .3s both landing-fade-up}.landing-hero-actions{justify-content:center;align-items:center;gap:16px;animation:.8s ease-out .45s both landing-fade-up;display:flex}.landing-btn-primary{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 8px 30px #3b82f666}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #3b82f68c}.landing-btn-secondary{color:#fffc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-family:Inter,system-ui,sans-serif;font-size:.98rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-btn-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.landing-section-label{color:#3b82f6;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:6px;margin-bottom:8px;font-size:.75rem;font-weight:700;display:inline-flex}.landing-section-title{letter-spacing:-1px;background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-family:Outfit,Inter,system-ui,sans-serif;font-size:clamp(1.8rem,3.5vh,2.6rem);font-weight:800;line-height:1.15}.landing-section-subtitle{color:#ffffff73;max-width:580px;font-size:clamp(.85rem,1.8vh,1rem);line-height:1.5}.landing-reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.landing-reveal.visible{opacity:1;transform:translateY(0)}.landing-features-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;align-items:stretch;gap:clamp(12px,1.5vh,20px);margin-top:clamp(16px,3vh,32px);display:grid}.landing-features-grid>.landing-reveal{height:100%;min-height:0;display:flex}.landing-feature-card{box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;flex:1;justify-content:flex-start;width:100%;height:100%;padding:clamp(16px,2vh,24px);transition:all .35s;display:flex;position:relative;overflow:hidden}.landing-feature-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f666,#0000);height:1px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.landing-feature-card:hover{background:#ffffff0d;border-color:#3b82f633;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.landing-feature-card:hover:before{opacity:1}.landing-feature-icon{color:#3b82f6;background:#3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:12px;transition:all .3s;display:flex}.landing-feature-card:hover .landing-feature-icon{background:#3b82f62e;box-shadow:0 0 24px #3b82f626}.landing-feature-card h3{color:#fff;margin-bottom:6px;font-family:Outfit,Inter,system-ui,sans-serif;font-size:clamp(1rem,2vh,1.15rem);font-weight:700}.landing-feature-card p{color:#ffffff73;font-size:clamp(.8rem,1.5vh,.88rem);line-height:1.5}.landing-enterprise{background:radial-gradient(70% 50%,#3b82f60f 0%,#0000 70%)}.landing-enterprise-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,4vw,48px);margin-top:clamp(16px,3vh,32px);display:grid}.landing-enterprise-features{flex-direction:column;gap:clamp(12px,1.8vh,18px);display:flex}.landing-enterprise-feature{align-items:flex-start;gap:12px;display:flex}.landing-enterprise-feature-icon{color:#3b82f6;background:#3b82f61a;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex}.landing-enterprise-feature h4{color:#fff;margin-bottom:2px;font-size:clamp(.9rem,1.8vh,.98rem);font-weight:700}.landing-enterprise-feature p{color:#fff6;font-size:clamp(.78rem,1.4vh,.84rem);line-height:1.45}.landing-pricing-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:clamp(20px,3vh,32px);animation:4s ease-in-out infinite landing-pulse-glow;position:relative;overflow:hidden}.landing-pricing-card:before{content:"";background:linear-gradient(90deg,#0000 0%,#3b82f6 50%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}.landing-pricing-label{text-transform:uppercase;letter-spacing:2px;color:#3b82f6;margin-bottom:8px;font-size:.75rem;font-weight:700}.landing-pricing-amount{color:#fff;margin-bottom:4px;font-family:Outfit,Inter,system-ui,sans-serif;font-size:clamp(2.5rem,5vh,3.4rem);font-weight:800;line-height:1}.landing-pricing-amount span{color:#ffffff80;vertical-align:top;margin-right:2px;font-size:1.3rem;font-weight:600}.landing-pricing-period{color:#fff6;margin-bottom:clamp(14px,2vh,20px);font-size:clamp(.78rem,1.5vh,.85rem)}.landing-pricing-features{text-align:left;flex-direction:column;gap:clamp(6px,1vh,10px);margin:0 0 clamp(16px,2.5vh,24px);padding:0;list-style:none;display:flex}.landing-pricing-features li{color:#ffffffb3;align-items:center;gap:10px;font-size:clamp(.8rem,1.5vh,.88rem);display:flex}.landing-pricing-check{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;display:flex}.landing-contact{border-top:1px solid #ffffff0f;flex-direction:column;justify-content:space-between}.landing-contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,4vw,48px);width:100%;margin-top:clamp(16px,3vh,32px);display:grid}.landing-contact-text h3{margin-bottom:10px;font-family:Outfit,Inter,system-ui,sans-serif;font-size:clamp(1.4rem,3vh,1.8rem);font-weight:700}.landing-contact-text p{color:#ffffff73;font-size:clamp(.85rem,1.8vh,.95rem);line-height:1.6}.landing-contact-methods{flex-direction:column;gap:clamp(10px,1.5vh,14px);display:flex}.landing-contact-item{color:inherit;background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:14px;padding:clamp(12px,1.8vh,16px) clamp(16px,2vw,20px);text-decoration:none;transition:all .25s;display:flex}.landing-contact-item:hover{background:#ffffff0f;border-color:#3b82f633;transform:translate(4px)}.landing-contact-icon{border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex}.landing-contact-icon.email{color:#3b82f6;background:#3b82f61f}.landing-contact-icon.phone{color:#10b981;background:#10b9811f}.landing-contact-icon.telegram{color:#818cf8;background:#6366f11f}.landing-contact-item-label{text-transform:uppercase;letter-spacing:1px;color:#ffffff59;margin-bottom:2px;font-size:.7rem;font-weight:600}.landing-contact-item-value{color:#fff;font-size:clamp(.85rem,1.8vh,.95rem);font-weight:600}.landing-footer{text-align:center;width:100%;padding:16px 24px 8px}.landing-footer p{color:#ffffff40;font-size:.8rem}@media (height<=700px){.landing-section,.landing-hero{padding-top:60px;padding-bottom:12px}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:10px}.landing-feature-card{padding:12px}}@media (width<=1024px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.landing-page{scroll-snap-type:none;height:auto;overflow-y:auto}.landing-section,.landing-hero{scroll-snap-align:none;height:auto;min-height:100vh;max-height:none;padding:90px 20px 40px}.landing-section-inner{max-height:none}.landing-nav{padding:14px 20px}.landing-hero-actions{flex-direction:column;gap:12px;width:100%}.landing-btn-primary{justify-content:center;width:100%}.landing-features-grid{grid-template-columns:1fr;gap:14px}.landing-enterprise-grid,.landing-contact-grid{grid-template-columns:1fr;gap:24px}}
