:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Microsoft YaHei,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,video,canvas,svg{max-width:100%;height:auto;display:block}button,a{touch-action:manipulation}input,button,textarea,select{font:inherit;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}*{scrollbar-width:thin;scrollbar-color:var(--border-color) var(--bg-light)}:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--secondary-color: #0ea5e9;--accent-color: #06b6d4;--text-dark: #1e293b;--text-medium: #475569;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--gradient-primary: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);--gradient-secondary: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)}.app{min-height:100vh;width:100%}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1920px){.container{max-width:1440px;padding:0 2rem}}@media(min-width:2560px){.container{max-width:1600px;padding:0 3rem}}.section{padding:5rem 0}@media(min-width:1920px){.section{padding:6rem 0}.section-title{font-size:3rem}.section-subtitle{font-size:1.25rem;max-width:700px}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;color:var(--text-medium);text-align:center;max-width:600px;margin:0 auto 3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 14px #2563eb63}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb3b}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-white{background:#fff;color:var(--primary-color)}.btn-white:hover{background:var(--bg-light)}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:1.875rem}.container{padding:0 1rem}}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s ease;padding:1rem 0}.navbar.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-md);padding:.75rem 0}.navbar-container{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:40px;height:40px}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.navbar.scrolled .logo-text{color:var(--text-dark)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-link{font-size:1rem;font-weight:500;color:var(--text-dark);text-decoration:none;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1.5rem}.phone-link{display:flex;align-items:center;gap:.5rem;color:var(--text-medium);text-decoration:none;font-weight:500;transition:color .3s ease}.phone-link:hover{color:var(--primary-color)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:var(--shadow-lg);padding:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{font-size:1.125rem;font-weight:500;color:var(--text-dark);text-decoration:none;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.mobile-phone-link{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:600;padding:.75rem 0}.mobile-cta{margin-top:1rem;width:100%}@media(min-width:1920px){.navbar{padding:1.25rem 0}.logo-icon{width:48px;height:48px}.logo-text{font-size:1.75rem}.nav-links{gap:3.5rem}.nav-link{font-size:1.125rem}.nav-actions{gap:2rem}.phone-link,.phone-link span{font-size:1.125rem}}@media(max-width:968px){.nav-links.desktop,.nav-actions.desktop{display:none}.mobile-menu-btn,.mobile-menu{display:block}}@media(max-width:768px){.navbar{padding:.75rem 0}.logo-text{font-size:1.25rem}.logo-icon{width:36px;height:36px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 5rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f0f9ff)}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(37,99,235,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(14,165,233,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(6,182,212,.05) 0%,transparent 40%)}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(min-width:1920px){.hero{padding:10rem 0 6rem}.hero-container{gap:6rem}.hero-title{font-size:4rem}.hero-description{font-size:1.25rem;max-width:600px}.stat-number{font-size:2.25rem}.hero-visual{height:600px}.main-card{width:320px;padding:2.5rem}.card-icon{width:100px;height:100px}.main-card h3{font-size:1.5rem}.main-card p{font-size:1rem}.floating-card{padding:1.25rem 2rem}.floating-icon{width:52px;height:52px}.floating-card span{font-size:1.125rem}}@media(min-width:2560px){.hero-title{font-size:4.5rem}.hero-visual{height:700px}.main-card{width:360px}}.hero-content{animation:slideUp .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb1a;color:var(--primary-color);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark)}.hero-title .gradient-text{display:block;margin-top:.5rem}.hero-description{font-size:1.125rem;color:var(--text-medium);line-height:1.8;margin-bottom:2rem;max-width:540px}.hero-stats{display:flex;gap:2.5rem;margin-bottom:2.5rem}.hero-stat{display:flex;flex-direction:column}.stat-number{font-size:1.875rem;font-weight:700;color:var(--primary-color);line-height:1}.stat-label{font-size:.875rem;color:var(--text-light);margin-top:.25rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2.5rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.hero-features{display:flex;gap:2rem}.hero-feature{display:flex;align-items:center;gap:.5rem;color:var(--text-medium);font-size:.875rem;font-weight:500}.hero-feature svg{color:var(--primary-color)}.hero-visual{position:relative;height:500px;animation:fadeIn 1s ease-out .3s both}.hero-card{background:#fff;border-radius:1.5rem;box-shadow:var(--shadow-xl)}.main-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;padding:2rem;text-align:center;z-index:10}.card-icon{width:80px;height:80px;margin:0 auto 1.5rem}.card-icon svg{width:100%;height:100%}.main-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.main-card p{font-size:.875rem;color:var(--text-light)}.floating-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:float 3s ease-in-out infinite}.floating-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#2563eb1a;border-radius:12px}.floating-card span{font-weight:600;color:var(--text-dark);font-size:.9375rem}.card-1{top:10%;right:5%;animation-delay:0s}.card-2{bottom:20%;left:0;animation-delay:1s}.card-3{bottom:5%;right:10%;animation-delay:2s}.decoration-circle{position:absolute;border-radius:50%;opacity:.3}.circle-1{width:300px;height:300px;background:linear-gradient(135deg,#2563eb33,#0ea5e91a);top:-50px;right:-50px;animation:pulse 4s ease-in-out infinite}.circle-2{width:200px;height:200px;background:linear-gradient(135deg,#0ea5e933,#06b6d41a);bottom:50px;left:-30px;animation:pulse 4s ease-in-out infinite 1s}.circle-3{width:150px;height:150px;background:linear-gradient(135deg,#06b6d433,#2563eb1a);top:30%;right:20%;animation:pulse 4s ease-in-out infinite 2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.5}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{margin-left:auto;margin-right:auto}.hero-stats,.hero-buttons{justify-content:center}.hero-features{justify-content:center;flex-wrap:wrap}.hero-visual{height:400px;order:-1}.main-card{width:240px}.floating-card{padding:.75rem 1rem}.floating-icon{width:36px;height:36px}.card-1{right:0}.card-2{left:5%}}@media(max-width:640px){.hero{padding:7rem 0 3rem}.hero-title{font-size:2rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.5rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.hero-visual{height:350px}.main-card{width:200px;padding:1.5rem}.card-icon{width:60px;height:60px}.floating-card{display:none}}.services{background:var(--bg-white)}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;background:#2563eb1a;color:var(--primary-color);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:var(--shadow-md);transition:all .4s ease;border:1px solid var(--border-color);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .4s ease}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.service-blue .service-icon{background:#2563eb1a;color:#2563eb}.service-cyan .service-icon{background:#0ea5e91a;color:#0ea5e9}.service-teal .service-icon{background:#14b8a61a;color:#14b8a6}.service-indigo .service-icon{background:#6366f11a;color:#6366f1}.service-purple .service-icon{background:#8b5cf61a;color:#8b5cf6}.service-sky .service-icon{background:#0ea5e91a;color:#0ea5e9}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.service-description{font-size:.9375rem;color:var(--text-medium);line-height:1.7;margin-bottom:1.5rem}.service-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:1rem;background:var(--bg-light);color:var(--text-medium)}.service-link{display:inline-flex;align-items:center;color:var(--primary-color);font-weight:600;text-decoration:none;transition:all .3s ease}.service-link:hover{gap:.75rem}@media(min-width:1920px){.services-grid{gap:2.5rem}.service-card{padding:3rem}.service-icon{width:72px;height:72px}.service-title{font-size:1.375rem}.service-description{font-size:1rem}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}.section-header{margin-bottom:2.5rem}}.features{background:var(--bg-light);position:relative}.features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}.feature-item{display:flex;gap:1.25rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow-sm);transition:all .3s ease}.feature-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon-wrapper{position:relative;flex-shrink:0}.feature-icon{width:56px;height:56px;border-radius:1rem;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:2}.icon-bg{position:absolute;top:8px;left:8px;width:56px;height:56px;border-radius:1rem;background:#2563eb33;z-index:1;transition:all .3s ease}.feature-item:hover .icon-bg{transform:translate(4px,4px)}.feature-content{flex:1}.feature-title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.feature-description{font-size:.9375rem;color:var(--text-medium);line-height:1.6}.features-cta{display:flex;justify-content:center}.cta-card{background:var(--gradient-primary);border-radius:1.5rem;padding:3rem 4rem;display:flex;align-items:center;gap:3rem;max-width:800px;width:100%;box-shadow:0 20px 40px #2563eb4d}.cta-content h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.cta-content p{font-size:1rem;color:#ffffffe6}.cta-card .btn-white{flex-shrink:0}@media(min-width:1920px){.features-grid{gap:3rem;margin-bottom:5rem}.feature-item{padding:2rem}.feature-icon,.icon-bg{width:64px;height:64px}.feature-title{font-size:1.25rem}.feature-description{font-size:1rem}.cta-card{max-width:900px;padding:3.5rem 5rem}.cta-content h3{font-size:1.75rem}.cta-content p{font-size:1.125rem}}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.cta-card{flex-direction:column;text-align:center;padding:2rem;gap:1.5rem}.cta-content h3{font-size:1.25rem}}@media(max-width:640px){.feature-item{flex-direction:column;text-align:center}.feature-icon-wrapper{align-self:center}}.process{background:var(--bg-white)}.process-timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;position:relative}.process-step{position:relative;text-align:center}.step-number{font-size:3rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.2;position:absolute;top:-1rem;left:50%;transform:translate(-50%);z-index:0}.step-content{position:relative;z-index:1;padding-top:2rem}.step-icon{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary-color);box-shadow:var(--shadow-md);border:2px solid var(--border-color);transition:all .3s ease}.process-step:hover .step-icon{background:var(--gradient-primary);color:#fff;border-color:transparent;transform:scale(1.1)}.step-title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.step-description{font-size:.875rem;color:var(--text-medium);line-height:1.6}.step-connector{position:absolute;top:4rem;right:-1rem;width:2rem;display:flex;align-items:center;justify-content:center}.connector-line{width:100%;height:2px;background:var(--border-color)}.connector-arrow{position:absolute;color:var(--primary-color);font-weight:700}.process-note{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:1rem;padding:1.5rem 2rem;margin-top:4rem;max-width:800px;margin-left:auto;margin-right:auto}.note-icon{font-size:1.5rem;flex-shrink:0}.process-note p{font-size:.9375rem;color:#92400e;line-height:1.6;margin:0}@media(min-width:1920px){.process-timeline{gap:2rem}.step-number{font-size:3.5rem}.step-icon{width:72px;height:72px}.step-title{font-size:1.25rem}.step-description{font-size:1rem}.step-connector{width:2.5rem;right:-1.25rem}.process-note{max-width:900px;padding:2rem 2.5rem}.process-note p{font-size:1rem}}@media(max-width:1200px){.process-timeline{grid-template-columns:repeat(3,1fr);gap:2.5rem 1.5rem}.step-connector{display:none}.process-step:nth-child(-n+3) .step-connector{display:flex}.process-step:nth-child(3) .step-connector{display:none}}@media(max-width:768px){.process-timeline{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(-n+3) .step-connector{display:none}.process-step:nth-child(odd) .step-connector{display:flex}.process-step:nth-child(2) .step-connector,.process-step:nth-child(4) .step-connector{display:none}.step-number{font-size:2.5rem}}@media(max-width:480px){.process-timeline{grid-template-columns:1fr}.step-connector{display:none!important}.process-step{display:flex;text-align:left;gap:1.5rem}.step-content{padding-top:0}.step-icon{margin:0;flex-shrink:0}.process-note{flex-direction:column;text-align:center;padding:1.5rem}}.stats{background:var(--gradient-primary);color:#fff;padding:5rem 0;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;margin-bottom:5rem}.stat-item{text-align:center;padding:1.5rem;position:relative}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:#fff3}.stat-number-large{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label-large{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.stat-description{font-size:.875rem;color:#fffc}@media(min-width:1920px){.stats{padding:6rem 0}.stats-grid{gap:3rem;margin-bottom:6rem}.stat-number-large{font-size:3rem}.stat-label-large{font-size:1.25rem}.stat-description{font-size:1rem}.partners-title{font-size:1.5rem}.partners-grid{gap:1.5rem}.partner-item{padding:1.25rem}.partner-item span{font-size:1.125rem}}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}.stat-item:nth-child(3):after{display:none}.partners-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.stats{padding:3rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.stat-item:after{display:none!important}.stat-number-large{font-size:2rem}.partners-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number-large{font-size:1.75rem}.stat-label-large{font-size:1rem}.partners-grid{grid-template-columns:repeat(2,1fr)}}.cta{background:var(--bg-white);padding:5rem 0}.cta-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-content{max-width:540px}.cta-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);line-height:1.3;margin-bottom:1.5rem}.cta-description{font-size:1.125rem;color:var(--text-medium);line-height:1.7;margin-bottom:2rem}.cta-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.benefit-item{display:flex;align-items:center;gap:.75rem}.benefit-check{width:24px;height:24px;border-radius:50%;background:#2563eb1a;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.benefit-item span{font-size:1rem;color:var(--text-dark)}.cta-buttons{display:flex;gap:1rem}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.cta-contact{display:flex;justify-content:flex-end}.contact-card{background:var(--gradient-primary);border-radius:1.5rem;padding:2.5rem;color:#fff;max-width:400px;width:100%;box-shadow:0 20px 40px #2563eb4d}.contact-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.contact-icon{width:44px;height:44px;background:#fff3;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info{display:flex;flex-direction:column}.contact-label{font-size:.875rem;color:#fffc;margin-bottom:.25rem}.contact-value{font-size:1rem;font-weight:600}.work-time{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.work-time h4{font-size:1rem;font-weight:600;margin-bottom:.75rem}.work-time p{font-size:.9375rem;color:#ffffffe6;margin-bottom:.25rem}@media(min-width:1920px){.cta{padding:6rem 0}.cta-container{gap:6rem}.cta-content{max-width:640px}.cta-title{font-size:3rem}.cta-description{font-size:1.25rem}.benefit-item span{font-size:1.125rem}.contact-card{max-width:480px;padding:3rem}.contact-card h3{font-size:1.75rem}.contact-value{font-size:1.125rem}}@media(max-width:1024px){.cta-container{grid-template-columns:1fr;gap:3rem}.cta-content{max-width:100%;text-align:center}.cta-title{font-size:2rem}.cta-benefits{align-items:center}.cta-buttons,.cta-contact{justify-content:center}.contact-card{max-width:100%}}@media(max-width:640px){.cta{padding:3rem 0}.cta-title{font-size:1.75rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}.contact-card{padding:1.5rem}}.footer{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:320px}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1.5rem}.footer-logo-icon{width:40px;height:40px}.footer-logo-icon svg{width:100%;height:100%}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#fff}.footer-description{font-size:.9375rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#fffc}.footer-contact-item svg{color:var(--primary-light);flex-shrink:0}.footer-links-column{padding-top:.5rem}.footer-links-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links-list a{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links-list a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{display:flex;flex-direction:column;gap:.25rem}.footer-copyright p{font-size:.875rem;color:#fff9;margin:0}.footer-icp{font-size:.8125rem!important}.footer-qualifications{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#fff9}.footer-qualifications .divider{color:#ffffff4d}@media(min-width:1920px){.footer{padding:5rem 0 2.5rem}.footer-grid{gap:4rem;margin-bottom:4rem}.footer-brand{max-width:400px}.footer-description{font-size:1rem}.footer-links-title{font-size:1.125rem}.footer-links-list a{font-size:1rem}}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-brand{max-width:100%;grid-column:span 2}}@media(max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center}.footer-qualifications{flex-direction:column;gap:.5rem}.footer-qualifications .divider{display:none}}
