:root{--primary: #0e3a6d;--primary-foreground: #ffffff;--accent: #cf1f2e;--accent-foreground: #ffffff;--background: #ffffff;--foreground: #17212f;--muted: #ececf0;--muted-foreground: #717182;--border: rgba(0, 0, 0, .1);--input-background: #f3f3f5;--secondary-bg: #f5f6f8;--radius: .625rem;--max: 80rem;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .07), 0 4px 6px rgba(0, 0, 0, .05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--foreground);background:var(--background);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer}ul{list-style:none}.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff7;backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;height:5rem}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{height:3rem;width:auto;transition:transform .2s ease}.header-brand:hover .header-logo{transform:scale(1.05)}.header-nav{display:none;align-items:center;gap:2rem}.nav-link{font-size:.875rem;font-weight:500;color:#17212fcc;transition:color .15s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:.125rem;background:var(--primary);transition:width .2s ease}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.mobile-toggle{display:flex;flex-direction:column;gap:.3rem;background:none;border:none;padding:.5rem}.mobile-toggle span{display:block;width:1.5rem;height:2px;background:var(--foreground);border-radius:1px;transition:all .2s ease}@media(min-width:64rem){.header-nav{display:flex}.mobile-toggle{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{background:#0a2d56}.btn--outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn--outline:hover{background:var(--primary);color:var(--primary-foreground)}.btn--sm{font-size:.875rem;padding:.5rem 1rem;height:2.25rem}.btn--lg{font-size:1rem;padding:1rem 2rem;height:auto}.btn--full{width:100%}.hero{position:relative;background:linear-gradient(135deg,rgba(14,58,109,.05) 0%,var(--background) 50%,rgba(207,31,46,.03) 100%);overflow:hidden;padding-top:8rem;padding-bottom:5rem}@media(min-width:48rem){.hero{padding-top:10rem;padding-bottom:7rem}}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-bg:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(to left,rgba(14,58,109,.05),transparent)}.hero-bg:after{content:"";position:absolute;bottom:0;left:0;width:33.333%;height:50%;background:linear-gradient(to top right,rgba(207,31,46,.05),transparent)}.hero-inner{position:relative;z-index:10}.hero-content{max-width:56rem;margin:0 auto;text-align:center}.hero-title{font-size:clamp(2.25rem,5vw,4.5rem);font-weight:700;color:var(--foreground);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.025em}.hero-subtitle{font-size:clamp(1.25rem,3vw,1.875rem);font-weight:500;color:var(--primary);margin-bottom:1.5rem}.hero-desc{font-size:clamp(1rem,2vw,1.25rem);color:#17212fcc;max-width:48rem;margin:0 auto 2.5rem;line-height:1.625}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:4rem}@media(min-width:40rem){.hero-actions{flex-direction:row}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:56rem;margin:0 auto}@media(min-width:48rem){.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.stat-card{background:#fffc;backdrop-filter:blur(4px);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-value{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:clamp(.875rem,1.5vw,1rem);color:#17212fb3}.section{padding:5rem 0}@media(min-width:48rem){.section{padding:7rem 0}}.section--services{background:var(--background)}.section--process{background:var(--secondary-bg)}.section--advantages{background:var(--background)}.section--faq{background:var(--secondary-bg)}.section--contact{background:linear-gradient(135deg,#0e3a6d0d,#cf1f2e08)}.section-header--center{max-width:48rem;margin:0 auto 4rem;text-align:center}@media(min-width:48rem){.section-header--center{margin-bottom:4rem}}.section-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;color:var(--foreground);margin-bottom:1rem;letter-spacing:-.025em}.section-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:500;color:var(--primary);margin-bottom:1rem}.section-desc{font-size:clamp(1rem,1.5vw,1.125rem);color:#17212fb3;line-height:1.625}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:72rem;margin:0 auto}@media(min-width:48rem){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--background);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .2s ease}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#0e3a6d4d}.service-icon{width:3.5rem;height:3.5rem;background:#0e3a6d1a;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary);transition:background .2s ease}.service-card:hover .service-icon{background:#0e3a6d33}.service-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;color:var(--foreground);margin-bottom:1rem;transition:color .2s ease}.service-card:hover .service-title{color:var(--primary)}.service-desc{font-size:1rem;color:#17212fb3;line-height:1.625}.process-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:48rem){.process-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.process-card{position:relative;background:var(--background);border-radius:var(--radius);padding:2.5rem 2rem 2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.process-card:hover{box-shadow:var(--shadow-md)}.process-number{position:absolute;top:-1.25rem;left:2rem;width:3rem;height:3rem;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-foreground);font-size:1.25rem;font-weight:700;box-shadow:var(--shadow-md)}.process-title{display:flex;align-items:center;gap:.5rem;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;color:var(--foreground);margin-bottom:.75rem}.process-title svg{color:var(--primary);flex-shrink:0}.process-desc{font-size:1rem;color:#17212fb3;line-height:1.625}.advantages-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto}@media(min-width:48rem){.advantages-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.advantages-grid{grid-template-columns:repeat(4,1fr)}}.advantage-card{background:var(--background);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:center;transition:all .2s ease}.advantage-card:hover{box-shadow:var(--shadow-lg);border-color:#0e3a6d4d}.advantage-icon{width:4rem;height:4rem;background:#0e3a6d1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary);transition:all .2s ease}.advantage-card:hover .advantage-icon{background:var(--primary);color:var(--primary-foreground);transform:scale(1.1)}.advantage-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}.advantage-desc{font-size:.875rem;color:#17212fb3;line-height:1.625}.faq-list{max-width:56rem;margin:0 auto;display:grid;gap:1rem}.faq-item{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.faq-item summary{padding:1.25rem 1.5rem;font-weight:600;color:var(--foreground);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:background .15s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";display:block;width:.75rem;height:.75rem;border-right:2px solid var(--muted-foreground);border-bottom:2px solid var(--muted-foreground);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.faq-item[open] summary:after{transform:rotate(-135deg)}.faq-item summary:hover{background:#cf1f2e08}.faq-answer{padding:0 1.5rem 1.25rem;font-size:.875rem;color:#17212fb3;line-height:1.625}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:64rem;margin:0 auto}@media(min-width:64rem){.contact-grid{grid-template-columns:1fr 1fr;gap:3rem}}.contact-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.contact-desc{font-size:1.125rem;color:#17212fcc;margin-bottom:2rem;line-height:1.625}.contact-details{display:grid;gap:1.5rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem}.contact-detail-icon{width:3rem;height:3rem;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-foreground)}.contact-detail-label{font-weight:600;color:var(--foreground);margin-bottom:.25rem}.contact-detail-value{color:var(--primary);transition:color .15s ease}.contact-detail-value:hover{color:var(--accent);text-decoration:underline}.contact-form-card{background:var(--background);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.contact-form{display:grid;gap:1.5rem}.form-group{display:grid;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:var(--foreground)}.form-input,.form-textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;font:inherit;background:var(--input-background);color:var(--foreground);transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0e3a6d1a}.form-textarea{min-height:8rem;resize:vertical}.form-note{font-size:.75rem;color:#17212f99;text-align:center}.form-note a{color:var(--primary);text-decoration:underline}.site-footer{background:var(--primary);color:var(--primary-foreground)}.site-footer .container{padding-top:3rem;padding-bottom:2rem}@media(min-width:48rem){.site-footer .container{padding-top:4rem;padding-bottom:2.5rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:48rem){.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(min-width:64rem){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-logo-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo{height:2.5rem;width:auto;filter:brightness(0) invert(1)}.footer-name{font-size:1.125rem;font-weight:600}.footer-desc{color:#ffffffe6;margin-bottom:1rem;max-width:28rem}.footer-tag{font-size:.875rem;color:#ffffffb3}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:grid;gap:.5rem}.footer-links a{font-size:.875rem;color:#fffc;transition:color .15s ease}.footer-links a:hover{color:var(--primary-foreground)}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:48rem){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:.875rem;color:#ffffffb3;margin:0}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a{font-size:.875rem;color:#ffffffb3;transition:color .15s ease}.footer-legal-links a:hover{color:var(--primary-foreground)}@media(max-width:63.99rem){.header-nav{display:none;flex-direction:column;position:absolute;top:5rem;left:0;right:0;background:#fffffffa;backdrop-filter:blur(8px);padding:1rem 1.5rem;border-bottom:1px solid var(--border);gap:.75rem}.header-nav.open{display:flex}.header-inner .btn--sm{display:none}}[id]{scroll-margin-top:6rem}.skip-link{position:absolute;left:1rem;top:-4rem;background:#fff;color:#000;padding:.75rem 1rem;border-radius:999px;z-index:50}.skip-link:focus{top:1rem}
