:root {
  --blue-950: #071d31;
  --blue-900: #0b2b4a;
  --blue-800: #17365D;
  --blue-700: #054A9E;
  --blue-600: #0b458e;
  --blue-500: #176fc1;
  --blue-100: #eaf1f8;
  --blue-050: #f4f8fc;
  --orange: #EF5C2A;
  --orange-strong: #EF5C2A;
  --ink: #16283a;
  --muted: #5f7183;
  --line: #d7e2ec;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(15, 48, 78, .08);
  --shadow-md: 0 24px 70px rgba(10, 42, 72, .14);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: min(1180px, calc(100% - 48px));
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: #fff; color: var(--blue-900); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.topbar { background: var(--blue-900); color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__links { display: flex; align-items: center; gap: 20px; text-transform: none; letter-spacing: 0; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(18,58,99,.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav-wrap { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 210px; height: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; color: var(--blue-900); }
.nav > a:not(.nav__cta) { position: relative; padding-block: 12px; }
.nav > a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav > a:not(.nav__cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { display: inline-flex; align-items: center; gap: 9px; background: var(--orange-strong); color: #fff; padding: 13px 18px; border-radius: 10px; box-shadow: 0 9px 22px rgba(241,90,36,.2); transition: transform .25s ease, box-shadow .25s ease; }
.nav__cta:hover { transform: translateY(-2px); box-shadow: 0 13px 26px rgba(241,90,36,.26); }
.nav__cta svg { width: 16px; height: 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 11px; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--blue-900); transition: transform .25s ease, opacity .2s ease; }
.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); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100svh - var(--header-h) - 34px); isolation: isolate; overflow: hidden; background: var(--blue-950); color: #fff; }
.hero__media { position: absolute; inset: 0; z-index: -4; background: url('../images/hero-industrial.jpg') center center / cover no-repeat; transform: scale(1.04); animation: heroZoom 18s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(7,29,49,.96) 0%, rgba(7,29,49,.90) 34%, rgba(7,29,49,.48) 63%, rgba(7,29,49,.60) 100%), linear-gradient(0deg, rgba(7,29,49,.86) 0%, transparent 40%); }
.hero__grid { position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(49,132,212,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(49,132,212,.22) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000 0%, transparent 70%); animation: gridDrift 16s linear infinite; }
.hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero__glow--one { width: 340px; height: 340px; left: -160px; top: 20%; background: radial-gradient(circle, rgba(15,111,204,.24), transparent 68%); animation: floatGlow 9s ease-in-out infinite; }
.hero__glow--two { width: 260px; height: 260px; right: 6%; bottom: -90px; background: radial-gradient(circle, rgba(245,130,32,.20), transparent 68%); animation: floatGlow 12s ease-in-out infinite reverse; }
.hero__inner { min-height: inherit; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); align-items: center; gap: clamp(56px,7vw,110px); padding-block: clamp(84px,10vh,126px) 100px; }
.hero__copy { max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 9px; height: 9px; border-radius: 2px; background: var(--orange-strong); }
.eyebrow--light { color: rgba(255,255,255,.85); }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(46px,5.7vw,78px); line-height: .99; letter-spacing: -.045em; font-weight: 760; text-wrap: balance; }
.hero h1 strong { color: #5fb2ff; font-weight: inherit; }
.hero__copy > p { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px,1.5vw,20px); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 11px; padding: 0 22px; font-weight: 760; font-size: 14px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.btn svg { width: 18px; height: 18px; transition: transform .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(4px); }
.btn--primary { background: var(--orange-strong); color: #fff; box-shadow: 0 14px 30px rgba(241,90,36,.24); }
.btn--primary:hover { box-shadow: 0 18px 34px rgba(241,90,36,.31); }
.btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); }
.btn--blue { color: #fff; background: var(--blue-700); box-shadow: 0 12px 26px rgba(13,79,145,.18); }
.btn--wide { width: 100%; }
.hero__proofs { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: rgba(255,255,255,.72); font-size: 13px; }
.hero__proofs span { display: flex; align-items: center; gap: 7px; }
.hero__proofs svg { width: 16px; height: 16px; color: #5fb2ff; }
.hero__panel { align-self: center; padding: 20px; border: 1px solid rgba(255,255,255,.20); border-radius: 24px; background: linear-gradient(160deg, rgba(8,34,58,.74), rgba(9,49,84,.52)); box-shadow: 0 28px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.hero__panel-head { display: flex; justify-content: space-between; align-items: center; padding: 5px 4px 18px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.signal-dot { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 0 rgba(245,130,32,.7); animation: pulse 2s infinite; }
.hero__panel-list { border-top: 1px solid rgba(255,255,255,.12); }
.hero__panel-list a { display: grid; grid-template-columns: 32px 1fr 20px; align-items: center; gap: 12px; min-height: 66px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.9); transition: padding-left .25s ease, background .25s ease; }
.hero__panel-list a:hover { padding-left: 8px; background: rgba(255,255,255,.05); }
.hero__panel-list span { color: rgba(255,255,255,.42); font-size: 11px; font-variant-numeric: tabular-nums; }
.hero__panel-list b { font-size: 14px; }
.hero__panel-list svg { justify-self: end; color: var(--orange); }
.hero__panel-foot { padding: 18px 4px 2px; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; }
.hero__scroll { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero__scroll span { display: block; width: 1px; height: 27px; background: linear-gradient(to bottom, var(--orange), transparent); animation: scrollLine 1.8s ease-in-out infinite; }

.client-strip { padding: 28px 0 22px; background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; }
.client-strip__intro p { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-strip__intro p span { width: 22px; height: 2px; background: var(--orange); }
.client-marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%); }
.client-marquee__track { width: max-content; display: flex; align-items: center; gap: clamp(56px,7vw,110px); padding: 4px 0 10px; animation: marquee 28s linear infinite; color: #607995; }
.client-marquee:hover .client-marquee__track { animation-play-state: paused; }
.client-marquee__track span { white-space: nowrap; font-size: clamp(20px,2.4vw,31px); font-weight: 780; letter-spacing: -.03em; opacity: .86; }

.section { padding-block: clamp(88px,10vw,132px); }
.section--services { background: linear-gradient(180deg, #fff 0%, var(--blue-050) 100%); }
.section-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: clamp(40px,6vw,92px); margin-bottom: 52px; }
.section-head h2, .training-copy h2, .mobile-copy h2, .about-copy h2, .faq-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(38px,4vw,58px); line-height: 1.04; letter-spacing: -.04em; font-weight: 760; text-wrap: balance; }
.section-head h2 strong, .mobile-copy h2 strong, .about-copy h2 strong, .faq-copy h2 strong { color: var(--blue-600); font-weight: inherit; }
.section-head > p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 16px; }
.section-head--center { grid-template-columns: 1fr; max-width: 820px; margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center > p { max-width: 680px; margin-inline: auto; }

.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; align-items: stretch; }
.service-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid rgba(18,58,99,.10); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }
.service-card::after { content: ""; position: absolute; inset: -120% -40% auto; height: 220%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); opacity: 0; transition: opacity .35s ease, transform .8s ease; pointer-events: none; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(13,79,145,.22); }
.service-card:hover::after { opacity: 1; transform: translateY(80%) rotate(18deg); }
.service-card--featured { grid-column: span 1; }
.service-card--featured .service-card__body { max-width: none; }
.service-card__image { height: clamp(210px, 18vw, 236px); overflow: hidden; background: var(--blue-100); }
.service-card--featured .service-card__image { height: clamp(210px, 18vw, 236px); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.service-card:hover .service-card__image img { transform: scale(1.045); filter: saturate(1.08) contrast(1.02); }
.service-card__body { position: relative; display: flex; flex-direction: column; flex: 1; padding: 30px 30px 32px; }
.service-card__icon { position: absolute; right: 28px; top: -26px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--blue-700); color: #fff; box-shadow: 0 12px 24px rgba(13,79,145,.22); }
.service-card__icon--orange { background: var(--orange-strong); box-shadow: 0 12px 24px rgba(241,90,36,.22); }
.service-card__icon svg { width: 24px; height: 24px; }
.service-card__tag { display: block; margin-bottom: 10px; color: var(--blue-600); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 0; color: var(--blue-900); font-size: clamp(23px,2vw,29px); line-height: 1.08; letter-spacing: -.025em; }
.service-card p { flex: 1; margin: 16px 0 24px; color: var(--muted); line-height: 1.65; }
.service-card a { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: 13px; font-weight: 800; }
.service-card a svg { width: 17px; height: 17px; transition: transform .25s ease; }
.service-card a:hover svg { transform: translateX(4px); }

.training-section { position: relative; isolation: isolate; overflow: hidden; background: var(--blue-950); color: #fff; }
.training-section::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 10% 20%, rgba(18,96,164,.45), transparent 34%), linear-gradient(110deg, rgba(7,29,49,.99) 0%, rgba(7,29,49,.96) 50%, rgba(7,29,49,.70) 100%); }
.training-section__media { position: absolute; right: 0; top: 0; bottom: 0; width: 48%; z-index: -4; background: url('../images/training-technician.jpg') center / cover no-repeat; opacity: .72; }
.training-section__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--blue-950) 0%, transparent 50%); }
.training-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); align-items: center; gap: clamp(60px,8vw,120px); }
.training-copy { max-width: 550px; }
.training-copy h2 strong { color: #63b7ff; font-weight: inherit; }
.training-copy p { margin: 26px 0 34px; color: rgba(255,255,255,.72); line-height: 1.75; font-size: 16px; }
.training-topics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(10,47,80,.70); backdrop-filter: blur(16px); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.training-topics article { min-height: 112px; display: flex; align-items: flex-start; gap: 16px; padding: 19px; border: 1px solid rgba(255,255,255,.10); border-radius: 15px; background: rgba(255,255,255,.045); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.training-topics article:hover { transform: translateY(-4px); border-color: rgba(98,183,255,.44); background: rgba(255,255,255,.075); }
.training-topics > article > svg { flex: 0 0 28px; width: 28px; height: 28px; color: #63b7ff; }
.training-topics b { display: block; margin-bottom: 6px; font-size: 15px; }
.training-topics span { display: block; color: rgba(255,255,255,.60); font-size: 12px; line-height: 1.45; }

.mobile-section { background: #fff; }
.mobile-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); align-items: center; gap: clamp(56px,7vw,100px); }
.mobile-copy p, .about-copy > p, .faq-copy > p { color: var(--muted); line-height: 1.75; font-size: 16px; }
.mobile-copy > p { margin: 24px 0 26px; }
.mobile-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin-bottom: 34px; }
.mobile-features span { display: flex; align-items: flex-start; gap: 8px; color: #3a526a; font-size: 13px; line-height: 1.45; }
.mobile-features svg { flex: 0 0 17px; margin-top: 2px; color: var(--blue-600); }
.mobile-visual { position: relative; min-height: 430px; border-radius: var(--radius-lg); background: var(--blue-050); box-shadow: var(--shadow-md); overflow: hidden; }
.mobile-visual::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 60%, rgba(7,29,49,.72) 100%); }
.mobile-visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; transition: transform .7s ease; }
.mobile-visual:hover img { transform: scale(1.025); }
.mobile-visual__badge { position: absolute; top: 22px; left: 22px; z-index: 3; padding: 9px 12px; border-radius: 999px; color: #fff; background: rgba(7,29,49,.78); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.mobile-visual__panel { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 24px; color: #fff; }
.mobile-visual__panel span { display: block; margin-bottom: 5px; color: #71baff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mobile-visual__panel b { display: block; max-width: 560px; font-size: 20px; line-height: 1.3; }

.about-section { background: var(--blue-050); }
.about-layout { display: grid; grid-template-columns: minmax(420px,.85fr) minmax(0,1.15fr); align-items: center; gap: clamp(60px,8vw,116px); }
.about-visual { position: relative; min-height: 560px; }
.about-visual img { width: calc(100% - 40px); height: 520px; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about-visual__accent { position: absolute; z-index: 2; top: 44px; right: 8px; width: 86px; height: 150px; border-radius: 20px; border: 1px solid rgba(245,130,32,.24); background: repeating-linear-gradient(135deg, rgba(245,130,32,.16) 0 1px, transparent 1px 10px); }
.about-visual__card { position: absolute; z-index: 3; right: 0; bottom: 14px; width: min(300px,78%); padding: 22px 24px; border-radius: 18px; color: #fff; background: var(--blue-900); box-shadow: var(--shadow-md); }
.about-visual__card span { display: block; margin-bottom: 7px; color: #63b7ff; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-visual__card b { font-size: 17px; line-height: 1.4; }
.about-copy > p { margin: 20px 0 0; }
.about-pillars { margin-top: 32px; display: grid; gap: 12px; }
.about-pillars > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 18px 18px 18px 0; border-top: 1px solid var(--line); }
.about-pillars span { grid-row: span 2; color: var(--orange-strong); font-size: 12px; font-weight: 850; }
.about-pillars b { color: var(--blue-900); font-size: 15px; }
.about-pillars p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.process-section { background: #fff; }
.process-timeline { list-style: none; margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); border-radius: 22px; background: var(--line); overflow: hidden; box-shadow: var(--shadow-sm); }
.process-timeline li { min-height: 220px; padding: 30px; background: #fff; transition: background .3s ease, transform .3s ease; }
.process-timeline li:hover { background: var(--blue-050); }
.process-timeline li > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 28px; border-radius: 10px; color: var(--blue-700); background: var(--blue-100); font-size: 11px; font-weight: 850; }
.process-timeline b { display: block; color: var(--blue-900); font-size: 19px; }
.process-timeline p { margin: 10px 0 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.faq-section { background: var(--blue-050); }
.faq-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(500px,1.28fr); align-items: start; gap: clamp(60px,8vw,120px); }
.faq-copy { position: sticky; top: 126px; }
.faq-copy > p { margin: 24px 0 26px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); font-weight: 800; font-size: 14px; }
.text-link svg { width: 18px; height: 18px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; color: var(--blue-900); font-weight: 750; line-height: 1.4; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { flex: 0 0 21px; color: var(--blue-600); transition: transform .3s ease; }
.accordion details[open] summary svg { transform: rotate(180deg); }
.accordion details p { margin: -4px 48px 26px 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.contact-section { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(92px,10vw,132px); color: #fff; background: var(--blue-950); }
.contact-section::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 7% 20%, rgba(25,115,202,.38), transparent 34%), radial-gradient(circle at 88% 80%, rgba(245,130,32,.16), transparent 27%), linear-gradient(145deg, #071d31 0%, #0b2f51 100%); }
.contact-section__pattern { position: absolute; inset: 0; z-index: -2; opacity: .20; background-image: radial-gradient(circle, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.contact-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr); align-items: start; gap: clamp(64px,8vw,120px); }
.contact-copy h2 strong { color: #63b7ff; font-weight: inherit; }
.contact-copy > p { margin: 26px 0 34px; max-width: 560px; color: rgba(255,255,255,.70); line-height: 1.75; }
.contact-channels { display: grid; gap: 10px; }
.contact-channels > a, .contact-channels > div { display: flex; align-items: center; gap: 14px; max-width: 460px; padding: 14px; border-radius: 14px; color: #fff; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.10); transition: transform .25s ease, background .25s ease; }
.contact-channels > a:hover { transform: translateX(4px); background: rgba(255,255,255,.08); }
.contact-channels svg { width: 21px; height: 21px; color: #63b7ff; }
.contact-channels small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-channels b { font-size: 13px; font-weight: 700; }
.contact-form { padding: clamp(26px,4vw,42px); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.contact-form__head { margin-bottom: 26px; }
.contact-form__head span { display: block; margin-bottom: 7px; color: var(--orange-strong); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-form__head b { color: var(--blue-900); font-size: 21px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: #33495e; font-size: 12px; font-weight: 700; }
.form-grid__full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #cbd9e6; border-radius: 10px; background: #fff; color: var(--ink); outline: none; padding: 12px 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid input, .form-grid select { min-height: 46px; }
.form-grid textarea { resize: vertical; min-height: 126px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(22,116,210,.12); }
.form-consent { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-consent input { flex: 0 0 auto; margin-top: 3px; }
.form-consent a { color: var(--blue-700); text-decoration: underline; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 18px; margin: 12px 0 0; font-size: 12px; line-height: 1.5; }
.form-status.is-success { color: #166534; }
.form-status.is-error { color: #b42318; }

.footer { background: #fff; }
.footer__main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 56px; }
.footer__brand img { width: 210px; }
.footer__brand p { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.footer__links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer__links div { display: grid; align-content: start; gap: 10px; }
.footer__links b { margin-bottom: 4px; color: var(--blue-900); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer__links a { color: var(--muted); font-size: 13px; transition: color .2s ease, transform .2s ease; }
.footer__links a:hover { color: var(--blue-700); transform: translateX(2px); }
.footer__bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #7a8998; font-size: 11px; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 17px; border-radius: 999px; background: var(--orange-strong); color: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.20); font-size: 12px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.whatsapp-float svg { width: 18px; height: 18px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .15s; }
.reveal--delay-1 { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }

@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.10); } }
@keyframes gridDrift { from { background-position: 0 0, 0 0; } to { background-position: 54px 54px, 54px 54px; } }
@keyframes floatGlow { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(24px,-18px,0); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(245,130,32,.6); } 70% { box-shadow: 0 0 0 9px rgba(245,130,32,0); } 100% { box-shadow: 0 0 0 0 rgba(245,130,32,0); } }
@keyframes scrollLine { 0%,100% { opacity:.35; transform: scaleY(.7); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes marquee { to { transform: translateX(calc(-50% - 55px)); } }

@media (max-width: 1120px) {
  :root { --container: min(1000px, calc(100% - 40px)); }
  .nav { gap: 18px; font-size: 13px; }
  .brand img { width: 184px; }
  .hero__inner { grid-template-columns: 1fr minmax(300px,.6fr); gap: 44px; }
  .services-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
  .service-card--featured { grid-column: span 1; }
  .training-layout, .mobile-layout, .about-layout, .faq-layout, .contact-layout { gap: 58px; }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  :root { --header-h: 74px; }
  .topbar { display: none; }
  .nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: var(--header-h) 0 auto; z-index: 98; display: grid; gap: 0; max-height: 0; overflow: hidden; background: #fff; box-shadow: 0 24px 50px rgba(0,0,0,.12); transition: max-height .35s ease; }
  .mobile-menu.is-open { max-height: calc(100vh - var(--header-h)); border-top: 1px solid var(--line); }
  .mobile-menu a { padding: 17px 24px; border-bottom: 1px solid var(--line); color: var(--blue-900); font-weight: 750; }
  .brand img { width: 180px; }
  .hero { min-height: calc(100svh - var(--header-h)); }
  .hero__inner { grid-template-columns: 1fr; align-content: center; padding-block: 92px 92px; }
  .hero__panel { display: none; }
  .hero::after { background: linear-gradient(90deg, rgba(7,29,49,.97), rgba(7,29,49,.76)); }
  .hero__copy { max-width: 690px; }
  .section-head { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .training-layout, .mobile-layout, .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .training-section__media { width: 100%; opacity: .30; }
  .training-section__media::after { background: linear-gradient(90deg, var(--blue-950), rgba(7,29,49,.45)); }
  .training-copy { max-width: 650px; }
  .mobile-layout, .about-layout { gap: 48px; }
  .mobile-visual { min-height: 380px; }
  .mobile-visual img { min-height: 380px; }
  .about-layout { display: flex; flex-direction: column-reverse; align-items: stretch; }
  .about-visual { min-height: 500px; }
  .about-visual img { height: 465px; }
  .process-timeline { grid-template-columns: repeat(2,1fr); }
  .faq-copy { position: static; max-width: 680px; }
  .contact-copy { max-width: 680px; }
  .footer__main { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 32px); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 165px; }
  .hero__inner { padding-block: 76px 86px; }
  .hero h1 { font-size: clamp(42px,12vw,58px); }
  .hero__copy > p { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__proofs { display: grid; gap: 10px; }
  .client-strip { padding-top: 24px; }
  .section { padding-block: 76px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .training-copy h2, .mobile-copy h2, .about-copy h2, .faq-copy h2, .contact-copy h2 { font-size: clamp(34px,10vw,45px); }
  .services-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card--featured { grid-column: auto; }
  .service-card, .service-card--featured { min-height: auto; }
  .service-card__image, .service-card--featured .service-card__image { height: 210px; }
  .service-card__body { padding: 27px 24px 29px; }
  .training-topics { grid-template-columns: 1fr; padding: 16px; }
  .training-topics article { min-height: 95px; }
  .mobile-features { grid-template-columns: 1fr; }
  .mobile-visual { min-height: 330px; border-radius: 22px; }
  .mobile-visual img { min-height: 330px; }
  .mobile-visual__panel { left: 20px; right: 20px; bottom: 18px; }
  .about-visual { min-height: 430px; }
  .about-visual img { width: calc(100% - 22px); height: 405px; }
  .about-visual__card { bottom: 0; }
  .process-timeline { grid-template-columns: 1fr; }
  .process-timeline li { min-height: 185px; }
  .faq-layout, .contact-layout { gap: 44px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .contact-form { padding: 24px 18px; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }
  .whatsapp-float { width: 52px; height: 52px; min-height: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@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; }
}
