.landing-page{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.landing-header{background:#fff;box-shadow:0 2px 12px #0000000f;position:sticky;top:0;z-index:100}.header-top{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0033a0}.logo-icon{font-size:32px;line-height:1}.logo-text{font-size:18px;font-weight:700;letter-spacing:-.5px;color:#c41e3a}.logo-text-mobile{display:none}.header-top-right{display:flex;align-items:center;gap:16px}.header-phone{color:#262626;text-decoration:none;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.header-phone:hover{color:#0050b3}.btn{padding:10px 20px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-outline{color:#0050b3;background:#fff;border:2px solid #0050B3}.btn-outline:hover{background:#0050b30f}.btn-primary{color:#fff;background:#0050b3}.btn-primary:hover{background:#003d8f}.header-nav{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;gap:28px;flex-wrap:wrap;border-top:1px solid #f0f0f0}.nav-link{color:#262626;text-decoration:none;font-size:16px;font-weight:500;transition:color .2s}.nav-link:hover{color:#0050b3}.header-menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;padding:8px}.hero-section-dark{background:linear-gradient(160deg,#0050b3,#003d8f);padding:40px 24px 48px;color:#fff}.hero-top-row{max-width:1200px;margin:0 auto 32px;display:flex;align-items:flex-start;gap:40px}.hero-robot-block{flex-shrink:0}.hero-robot{width:120px;height:120px;background:#ffffff26;border-radius:20px;display:flex;align-items:center;justify-content:center}.hero-robot-icon{width:80px;height:80px;object-fit:contain;opacity:.95}.hero-main{flex:1;min-width:0}.hero-section-dark .hero-title{color:#fff;font-size:28px;margin-bottom:12px}.hero-section-dark .hero-subtitle{color:#ffffffe6;font-size:16px;margin-bottom:24px}.hero-search{display:flex;align-items:center;background:#fff;border-radius:12px;padding:14px 20px;margin-bottom:20px;max-width:500px}.hero-search-icon{font-size:22px;color:#0050b3;margin-right:12px}.hero-search-input{flex:1;border:none;outline:none;font-size:16px;color:#262626}.hero-search-input::placeholder{color:#8c8c8c}.hero-quick-links{display:flex;gap:12px;flex-wrap:wrap}.hero-quick-link{padding:10px 18px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.hero-quick-link:hover{border-color:#fff;background:#ffffff1a}.hero-section-dark .hero-content{max-width:1200px;margin:0 auto}.hero-section-dark .hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.hero-section-dark .hero-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:32px 28px;border-radius:16px}.hero-section-dark .hero-card:hover{background:#ffffff26;border-color:#ffffff73}.hero-section-dark .hero-card-title{color:#fff;margin-bottom:12px}.hero-section-dark .hero-card-desc{color:#ffffffe6;margin-bottom:20px}.hero-section-dark .hero-card-btn,.hero-section-dark .hero-card-btn-primary,.hero-section-dark .hero-card-btn-secondary,.hero-section-dark .hero-card-btn-accent{padding:10px 18px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.8)!important}.hero-section-dark .hero-card-btn:hover,.hero-section-dark .hero-card-btn-primary:hover,.hero-section-dark .hero-card-btn-secondary:hover,.hero-section-dark .hero-card-btn-accent:hover{background:#ffffff26!important;border-color:#fff!important}.services-section{max-width:1200px;margin:0 auto;padding:56px 24px;background:#fff}.section-title{font-size:26px;font-weight:700;color:#262626;margin-bottom:32px;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{padding:28px;border-radius:16px;transition:all .25s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:16px 16px 0 0}.service-card-pink{background:linear-gradient(180deg,#ffb6c140,#fff 30%);box-shadow:0 4px 20px #ff698714}.service-card-pink:before{background:linear-gradient(90deg,#ff69b4,#ff1493)}.service-card-teal{background:linear-gradient(180deg,#48d1cc33,#fff 30%);box-shadow:0 4px 20px #48d1cc14}.service-card-teal:before{background:linear-gradient(90deg,#20b2aa,#008b8b)}.service-card-blue{background:linear-gradient(180deg,#6495ed33,#fff 30%);box-shadow:0 4px 20px #0050b314}.service-card-blue:before{background:linear-gradient(90deg,#0050b3,#003d8f)}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.service-card-title{font-size:18px;font-weight:600;color:#262626;margin-bottom:12px}.service-card-desc{font-size:14px;color:#595959;line-height:1.6;margin-bottom:20px}.service-card-btn{padding:10px 20px;background:#0050b3;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s}.service-card-btn:hover{background:#003d8f}.how-it-works-section{max-width:1200px;margin:0 auto;padding:56px 24px;background:#fff}.how-it-works-section .section-title{margin-bottom:40px}.how-it-works-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.how-it-works-step{display:flex;flex-direction:column;align-items:center;padding:32px 20px;background:#f8f9fa;border-radius:16px;text-align:center;border:1px solid #e8ecf1;transition:all .2s}.how-it-works-step:hover{border-color:#0050b3;box-shadow:0 4px 20px #0050b31a}.how-it-works-step-number{width:56px;height:56px;background:linear-gradient(135deg,#0050b3,#003d8f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:20px;flex-shrink:0}.how-it-works-step-title{font-size:18px;font-weight:600;color:#262626;margin-bottom:12px}.how-it-works-step-desc{font-size:14px;color:#595959;line-height:1.5}.benefits-section{max-width:100%;margin:0;padding:56px 24px;background:linear-gradient(160deg,#0050b3,#003d8f);color:#fff}.benefits-section .section-title{color:#fff;margin-bottom:40px}.benefits-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.benefit-card{padding:32px 24px;border-radius:16px;text-align:center;transition:all .25s ease;background:#ffffff1a;border:1px solid rgba(255,255,255,.25)}.benefit-card:hover{transform:translateY(-2px);background:#ffffff26;border-color:#fff6}.benefit-card-green .benefit-icon,.benefit-card-blue .benefit-icon,.benefit-card-teal .benefit-icon{color:#fff}.benefit-icon{font-size:44px;display:block;margin-bottom:16px}.benefit-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:12px}.benefit-desc{font-size:14px;color:#ffffffe6;line-height:1.5}.documents-section{max-width:1200px;margin:0 auto;padding:48px 24px;background:linear-gradient(180deg,#fff,#fafbff)}.documents-desc{font-size:16px;color:#595959;line-height:1.6;text-align:center;max-width:600px;margin:0 auto}.geo-section{max-width:100%;margin:0;padding:20px 24px;display:flex;align-items:center;justify-content:center;gap:12px;color:#595959;font-size:16px;background:#e8eef5}.geo-icon{font-size:22px;color:#0050b3}.consult-form-section{max-width:600px;margin:40px auto;padding:48px 40px;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0050b31f;border:1px solid rgba(0,80,179,.08)}.consult-form .ant-form-item-label>label{font-weight:500}.consult-form .ant-btn-primary{background:#0050b3;border-color:#0050b3;height:48px;font-size:16px}.consult-form .ant-btn-primary:hover{background:#003d8f;border-color:#003d8f}.contact-block{max-width:100%;margin:0;padding:32px 24px;display:flex;gap:40px;flex-wrap:wrap;justify-content:center;background:#003d8f;color:#fff}.contact-block-item{font-size:16px;color:#fffffff2}.contact-block-item strong{margin-right:8px;color:#fff}.landing-footer{background:linear-gradient(180deg,#002d6a,#001d44);color:#fff;padding:28px 24px}.footer-links{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-brand{font-size:16px;font-weight:600}.footer-links a{color:#ffffffd9;text-decoration:none;font-size:14px}.footer-links a:hover{color:#fff}@media (max-width: 768px){.header-top{padding:12px 16px}.logo-text{display:none}.logo-text-mobile{display:inline;font-size:16px;font-weight:600;color:#c41e3a}.header-phone,.btn-outline{display:none}.header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:16px;box-shadow:0 4px 12px #0000001a}.header-nav-open{display:flex}.header-menu-btn{display:block}.hero-top-row{flex-direction:column;align-items:center;text-align:center}.hero-robot{width:100px;height:100px}.hero-robot-icon{width:64px;height:64px}.hero-section-dark .hero-title{font-size:22px}.hero-section-dark .hero-subtitle{font-size:15px}.hero-search{max-width:100%}.hero-quick-links{justify-content:center}.hero-section-dark .hero-cards,.services-grid{grid-template-columns:1fr}.how-it-works-steps{grid-template-columns:1fr;gap:16px}.how-it-works-step{max-width:100%}.benefits-grid{grid-template-columns:1fr}.geo-section-desktop,.contact-block-desktop{display:none}.documents-section{padding:24px 16px}.consult-form-section{margin:24px 16px;padding:32px 24px}.section-title{font-size:22px}}@media (max-width: 480px){.footer-links{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8f9fa;color:#262626;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
