*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#07071a;--bg2:#0d0d2b;--card:#10112a;--card2:#13153a;--border:hsla(0,0%,100%,.07);--blue:#4f8ef7;--purple:#8b5cf6;--pink:#ec4899;--fg:#f0f0ff;--muted:#8b8db8;--radius:16px}html{scroll-behavior:smooth}body{font-family:Noto Sans Georgian,system-ui,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:0 24px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(7,7,26,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);height:64px}.nav,.nav-inner{display:flex;align-items:center}.nav-inner{justify-content:space-between;width:100%}.nav-logo{height:38px;width:auto;object-fit:contain}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:10px;font-weight:600;font-size:14px;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;box-shadow:0 0 20px rgba(79,142,247,.3)}.btn-primary:hover{box-shadow:0 0 30px rgba(79,142,247,.5);transform:translateY(-1px)}.btn-ghost{background:hsla(0,0%,100%,.06);color:var(--fg);border:1px solid var(--border)}.btn-ghost:hover{background:hsla(0,0%,100%,.1)}.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}.btn-outline:hover{background:rgba(79,142,247,.1)}.btn-lg{padding:14px 30px;font-size:16px;border-radius:12px}.btn-full{width:100%}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:100px 0 60px}.hero-glow{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.hero-glow-left{background:radial-gradient(circle,rgba(79,142,247,.2) 0,transparent 70%);left:-200px}.hero-glow-left,.hero-glow-right{top:50%;transform:translateY(-50%)}.hero-glow-right{background:radial-gradient(circle,rgba(139,92,246,.2) 0,transparent 70%);right:-200px}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(79,142,247,.1);border:1px solid rgba(79,142,247,.3);color:var(--blue);padding:6px 16px;border-radius:999px;font-size:14px;font-weight:600}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:900;line-height:1.1;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--blue),var(--purple),var(--pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--muted);max-width:560px;line-height:1.7}.hero-sub strong{color:var(--fg)}.hero-software{gap:16px}.hero-software,.sw-badge{display:flex;align-items:center}.sw-badge{gap:10px;padding:10px 20px;border-radius:12px;font-weight:700;font-size:15px;border:1px solid var(--border)}.sw-badge.ps{background:rgba(49,97,172,.2);border-color:rgba(49,97,172,.4)}.sw-badge.ai{background:rgba(255,127,0,.15);border-color:rgba(255,127,0,.4)}.sw-icon{font-size:18px;font-weight:900;font-style:italic}.sw-badge.ps .sw-icon{color:#4f9cf9}.sw-badge.ai .sw-icon{color:#f90}.sw-plus{font-size:24px;font-weight:300;color:var(--muted)}.hero-actions{gap:12px}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap;justify-content:center}.hero-stats{background:hsla(0,0%,100%,.04);border:1px solid var(--border);border-radius:16px;padding:20px 32px;gap:0}.hero-stats,.stat{align-items:center}.stat{display:flex;flex-direction:column;padding:0 24px}.stat-val{font-size:1.4rem;font-weight:800;color:var(--fg)}.stat-label{font-size:12px;color:var(--muted);margin-top:2px}.stat-div{width:1px;height:40px;background:var(--border)}.section{padding:100px 0}.section-dark{background:var(--bg2)}.section-header{text-align:center;margin-bottom:56px}.section-tag{display:inline-block;background:linear-gradient(135deg,rgba(79,142,247,.15),rgba(139,92,246,.15));border:1px solid rgba(79,142,247,.25);color:var(--blue);padding:4px 14px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.06em}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2;letter-spacing:-.02em}.section-desc{color:var(--muted);margin-top:12px;font-size:1.05rem;max-width:540px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:transform .2s,border-color .2s}.feature-card:hover{transform:translateY(-4px);border-color:rgba(79,142,247,.3)}.feature-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.feature-card p{color:var(--muted);font-size:.92rem;line-height:1.6}.software-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px}.software-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:36px;transition:border-color .2s}.software-card:hover{border-color:rgba(79,142,247,.3)}.sw-logo{width:64px;height:64px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;font-style:italic;margin-bottom:20px}.ps-logo{background:linear-gradient(135deg,#001e36,#31397c);color:#4f9cf9;border:1px solid rgba(79,156,249,.3)}.ai-logo{background:linear-gradient(135deg,#1c0a00,#3f1d00);color:#f90;border:1px solid rgba(255,153,0,.3)}.software-card h3{font-size:1.3rem;font-weight:800;margin-bottom:10px}.software-card>p{color:var(--muted);margin-bottom:20px;font-size:.95rem}.sw-list{list-style:none;flex-direction:column}.sw-list,.sw-list li{display:flex;gap:10px}.sw-list li{align-items:center;font-size:.9rem;color:var(--muted)}.sw-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple));flex-shrink:0}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;max-width:800px;margin:0 auto}.pricing-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:36px;display:flex;flex-direction:column;gap:24px;position:relative}.pricing-card-featured{background:linear-gradient(145deg,#0e1040,#160d35);border-color:rgba(79,142,247,.4);box-shadow:0 0 40px rgba(79,142,247,.1)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;padding:4px 18px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.pricing-top h3{font-size:1.3rem;font-weight:800;margin-bottom:4px}.pricing-top p{color:var(--muted);font-size:.9rem}.pricing-price{display:flex;align-items:flex-end;gap:8px}.price-amount{font-size:3.2rem;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.price-currency{font-size:2rem}.price-period{color:var(--muted);font-size:.9rem;margin-bottom:6px}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1 1}.pricing-features li{display:flex;align-items:center;gap:10px;font-size:.92rem}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.payment-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;text-align:center;transition:border-color .2s,transform .2s}.payment-card:hover{border-color:rgba(79,142,247,.3);transform:translateY(-4px)}.payment-icon{width:60px;height:60px;background:linear-gradient(135deg,rgba(79,142,247,.15),rgba(139,92,246,.15));border:1px solid rgba(79,142,247,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--blue)}.payment-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.payment-card p{color:var(--muted);font-size:.88rem}.faq-container{max-width:720px}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:rgba(79,142,247,.3)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;color:var(--fg);font-family:inherit;font-size:.97rem;font-weight:600;cursor:pointer;text-align:left;gap:12px}.faq-arrow{flex-shrink:0;color:var(--muted);transition:transform .25s}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}.faq-item.open .faq-a{max-height:200px}.faq-a p{padding:0 24px 20px;color:var(--muted);font-size:.92rem;line-height:1.7}.contact-container{max-width:900px;position:relative;z-index:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.contact-form{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:36px;gap:16px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{font-size:13px;font-weight:600;color:var(--muted)}.form-group input,.form-group select,.form-group textarea{background:hsla(0,0%,100%,.05);border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--fg);font-family:inherit;font-size:14px;transition:border-color .2s;resize:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue)}.form-group select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%238b8db8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}.form-group select option{background:#0d0d2b;color:#f0f0ff}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(139,141,184,.6)}.custom-select{position:relative}.cs-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.05);border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--fg);font-family:inherit;font-size:14px;cursor:pointer;transition:border-color .2s;text-align:left}.cs-trigger:hover,.custom-select[data-open=true] .cs-trigger{border-color:var(--blue)}.cs-placeholder{color:rgba(139,141,184,.6)}.cs-value{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:8px;gap:8px}.cs-price{font-size:13px;font-weight:700;background:linear-gradient(135deg,var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-arrow{flex-shrink:0;color:var(--muted);transition:transform .2s}.custom-select[data-open=true] .cs-arrow{transform:rotate(180deg)}.cs-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#13153a;border:1px solid rgba(79,142,247,.3);border-radius:12px;overflow:hidden;z-index:50;box-shadow:0 8px 32px rgba(0,0,0,.4)}.cs-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 16px;background:none;border:none;color:var(--muted);font-family:inherit;font-size:14px;cursor:pointer;transition:background .15s,color .15s;text-align:left}.cs-option:hover{background:rgba(79,142,247,.1);color:var(--fg)}.cs-option-active{background:rgba(79,142,247,.15)!important;color:var(--fg)!important}.contact-info{display:flex;flex-direction:column;gap:20px;padding-top:8px}.contact-info h3{font-size:1.5rem;font-weight:800}.contact-item{display:flex;align-items:flex-start;gap:14px}.contact-icon{width:44px;height:44px;flex-shrink:0;background:rgba(79,142,247,.1);border:1px solid rgba(79,142,247,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--blue)}.ci-label{font-size:12px;color:var(--muted);margin-bottom:2px}.ci-val{color:var(--fg);font-weight:600;text-decoration:none;font-size:.95rem}.ci-val:hover{color:var(--blue)}.contact-promo{background:rgba(79,142,247,.08);border:1px solid rgba(79,142,247,.2);border-radius:12px;padding:16px 18px}.contact-promo p{color:var(--muted);font-size:.88rem;line-height:1.6}.footer{border-top:1px solid var(--border);padding:40px 0}.footer-inner{justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-inner,.footer-left{display:flex;align-items:center}.footer-left{gap:14px}.footer-left p{color:var(--muted);font-size:13px}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--muted);text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--fg)}.footer-copy{color:var(--muted);font-size:12px}.footer-copy a{color:var(--blue);text-decoration:none}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.payment-grid,.software-grid{grid-template-columns:1fr}.payment-grid{max-width:400px;margin:0 auto}.contact-grid{grid-template-columns:1fr}.footer-inner{text-align:center}.footer-inner,.footer-left{flex-direction:column}}@media (max-width:640px){.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{max-width:400px;margin:0 auto}.hero-stats{gap:12px}.stat-div{display:none}.stat{padding:8px 16px}.hero-actions{flex-direction:column;align-items:center}.footer-links{flex-wrap:wrap;justify-content:center}}