:root{--primary:#0b3b5d;--primary2:#124d73;--secondary:#0f6a98;--dark:#041d30;--text:#26384b;--muted:#6f7f8f;--soft:#f3f7fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.sg-container{width:min(1180px,calc(100% - 32px));margin:auto}.sg-header{position:fixed;left:0;right:0;top:0;height:75px;background:var(--primary);color:#fff;z-index:9999}.sg-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.sg-logo-card{position:absolute;left:0;top:0;width:184px;height:205px;background:linear-gradient(180deg,#124d73,#103f62);display:flex;align-items:flex-start;justify-content:center;padding-top:15px;border-radius:0 0 28px 28px;box-shadow:0 18px 35px rgba(0,0,0,.12)}.sg-logo-card img{width:150px;height:auto}.sg-nav{margin-left:auto;height:100%;display:flex;align-items:center;gap:18px}.sg-nav a{text-transform:uppercase;font-size:14px;font-weight:700;padding:8px 10px;border-radius:999px;transition:.2s}.sg-nav a:hover{background:#1a719d}.sg-menu-button{display:none;background:#0f6a98;border:0;border-radius:8px;padding:9px;gap:4px;flex-direction:column}.sg-menu-button span{display:block;width:22px;height:2px;background:#fff}.sg-header-space{height:75px}.sg-hero{background:linear-gradient(110deg,#073253 0%,#0b3b5d 45%,#0e5c85 100%);min-height:620px;color:#fff;display:flex;align-items:center;overflow:hidden}.sg-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding-top:70px}.sg-kicker,.sg-section-label{display:inline-block;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;color:#66c7ef;margin-bottom:16px}.sg-hero h1{font-size:50px;line-height:1.08;margin:0 0 22px;font-weight:800;max-width:760px}.sg-hero p{font-size:20px;line-height:1.45;margin:0 0 30px;max-width:700px}.sg-actions{display:flex;gap:14px;flex-wrap:wrap}.sg-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;font-weight:800;text-transform:uppercase;font-size:14px;border:2px solid transparent;cursor:pointer}.sg-btn-primary{background:#0f6a98;color:#fff}.sg-btn-primary:hover{background:#fff;color:#0b3b5d}.sg-btn-light{background:#fff;color:#0b3b5d}.sg-btn-light:hover{background:#0f6a98;color:#fff}.sg-hero-card{border-radius:32px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.28);background:#fff}.sg-hero-card img{width:100%;height:370px;object-fit:cover}.sg-section{padding:88px 0}.sg-section-soft{background:var(--soft)}.sg-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.sg-split h2,.sg-title-center h2,.sg-contact h2{font-size:36px;line-height:1.16;margin:0;color:var(--primary);text-transform:uppercase}.sg-split p{font-size:17px;line-height:1.7;margin:0 0 18px;color:var(--muted)}.sg-title-center{text-align:center;max-width:850px;margin:0 auto 46px}.sg-title-center p{font-size:17px;line-height:1.6;color:var(--muted)}.sg-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.sg-product-card{background:#fff;border-radius:26px;padding:34px 24px;box-shadow:0 14px 36px rgba(21,54,86,.09);min-height:260px;transition:.2s}.sg-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(21,54,86,.16)}.sg-product-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#0b3b5d,#0f6a98);margin-bottom:22px}.sg-product-card h3{margin:0 0 12px;color:var(--primary);font-size:21px}.sg-product-card p{margin:0;color:var(--muted);line-height:1.55}.sg-dark{background:linear-gradient(180deg,#073253,#041d30);color:#fff}.sg-dark h2{color:#fff}.sg-dark .sg-title-center p{color:#d6e4ee}.sg-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sg-diff-grid div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:28px}.sg-diff-grid strong{display:block;font-size:22px;margin-bottom:12px}.sg-diff-grid span{display:block;line-height:1.55;color:#d8e8f2}.sg-faq{max-width:900px}.sg-faq details{background:#fff;border:1px solid #dce7ef;border-radius:18px;margin:12px 0;padding:18px 22px}.sg-faq summary{cursor:pointer;font-weight:800;color:var(--primary)}.sg-faq p{color:var(--muted);line-height:1.6}.sg-contact{padding:90px 0;background:linear-gradient(110deg,#eaf3f8,#fff)}.sg-contact-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;background:#fff;border-radius:34px;padding:48px;box-shadow:0 20px 60px rgba(15,58,89,.12)}.sg-contact p{color:var(--muted);font-size:17px;line-height:1.6}.sg-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sg-form textarea{grid-column:1/-1}.sg-form input,.sg-form textarea{border:1px solid #dce7ef;border-radius:14px;padding:15px 16px;font:inherit;outline:0}.sg-form input:focus,.sg-form textarea:focus{border-color:#0f6a98}.sg-form button{grid-column:1/-1;border:0}.sg-footer{background:#073253;color:#fff;padding:54px 0 24px}.sg-footer-grid{display:grid;grid-template-columns:1.2fr 1.2fr .8fr;gap:44px}.sg-footer-logo{width:130px;margin-bottom:18px}.sg-footer h3{margin:0 0 18px}.sg-footer p{line-height:1.55;color:#d5e2eb}.sg-footer a{display:block;margin:0 0 10px;color:#d5e2eb}.sg-footer-copy{text-align:center;margin-top:38px;font-size:13px;color:#b9cbd7}.sg-whatsapp{position:fixed;right:28px;bottom:28px;width:58px;height:58px;z-index:40;transition:.2s}.sg-whatsapp:hover{transform:scale(1.08)}.sg-thanks{min-height:55vh}@media(max-width:980px){.sg-logo-card{width:130px;height:150px}.sg-logo-card img{width:105px}.sg-menu-button{display:flex;margin-left:auto}.sg-nav{display:none;position:absolute;right:0;top:75px;background:#073253;border-radius:0 0 18px 18px;padding:16px;width:min(320px,90vw);height:auto;flex-direction:column;align-items:flex-start}.sg-nav.is-open{display:flex}.sg-nav a{width:100%}.sg-hero{min-height:auto}.sg-hero-grid{grid-template-columns:1fr;padding:80px 0 50px;gap:30px}.sg-hero h1{font-size:36px}.sg-hero p{font-size:17px}.sg-split,.sg-contact-box{grid-template-columns:1fr;gap:26px}.sg-product-grid,.sg-diff-grid{grid-template-columns:1fr 1fr}.sg-footer-grid{grid-template-columns:1fr}}@media(max-width:620px){.sg-header{height:69px}.sg-header-space{height:69px}.sg-logo-card{width:118px;height:136px;border-radius:0 0 22px 22px}.sg-logo-card img{width:95px}.sg-nav{top:69px}.sg-hero-grid{padding-top:55px}.sg-hero h1{font-size:31px}.sg-section{padding:60px 0}.sg-split h2,.sg-title-center h2,.sg-contact h2{font-size:27px}.sg-product-grid,.sg-diff-grid{grid-template-columns:1fr}.sg-contact-box{padding:28px 20px}.sg-form{grid-template-columns:1fr}.sg-whatsapp{right:18px;bottom:18px;width:52px;height:52px}}
