@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--color-primary: #0d4a91;--color-primary-dark: #0a3466;--color-secondary: #0f8a72;--color-secondary-soft: #dbf6ef;--color-bg: #f4f8fc;--color-surface: #ffffff;--color-text: #12263a;--color-muted: #4b5e73;--color-border: #d7e2ee;--shadow-soft: 0 14px 35px rgba(10, 52, 102, .12);--radius-lg: 18px;--radius-md: 12px;--container: min(1140px, 92vw)}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{font-family:Manrope,Segoe UI,sans-serif;color:var(--color-text);background:radial-gradient(circle at 10% 0%,#e8f4ff 0%,transparent 45%),radial-gradient(circle at 90% 20%,#e6fff6 0%,transparent 40%),var(--color-bg);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:Space Grotesk,Manrope,sans-serif;color:#0d2543;letter-spacing:-.02em;margin:0 0 .65rem}h1{font-size:clamp(2rem,3.6vw,3.5rem);line-height:1.08}h2{font-size:clamp(1.55rem,2.6vw,2.3rem);line-height:1.15}h3{font-size:clamp(1.1rem,1.7vw,1.28rem)}p{margin:0;color:var(--color-muted)}ul{margin:0;padding:0;list-style:none}address{font-style:normal}.container{width:var(--container);margin-inline:auto}.section{padding:clamp(3rem,5vw,5.3rem) 0}.section-soft{background:linear-gradient(135deg,#edf5fd,#f8fcff);border-top:1px solid rgba(13,74,145,.08);border-bottom:1px solid rgba(13,74,145,.08)}.page-head{padding-top:2.8rem}.pill{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;text-transform:uppercase;font-size:.73rem;letter-spacing:.08em;color:var(--color-primary);background:#0d4a9117;padding:.42rem .74rem;border-radius:999px;margin-bottom:1rem}.hero{position:relative;overflow:hidden;min-height:74vh;display:grid;align-items:center}.hero-home{border-bottom:1px solid rgba(255,255,255,.18)}.hero-bg,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(110deg,#08254bed,#08254bc7 44%,#08254b66),linear-gradient(0deg,#0f8a7238,#0f8a7238)}.hero-content{position:relative;z-index:1;display:grid;gap:1.1rem;padding:4.2rem 0;max-width:760px}.hero-content h1,.hero-content p{color:#eaf4ff}.hero-lead{font-size:clamp(1.02rem,1.7vw,1.2rem);font-weight:600}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid transparent;font-weight:700;padding:.78rem 1.3rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn:focus-visible{outline:3px solid rgba(15,138,114,.42);outline-offset:2px}.btn-primary{background:linear-gradient(135deg,var(--color-primary),#0a5fb7);color:#fff;box-shadow:0 10px 24px #0a346647}.btn-primary:hover{box-shadow:0 13px 28px #0a346657}.btn-secondary{border-color:#fff9;color:#fff;background:#ffffff14}.btn-secondary:hover{background:#ffffff29}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(13,74,145,.1);background:#fff}.header-inner{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.brand{display:flex;align-items:center;gap:.82rem;min-width:0}.brand-logo{width:150px;height:100px;object-fit:cover;border:0;border-radius:999px}.brand-copy{display:grid;min-width:0}.brand-copy strong{color:var(--color-primary-dark);letter-spacing:.03em}.brand-copy span{font-size:.77rem;color:var(--color-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-nav{display:flex;align-items:center;gap:1rem}.nav-list{display:flex;align-items:center;gap:.4rem}.nav-link{display:inline-flex;align-items:center;font-weight:600;color:#39516c;padding:.5rem .76rem;border-radius:10px;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.nav-link:hover,.nav-link.active{background:#0d4a911c;color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:.85rem}.header-cta{white-space:nowrap}.language-switch{display:inline-flex;padding:.2rem;border-radius:999px;background:#edf3fa;border:1px solid var(--color-border)}.lang-btn{border:0;background:transparent;border-radius:999px;padding:.32rem .62rem;font-weight:700;color:#4a627c;cursor:pointer}.lang-btn.active{background:#fff;color:var(--color-primary);box-shadow:0 4px 10px #0d4a9124}.hamburger{display:none;border:0;background:#0d4a9114;width:44px;height:44px;border-radius:10px;cursor:pointer;padding:10px}.hamburger span{display:block;height:2px;background:var(--color-primary);margin:5px 0;border-radius:99px}.section-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.8rem 1.3rem;margin-bottom:1.35rem}.section-note{color:var(--color-secondary);font-weight:700}.card-grid{display:grid;gap:1rem}.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.service-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.28rem;box-shadow:0 10px 24px #0d4a9114}.info-card h3,.service-card h2{margin-bottom:.5rem}.service-card h2{font-size:1.14rem}.two-col{display:grid;gap:clamp(1.3rem,3vw,2.4rem);grid-template-columns:1fr 1fr;align-items:center}.check-list{display:grid;gap:.65rem;margin-top:1.1rem}.check-list li{position:relative;padding-left:1.8rem;color:#2b435a;font-weight:600}.check-list li:before{content:"";position:absolute;left:0;top:.45rem;width:.88rem;height:.88rem;border-radius:50%;background:linear-gradient(135deg,var(--color-secondary),#32b79a);box-shadow:0 0 0 3px #0f8a722e}.media-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(13,74,145,.12);box-shadow:var(--shadow-soft);background:var(--color-surface)}.media-card img{width:100%;height:100%;object-fit:cover}.map-card img{min-height:300px}.country-list,.vehicle-list{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.64rem}.country-list li,.vehicle-list li{background:#edf3fa;border:1px solid #d3ddeb;border-radius:999px;padding:.45rem .76rem;color:#2d4662;font-weight:600;font-size:.92rem}.cta-panel{background:linear-gradient(120deg,#0d4a91f2,#0f8a72e0),linear-gradient(40deg,#0d4a91,#0f8a72);border-radius:22px;padding:clamp(1.7rem,3.2vw,2.7rem);color:#e8f7ff;text-align:center;box-shadow:0 18px 35px #0a346642}.cta-panel h2,.cta-panel p{color:#e8f7ff}.cta-panel .btn{margin-top:1.2rem}.highlight-block{border-radius:20px;padding:clamp(1.5rem,3vw,2.4rem);background:linear-gradient(160deg,#fff,#eef7ff);border:1px solid var(--color-border);box-shadow:0 12px 30px #0d4a911a;display:grid;gap:.85rem}.services-quote-shell{border-radius:24px;border:1px solid rgba(13,74,145,.16);background:linear-gradient(155deg,#0d4a9114,#0f8a7212),#fff;box-shadow:0 16px 32px #0d4a911f;padding:clamp(1.4rem,3vw,2rem);display:grid;gap:1.1rem}.services-quote-head{max-width:760px}.services-quote-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;align-items:start}.quick-form-card{margin:0;background:#fff}.trust-panel{border-radius:18px;padding:1.2rem;border:1px solid rgba(13,74,145,.14);background:linear-gradient(165deg,#fff,#f1f7ff);box-shadow:0 10px 24px #0d4a9114}.trust-list{margin-top:.9rem;display:grid;gap:.78rem}.trust-list li{position:relative;padding-left:1.8rem;font-weight:600;color:#24435f}.trust-list li:before{content:"";position:absolute;left:0;top:.43rem;width:.92rem;height:.92rem;border-radius:50%;background:linear-gradient(135deg,var(--color-secondary),#36ba9f);box-shadow:0 0 0 3px #0f8a722b}.base-card{border:1px solid var(--color-border);background:#f6fbff;border-radius:18px;padding:1.45rem;box-shadow:0 10px 22px #0d4a9114}.base-card address{margin-top:.75rem;display:grid;color:#2f4864;font-weight:600}.brand-quote{margin:1.5rem 0 0;border-left:4px solid var(--color-secondary);padding-left:1rem;font-weight:700;color:#1c3f60}.media-stack{display:grid;gap:1rem}.contact-grid{display:grid;gap:1.25rem;grid-template-columns:.95fr 1.05fr;align-items:start}.contact-panel,.form-panel{border-radius:18px;padding:1.35rem;border:1px solid var(--color-border);background:#fff;box-shadow:0 10px 24px #0d4a9117}.detail-list{display:grid;gap:.74rem;margin-top:.8rem}.detail-list li{display:grid;gap:.2rem;color:#2f4864}.detail-list a{color:var(--color-primary);font-weight:600}.contact-cta-copy{margin-top:1.2rem}.map-wrap{margin-top:1.25rem;display:grid;gap:.6rem}.map-wrap iframe{width:100%;min-height:300px;border:1px solid var(--color-border);border-radius:14px}.map-hint{font-size:.86rem}.form-warning{margin-top:.7rem;background:#fff4df;border:1px solid #f0cf92;border-radius:12px;color:#825f1e;padding:.7rem .8rem}.quote-form{margin-top:1rem;display:grid;gap:.85rem;grid-template-columns:1fr 1fr}.quote-form label{display:grid;gap:.4rem;font-weight:600;color:#2f4864;font-size:.95rem}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #c8d8ea;border-radius:11px;padding:.72rem .78rem;font:inherit;color:var(--color-text);background:#fbfdff}.quote-form input[readonly]{background:#f1f6fd;color:#2f4864}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:3px solid rgba(15,138,114,.25);border-color:var(--color-secondary)}.quote-form .full{grid-column:1 / -1}.quote-form .btn.full{width:100%}.form-feedback{border-radius:10px;padding:.7rem .84rem;font-weight:600}.form-feedback.success{color:#1f5f45;background:#def7e9;border:1px solid #98ddbc}.form-feedback.error{color:#7c2f39;background:#ffe5e8;border:1px solid #f2afba}.form-feedback.warning{color:#7c5b21;background:#fff3db;border:1px solid #f4cf8a}.site-footer{margin-top:2rem;background:#0b2340;color:#c8d8eb;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{padding:3rem 0 2rem;display:grid;gap:1.4rem;grid-template-columns:1.5fr 1fr 1fr}.footer-grid h3,.footer-brand{color:#f3f8ff}.footer-brand{margin-bottom:.85rem}.footer-line{color:#c2d5ec;margin-bottom:.22rem}.footer-quote{margin-top:.85rem;color:#e8f4ff;font-weight:600}.footer-links,.footer-contact{display:grid;gap:.5rem}.footer-links a,.footer-contact a{color:#cce2ff}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0 1.4rem;color:#9db5d3}.skip-link{position:absolute;left:.8rem;top:-100px;z-index:80;background:#091a30;color:#fff;padding:.52rem .8rem;border-radius:8px}.skip-link:focus{top:.8rem}.reveal{animation:riseIn .6s ease both}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1060px){.card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.header-inner{min-height:104px}}@media (max-width: 900px){.hamburger{display:inline-block}.header-nav{position:absolute;left:50%;top:calc(100% + .5rem);transform:translate(-50%);width:min(94vw,520px);background:#fff;border:1px solid var(--color-border);border-radius:16px;padding:1rem;box-shadow:0 20px 35px #0d4a9129;display:none;flex-direction:column;align-items:stretch;gap:.9rem}.header-nav.open{display:flex}.nav-list{flex-direction:column;align-items:stretch;gap:.2rem}.header-actions{justify-content:space-between;flex-wrap:wrap}.two-col,.contact-grid,.services-quote-grid{grid-template-columns:1fr}.reverse-mobile>:first-child{order:2}.reverse-mobile>:last-child{order:1}.footer-grid{grid-template-columns:1fr;padding-top:2.4rem}}@media (max-width: 640px){.brand-copy span{display:none}.card-grid-3,.quote-form{grid-template-columns:1fr}.hero{min-height:68vh}.hero-content{padding:3rem 0}.btn{width:100%}}
