
:root{
  --navy:#062a50;--blue:#0b477f;--blue2:#0e5d9b;--red:#e6332a;
  --yellow:#f2c400;--green:#2c9f65;--text:#172534;--muted:#607181;
  --line:#e0e8ef;--soft:#f5f8fb;--white:#fff;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.58;background:white}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.identity{display:flex;align-items:center;gap:13px;min-width:320px}
.identity img{width:67px;height:67px;object-fit:cover;border-radius:15px}
.identity strong{display:block;color:var(--navy);font-size:2rem;line-height:1;font-weight:900;letter-spacing:.03em}
.identity span{display:block;color:var(--muted);font-size:.74rem;margin-top:8px}
.menu{display:flex;align-items:center;gap:20px;font-size:.9rem;font-weight:800}
.menu>a:not(.btn){position:relative}
.menu>a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.2s}
.menu>a:hover::after,.menu>a.active::after{right:0}
.menu-btn{display:none;border:0;background:none;font-size:1.7rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:.03em;border:1px solid var(--navy)}
.btn-red{background:var(--red);border-color:var(--red);color:#fff}.btn-outline{background:transparent;border-color:#fff;color:#fff}.btn-light{background:#fff;color:var(--navy);border-color:#fff}

.hero{min-height:560px;display:flex;align-items:center;background:
linear-gradient(90deg,rgba(3,31,60,.96) 0%,rgba(3,31,60,.86) 43%,rgba(3,31,60,.38) 68%,rgba(3,31,60,.08) 100%),
url('assets/hero-industrie.jpg') center/cover no-repeat;color:white}
.hero-copy{padding:80px 0}.eyebrow,.kicker{font-size:.74rem;letter-spacing:.16em;font-weight:900;color:var(--blue);margin:0 0 12px}.hero .eyebrow{color:#cfe2f3}
.hero h1{font-size:clamp(2.6rem,5vw,4.9rem);line-height:1.03;max-width:900px;margin:0 0 24px;letter-spacing:-.035em}
.hero p:not(.eyebrow){max-width:720px;font-size:1.08rem;color:#e4edf5}.hero-actions{display:flex;gap:14px;margin-top:30px}

.trust{background:#fff;box-shadow:0 8px 24px rgba(8,42,80,.08)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:20px 24px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border-right:0}
.trust-grid strong{display:block;color:var(--navy)}.trust-grid span{font-size:.82rem;color:var(--muted)}

.section{padding:92px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:white}
.section-title{text-align:center;max-width:760px;margin:0 auto 48px}
.section-title h2,.about-grid h2,.approval h2,.brands h2,.cta h2{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.1;margin:0 0 16px;letter-spacing:-.025em}
.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:start}.about-grid p,.brands p{color:var(--muted)}
.domain-card{border:1px solid var(--line);border-radius:18px;padding:32px;background:#fff;box-shadow:0 14px 35px rgba(6,42,80,.08)}
.domain-card h3{margin:0 0 22px;color:var(--navy)}.domain-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.domain-list span{border:1px solid var(--line);background:var(--soft);border-radius:10px;padding:12px 13px;font-size:.85rem;font-weight:800;color:#365169}

.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-card{background:white;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:0 10px 28px rgba(6,42,80,.05)}
.info-card .num{font-size:2rem;color:#c8d7e4;font-weight:900}.info-card h3{color:var(--navy);margin:18px 0 10px}.info-card p{color:var(--muted);margin:0}

.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.four-grid article{border-top:4px solid var(--blue);padding:24px 20px;background:#fff;box-shadow:0 10px 28px rgba(6,42,80,.06)}
.four-grid article:nth-child(2){border-top-color:var(--red)}.four-grid article:nth-child(3){border-top-color:var(--yellow)}.four-grid article:nth-child(4){border-top-color:var(--green)}
.four-grid b{display:block;color:var(--navy);margin-bottom:8px}.four-grid span{color:var(--muted);font-size:.88rem}

.legal-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:start}.light{color:#9ec8eb}.approval p{color:#c8d9e7}
.approval-badge{display:inline-flex;flex-direction:column;margin-top:20px;padding:14px 18px;border:1px solid rgba(255,255,255,.24);border-radius:10px}.approval-badge span{color:#b8cede;font-size:.85rem}
.legal-card{background:white;color:var(--text);border-radius:18px;padding:28px}.legal-card h3{margin:0 0 18px;color:var(--navy)}.legal-card dl{margin:0}
.legal-card dl>div{display:grid;grid-template-columns:130px 1fr;gap:14px;padding:10px 0;border-bottom:1px solid var(--line)}.legal-card dl>div:last-child{border-bottom:0}
.legal-card dt{font-size:.75rem;font-weight:900;color:var(--blue);text-transform:uppercase}.legal-card dd{margin:0;font-weight:700}

.sectors{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.sectors span{border:1px solid var(--line);border-radius:999px;padding:11px 16px;font-weight:800;background:#fff}
.brands{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.brand-grid span{height:86px;border:1px solid var(--line);background:white;border-radius:12px;display:grid;place-items:center;font-weight:900;color:#39536b;letter-spacing:.08em}

.cta{background:linear-gradient(120deg,var(--blue),var(--blue2));color:white;padding:64px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{margin-bottom:10px}.cta p{max-width:700px;color:#d8e8f4}

footer{background:#061d34;color:#dbe6ef;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:38px}.footer-grid>div{display:flex;flex-direction:column;gap:7px}
.footer-grid strong{color:white}.footer-grid span{font-size:.86rem}.footer-id{display:flex;align-items:center;gap:11px}.footer-id img{width:50px;height:50px;border-radius:10px;object-fit:cover}.footer-id strong{font-size:1.25rem}.footer-brand p{font-size:.85rem;color:#b8c8d6}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:18px;text-align:center;font-size:.78rem;color:#91a6b8}.whatsapp{position:fixed;right:22px;bottom:22px;background:#fff;color:#176e4f;font-weight:900;border:1px solid #d8e4df;box-shadow:0 12px 28px rgba(0,0,0,.16);padding:12px 17px;border-radius:999px;z-index:50}

@media(max-width:1050px){.menu-btn{display:block}.menu{display:none;position:absolute;top:92px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px 4%;background:white;box-shadow:0 12px 30px rgba(0,0,0,.08)}.menu.open{display:flex}.identity{min-width:auto}.three-grid,.four-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.identity span{display:none}.identity strong{font-size:1.6rem}.identity img{width:55px;height:55px}.nav{min-height:76px}.menu{top:76px}.hero{min-height:520px}.hero-copy{padding:60px 0}.hero h1{font-size:2.65rem}.hero-actions{flex-direction:column}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{border-bottom:1px solid var(--line)}.section{padding:68px 0}.about-grid,.legal-wrap,.brands,.footer-grid{grid-template-columns:1fr}.three-grid,.four-grid{grid-template-columns:1fr}.domain-list{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}.legal-card dl>div{grid-template-columns:1fr}}
