:root{--blue:#0f5fd7;--blue-dark:#0b3f92;--ink:#111827;--muted:#64748b;--line:#e5e7eb;--soft:#f6f9fd;--white:#fff;--shadow:0 18px 45px rgba(15,23,42,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.75)}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.nav{display:flex;align-items:center;justify-content:center;gap:24px;flex:1;font-size:14px}.nav a{color:#334155}.nav a:hover{color:var(--blue)}.menu-toggle{display:none;border:0;background:transparent;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;font-size:14px;box-shadow:0 8px 22px rgba(15,95,215,.18);transition:.2s ease}.btn:hover{transform:translateY(-1px);background:var(--blue-dark)}.btn-header{min-height:42px;padding:0 18px}.btn-ghost{background:#fff;color:var(--ink);border:1px solid #cbd5e1;box-shadow:none}.btn-ghost:hover{background:#f8fafc;color:var(--blue)}.btn-icon,.inline-icon{width:22px;height:22px;object-fit:contain;flex:0 0 auto}.hero{padding:54px 0 0;background:linear-gradient(145deg,#fff 0%,#f5f9ff 62%,#eaf2ff 100%)}.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;align-items:stretch;min-height:540px}.hero-copy{padding:48px 54px 60px 0;display:flex;flex-direction:column;justify-content:center}.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.12em;margin-bottom:14px}.hero h1,.section h2,.cta h2,.location-copy h2{margin:0;letter-spacing:-.035em;line-height:1.04}.hero h1{font-size:clamp(42px,5vw,66px)}.hero h1 span{color:var(--blue)}.hero-copy>p{max-width:620px;color:#475569;font-size:17px;margin:24px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-meta{display:flex;gap:28px;flex-wrap:wrap;margin-top:26px;color:#475569;font-size:14px}.hero-visual{position:relative;min-height:520px;border-radius:26px 26px 0 0;overflow:hidden;box-shadow:var(--shadow)}.quote-card{position:absolute;z-index:3;right:24px;bottom:24px;width:min(290px,calc(100% - 48px));background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow);padding:22px;border-radius:16px}.quote-card strong,.quote-card span{display:block}.quote-card span{font-size:13px;color:#64748b;margin:4px 0 14px}.quote-card a{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--blue);color:#fff;padding:11px;border-radius:9px;font-size:13px;font-weight:800}.trust{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust article{display:flex;gap:14px;padding:24px 20px;border-right:1px solid var(--line)}.trust article:first-child{padding-left:0}.trust article:last-child{border-right:0}.trust article>span{color:var(--blue);font-weight:900}.trust strong,.trust small{display:block}.trust small{color:#64748b;margin-top:2px}.section{padding:88px 0}.section-soft{background:var(--soft)}.section-head{text-align:center;max-width:720px;margin:0 auto 42px}.section-head h2,.about-grid h2{font-size:clamp(32px,4vw,48px)}.section-head p{color:#64748b;margin:14px 0 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;border:1px solid #e8edf4;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.05)}.service-img{height:190px;overflow:hidden}.service-img img,.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.service-card h3{font-size:18px;margin:18px 18px 8px}.service-card p{margin:0 18px 22px;color:#64748b;font-size:14px}.split-head{max-width:none;text-align:left;display:flex;justify-content:space-between;align-items:end}.text-link{color:var(--blue);font-weight:800}.icon-link{display:inline-flex;align-items:center;gap:9px}.icon-link img{width:24px;height:24px;object-fit:contain}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;gap:16px}.gallery-item{position:relative;border-radius:18px;overflow:hidden}.gallery-item:nth-child(1),.gallery-item:nth-child(5){grid-column:span 2}.gallery-item span{position:absolute;z-index:2;left:18px;bottom:16px;background:rgba(255,255,255,.9);padding:7px 10px;border-radius:8px;font-size:12px;font-weight:800}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.about-copy p{font-size:17px;color:#475569;margin:0 0 18px}.location-section{padding:88px 0;background:#eef5fb}.location-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}.location-copy h2{font-size:clamp(34px,4vw,52px);margin-bottom:18px}.location-copy>p{color:#475569;font-size:17px;margin:0 0 24px}.address-card{display:flex;align-items:center;gap:14px;border:1px solid #cbd5e1;border-radius:14px;padding:16px 18px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.06);max-width:480px}.address-card img{width:34px;height:34px;object-fit:contain}.address-card strong,.address-card small{display:block}.address-card small{color:#64748b;margin-top:3px}.maps-link{color:var(--blue);font-weight:800;margin-top:16px}.map-frame{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);min-height:390px;background:#dbeafe}.map-frame iframe{width:100%;height:390px;border:0;display:block}.cta{background:linear-gradient(135deg,#0f5fd7,#0b3f92);color:#fff;padding:64px 0}.cta .eyebrow{color:#bfdbfe}.cta-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.cta h2{font-size:46px}.cta p{color:#dbeafe}.cta-actions{display:flex;gap:10px;flex-direction:column}.btn-light{background:#fff;color:var(--blue);box-shadow:none}.btn-light:hover{background:#eff6ff}.btn-outline-light{background:transparent;border:1px solid rgba(255,255,255,.5);box-shadow:none}.footer{background:#0b1220;color:#cbd5e1;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:44px}.footer strong{color:#fff}.footer p{font-size:14px;color:#94a3b8}.footer a{display:block;color:#94a3b8;font-size:14px;margin-top:6px}.footer a:hover,.xgr-credit:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(148,163,184,.18);margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#64748b}.xgr-credit{color:#64748b}.whatsapp-float{position:fixed;z-index:40;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#18a957;box-shadow:0 14px 34px rgba(0,0,0,.24)}.whatsapp-float img{width:34px;height:34px;object-fit:contain}.scroll-top{position:fixed;z-index:39;left:50%;transform:translateX(-50%);bottom:24px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-size:22px;font-weight:900;border:1px solid #dbe4ef;box-shadow:0 12px 28px rgba(15,23,42,.16)}.scroll-top:hover{background:var(--blue);color:#fff}.legal{padding:70px 0}.legal article{max-width:860px;margin:auto}.legal h1{font-size:42px;line-height:1.08}.legal h2{margin-top:34px}.legal p,.legal li{color:#475569}.legal .back{display:inline-block;margin-bottom:24px;color:var(--blue);font-weight:800}@media(max-width:1050px){.nav{gap:16px;font-size:13px}}@media(max-width:900px){.nav,.btn-header{display:none}.menu-toggle{display:block;margin-left:auto}.nav.open{display:flex;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:18px 20px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.nav.open a{padding:10px 0}.hero{padding-top:0}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:54px 0 44px}.hero-visual{min-height:430px;border-radius:24px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust article:nth-child(2){border-right:0}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item:nth-child(1),.gallery-item:nth-child(5){grid-column:span 1}.about-grid,.cta-grid,.location-grid{grid-template-columns:1fr}.cta-actions{flex-direction:row;flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.header .container{width:min(100% - 24px,1180px)}.nav-wrap{min-height:68px}.nav.open{top:68px}.hero-copy{padding:42px 0 32px}.hero h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-actions .btn{width:100%}.hero-meta{gap:10px;flex-direction:column}.hero-visual{min-height:390px}.quote-card{left:16px;right:16px;bottom:16px;width:auto}.trust-grid{grid-template-columns:1fr}.trust article,.trust article:first-child{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.section,.location-section{padding:64px 0}.services-grid{grid-template-columns:1fr}.split-head{display:block}.text-link{display:inline-flex;margin-top:15px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}.about-grid{gap:24px}.cta{padding:52px 0}.cta h2{font-size:36px}.cta-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{flex-direction:column}.legal{padding:48px 0}.legal h1{font-size:34px}.map-frame,.map-frame iframe{min-height:320px;height:320px}.scroll-top{bottom:28px;width:42px;height:42px}.whatsapp-float{width:54px;height:54px;right:16px;bottom:18px}}
