:root {
  --navy-950: #05152d;
  --navy-900: #071c39;
  --navy-850: #0a2447;
  --navy-800: #0d2d55;
  --blue: #0d65ad;
  --blue-bright: #139ed8;
  --cyan: #31d5f4;
  --gold: #f5b82e;
  --gold-light: #ffd76f;
  --ink: #10243d;
  --muted: #647287;
  --white: #ffffff;
  --soft: #f3f7fb;
  --cream: #fbf8ef;
  --line: rgba(16, 36, 61, 0.13);
  --line-light: rgba(255, 255, 255, 0.14);
  --shadow: 0 26px 70px rgba(5, 28, 57, 0.15);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1180px;
  --header-height: 126px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--ink);
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--gold); color: var(--navy-950); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px;
  transform: translateY(-160%); border-radius: 10px; background: white;
  padding: 12px 16px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section--navy { overflow: hidden; background: var(--navy-950); color: white; }
.section--soft { background: var(--soft); }

.site-header {
  position: fixed; z-index: 100; top: 0; right: 0; left: 0;
}
.topbar { border-bottom: 1px solid rgba(255,255,255,.08); background: var(--navy-950); color: rgba(255,255,255,.68); }
.topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 25px; font-size: 11px; }
.topbar__inner p { display: flex; align-items: center; gap: 9px; margin: 0; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.topbar__links { display: flex; align-items: center; gap: 26px; }
.topbar__links a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s ease; }
.topbar__links a:hover { color: var(--gold-light); }
.topbar svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.nav-shell { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); transition: box-shadow .3s ease; }
.site-header.is-scrolled .nav-shell { box-shadow: 0 13px 32px rgba(4,25,50,.12); }
.nav-wrap { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.brand { display: grid; width: 124px; height: 78px; overflow: hidden; place-items: center; border-radius: 13px; background: white; }
.brand img { width: 118px; height: 81px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 760; }
.primary-nav > a:not(.nav-button) { position: relative; padding: 34px 0; }
.primary-nav > a:not(.nav-button)::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; transform: scaleX(0); background: linear-gradient(90deg,var(--blue-bright),var(--gold)); content: ""; transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-button { display: inline-flex; min-height: 46px; align-items: center; gap: 14px; border-radius: 999px; background: var(--navy-900); color: white; padding: 0 19px; transition: transform .25s ease, background .25s ease; }
.nav-button:hover { transform: translateY(-2px); background: var(--blue); }
.nav-button span { color: var(--gold-light); }
.menu-toggle { display: none; width: 46px; height: 46px; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--navy-900); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 2px; background: white; transition: transform .25s ease, opacity .25s ease; }

