*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#08112a;background:#fff}a{text-decoration:none;color:inherit}.topbar{height:82px;background:#03132d;color:#fff;display:flex;align-items:center;gap:34px;padding:10px 3%;position:sticky;top:0;z-index:10;border-bottom:1px solid #174f99}.brand img{width:74px;height:74px;object-fit:contain;border-radius:50%}.topbar nav{display:flex;gap:28px;font-weight:700;font-size:14px;flex:1;justify-content:center}.topbar nav a:hover{color:#28a8ff}.head-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:24px;padding:12px 18px;font-weight:800;letter-spacing:.2px}.btn.whatsapp{background:#36e35a;color:#06200e}.btn.outline{border:1px solid #31a6ff;color:#fff;background:#071c40}.btn.big{padding:15px 20px}.hero{background:linear-gradient(120deg,#020d21,#073f93 75%);color:#fff;display:grid;grid-template-columns:34% 66%;position:relative;min-height:510px}.hero-copy{padding:58px 32px 70px 4%}.eyebrow,.section-title>span{font-size:13px;letter-spacing:2px;font-weight:900;color:#21b3ff}.hero h1{font-size:52px;line-height:.98;margin:18px 0}.hero h1 span{color:#168cff}.hero-copy p{font-size:17px;line-height:1.5;max-width:540px}.cta-row{display:flex;gap:12px;margin-top:24px}.hero-photo{display:flex;align-items:center;justify-content:center;padding:45px 4% 90px 0}.hero-photo img{width:100%;height:400px;object-fit:cover;border-radius:18px;box-shadow:0 20px 50px #0006}.trust-strip{position:absolute;bottom:0;left:2.5%;right:49%;height:68px;background:#021b42e8;border-radius:16px 16px 0 0;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 18px}.trust-strip div{display:flex;gap:10px;align-items:center;border-right:1px solid #ffffff22;padding:0 14px;color:#fff}.section{padding:60px 4%}.section-title{text-align:center;margin-bottom:32px}.section-title h2{font-size:32px;margin:8px 0}.section-title p{margin:0;color:#526078}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 22px #0a2d6718;border:1px solid #e2e8f0;padding-bottom:20px}.service-card img{width:100%;height:210px;object-fit:cover}.service-card .icon{position:absolute;top:185px;left:20px;width:46px;height:46px;border-radius:50%;background:#0757c9;color:#fff;display:grid;place-items:center;font-size:23px;border:4px solid #fff}.service-card h3{margin:30px 18px 12px;color:#0b43a1;font-size:17px}.service-card p{margin:0 18px 20px;line-height:1.55;color:#39445a;min-height:90px}.service-card a{margin-left:18px;color:#0847ad;font-weight:900;font-size:13px}.advantages{background:linear-gradient(120deg,#03183b,#0a52d1);color:#fff}.advantages .section-title>span{color:#55caff}.adv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.adv-grid>div{text-align:center;padding:12px 25px;border-right:1px solid #ffffff33}.adv-grid strong{font-size:52px;color:#25a8ff}.adv-grid h3{font-size:14px}.adv-grid p{line-height:1.5;color:#e5efff}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.gallery-grid img{width:100%;height:180px;object-fit:cover;border-radius:10px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.reviews article{padding:25px;border:1px solid #dbe3ef;border-radius:12px;box-shadow:0 4px 15px #0a2d6710}.stars{color:#f7a800;letter-spacing:3px;font-size:20px}.reviews p{line-height:1.6;min-height:75px}.reviews small,.reviews b{display:block}.contact{background:linear-gradient(110deg,#0962e6,#1d80ff);color:#fff;display:grid;grid-template-columns:1.5fr .9fr 1fr;gap:35px;align-items:center}.contact h2{font-size:38px;margin:12px 0}.contact-box{line-height:1.7}.map{height:220px;border-radius:14px;overflow:hidden;background:#dbe7ed;box-shadow:0 8px 25px #001a3a22}.map iframe{width:100%;height:100%;border:0;display:block}footer{background:#02152f;color:#fff;padding:35px 4% 16px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr .7fr;gap:30px;position:relative}.footer-brand{display:flex;gap:15px}.footer-brand img{width:82px;height:82px;object-fit:contain;border-radius:50%}footer h3{margin:0 0 8px}footer h4{margin:0 0 10px;color:#fff}footer p{color:#d4dfef;line-height:1.6;margin:0}.copyright{grid-column:1/-1;border-top:1px solid #ffffff18;text-align:center;padding-top:15px;color:#9fb1ca;font-size:12px}.floating-wa{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#36e35a;color:#05230c;display:grid;place-items:center;font-size:25px;box-shadow:0 8px 20px #0003;z-index:20}@media(max-width:1000px){.topbar nav{gap:12px}.hero{grid-template-columns:1fr}.hero-photo{padding:0 4% 90px}.trust-strip{right:4%}.cards{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.contact{grid-template-columns:1fr}.adv-grid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.topbar{height:auto;flex-wrap:wrap;padding:8px 4%}.topbar nav{order:3;width:100%;overflow:auto;justify-content:flex-start;padding-bottom:6px}.head-actions .outline{display:none}.hero h1{font-size:40px}.hero-photo img{height:260px}.trust-strip{position:relative;left:0;right:0;bottom:auto;grid-template-columns:repeat(2,1fr);height:auto;padding:10px}.trust-strip div{padding:8px}.cards,.reviews,.gallery-grid,.adv-grid,footer{grid-template-columns:1fr}.section{padding:45px 4%}.contact h2{font-size:30px}}