:root{
  --blue:#0b3f88;
  --blue-2:#0d66e8;
  --blue-3:#2f86ff;
  --ink:#113a72;
  --muted:#5f7da8;
  --line:#dbe8f5;
  --soft:#f3f9ff;
  --soft-2:#eaf6ff;
  --green:#13b866;
  --green-dark:#0b9a52;
  --white:#fff;
  --shadow:0 10px 30px rgba(40,87,144,.10);
  --radius:15px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}

.site-header{height:74px;background:#fff;border-bottom:1px solid #e9f1f8;display:flex;align-items:center;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand img{width:54px;height:54px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-family:Manrope,Inter,sans-serif;letter-spacing:.16em;color:#175bd8;font-size:18px;font-weight:800}
.brand-copy small{margin-top:5px;font-size:8px;color:#29466f;letter-spacing:.08em;font-weight:800}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:34px;font-size:13px;font-weight:600;color:#2b4770;height:74px}
.main-nav a{height:74px;display:flex;align-items:center;position:relative}
.main-nav a.is-active,.main-nav a:hover{color:#1175ef}
.main-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#1878f2}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:800;transition:.2s ease}
.btn-whatsapp{background:var(--green);color:#fff;box-shadow:0 7px 18px rgba(18,184,102,.25)}
.btn-whatsapp:hover{background:var(--green-dark);transform:translateY(-1px)}
.header-wa{height:42px;padding:0 18px;font-size:12px;gap:7px}
.wa-icon{font-size:17px;line-height:1}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;color:var(--ink);font-size:28px;cursor:pointer}

.hero{background:linear-gradient(96deg,#f8fcff 0%,#edf8ff 48%,#eef7fb 100%);overflow:hidden}
.hero-grid{min-height:332px;display:grid;grid-template-columns:47% 53%;align-items:stretch}
.hero-copy{padding:43px 0 35px}
.eyebrow{margin:0 0 9px;color:#247df0;font-size:10px;font-weight:800;letter-spacing:.06em}
.hero h1{font-family:Manrope,Inter,sans-serif;margin:0;color:#0b3b83;font-size:42px;line-height:1.05;letter-spacing:-.04em;font-weight:800}
.hero h2{font-size:17px;margin:5px 0 11px;color:#0e3f87;line-height:1.25}
.hero-text{max-width:560px;margin:0;color:#41658f;font-size:13px;line-height:1.55;font-weight:500}
.hero-trust{display:flex;gap:14px;margin-top:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.72);border:1px solid #e0eef8;border-radius:10px;padding:8px 11px;color:#33587f;font-size:10px;font-weight:700}
.icon-box{width:30px;height:30px;border-radius:8px;background:#fff;color:#1677f6;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbeaff;font-size:17px}
.hero-visual{height:332px;overflow:hidden;position:relative}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}

.section{padding:23px 0}
.section-heading{margin-bottom:13px}
.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.section-heading h2{font-family:Manrope,Inter,sans-serif;margin:0;color:#0a3b82;font-size:27px;line-height:1.15;letter-spacing:-.03em}
.split-heading>p{margin:0 0 4px;color:#3d80db;font-size:11px}
.compact{margin-bottom:13px}
.text-link{color:#2580f0;font-size:10px;font-weight:800;white-space:nowrap}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.service-card{border:1px solid #dbe8f3;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(26,77,131,.05)}
.service-card img{width:100%;height:128px;object-fit:cover}
.card-body{padding:10px 11px 12px}
.service-card h3{margin:0 0 5px;color:#0c3f8a;font-size:14px;line-height:1.1}
.service-card p{margin:0;color:#5a789e;font-size:10.5px;line-height:1.35}
.service-cta{background:linear-gradient(150deg,#f8fdff,#eaf7ff);padding:22px 18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.service-cta .cta-icon{font-size:29px;color:#2282ef;margin-bottom:9px}
.service-cta h3{font-size:15px;line-height:1.2;margin-bottom:8px}
.service-cta p{font-size:10.5px;margin-bottom:14px}
.btn-small{min-height:38px;padding:0 12px;font-size:9.5px;gap:5px;width:100%}

.conditions-section{background:linear-gradient(180deg,#f3fbff 0%,#eaf7ff 100%);border-radius:28px 28px 0 0;margin-top:4px}
.condition-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.condition-card{background:#fff;border:1px solid #dceaf5;border-radius:9px;padding:5px 5px 10px;box-shadow:0 4px 14px rgba(26,77,131,.04)}
.condition-card img{width:100%;height:86px;object-fit:cover;border-radius:6px}
.condition-card h3{margin:7px 4px 3px;color:#0b3f89;font-size:11px;line-height:1.14}
.condition-card p{margin:0 4px;color:#5b779d;font-size:9.4px;line-height:1.27}

.process-section{padding-top:19px}
.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;position:relative}
.process-card{position:relative;min-height:131px;border:1px solid #dce8f2;background:#fff;border-radius:10px;padding:13px 10px 10px;text-align:center}
.process-card:not(:last-child):after{content:"→";position:absolute;right:-13px;top:52px;color:#4c96f7;font-size:23px;font-weight:600;z-index:2}
.step-no{position:absolute;left:10px;top:10px;width:31px;height:31px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#55a0ff,#6c8cff);color:#fff;font-size:9px;font-weight:800}
.process-icon{font-size:31px;line-height:1;margin:8px 0 9px;color:#15b56a}
.process-card h3{margin:0 0 4px;color:#0d438e;font-size:10.5px}
.process-card p{margin:0;color:#657f9f;font-size:8.8px;line-height:1.35}

.gallery-section{padding-top:5px}
.gallery-heading{display:flex;align-items:baseline;gap:18px;margin-bottom:10px}
.gallery-heading h2{font-size:24px}
.gallery-heading p{margin:0;color:#6984a6;font-size:10px}
.gallery-heading .text-link{margin-left:auto}
.gallery-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1.28fr;gap:8px;height:156px}
.gallery-item{margin:0;border-radius:8px;overflow:hidden;border:1px solid #dbe7f1;background:#eef6fb;position:relative;padding:0}
.gallery-item img{width:100%;height:100%;object-fit:cover}
.video-thumb{cursor:pointer;color:#fff;border:0}
.video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(5,26,55,.72))}
.play-button{position:absolute;z-index:2;left:50%;top:44%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;color:#0b4b99;display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 6px 20px rgba(0,0,0,.2)}
.video-label{position:absolute;z-index:2;left:0;right:0;bottom:16px;text-align:center;font-weight:700;font-size:11px}.video-label small{font-size:9px;font-weight:600}

.contact-section{padding-top:16px}
.contact-layout{display:grid;grid-template-columns:1fr 300px;gap:12px;align-items:end}
.contact-main h2{font-family:Manrope,Inter,sans-serif;margin:0 0 4px;color:#0a3b82;font-size:26px;letter-spacing:-.03em}
.contact-main>p:not(.eyebrow){margin:0 0 12px;color:#6480a3;font-size:10.5px}
.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.contact-card{display:flex;align-items:center;gap:8px;min-height:57px;border:1px solid #dbe8f4;border-radius:9px;background:#fff;padding:9px 10px;box-shadow:0 5px 15px rgba(34,77,122,.04)}
.contact-card:hover{border-color:#a8ccef;transform:translateY(-1px)}
.contact-icon{width:32px;height:32px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:18px;font-weight:800}.contact-icon.wa{background:#e5faee;color:#12ad61}.contact-icon.ig{background:#fff0f7;color:#da2a7f}.contact-icon.map{background:#eaf5ff;color:#1679ef}
.contact-card span:last-child{display:flex;flex-direction:column;min-width:0}.contact-card strong{color:#124887;font-size:10.5px;white-space:nowrap}.contact-card small{color:#6f86a1;font-size:8px;margin-top:2px}
.map-card{height:155px;border-radius:10px;overflow:hidden;border:1px solid #dbe8f4;position:relative;background:#eaf5ff}
.map-card iframe{width:100%;height:100%;border:0;filter:saturate(.82) contrast(.95)}
.map-button{position:absolute;left:50%;bottom:11px;transform:translateX(-50%);background:#fff;color:#1d79e8;border:1px solid #cde0f5;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:800;white-space:nowrap;box-shadow:0 5px 14px rgba(34,77,122,.14)}

.bottom-cta{margin-top:3px;background:linear-gradient(90deg,#2b6bb3,#14539b 64%,#225fa4);color:#fff;position:relative;overflow:hidden}
.bottom-cta:after{content:"";position:absolute;right:-80px;top:-100px;width:420px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 65%)}
.bottom-cta-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:1}
.bottom-cta h2{font-family:Manrope,Inter,sans-serif;margin:0 0 3px;font-size:24px;letter-spacing:-.02em}.bottom-cta p{margin:0;font-size:10.5px;color:#e7f2ff}.cta-btn{height:44px;padding:0 20px;font-size:11px;gap:6px;min-width:230px}

.site-footer{background:#fff;padding:23px 0 13px}
.footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr .9fr;gap:34px;align-items:start}
.footer-logo img{width:52px;height:52px}.footer-logo .brand-copy strong{font-size:17px}.footer-tagline{margin:12px 0 0 65px;color:#6b7e9b;font-size:9px;letter-spacing:.18em;line-height:1.45}
.footer-col h3{margin:0 0 9px;color:#183f74;font-size:10px}.footer-col a,.footer-col p{display:block;margin:0 0 5px;color:#4d688a;font-size:9px;line-height:1.45}.footer-col a:hover{color:#1679ef}.footer-map{color:#1478ed!important;font-weight:700}.quick-links>div{display:grid;grid-template-columns:1fr 1fr;gap:1px 18px}
.footer-bottom{border-top:1px solid #e4edf5;margin-top:19px;padding-top:11px;display:flex;justify-content:space-between;color:#8494a9;font-size:8.5px}.footer-bottom span:last-child{display:flex;align-items:center;gap:8px}.footer-bottom i{display:inline-block;width:30px;height:2px;background:#25b56c}

.video-modal{position:fixed;inset:0;background:rgba(4,17,35,.85);z-index:100;display:none;align-items:center;justify-content:center;padding:30px}.video-modal.is-open{display:flex}.video-dialog{width:min(420px,90vw);max-height:86vh;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 25px 70px rgba(0,0,0,.45)}.video-dialog video{display:block;width:100%;max-height:86vh}.video-close{position:absolute;right:28px;top:20px;border:0;background:#fff;color:#183b6e;border-radius:50%;width:42px;height:42px;font-size:28px;cursor:pointer}
.floating-wa{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:#18b866;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 12px 28px rgba(18,184,102,.3);z-index:45}

@media(max-width:1050px){
  .main-nav{gap:18px}.header-wa{display:none}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:36px}.service-grid{grid-template-columns:repeat(2,1fr)}.condition-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-card:nth-child(3):after{display:none}.gallery-grid{grid-template-columns:2fr 1fr 1fr;height:auto}.gallery-item{height:160px}.gallery-grid .gallery-item:nth-child(4),.gallery-grid .gallery-item:nth-child(5){grid-column:auto}.contact-layout{grid-template-columns:1fr}.map-card{height:220px}.contact-cards{grid-template-columns:repeat(2,1fr)}}

@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}.site-header{height:66px}.brand img{width:44px;height:44px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:7px}.menu-toggle{display:block}.main-nav{position:fixed;left:14px;right:14px;top:72px;background:#fff;border:1px solid #dbe8f4;border-radius:14px;box-shadow:var(--shadow);padding:12px;display:none;flex-direction:column;align-items:stretch;gap:0;height:auto}.main-nav.is-open{display:flex}.main-nav a{height:42px;padding:0 10px}.main-nav a.is-active:after{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:34px 0 24px}.hero h1{font-size:35px}.hero h2{font-size:15px}.hero-visual{height:270px;margin:0 -14px}.hero-trust{display:grid;grid-template-columns:1fr 1fr}.section{padding:22px 0}.split-heading{align-items:flex-start;flex-direction:column;gap:6px}.section-heading h2{font-size:24px}.service-grid{grid-template-columns:1fr}.service-card img{height:190px}.condition-grid{grid-template-columns:repeat(2,1fr)}.condition-card img{height:95px}.process-grid{grid-template-columns:1fr 1fr}.process-card:after{display:none!important}.gallery-heading{align-items:flex-start;flex-wrap:wrap}.gallery-heading .text-link{margin-left:0}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-wide{grid-column:1/-1}.gallery-item{height:150px}.contact-cards{grid-template-columns:1fr}.bottom-cta-inner{padding:20px 0;align-items:flex-start;flex-direction:column}.bottom-cta h2{font-size:22px}.cta-btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{grid-column:1/-1}.footer-tagline{margin-left:65px}.footer-bottom{flex-direction:column;gap:8px}.floating-wa{width:48px;height:48px}.video-close{right:15px;top:12px}}

@media(max-width:450px){.hero h1{font-size:31px}.hero-trust{grid-template-columns:1fr}.condition-grid{grid-template-columns:1fr 1fr}.condition-card h3{font-size:10.5px}.process-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.gallery-item{height:180px}.footer-grid{grid-template-columns:1fr}.quick-links>div{grid-template-columns:1fr 1fr}}