.hero {
  position: relative; min-height: 900px; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 85% 23%, rgba(24,174,223,.24), transparent 28%),
    radial-gradient(circle at 72% 75%, rgba(245,184,46,.08), transparent 24%),
    linear-gradient(135deg, #05152d 0%, #08264d 56%, #061a36 100%);
  padding-top: 190px; padding-bottom: 48px;
}
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 74px 74px; -webkit-mask-image: linear-gradient(to bottom,transparent,black 25%,transparent 94%); mask-image: linear-gradient(to bottom,transparent,black 25%,transparent 94%); }
.hero-beam { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-beam--one { top: 80px; right: -300px; width: 720px; height: 720px; border: 1px solid rgba(49,213,244,.17); box-shadow: inset 0 0 130px rgba(19,158,216,.08), 0 0 0 85px rgba(19,158,216,.02); }
.hero-beam--two { bottom: 65px; left: -180px; width: 400px; height: 400px; border: 1px solid rgba(245,184,46,.12); }
.hero__layout { position: relative; display: grid; min-height: 600px; align-items: center; grid-template-columns: 1.04fr .96fr; gap: 65px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 34px; height: 2px; background: currentColor; }
.eyebrow--blue { color: var(--blue); }
.hero h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(58px,6.2vw,88px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero__lead { max-width: 630px; margin: 29px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; padding: 0 24px; cursor: pointer; font-size: 13px; font-weight: 850; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--gold { background: linear-gradient(135deg,var(--gold-light),var(--gold)); color: var(--navy-950); box-shadow: 0 13px 34px rgba(245,184,46,.18); }
.button--gold:hover { box-shadow: 0 19px 42px rgba(245,184,46,.3); }
.button--outline { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.035); color: white; }
.button--outline:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.09); }
.hero__facts { display: flex; gap: 35px; margin-top: 46px; }
.hero__facts div { display: grid; gap: 4px; }
.hero__facts strong { font-family: Georgia,"Times New Roman",serif; font-size: 19px; font-weight: 400; }
.hero__facts span { color: rgba(255,255,255,.4); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.hero__visual { position: relative; display: grid; min-height: 530px; place-items: center; }
.logo-stage { position: relative; display: grid; width: 100%; height: 520px; place-items: center; }
.logo-stage__glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle,rgba(49,213,244,.22),rgba(49,213,244,.04) 48%,transparent 70%); filter: blur(2px); }
.logo-stage__card { position: relative; z-index: 2; display: grid; width: 410px; height: 390px; overflow: hidden; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 34px 110px 34px 110px; background: rgba(255,255,255,.98); box-shadow: 0 38px 80px rgba(0,0,0,.32), inset 0 1px white; transform: rotate(2deg); }
.logo-stage__card::after { position: absolute; right: -70px; bottom: -90px; width: 220px; height: 220px; border-radius: 50%; background: rgba(245,184,46,.11); content: ""; }
.logo-stage__card img { position: relative; z-index: 1; width: 370px; height: 330px; object-fit: contain; }
.orbit { position: absolute; border: 1px solid rgba(49,213,244,.18); border-radius: 50%; }
.orbit--one { width: 510px; height: 510px; animation: spin 28s linear infinite; }
.orbit--two { width: 450px; height: 450px; border-style: dashed; border-color: rgba(245,184,46,.17); animation: spin 23s linear infinite reverse; }
.orbit--one::before,.orbit--one::after { position: absolute; width: 8px; height: 8px; border-radius: 50%; content: ""; }
.orbit--one::before { top: 46px; left: 82px; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.orbit--one::after { right: 26px; bottom: 155px; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; background: rgba(7,28,57,.72); padding: 12px 15px; box-shadow: 0 18px 45px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.floating-note--top { top: 63px; left: -6px; }
.floating-note--bottom { right: -13px; bottom: 55px; }
.floating-note i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: linear-gradient(135deg,var(--cyan),var(--blue-bright)); color: var(--navy-950); font-size: 11px; font-style: normal; font-weight: 900; }
.floating-note--bottom i { background: linear-gradient(135deg,var(--gold-light),var(--gold)); }
.floating-note p { display: grid; gap: 3px; margin: 0; }
.floating-note strong { color: white; font-size: 11px; }
.floating-note span { color: rgba(255,255,255,.5); font-size: 10px; }
.hero-strip { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); padding-top: 28px; color: rgba(255,255,255,.46); font-size: 12px; }
.hero-strip > span { color: var(--gold-light); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-strip p { margin: 0; }
.hero-strip i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.25); }

