.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px #1b3a5f14;padding:.75rem 0}.navbar-container{display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem}.navbar-logo-img{height:48px;width:auto;object-fit:contain}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--primary);padding:.5rem}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-nav{display:flex;align-items:center;gap:.5rem}.nav-link{padding:.5rem 1rem;font-weight:500;color:var(--gray-600);border-radius:var(--radius);transition:all .2s ease;position:relative}.nav-link:hover{color:var(--accent);background:#00b4d814}.nav-link.active{color:var(--primary);background:#1b3a5f14}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:var(--gradient-primary);border-radius:2px}.navbar-actions{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.navbar-toggle{display:block}.navbar-menu{position:fixed;inset:72px 0 0;flex-direction:column;justify-content:flex-start;padding:2rem;background:var(--white);transform:translate(100%);transition:transform .3s ease}.navbar-menu.is-open{transform:translate(0)}.navbar-nav{flex-direction:column;width:100%}.nav-item{width:100%}.nav-link{display:block;padding:1rem;text-align:center}.navbar-actions{width:100%;margin-top:1rem}.navbar-actions .btn{width:100%}}.footer{background:var(--secondary);color:var(--gray-300);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img{height:48px;width:auto;object-fit:contain}.footer-description{font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem;color:var(--gray-400)}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gray-800);border-radius:var(--radius);color:var(--gray-400);transition:all .2s ease}.footer-social a:hover{background:var(--accent);color:var(--white)}.footer-links h4,.footer-contact h4{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:1.5rem}.footer-links ul{display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.9375rem;color:var(--gray-400);transition:color .2s ease}.footer-links a:hover{color:var(--accent)}.footer-contact ul{display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.footer-contact li svg{color:var(--accent);flex-shrink:0}.footer-contact a,.footer-contact span{color:var(--gray-400);transition:color .2s ease}.footer-contact a:hover{color:var(--accent)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--gray-800)}.footer-bottom p{font-size:.875rem;color:var(--gray-500)}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.875rem;color:var(--gray-500);transition:color .2s ease}.footer-legal a:hover{color:var(--accent)}@media(max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2;max-width:none}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#1b3a5f0f,#00b4d80f)}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(rgba(0,180,216,.1) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#1b3a5f1a,#00b4d81a);border-radius:2rem;color:var(--primary);font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(0,180,216,.2)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--secondary);margin-bottom:1.5rem}.hero-description{font-size:1.25rem;color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.hero-features-mini{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hero-feature-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border-radius:var(--radius);font-size:.875rem;color:var(--gray-700);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.hero-feature-item svg{color:var(--accent)}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.hero-visual,.hero-image-wrapper{position:relative}.hero-dashboard{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;border:1px solid var(--gray-200)}.dashboard-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:var(--white)}.dashboard-dots{display:flex;gap:.5rem}.dashboard-dots span{width:12px;height:12px;border-radius:50%;background:#ffffff4d}.dashboard-dots span:first-child{background:#ef4444}.dashboard-dots span:nth-child(2){background:#f59e0b}.dashboard-dots span:nth-child(3){background:#10b981}.dashboard-header>span{font-size:.75rem;font-weight:500}.dashboard-content{display:flex;min-height:300px}.dashboard-sidebar{width:60px;background:var(--gray-50);padding:1rem .5rem;display:flex;flex-direction:column;gap:.5rem;border-right:1px solid var(--gray-200)}.sidebar-item{display:flex;align-items:center;justify-content:center;height:40px;background:var(--white);border-radius:var(--radius-sm);color:var(--gray-400);transition:all .2s ease}.sidebar-item.active{background:var(--gradient-primary);color:var(--white)}.dashboard-main{flex:1;padding:1.5rem}.dashboard-cards{display:flex;gap:1rem;margin-bottom:1.5rem}.mini-card{flex:1;padding:1rem;background:var(--gradient-primary);border-radius:var(--radius);color:var(--white);display:flex;flex-direction:column;gap:.25rem}.mini-card.accent{background:var(--gradient-accent)}.mini-card.success{background:linear-gradient(135deg,var(--success) 0%,#34d399 100%)}.mini-card-value{font-size:1.5rem;font-weight:700}.mini-card-label{font-size:.75rem;opacity:.9}.dashboard-table{background:var(--gray-50);border-radius:var(--radius);padding:1rem}.table-row{height:24px;background:var(--gray-200);border-radius:var(--radius-sm);margin-bottom:.5rem}.table-row:last-child{margin-bottom:0}.table-row:nth-child(odd){width:90%}.table-row:nth-child(2n){width:75%}.hero-float-card{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);font-size:.875rem;font-weight:500;color:var(--gray-700);animation:float 3s ease-in-out infinite}.hero-float-card.float-1{top:20%;right:-20px;animation-delay:0s}.hero-float-card.float-2{bottom:20%;left:-20px;animation-delay:1.5s}.success-icon{color:var(--success)}.warning-icon{color:var(--warning)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.stats-section{background:var(--white);padding:3rem 0;border-bottom:1px solid var(--gray-200)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center}.stat-value{font-size:2.5rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.clients-section{background:var(--white);padding:4rem 0;border-bottom:1px solid var(--gray-200)}.clients-title{text-align:center;font-size:.9375rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.5rem}.clients-grid{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem 3rem}.client-logo{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:var(--gray-50);border-radius:var(--radius-lg);transition:all .3s ease;border:1px solid transparent}.client-logo:hover{background:var(--white);border-color:var(--gray-200);box-shadow:var(--shadow);transform:translateY(-2px)}.client-svg{height:50px;width:auto;max-width:180px;opacity:.85;transition:opacity .3s ease}.client-logo:hover .client-svg{opacity:1}@media(max-width:992px){.clients-grid{gap:1.5rem 2rem}.client-svg{height:42px;max-width:150px}}@media(max-width:576px){.clients-section{padding:3rem 0}.clients-grid{gap:1rem}.client-logo{padding:.75rem 1rem}.client-svg{height:36px;max-width:130px}}.audiences-section{background:var(--white)}.audiences-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.audience-card{background:var(--gray-50);border-radius:var(--radius-xl);padding:2.5rem;transition:all .3s ease;border:1px solid var(--gray-200)}.audience-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.audience-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--gradient-primary);border-radius:var(--radius-xl);color:var(--white);margin-bottom:1rem}.audience-subtitle{display:block;font-size:.875rem;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.audience-card h3{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:1rem}.audience-description{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.audience-benefits{margin-bottom:1.5rem}.audience-benefits li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--gray-700)}.audience-benefits li svg{color:var(--success);flex-shrink:0}.audience-cta{width:100%;justify-content:center}.features-section{background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{text-align:center;background:var(--white);border:1px solid var(--gray-200)}.feature-card:hover{border-color:var(--accent)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--gradient-primary);border-radius:var(--radius-lg);color:var(--white);margin-bottom:1.5rem}.feature-title{font-size:1.25rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem}.feature-description{color:var(--gray-600);line-height:1.6}.features-cta{text-align:center;margin-top:3rem}.benefits-section{background:var(--white)}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-description{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.7}.benefits-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.benefit-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--gray-700)}.benefit-icon{color:var(--success);flex-shrink:0}.benefits-visual{display:flex;justify-content:center}.benefit-card-stack{display:flex;flex-direction:column;gap:1.5rem}.benefit-visual-card{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);color:var(--accent);border:1px solid var(--gray-200)}.benefit-visual-card span{font-size:1.25rem;font-weight:600;color:var(--secondary)}.benefit-visual-card:nth-child(1){transform:translate(-20px)}.benefit-visual-card:nth-child(3){transform:translate(-20px)}.how-it-works-section{background:var(--gray-50)}.steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:1rem}.step-card{flex:1;max-width:300px;text-align:center;padding:2rem;background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow);border:1px solid var(--gray-200);position:relative}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:var(--white);font-weight:700;border-radius:50%;font-size:.875rem}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#00b4d81a;border-radius:var(--radius-lg);color:var(--accent);margin-bottom:1.5rem;margin-top:1rem}.step-card h3{font-size:1.125rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem}.step-card p{color:var(--gray-600);line-height:1.6;font-size:.9375rem}.step-connector{width:60px;height:2px;background:linear-gradient(90deg,var(--primary),var(--accent));margin-top:100px;flex-shrink:0}@media(max-width:992px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-features-mini{justify-content:center}.hero-visual{display:none}.audiences-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}.benefits-content{text-align:center}.benefits-content .section-title{text-align:center!important}.benefits-list{max-width:400px;margin-left:auto;margin-right:auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{flex-direction:column;align-items:center}.step-connector{width:2px;height:40px;margin:0}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.stat-value{font-size:2rem}.cta-content h2{font-size:1.75rem}.cta-actions,.hero-actions{flex-direction:column;align-items:center}}.features-hero{padding:10rem 0 5rem;background:linear-gradient(135deg,#1b3a5f0f,#00b4d80f);text-align:center;position:relative}.features-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(0,180,216,.08) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.features-hero h1{font-size:3rem;font-weight:800;color:var(--secondary);margin-bottom:1.5rem;position:relative}.features-hero p{font-size:1.25rem;color:var(--gray-600);max-width:700px;margin:0 auto;line-height:1.7;position:relative}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#1b3a5f1a,#00b4d81a);border-radius:2rem;color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(0,180,216,.2)}.fleet-badge{background:linear-gradient(135deg,#1b3a5f1a,#1b3a5f0d);color:var(--primary);border-color:#1b3a5f33}.interventions-badge{background:linear-gradient(135deg,#00b4d81a,#00b4d80d);color:var(--accent);border-color:#00b4d833}.core-section{background:var(--white)}.core-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.core-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-lg);transition:all .3s ease;border:1px solid var(--gray-200)}.core-card:hover{background:var(--white);box-shadow:var(--shadow-md);border-color:var(--accent)}.core-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--gradient-primary);border-radius:var(--radius);color:var(--white);flex-shrink:0}.core-content h3{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.25rem}.core-content p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.fleet-section{background:var(--gray-50)}.interventions-section{background:var(--white)}.features-detailed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-detailed-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--gray-200)}.fleet-section .feature-detailed-card{background:var(--white)}.interventions-section .feature-detailed-card{background:var(--gray-50)}.feature-detailed-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.feature-detailed-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.feature-detailed-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-lg);background:var(--gradient-primary);color:var(--white);flex-shrink:0}.feature-detailed-icon.accent{background:var(--gradient-accent)}.feature-detailed-header h3{font-size:1.125rem;font-weight:600;color:var(--secondary)}.feature-detailed-description{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.feature-detailed-list{display:flex;flex-direction:column;gap:.5rem}.feature-detailed-list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700)}.feature-detailed-list li svg{color:var(--success);flex-shrink:0}.integration-section{background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.integration-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.integration-text h2{font-size:2rem;font-weight:700;color:var(--secondary);margin-bottom:1rem}.integration-text>p{font-size:1.125rem;color:var(--gray-600);line-height:1.7;margin-bottom:2rem}.integration-benefits{display:flex;flex-direction:column;gap:1rem}.integration-benefits li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--gray-700)}.integration-benefits li svg{color:var(--success);flex-shrink:0}.integration-visual{display:flex;justify-content:center}.integration-diagram{position:relative;width:300px;height:300px}.diagram-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.center-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;color:var(--white);box-shadow:var(--shadow-xl)}.diagram-center span{font-weight:700;color:var(--secondary);font-size:.875rem}.diagram-orbit{position:absolute;inset:0;animation:rotate 20s linear infinite}.orbit-item{position:absolute;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--white);border-radius:50%;box-shadow:var(--shadow-lg);color:var(--accent);animation:counter-rotate 20s linear infinite}.orbit-item.item-1{top:0;left:50%;transform:translate(-50%);color:var(--primary)}.orbit-item.item-2{top:50%;right:0;transform:translateY(-50%)}.orbit-item.item-3{bottom:0;left:50%;transform:translate(-50%);color:var(--primary)}.orbit-item.item-4{top:50%;left:0;transform:translateY(-50%)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.tech-section{background:var(--white)}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.tech-card{text-align:center;padding:2rem;background:var(--gray-50);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all .3s ease}.tech-card:hover{background:var(--white);box-shadow:var(--shadow-lg);border-color:var(--accent)}.tech-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--gradient-primary);border-radius:var(--radius-lg);color:var(--white);margin-bottom:1.5rem}.tech-card h3{font-size:1.125rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.tech-card p{color:var(--gray-600);line-height:1.6;font-size:.9375rem}@media(max-width:992px){.features-hero h1{font-size:2.5rem}.core-grid,.features-detailed-grid{grid-template-columns:repeat(2,1fr)}.integration-content{grid-template-columns:1fr;text-align:center}.integration-benefits{align-items:center}.tech-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.features-hero{padding:8rem 0 3rem}.features-hero h1{font-size:2rem}.features-hero p{font-size:1rem}.core-grid,.features-detailed-grid,.tech-grid{grid-template-columns:1fr}.integration-diagram{width:250px;height:250px}.orbit-item{width:48px;height:48px}.cta-content h2{font-size:1.75rem}.cta-actions{flex-direction:column;align-items:center}}.contact-hero{padding:10rem 0 5rem;background:linear-gradient(135deg,#1b3a5f0f,#00b4d80f);text-align:center;position:relative}.contact-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(0,180,216,.08) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.contact-hero h1{font-size:3rem;font-weight:800;color:var(--secondary);margin-bottom:1.5rem;position:relative}.contact-hero p{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.7;position:relative}.contact-section{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.contact-form-wrapper{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.contact-form-wrapper h2{font-size:1.75rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.form-intro{color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--secondary);font-size:.9375rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:1rem;transition:all .2s ease;font-family:inherit;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00b4d81a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;margin-top:.5rem}.form-success{text-align:center;padding:3rem 2rem}.form-success svg{color:var(--success);margin-bottom:1.5rem}.form-success h3{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:1rem}.form-success p{color:var(--gray-600);line-height:1.7}.contact-info-wrapper{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card,.advantages-card,.user-types-card{background:var(--gray-50);border-radius:var(--radius-xl);padding:2rem;border:1px solid var(--gray-200)}.contact-info-card h3,.advantages-card h3,.user-types-card h3{font-size:1.25rem;font-weight:600;color:var(--secondary);margin-bottom:1.5rem}.contact-info-list{display:flex;flex-direction:column;gap:1.25rem}.contact-info-item{display:flex;align-items:center;gap:1rem}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--gradient-primary);border-radius:var(--radius);color:var(--white);flex-shrink:0}.contact-info-label{display:block;font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.contact-info-value{font-weight:500;color:var(--secondary)}.contact-info-value:hover{color:var(--accent)}.advantages-list{display:flex;flex-direction:column;gap:1.25rem}.advantage-item{display:flex;align-items:flex-start;gap:1rem}.advantage-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#00b4d81a;border-radius:var(--radius);color:var(--accent);flex-shrink:0}.advantage-content h4{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.25rem}.advantage-content p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.user-types-card{background:linear-gradient(135deg,#1b3a5f0d,#00b4d80d);border-color:#00b4d833}.user-type-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0}.user-type-item:not(:last-child){border-bottom:1px solid var(--gray-200)}.user-type-item svg{color:var(--accent);flex-shrink:0;margin-top:.25rem}.user-type-item h4{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.25rem}.user-type-item p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.faq-section{background:var(--gray-50)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{background:var(--white);border-radius:var(--radius-xl);padding:2rem;border:1px solid var(--gray-200);transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-md);border-color:var(--accent)}.faq-item h3{font-size:1.125rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem}.faq-item p{color:var(--gray-600);line-height:1.6}@media(max-width:992px){.contact-grid{grid-template-columns:1fr}.contact-info-wrapper{order:-1}}@media(max-width:576px){.contact-hero{padding:8rem 0 3rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.contact-form-wrapper{padding:1.5rem}.form-row,.faq-grid{grid-template-columns:1fr}}.getting-started-hero{padding:10rem 0 5rem;background:linear-gradient(135deg,#1b3a5f0f,#00b4d80f);text-align:center;position:relative}.getting-started-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(0,180,216,.08) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.getting-started-hero h1{font-size:3rem;font-weight:800;color:var(--secondary);margin-bottom:1.5rem;position:relative}.getting-started-hero p{font-size:1.25rem;color:var(--gray-600);max-width:700px;margin:0 auto;line-height:1.7;position:relative}.user-types-section{background:var(--white)}.user-types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.user-type-card{background:var(--gray-50);border-radius:var(--radius-xl);padding:2.5rem;text-align:center;border:1px solid var(--gray-200);transition:all .3s ease}.user-type-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.user-type-card.primary{border-color:#1b3a5f33}.user-type-card.primary:hover{border-color:var(--primary)}.user-type-card.accent{border-color:#00b4d833}.user-type-card.accent:hover{border-color:var(--accent)}.user-type-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--gradient-primary);border-radius:var(--radius-xl);color:var(--white);margin-bottom:1.5rem}.user-type-card.accent .user-type-icon{background:var(--gradient-accent)}.user-type-card h3{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:.75rem}.user-type-card p{color:var(--gray-600);line-height:1.6}.phases-section{background:var(--gray-50)}.phases-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.phase-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease;position:relative;border:1px solid var(--gray-200)}.phase-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--accent)}.phase-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.phase-number{font-size:2rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.5}.phase-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--gradient-primary);border-radius:var(--radius-lg);color:var(--white)}.phase-duration{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#1b3a5f1a,#00b4d81a);border-radius:1rem;font-size:.75rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.phase-content h3{font-size:1.25rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem}.phase-content>p{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.phase-steps{display:flex;flex-direction:column;gap:.5rem}.phase-steps li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--gray-700)}.phase-steps li svg{color:var(--success);flex-shrink:0;margin-top:2px}.prerequisites-section{background:var(--white)}.prerequisites-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.prerequisite-card{background:var(--gray-50);border-radius:var(--radius-xl);padding:2rem;text-align:center;border:1px solid var(--gray-200);transition:all .3s ease}.prerequisite-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.prerequisite-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#00b4d81a;border-radius:var(--radius-lg);color:var(--accent);margin-bottom:1.25rem}.prerequisite-card h3{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.prerequisite-card p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.workflow-section{background:var(--gray-50)}.workflow-steps{display:flex;justify-content:center;align-items:flex-start;gap:1rem;flex-wrap:wrap}.workflow-step{display:flex;align-items:center;gap:1rem}.workflow-step-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;color:var(--white);flex-shrink:0}.workflow-step-content{max-width:150px}.workflow-step-content h3{font-size:.9375rem;font-weight:600;color:var(--secondary);margin-bottom:.25rem}.workflow-step-content p{font-size:.8125rem;color:var(--gray-600);line-height:1.4}.workflow-arrow{color:var(--accent);margin:0 .5rem}.quickstart-section{background:var(--white)}.quickstart-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.quickstart-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#1b3a5f1a,#00b4d81a);border-radius:2rem;color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(0,180,216,.2)}.quickstart-text h2{font-size:2rem;font-weight:700;color:var(--secondary);margin-bottom:1rem}.quickstart-text>p{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem}.quickstart-list{display:flex;flex-direction:column;gap:1.25rem;counter-reset:quickstart}.quickstart-list li{display:flex;flex-direction:column;gap:.25rem;padding-left:3rem;position:relative;counter-increment:quickstart}.quickstart-list li:before{content:counter(quickstart);position:absolute;left:0;top:0;width:28px;height:28px;background:var(--gradient-primary);border-radius:50%;color:var(--white);font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center}.quickstart-list li strong{font-weight:600;color:var(--secondary)}.quickstart-list li span{font-size:.9375rem;color:var(--gray-600)}.quickstart-visual{display:flex;justify-content:center}.quickstart-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;width:100%;max-width:400px;border:1px solid var(--gray-200)}.quickstart-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--gradient-primary);color:var(--white)}.quickstart-card-header span{font-size:.875rem;font-weight:500}.quickstart-card-content{padding:1.5rem}.calendar-preview{display:flex;gap:.75rem}.calendar-day{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:.75rem .5rem;border-radius:var(--radius);background:var(--gray-50)}.calendar-day.active{background:#00b4d81a}.day-name{font-size:.75rem;font-weight:500;color:var(--gray-500);text-align:center}.day-event{height:24px;border-radius:var(--radius-sm)}.day-event.primary{background:var(--primary)}.day-event.accent{background:var(--accent)}.day-event.small{height:16px;opacity:.6}.cta-section{background:var(--gradient-primary);padding:5rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px}.cta-content{text-align:center;color:var(--white);position:relative;z-index:1}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;justify-content:center;gap:1rem}.cta-section .btn-primary{background:var(--white);color:var(--primary);box-shadow:none}.cta-section .btn-primary:hover{background:var(--gray-100);box-shadow:var(--shadow-lg)}@media(max-width:992px){.getting-started-hero h1{font-size:2.5rem}.user-types-grid{grid-template-columns:1fr;max-width:400px}.phases-timeline,.prerequisites-grid{grid-template-columns:repeat(2,1fr)}.workflow-steps{flex-direction:column;align-items:center}.workflow-step{flex-direction:column;text-align:center}.workflow-step-content{max-width:none}.workflow-arrow{transform:rotate(90deg);margin:.5rem 0}.quickstart-content{grid-template-columns:1fr;text-align:center}.quickstart-list{text-align:left;max-width:500px;margin:0 auto}}@media(max-width:576px){.getting-started-hero{padding:8rem 0 3rem}.getting-started-hero h1{font-size:2rem}.getting-started-hero p{font-size:1rem}.phases-timeline,.prerequisites-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.75rem}.cta-actions{flex-direction:column;align-items:center}}.legal-hero{padding:10rem 0 4rem;background:linear-gradient(135deg,#1b3a5f0f,#00b4d80f);text-align:center;position:relative}.legal-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(0,180,216,.08) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.legal-hero h1{font-size:2.5rem;font-weight:800;color:var(--secondary);margin-bottom:1rem;position:relative}.legal-hero p{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.7;position:relative}.legal-content{background:var(--white)}.legal-container{max-width:800px;margin:0 auto}.legal-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.legal-section:last-of-type{border-bottom:none}.legal-section h2{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent);display:inline-block}.legal-section h3{font-size:1.125rem;font-weight:600;color:var(--secondary);margin-top:1.5rem;margin-bottom:.75rem}.legal-section p{color:var(--gray-700);line-height:1.8;margin-bottom:1rem}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section ul li{color:var(--gray-700);line-height:1.7;margin-bottom:.5rem;position:relative}.legal-section ul li::marker{color:var(--accent)}.legal-section ul li strong{color:var(--secondary)}.legal-section a{color:var(--accent);text-decoration:underline;transition:color .2s ease}.legal-section a:hover{color:var(--primary)}.legal-update{text-align:center;font-style:italic;color:var(--gray-500);margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}@media(max-width:768px){.legal-hero{padding:8rem 0 3rem}.legal-hero h1{font-size:2rem}.legal-hero p{font-size:1rem}.legal-section h2{font-size:1.25rem}.legal-section h3{font-size:1rem}}:root{--primary: #1B3A5F;--primary-dark: #132840;--primary-light: #2A5082;--secondary: #0f172a;--accent: #00B4D8;--accent-light: #48CAE4;--accent-dark: #0096C7;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);--gradient-accent: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);--gradient-dark: linear-gradient(135deg, var(--secondary) 0%, var(--gray-800) 100%);--gradient-hero: linear-gradient(135deg, rgba(27, 58, 95, .08) 0%, rgba(0, 180, 216, .08) 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-accent: 0 10px 40px -10px rgba(0, 180, 216, .3);--radius-sm: .375rem;--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--gray-700);background-color:var(--white)}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--gradient-primary);color:var(--white);box-shadow:var(--shadow-accent)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 45px -10px #00b4d866}.btn-secondary{background:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--white)}.btn-accent{background:var(--gradient-accent);color:var(--white)}.btn-accent:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--primary)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;color:var(--secondary);margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.125rem;color:var(--gray-500);text-align:center;max-width:600px;margin:0 auto 3rem}.card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-accent{color:var(--accent)}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}}
