:root{
--blue:#0075C3; --deep:#0A3D66; --night:#062338; --ink:#072A47; --cyan:#39B6E6;
--gold:#FAB40A; --orange:#F68712; --orange-d:#DC6D1F;
--sand:#FDF9F0; --mist:#EAF5FC; --cream:#FEF3D8; --line:#E8E0D0; --soft:#4A6B85;
--wa:#1DA851;
--f:"Outfit",system-ui,sans-serif;
--sunrise:linear-gradient(90deg,var(--gold),var(--orange) 55%,var(--cyan));
--sh-s:0 1px 2px rgba(7,42,71,.05),0 10px 26px rgba(7,42,71,.07);
--sh-m:0 6px 16px rgba(7,42,71,.08),0 22px 46px rgba(7,42,71,.10);
--sh-l:0 14px 34px rgba(7,42,71,.16),0 40px 70px rgba(7,42,71,.20);
}
.et-home *{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
.et-home section[id]{scroll-margin-top:100px}
.et-home{font-family:var(--f);background:var(--sand);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.et-home img{display:block;max-width:100%}.et-home a{text-decoration:none;color:inherit}
.et-home .wrap{max-width:1240px;margin:0 auto;padding:0 26px}
.et-home button{text-transform:none!important}
.et-home .btn-primary:hover{background:var(--orange-d)!important;transform:translateY(-2px)}
.et-home .eb{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--orange-d)}
.et-home .eb::before{content:"";width:26px;height:2px;background:var(--orange)}
.et-home .eb.g{color:var(--gold)}.et-home .eb.g::before{background:var(--gold)}
.et-home .goldline{height:4px;background:var(--sunrise)}
.et-home header.site{position:sticky;top:0;z-index:80;background:rgba(253,249,240,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.et-home header.site .wrap{display:flex;align-items:center;height:78px;gap:20px}
.et-home .logo{display:flex;align-items:center;gap:11px;font-weight:900;font-size:23px;color:var(--deep);letter-spacing:-.03em}
.et-home .logo .mark{width:40px;height:40px;border-radius:12px;background:var(--deep);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.et-home .logo .mark svg{width:22px;height:22px}
.et-home .logo small{display:block;font-weight:600;font-size:10px;letter-spacing:.05em;color:var(--soft);margin-top:2px;text-transform:uppercase}
.et-home nav.main{margin:0 auto;display:flex;gap:2px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:5px}
.et-home nav.main .item{position:relative}
.et-home nav.main .item>a{display:inline-flex;align-items:center;gap:6px;color:var(--deep);font-weight:600;font-size:14px;padding:9px 16px;border-radius:999px;transition:.18s}
.et-home nav.main .item>a .cv{width:12px;height:12px;transition:.2s}
.et-home nav.main .item:hover>a,.et-home nav.main .item>a.on{background:var(--deep);color:#fff}
.et-home nav.main .item:hover>a .cv{transform:rotate(180deg)}
.et-home nav.main .dd{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(6px);min-width:214px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--sh-m);padding:8px;opacity:0;visibility:hidden;transition:.2s;z-index:20}
.et-home nav.main .item:hover .dd{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.et-home nav.main .dd::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.et-home nav.main .dd a{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;font-size:13.5px;font-weight:600;color:var(--deep);white-space:nowrap}
.et-home nav.main .dd a:hover{background:var(--cream);color:var(--orange-d)}
.et-home nav.main .dd a svg{width:15px;height:15px;color:var(--orange);flex:none}
.et-home .hd-right{display:flex;align-items:center;gap:14px}
.et-home .hd-wa svg{width:19px;height:19px;color:var(--wa)}
.et-home .burger svg{width:22px;height:22px}
.et-home .mobnav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--sh-m);padding:14px 26px 18px;flex-direction:column;gap:2px;z-index:79}
.et-home .mobnav .ml{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--soft);padding:14px 14px 4px}
@media(max-width:1120px){.et-home nav.main,.et-home .hd-wa{display:none}.et-home .burger{display:flex}}
.et-home .foot-badges .wrap{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px;background:var(--deep);border-radius:22px;padding:28px 30px;margin-bottom:52px}
.et-home .fbadge{display:flex;align-items:center;gap:12px;color:#fff}
.et-home .fbadge .bi{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.et-home .fbadge .bi svg{width:22px;height:22px}
.et-home .fbadge b{display:block;font-size:14px;font-weight:800}.et-home .fbadge span{font-size:12px;color:#9FC0D8}
.et-home .foot-top{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.1fr;gap:38px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1)}
@media(max-width:900px){.et-home .foot-top{grid-template-columns:1fr 1fr}}@media(max-width:520px){.et-home .foot-top{grid-template-columns:1fr}}
.et-home .foot-brand .logo{color:#fff;margin-bottom:12px}
.et-home .foot-brand p{font-size:13.5px;line-height:1.7;max-width:36ch;margin-bottom:16px}
.et-home .foot-contact{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.et-home .foot-contact a,.et-home .foot-contact span{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#C7DBEB}
.et-home .foot-contact svg{width:16px;height:16px;color:var(--gold);flex:none}
.et-home .foot-brand .op{font-size:12.5px;color:#7FA3BE;border-top:1px solid rgba(255,255,255,.08);padding-top:14px}
.et-home footer h5{color:#fff;font-size:15px;font-weight:800;margin-bottom:16px}
.et-home footer ul{list-style:none}.et-home footer li{margin-bottom:9px;font-size:14px}.et-home footer a:hover{color:var(--gold)}
.et-home .foot-news p{font-size:13.5px;line-height:1.6;margin-bottom:14px}
.et-home .foot-news .nf{display:flex;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:5px;margin-bottom:16px}
.et-home .foot-news .nf input{flex:1;border:0;background:none;outline:0;color:#fff;font-family:var(--f);font-size:13.5px;padding:9px 12px;min-width:0}
.et-home .foot-news .nf button{border:0;border-radius:9px;background:var(--orange)!important;color:#fff!important;font-family:var(--f);font-weight:700;font-size:13px;padding:9px 16px;cursor:pointer}
.et-home .foot-soc{display:flex;gap:10px}
.et-home .foot-bar{padding:22px 0 30px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;align-items:center}
.et-home .foot-pay{display:flex;gap:8px;align-items:center;color:#7FA3BE;font-weight:600}
.et-home .foot-pay .pc{background:rgba(255,255,255,.08);border-radius:6px;padding:4px 9px;font-size:11px;font-weight:700;color:#C7DBEB}
.et-home .foot-credit{text-align:center;padding:16px 0 4px;border-top:1px solid rgba(255,255,255,.08);font-size:12.5px;color:#7FA3BE}