.company { background: white; }
.section-head { max-width: 740px; margin-bottom: 56px; }
.section-head--split { display: grid; max-width: none; align-items: end; grid-template-columns: 1.18fr .82fr; gap: 90px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2,.standards-copy h2,.contact-copy h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(43px,5vw,65px); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.section-head > p:last-child,.section-head--split > p,.standards-copy > p,.contact-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-head:not(.section-head--split) > p:last-child { margin-top: 18px; }
.company-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; }
.company-card--main { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at 100% 0%,rgba(49,213,244,.15),transparent 35%),linear-gradient(145deg,var(--navy-800),var(--navy-950)); color: white; padding: 48px; }
.mini-label { margin: 0; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.company-card--main h3 { position: relative; z-index: 2; max-width: 480px; margin: 38px 0 22px; font-family: Georgia,"Times New Roman",serif; font-size: 37px; font-weight: 400; line-height: 1.12; }
.company-card--main > p:not(.mini-label) { position: relative; z-index: 2; max-width: 480px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.company-card--main a { position: absolute; z-index: 2; bottom: 45px; left: 48px; display: inline-flex; align-items: center; gap: 15px; color: var(--gold-light); font-size: 13px; font-weight: 850; }
.company-card--main b { position: absolute; right: -5px; bottom: -110px; color: rgba(49,213,244,.055); font-family: Georgia,"Times New Roman",serif; font-size: 320px; font-weight: 400; }
.company-values { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fbfcfe; }
.value-card { display: grid; align-items: start; grid-template-columns: 56px 1fr; gap: 24px; padding: 42px 44px; }
.value-card + .value-card { border-top: 1px solid var(--line); }
.value-card > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #eaf6fc; color: var(--blue); font-size: 11px; font-weight: 900; }
.value-card h3 { margin: 0 0 10px; font-family: Georgia,"Times New Roman",serif; font-size: 25px; font-weight: 400; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.registration-band { display: grid; margin-top: 28px; overflow: hidden; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.registration-band > div { display: grid; gap: 9px; padding: 25px 27px; }
.registration-band > div + div { border-left: 1px solid var(--line); }
.registration-band span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.registration-band strong { font-family: Georgia,"Times New Roman",serif; font-size: 19px; font-weight: 400; }

.partners-rings { position: absolute; top: -260px; right: -220px; width: 700px; height: 700px; border: 1px solid rgba(49,213,244,.1); border-radius: 50%; box-shadow: 0 0 0 100px rgba(49,213,244,.018),0 0 0 200px rgba(49,213,244,.01); }
.section--navy .section-head > p:last-child,.section--navy .section-head--split > p { color: rgba(255,255,255,.56); }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.benefit-card { display: flex; min-height: 390px; flex-direction: column; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.035); padding: 27px; transition: transform .3s ease,border-color .3s ease,background .3s ease; }
.benefit-card:hover { transform: translateY(-8px); border-color: rgba(49,213,244,.4); background: rgba(13,101,173,.12); }
.benefit-card__number { color: rgba(255,255,255,.35); font-size: 11px; font-weight: 850; }
.benefit-card svg { width: 56px; height: 56px; margin: 58px 0 34px; fill: none; stroke: var(--cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.benefit-card h3 { margin: auto 0 13px; font-family: Georgia,"Times New Roman",serif; font-size: 24px; font-weight: 400; line-height: 1.15; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.partner-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 40px; border: 1px solid rgba(245,184,46,.25); border-radius: var(--radius-md); background: linear-gradient(90deg,rgba(245,184,46,.07),rgba(49,213,244,.05)); padding: 31px 36px; }
.partner-cta span { color: var(--gold-light); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.partner-cta h3 { margin: 7px 0 0; font-family: Georgia,"Times New Roman",serif; font-size: 29px; font-weight: 400; }

.sectors { background: white; }
.sector-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.sector-item { display: grid; min-height: 148px; align-items: center; grid-template-columns: 50px 1fr 35px; gap: 20px; border-bottom: 1px solid var(--line); padding: 20px 25px 20px 0; transition: background .25s ease,padding .25s ease; }
.sector-item:nth-child(odd) { border-right: 1px solid var(--line); }
.sector-item:nth-child(even) { padding-left: 25px; }
.sector-item:hover { background: var(--soft); padding-inline: 23px; }
.sector-item > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.sector-item h3 { margin: 0 0 9px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(25px,2.4vw,33px); font-weight: 400; letter-spacing: -.025em; }
.sector-item p { margin: 0; color: var(--muted); font-size: 12px; }
.sector-item i { color: var(--gold); font-size: 20px; font-style: normal; text-align: right; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); }
.timeline::before { position: absolute; top: 22px; right: 9%; left: 9%; height: 1px; background: linear-gradient(90deg,transparent,rgba(13,101,173,.5),transparent); content: ""; }
.timeline-step { position: relative; padding: 0 22px; text-align: center; }
.timeline-step > span { position: relative; z-index: 1; display: grid; width: 45px; height: 45px; margin: 0 auto 29px; place-items: center; border: 1px solid rgba(13,101,173,.32); border-radius: 50%; background: white; color: var(--blue); font-size: 10px; font-weight: 900; box-shadow: 0 8px 20px rgba(5,28,57,.08); }
.timeline-step h3 { margin: 0 0 11px; font-family: Georgia,"Times New Roman",serif; font-size: 21px; font-weight: 400; }
.timeline-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }

.standards { background: var(--cream); }
.standards-grid { display: grid; align-items: start; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.standards-copy { position: sticky; top: 170px; }
.standards-copy > p { margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 30px; color: var(--blue); font-size: 13px; font-weight: 850; }
.standard-list { display: grid; border-top: 1px solid var(--line); }
.standard-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 31px 0; }
.standard-list article > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: linear-gradient(135deg,var(--gold-light),var(--gold)); color: var(--navy-950); font-weight: 900; }
.standard-list h3 { margin: 0 0 9px; font-family: Georgia,"Times New Roman",serif; font-size: 25px; font-weight: 400; }
.standard-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact-lines { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 85px 85px; -webkit-mask-image: radial-gradient(circle at 0 100%,black,transparent 60%); mask-image: radial-gradient(circle at 0 100%,black,transparent 60%); }
.contact-grid { position: relative; display: grid; align-items: start; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-copy { position: sticky; top: 160px; }
.contact-copy > p { margin-top: 24px; color: rgba(255,255,255,.56); }
.contact-details { display: grid; margin-top: 46px; border-top: 1px solid var(--line-light); }
.contact-details > * { position: relative; display: grid; gap: 7px; border-bottom: 1px solid var(--line-light); padding: 20px 0; }
.contact-details span { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { font-family: Georgia,"Times New Roman",serif; font-size: 19px; font-weight: 400; line-height: 1.45; }
.contact-details i { position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: var(--gold-light); font-style: normal; }
.contact-form { border-radius: var(--radius-lg); background: white; color: var(--ink); padding: 42px; box-shadow: var(--shadow); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 31px; }
.form-head h3 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: 31px; font-weight: 400; }
.form-head p,.form-note { margin: 0; color: var(--muted); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.form-grid label { display: grid; gap: 9px; color: #526175; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.form-full { grid-column: 1/-1; }
.form-grid input,.form-grid select,.form-grid textarea { width: 100%; border: 1px solid #dce4ed; border-radius: 12px; outline: none; background: #f7f9fc; color: var(--ink); font-size: 14px; transition: border .2s ease,box-shadow .2s ease,background .2s ease; }
.form-grid input,.form-grid select { height: 49px; padding: 0 14px; }
.form-grid textarea { min-height: 125px; resize: vertical; padding: 14px; }
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus { border-color: var(--blue-bright); background: white; box-shadow: 0 0 0 4px rgba(19,158,216,.1); }
.form-submit { width: 100%; margin-top: 26px; }
.form-note { margin-top: 14px; line-height: 1.6; text-align: center; }
.form-status { min-height: 17px; margin: 9px 0 0; color: var(--blue); font-size: 12px; font-weight: 750; text-align: center; }

.footer { border-top: 1px solid var(--line-light); background: #031025; color: white; }
.footer__main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-top: 70px; padding-bottom: 62px; }
.footer-logo { display: grid; width: 270px; height: 184px; overflow: hidden; place-items: center; border-radius: 22px; background: white; }
.footer-logo img { width: 255px; height: 174px; object-fit: contain; }
.footer__brand p { max-width: 390px; margin: 23px 0 8px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.footer__brand > span { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.footer__links { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 45px; }
.footer__links > div { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.footer__links h3 { margin: 0 0 10px; color: var(--cyan); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer__links a,.footer__links p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.7; transition: color .2s ease; }
.footer__links a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-light); padding-top: 24px; padding-bottom: 24px; color: rgba(255,255,255,.32); font-size: 10px; }
.footer__bottom p { margin: 0; }
.whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: linear-gradient(135deg,var(--gold-light),var(--gold)); color: var(--navy-950); box-shadow: 0 14px 34px rgba(0,0,0,.27); transition: transform .25s ease,box-shadow .25s ease; }
.whatsapp:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 20px 42px rgba(0,0,0,.32); }
.whatsapp svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width:1080px) {
  :root { --container: 950px; }
  .primary-nav { gap: 19px; }
  .primary-nav > a:not(.nav-button) { display: none; }
  .hero__layout { grid-template-columns: 1.05fr .95fr; gap: 25px; }
  .logo-stage__card { width: 360px; height: 360px; }
  .logo-stage__card img { width: 330px; height: 310px; }
  .orbit--one { width: 460px; height: 460px; }
  .orbit--two { width: 405px; height: 405px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: repeat(3,1fr); gap: 42px 0; }
  .timeline::before { display: none; }
  .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 45px; }
}

@media (max-width:820px) {
  :root { --header-height: 88px; }
  .section { padding: 86px 0; }
  .topbar { display: none; }
  .nav-wrap { min-height: 84px; }
  .brand { width: 112px; height: 74px; }
  .brand img { width: 106px; height: 72px; }
  .menu-toggle { display: grid; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 84px; right: 0; left: 0; display: grid; max-height: 0; overflow: hidden; gap: 0; background: white; box-shadow: 0 24px 35px rgba(3,18,38,.15); opacity: 0; pointer-events: none; transition: max-height .35s ease,opacity .25s ease; }
  .primary-nav.is-open { max-height: calc(100vh - 84px); overflow-y: auto; opacity: 1; pointer-events: auto; }
  .primary-nav > a:not(.nav-button) { display: block; border-bottom: 1px solid var(--line); padding: 17px 20px; }
  .primary-nav > a:not(.nav-button)::after { display: none; }
  .nav-button { margin: 17px 20px 22px; justify-content: center; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero__layout { grid-template-columns: 1fr; gap: 25px; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow,.hero__actions { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__facts { justify-content: center; }
  .hero__visual { min-height: 500px; }
  .floating-note--top { left: 8%; }
  .floating-note--bottom { right: 8%; }
  .hero-strip { flex-wrap: wrap; justify-content: center; }
  .hero-strip > span { width: 100%; text-align: center; }
  .hero-strip i { display: none; }
  .section-head--split { grid-template-columns: 1fr; gap: 25px; }
  .company-grid { grid-template-columns: 1fr; }
  .registration-band { grid-template-columns: 1fr 1fr; }
  .registration-band > div + div { border-left: 0; }
  .registration-band > div:nth-child(even) { border-left: 1px solid var(--line); }
  .registration-band > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .sector-list { grid-template-columns: 1fr; }
  .sector-item:nth-child(odd) { border-right: 0; }
  .sector-item:nth-child(even) { padding-left: 0; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .standards-grid,.contact-grid { grid-template-columns: 1fr; }
  .standards-copy,.contact-copy { position: relative; top: auto; }
  .footer__main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width:560px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding: 74px 0; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(47px,14vw,66px); }
  .hero__lead { font-size: 15px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__facts { gap: 19px; }
  .hero__facts strong { font-size: 15px; }
  .hero__facts span { font-size: 8px; }
  .hero__visual { min-height: 430px; margin: -2% -10%; transform: scale(.88); }
  .logo-stage { height: 450px; }
  .logo-stage__card { width: 315px; height: 330px; }
  .logo-stage__card img { width: 290px; height: 285px; }
  .orbit--one { width: 400px; height: 400px; }
  .orbit--two { width: 350px; height: 350px; }
  .floating-note--top { top: 35px; left: 0; }
  .floating-note--bottom { right: 0; bottom: 37px; }
  .hero-strip { gap: 12px 19px; font-size: 10px; }
  .section-head h2,.standards-copy h2,.contact-copy h2 { font-size: 40px; }
  .section-head { margin-bottom: 38px; }
  .company-card--main { min-height: 560px; padding: 34px 27px; }
  .company-card--main h3 { font-size: 31px; }
  .company-card--main a { bottom: 34px; left: 27px; }
  .value-card { grid-template-columns: 42px 1fr; gap: 15px; padding: 30px 23px; }
  .registration-band { grid-template-columns: 1fr; }
  .registration-band > div:nth-child(even) { border-left: 0; }
  .registration-band > div + div { border-top: 1px solid var(--line); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 350px; }
  .partner-cta { align-items: stretch; flex-direction: column; padding: 28px 23px; }
  .timeline { grid-template-columns: 1fr; gap: 40px; }
  .timeline-step { max-width: 340px; margin-inline: auto; }
  .contact-form { padding: 29px 20px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .footer-logo { width: 230px; height: 158px; }
  .footer-logo img { width: 218px; height: 149px; }
  .footer__links { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer__links > div:last-child { grid-column: 1/-1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp { right: 15px; bottom: 15px; width: 50px; height: 50px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
