:root{--navy:#08264b;--navy2:#0d3d73;--red:#ef2938;--ink:#102a49;--muted:#5f6f83;--line:#dfe8f1;--soft:#f5f9fc;--white:#fff;--shadow:0 18px 46px rgba(8,38,75,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1540px,calc(100% - 72px));margin:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:8px;padding:14px 24px;font-weight:800;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-navy{background:var(--navy);color:#fff}.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(239,41,56,.24)}
header{height:82px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(8,38,75,.08);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:13px;min-width:245px}.brand-logo{width:62px;height:62px;object-fit:contain}.brand-text{font-weight:900;color:var(--navy);font-size:1.65rem;line-height:.82;letter-spacing:.02em}.brand-text small{display:block;font-size:.78rem;letter-spacing:.18em;margin-top:8px}.brand-pulse{width:78px;height:28px;margin-left:2px}.brand-pulse path{fill:none;stroke:var(--red);stroke-width:2.2}.nav-links{display:flex;align-items:center;gap:37px;font-size:.95rem;font-weight:750;color:#173451}.nav-links>a:not(.btn):hover{color:var(--red)}.menu{display:none;background:none;border:0;font-size:1.7rem;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 29%,rgba(255,255,255,.55) 50%,rgba(231,243,254,.28) 100%);min-height:390px}.hero:before{content:"";position:absolute;right:0;top:0;width:67%;height:100%;background:url('hero-building.jpg') center/cover no-repeat;opacity:.78}.hero:after{content:"MS";position:absolute;right:4%;top:32%;font:900 10rem/1 Arial;color:rgba(8,38,75,.05);letter-spacing:-.1em}.hero-inner{position:relative;z-index:2;padding:46px 0 82px;min-height:390px;display:flex;align-items:flex-start}.hero-copy{width:min(620px,48%)}.hero h1{font-size:clamp(2.6rem,4.4vw,4.45rem);line-height:1.04;letter-spacing:-.035em;margin:0 0 18px;color:var(--navy);font-weight:850}.hero h1 span{color:var(--red)}.hero p{font-size:1.03rem;line-height:1.65;color:#586a80;margin:0 0 22px;max-width:560px}.main-pulse{position:absolute;left:0;right:0;bottom:36px;height:52px;z-index:3}.main-pulse svg{width:100%;height:100%}.main-pulse path{fill:none;stroke:var(--red);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.pulse-dot{fill:#fff;stroke:var(--red);stroke-width:2}
.services-section{position:relative;z-index:5;margin-top:-18px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;padding:0 105px}.service-card{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);padding:22px 28px;display:grid;grid-template-columns:68px 1fr;gap:18px;align-items:start;min-height:142px}.service-icon{width:62px;height:62px;border-radius:50%;background:#f2f6fa;display:grid;place-items:center;color:var(--navy)}.service-icon svg{width:36px;height:36px;stroke:currentColor;fill:none;stroke-width:1.8}.service-card h3{margin:2px 0 7px;font-size:1.13rem;color:var(--navy)}.service-card p{font-size:.88rem;line-height:1.48;margin:0 0 10px;color:var(--muted)}.service-card a{font-size:.86rem;font-weight:800;color:var(--navy)}.service-card a span{color:var(--red);margin-left:8px}
.trust{padding:18px 0 8px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(90deg,#f5f9fc,#fff,#f5f9fc);border:1px solid var(--line);border-radius:14px;overflow:hidden}.trust-item{display:grid;grid-template-columns:50px 1fr;gap:15px;padding:18px 28px;border-right:1px solid var(--line);align-items:center}.trust-item:last-child{border-right:0}.trust-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--navy)}.trust-icon svg{width:38px;height:38px;stroke:currentColor;fill:none;stroke-width:1.7}.trust-item b{display:block;margin-bottom:4px;font-size:.95rem;color:var(--navy)}.trust-item span{font-size:.81rem;line-height:1.45;color:var(--muted)}
.process{padding:10px 0 24px}.section-title{text-align:center;color:var(--navy);font-size:1.8rem;margin:0 0 16px;font-weight:750}.section-title:after{content:"";display:block;width:160px;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);margin:8px auto 0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.process-grid:before{content:"";position:absolute;left:4%;right:3%;top:29px;height:2px;background:var(--red)}.step{position:relative;z-index:1;background:#fff;display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;padding-right:12px}.num{width:48px;height:48px;border-radius:50%;background:#eaf1f7;color:var(--navy);display:grid;place-items:center;font-weight:900;border:1px solid #d8e4ef}.step h4{font-size:.88rem;margin:2px 0 4px;color:var(--navy)}.step p{font-size:.76rem;line-height:1.42;margin:0;color:var(--muted)}
.cta{margin-top:6px}.cta-box{background:linear-gradient(90deg,#0a2e58,#08264b 70%,#0f3d72);border:1px solid rgba(255,255,255,.25);border-radius:12px;min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:13px 42px;color:#fff;box-shadow:0 10px 24px rgba(8,38,75,.16)}.cta-left{display:flex;align-items:center;gap:18px}.cta-mark{width:45px;height:45px;border-radius:50%;border:2px solid rgba(255,255,255,.35);display:grid;place-items:center;font-weight:900}.cta h2{font-size:1.35rem;margin:0 0 3px}.cta p{margin:0;color:#cdd9e5;font-size:.84rem}
.contact-section{padding:54px 0 76px;background:linear-gradient(180deg,#f7fafc 0%,#fff 100%)}.contact-head{text-align:center;max-width:780px;margin:0 auto 34px}.contact-head h2{font-size:2.15rem;color:var(--navy);margin:0 0 12px}.contact-head p{margin:0;color:var(--muted);line-height:1.65}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:stretch}.contact-panel,.contact-form{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.contact-panel{padding:34px;background:linear-gradient(145deg,#08264b,#0d3d73);color:#fff}.contact-panel h3{font-size:1.55rem;margin:0 0 12px}.contact-panel>p{color:#d4e0eb;line-height:1.65;margin:0 0 28px}.contact-option{display:flex;align-items:center;gap:15px;padding:17px 0;border-top:1px solid rgba(255,255,255,.15)}.contact-option-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);flex:0 0 auto}.contact-option-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9}.contact-option b{display:block;margin-bottom:4px}.contact-option a,.contact-option span{color:#dce7f0;font-size:.92rem}.whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;padding:14px 20px;border-radius:9px;background:#25D366;color:#fff;font-weight:850;box-shadow:0 10px 24px rgba(37,211,102,.22)}.whatsapp-button svg{width:23px;height:23px;fill:currentColor}.contact-form{padding:32px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:.88rem;font-weight:800;color:var(--navy)}.field input,.field select,.field textarea{width:100%;border:1px solid #cedbe7;border-radius:9px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff;outline:none;transition:.2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy2);box-shadow:0 0 0 3px rgba(13,61,115,.09)}.field textarea{min-height:126px;resize:vertical}.consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:var(--muted);line-height:1.48}.consent input{margin-top:3px}.consent a{color:var(--navy);font-weight:800;text-decoration:underline}.form-note{grid-column:1/-1;margin:0;color:#76879a;font-size:.78rem;line-height:1.45}.submit-row{grid-column:1/-1;display:flex;justify-content:flex-end}.submit-row button{border:0;cursor:pointer;font:inherit}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:80;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.23);transition:.2s}.floating-wa:hover{transform:translateY(-3px) scale(1.03)}.floating-wa svg{width:31px;height:31px;fill:currentColor}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
footer{background:#062850;color:#d8e5ef;margin-top:-22px;padding:54px 0 18px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr .9fr .9fr;gap:34px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.footer-brand img{width:58px;height:58px}.footer-brand strong{font-size:1.5rem;line-height:.9}.footer-brand small{display:block;letter-spacing:.16em;font-size:.72rem;margin-top:7px}.footer-grid h4{margin:0 0 13px;color:#fff;font-size:.94rem}.footer-grid a,.footer-grid span{display:block;margin:8px 0;color:#c5d4e1;font-size:.82rem}.footer-note{max-width:305px;color:#c5d4e1;font-size:.82rem;line-height:1.55}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:24px;padding-top:14px;display:flex;justify-content:space-between;color:#9eb1c3;font-size:.76rem}
@media(max-width:1120px){.contact-grid{grid-template-columns:1fr}.contact-panel{padding:28px}.nav-links{display:none}.menu{display:block}.brand-pulse{display:none}.hero-copy{width:56%}.services{padding:0 35px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item{border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.process-grid:before{display:none}}
@media(max-width:720px){.contact-section{padding:42px 0 58px}.contact-head h2{font-size:1.75rem}.contact-form{padding:22px}.form-grid{grid-template-columns:1fr}.field.full,.consent,.form-note,.submit-row{grid-column:1}.submit-row .btn{width:100%}.floating-wa{right:16px;bottom:16px;width:54px;height:54px}.container{width:min(100% - 28px,1540px)}header,.nav{height:72px}.brand{min-width:auto}.brand-logo{width:50px;height:50px}.brand-text{font-size:1.3rem}.brand-text small{font-size:.63rem}.hero{min-height:auto}.hero:before{width:100%;opacity:.24}.hero-inner{padding:38px 0 100px;min-height:auto}.hero-copy{width:100%}.hero h1{font-size:2.45rem}.hero p{font-size:.95rem}.main-pulse{bottom:42px}.services-section{margin-top:-34px}.services{grid-template-columns:1fr;padding:0;gap:14px}.service-card{grid-template-columns:58px 1fr;padding:19px;min-height:auto}.service-icon{width:52px;height:52px}.trust-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.trust-item{border-right:0}.step{padding:4px 0}.cta-box{flex-direction:column;align-items:flex-start;gap:15px;padding:22px}.cta-box .btn{width:100%}.copyright{flex-direction:column;gap:8px}.section-title{font-size:1.55rem}}
.site-tools{display:flex;align-items:center;gap:10px;margin-left:auto}.language-select,.theme-toggle{height:42px;border:1px solid var(--line);border-radius:9px;background:var(--white);color:var(--ink);font:700 .82rem Inter,Segoe UI,Arial,sans-serif;cursor:pointer}.language-select{padding:0 34px 0 12px;min-width:165px}.theme-toggle{padding:0 13px;display:inline-flex;align-items:center;gap:8px}.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.theme-label{white-space:nowrap}
body.dark{--navy:#9fc6f2;--navy2:#6ba4dd;--ink:#e8f0f8;--muted:#aebed0;--line:#29415d;--soft:#182b40;--white:#102238;--shadow:0 18px 46px rgba(0,0,0,.34);background:#0b1928;color:var(--ink)}body.dark header{background:rgba(11,25,40,.94);border-color:#29415d}body.dark .nav-links{color:#d8e7f5}body.dark .brand-text{color:#e8f0f8}body.dark .hero{background:linear-gradient(90deg,#0b1928 0%,rgba(11,25,40,.97) 31%,rgba(11,25,40,.64) 54%,rgba(11,25,40,.28) 100%)}body.dark .hero:before{opacity:.43;filter:saturate(.75) brightness(.72)}body.dark .hero:after{color:rgba(255,255,255,.035)}body.dark .hero h1,body.dark .service-card h3,body.dark .service-card a,body.dark .trust-item b,body.dark .section-title,body.dark .step h4,body.dark .field label,body.dark .contact-head h2{color:#e7f2fc}body.dark .hero p{color:#b8c8d8}body.dark .service-card,body.dark .trust-grid,body.dark .step,body.dark .contact-form{background:#102238}body.dark .service-icon,body.dark .num{background:#1b334c;color:#dbeeff;border-color:#35516d}body.dark .trust-grid{background:linear-gradient(90deg,#102238,#13283f,#102238)}body.dark .contact-section{background:linear-gradient(180deg,#0d1d2e,#0b1928)}body.dark .field input,body.dark .field select,body.dark .field textarea{background:#0c1d2f;color:#eef6fd;border-color:#35516d}body.dark .field input::placeholder,body.dark .field textarea::placeholder{color:#71869a}body.dark .language-select,body.dark .theme-toggle{background:#102238;color:#e8f0f8;border-color:#35516d}body.dark footer{background:#061321}body.dark .contact-panel{background:linear-gradient(145deg,#071a30,#0b3159)}
@media(max-width:1120px){.site-tools{margin-left:auto}.language-select{min-width:148px}.theme-label{display:none}.theme-toggle{width:42px;padding:0;justify-content:center}}
@media(max-width:720px){.site-tools{gap:6px}.language-select{min-width:176px;width:176px;font-size:.72rem;padding-left:8px}.theme-toggle{width:38px;height:38px}.nav{gap:8px}.brand-text{display:none}.brand{min-width:50px}}