/* Circuito de Confiança — futurismo industrial refinado: azul-marinho, azul elétrico, prata e laranja de impulso. */
:root {
  --ink: #061226;
  --ink-deep: #020817;
  --ink-soft: #0c1d38;
  --electric: #228dff;
  --electric-light: #71bdff;
  --orange: #ff6a00;
  --orange-light: #ff9148;
  --silver: #cdd7e7;
  --mist: #eaf2fc;
  --paper: #f6f9fd;
  --white: #ffffff;
  --muted-dark: #91a3be;
  --muted-light: #5e6d83;
  --line-dark: rgba(198, 218, 244, 0.16);
  --line-light: rgba(10, 32, 66, 0.13);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --display: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-shell { overflow: clip; }
.progress-line { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; background: transparent; }
.progress-line span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--electric), var(--orange)); box-shadow: 0 0 16px var(--electric); transition: width 80ms linear; }

.site-header { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; padding: 16px clamp(18px, 4vw, 68px); color: var(--white); transition: padding 200ms var(--ease-out), background 200ms var(--ease-out), box-shadow 200ms var(--ease-out); }
.site-header.is-scrolled { padding-top: 10px; padding-bottom: 10px; background: rgba(2, 8, 23, 0.88); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); backdrop-filter: blur(18px); }
.nav-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand img { width: 54px; height: 54px; object-fit: contain; border: 1px solid rgba(151, 202, 255, 0.38); border-radius: 14px; background: #061226; box-shadow: 0 0 0 3px rgba(34, 141, 255, 0.12), 0 0 22px rgba(34, 141, 255, 0.2); }
.brand-copy { display: grid; line-height: 1.1; gap: 4px; }
.brand-copy strong { display: flex; align-items: baseline; gap: 5px; font-family: var(--display); font-size: 0.98rem; font-weight: 800; letter-spacing: -0.065em; }
.brand-copy strong span { color: var(--electric-light); }
.brand-copy small { color: var(--muted-dark); font-size: 0.53rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.main-nav { justify-self: center; display: flex; gap: clamp(17px, 2.2vw, 34px); }
.main-nav a { position: relative; color: #dceaff; font-size: 0.77rem; font-weight: 800; letter-spacing: 0.045em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--electric); transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-cta svg { width: 15px; transition: transform 180ms var(--ease-out); }
.nav-cta:hover svg { transform: translate(2px, -2px); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 810px; padding: 166px clamp(18px, 6vw, 96px) 0; color: var(--white); background: linear-gradient(115deg, #020817 0%, #061226 54%, #061c3d 100%); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 87% 19%, rgba(34, 141, 255, 0.22), transparent 23%), radial-gradient(circle at 17% 70%, rgba(255, 106, 0, 0.09), transparent 19%); }
.hero-grid-lines { position: absolute; z-index: -1; inset: 0; opacity: 0.43; background-image: linear-gradient(rgba(112, 177, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 177, 255, 0.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(105deg, black 0%, transparent 68%); }
.hero-halo { position: absolute; z-index: -1; border: 1px solid rgba(60, 156, 255, 0.35); border-radius: 50%; }
.hero-halo-one { width: 660px; height: 660px; top: -263px; right: -73px; box-shadow: 0 0 100px rgba(34, 141, 255, 0.14), inset 0 0 75px rgba(34, 141, 255, 0.06); }
.hero-halo-two { width: 480px; height: 480px; top: -174px; right: 15px; border-color: rgba(124, 194, 255, 0.19); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(410px, 0.85fr); align-items: center; gap: clamp(40px, 7vw, 124px); max-width: 1400px; min-height: 576px; margin: 0 auto; }
.hero-content { padding-bottom: 65px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--electric-light); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.13), 0 0 12px var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 790px; margin-bottom: 22px; font-size: clamp(2.55rem, 4.65vw, 5rem); font-weight: 700; letter-spacing: -0.065em; line-height: 1.05; }
h1 em, h2 em { color: var(--electric-light); font-style: normal; }
.hero-content > p { max-width: 620px; margin-bottom: 32px; color: #b8c8df; font-size: clamp(0.98rem, 1.25vw, 1.12rem); font-weight: 500; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 56px; padding: 15px 19px 15px 23px; border: 1px solid transparent; border-radius: 5px; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.025em; line-height: 1.35; text-align: left; text-transform: uppercase; transition: transform 160ms var(--ease-out), box-shadow 180ms var(--ease-out), background 180ms var(--ease-out); }
.button svg { flex: 0 0 auto; width: 19px; }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 14px 34px rgba(255, 106, 0, 0.22); }
.button-primary:hover { background: #ff7b1c; box-shadow: 0 16px 38px rgba(255, 106, 0, 0.36); transform: translateY(-3px); }
.button:active { transform: scale(0.97); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; }
.text-link span { color: var(--electric-light); font-size: 1.15rem; transition: transform 180ms var(--ease-out); }
.text-link:hover span { transform: translateY(3px); }
.hero-assurance { display: flex; align-items: center; gap: 11px; margin-top: 35px; color: #95a9c6; font-size: 0.78rem; font-weight: 600; }
.assurance-mark { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgba(113, 189, 255, 0.45); border-radius: 50%; color: var(--electric-light); }
.assurance-mark svg { width: 13px; }

.hero-visual { position: relative; min-height: 440px; }
.hero-image-frame { position: absolute; inset: 24px 0 0 44px; overflow: hidden; border: 1px solid rgba(159, 207, 255, 0.28); border-radius: 2px 42px 2px 2px; background: #07152d; box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42); }
.hero-image-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 12px solid rgba(17, 49, 88, 0.25); pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 8, 23, 0.72), transparent 65%), linear-gradient(0deg, rgba(2, 8, 23, 0.38), transparent 55%); }
.signal-card { position: absolute; z-index: 3; display: flex; align-items: flex-start; gap: 11px; max-width: 270px; padding: 14px 16px; border: 1px solid rgba(142, 200, 255, 0.3); background: rgba(3, 15, 34, 0.82); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28); backdrop-filter: blur(12px); }
.signal-card b, .signal-card small { display: block; }
.signal-card b { margin-bottom: 3px; color: #f2f7ff; font-size: 0.72rem; letter-spacing: 0.02em; }
.signal-card small { color: #9caec7; font-size: 0.62rem; line-height: 1.5; }
.signal-card-top { top: 0; left: 0; border-radius: 2px 2px 2px 18px; }
.signal-card-bottom { right: -33px; bottom: 7px; border-left-color: var(--orange); }
.signal-orb { width: 11px; height: 11px; margin-top: 3px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 5px rgba(34, 141, 255, 0.14), 0 0 16px var(--electric); }
.signal-card-number { color: var(--orange); font-family: var(--display); font-size: 1.3rem; font-weight: 700; letter-spacing: -0.08em; }
.hero-mark { position: absolute; z-index: 2; width: 74px; right: 13%; top: -34px; filter: drop-shadow(0 0 24px rgba(34, 141, 255, 0.47)); }
.signal-rail { position: relative; z-index: 2; display: flex; align-items: center; gap: 22px; width: calc(100% + clamp(36px, 12vw, 192px)); margin: 5px 0 0 clamp(-18px, -6vw, -96px); padding: 21px clamp(18px, 6vw, 96px); overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: #7e98ba; font-size: 0.63rem; font-weight: 800; letter-spacing: 0.16em; white-space: nowrap; }
.signal-rail i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); }

.section-dark { color: var(--white); background: var(--ink-deep); }
.difference-section { position: relative; padding: 130px clamp(18px, 6vw, 96px) 120px; }
.difference-section::before { content: ""; position: absolute; width: min(600px, 48vw); height: 400px; top: 0; right: -10%; background: radial-gradient(ellipse, rgba(34, 141, 255, 0.1), transparent 67%); pointer-events: none; }
.section-route { position: absolute; z-index: 0; display: flex; align-items: center; gap: 11px; color: #6698cf; font-size: 0.54rem; font-weight: 800; letter-spacing: 0.16em; pointer-events: none; }
.section-route i { display: block; width: 54px; height: 1px; background: currentColor; opacity: 0.5; }
.section-route b { display: block; width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 50%; box-shadow: 0 0 13px currentColor; }
.route-dif { top: 99px; right: clamp(18px, 6vw, 96px); transform: rotate(-5deg); }
.section-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 0.7fr 1.35fr 0.9fr; gap: 36px; max-width: 1400px; margin: 0 auto 62px; }
.kicker { margin-bottom: 0; }
.section-index { display: block; margin-bottom: 15px; color: #82b8f5; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.15em; }
.section-intro h2, .solutions-head h2, .about-content h2, .contact-inner h2 { margin-bottom: 0; font-size: clamp(2rem, 3.45vw, 3.6rem); font-weight: 700; letter-spacing: -0.065em; line-height: 1.08; }
.intro-copy { align-self: end; margin-bottom: 3px; color: #a6b8d1; font-size: 0.92rem; line-height: 1.72; }
.difference-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1400px; margin: 0 auto; border-top: 1px solid var(--line-dark); }
.difference-card { position: relative; min-height: 370px; padding: 32px clamp(23px, 3vw, 43px) 31px; overflow: hidden; border-right: 1px solid var(--line-dark); }
.difference-card:first-child { border-left: 1px solid var(--line-dark); }
.difference-card::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.1; right: -165px; bottom: -180px; transition: transform 260ms var(--ease-out); }
.difference-card:hover::after { transform: scale(1.18); }
.card-index { display: block; margin-bottom: 61px; color: inherit; font-size: 0.63rem; font-weight: 800; opacity: 0.75; }
.icon-disc { display: grid; width: 51px; height: 51px; margin-bottom: 27px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; }
.icon-disc svg { width: 28px; }
.difference-card h3 { max-width: 270px; margin-bottom: 15px; font-size: 1.25rem; font-weight: 700; letter-spacing: -0.045em; line-height: 1.15; }
.difference-card p { max-width: 350px; margin-bottom: 0; color: inherit; font-size: 0.84rem; line-height: 1.75; opacity: 0.82; }
.card-line { position: absolute; right: 31px; bottom: 27px; left: 31px; height: 1px; background: currentColor; opacity: 0.28; }
.card-orange { color: #ffd2af; background: linear-gradient(143deg, #133a61, #061226); }
.card-orange .icon-disc { color: var(--orange); }
.card-orange .card-index { color: var(--orange); opacity: 1; }
.card-blue { color: #dcedff; background: linear-gradient(143deg, #0d4f9d, #071d44); }
.card-silver { color: #0b2143; background: linear-gradient(143deg, #eef4fb, #aebdce); }
.section-cta-wrap { display: flex; justify-content: center; margin-top: 46px; }

.solutions-section { position: relative; padding: 128px clamp(18px, 6vw, 96px) 116px; overflow: hidden; background-color: #e7eff8; background-image: linear-gradient(108deg, rgba(255, 255, 255, 0.62), transparent 42%), repeating-linear-gradient(0deg, rgba(53, 99, 154, 0.07) 0, rgba(53, 99, 154, 0.07) 1px, transparent 1px, transparent 56px), repeating-linear-gradient(90deg, rgba(53, 99, 154, 0.06) 0, rgba(53, 99, 154, 0.06) 1px, transparent 1px, transparent 56px); }
.solutions-section::before { content: ""; position: absolute; z-index: 0; width: 62vw; height: 62vw; top: -47vw; right: -18vw; border: 1px solid rgba(33, 105, 180, 0.18); border-radius: 50%; box-shadow: inset 0 0 0 36px rgba(87, 151, 216, 0.045), inset 0 0 0 75px rgba(87, 151, 216, 0.035); }
.solutions-section::after { content: ""; position: absolute; z-index: 0; width: 41%; height: 1px; left: 0; bottom: 81px; background: var(--line-light); }
.route-solutions { left: clamp(18px, 6vw, 96px); top: 109px; color: #2e6ba9; transform: rotate(5deg); }
.solutions-head, .solutions-layout, .solutions-bottom-cta { position: relative; z-index: 1; max-width: 1400px; margin-right: auto; margin-left: auto; }
.solutions-head { display: grid; grid-template-columns: 0.72fr 1.35fr; gap: 45px; align-items: end; margin-bottom: 65px; }
.kicker-blue { color: #0d63bd; }
.section-index-dark { color: #4976a9; margin-top: 19px; }
.solutions-title-wrap { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 38px; align-items: end; }
.solutions-head h2 { color: #06172f; }
.solutions-head h2 em { color: #125cae; }
.solutions-head p { margin-bottom: 2px; color: var(--muted-light); font-size: 0.91rem; line-height: 1.7; }
.solutions-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.solution-card { display: grid; min-height: 475px; overflow: hidden; }
.solution-b2b { grid-template-columns: 1.05fr 0.95fr; color: var(--white); background: var(--ink); }
.solution-b2c { grid-template-columns: 0.95fr 1.05fr; margin-top: 54px; color: var(--ink); background: linear-gradient(135deg, #e8f0f8, #b9cadc); box-shadow: 0 20px 38px rgba(15, 49, 89, 0.12); }
.solution-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(29px, 4.5vw, 62px) clamp(24px, 3.5vw, 51px); }
.solution-type { margin-bottom: auto; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; line-height: 1.5; opacity: 0.71; }
.solution-card h3 { margin: 54px 0 18px; font-size: clamp(1.7rem, 2.65vw, 2.8rem); font-weight: 700; letter-spacing: -0.07em; line-height: 1.04; }
.solution-card p { margin-bottom: 25px; font-size: 0.85rem; line-height: 1.75; opacity: 0.8; }
.solution-link { display: inline-flex; gap: 9px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.solution-link span { color: var(--orange); font-size: 1rem; transition: transform 180ms var(--ease-out); }
.solution-link:hover span { transform: translate(3px, -3px); }
.solution-photo { position: relative; overflow: hidden; min-height: 240px; }
.solution-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 8, 23, 0.36), transparent 50%); }
.solution-b2c .solution-photo::after { background: linear-gradient(90deg, transparent 25%, rgba(5, 24, 51, 0.4)), linear-gradient(0deg, rgba(8, 35, 70, 0.18), transparent 60%); }
.solution-b2c .solution-photo img { filter: saturate(0.7) contrast(1.06) brightness(0.78) hue-rotate(5deg); }
.solution-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
.solution-card:hover .solution-photo img { transform: scale(1.05); }
.solutions-bottom-cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 57px; padding: 25px 0 0; }
.solutions-bottom-cta p { max-width: 405px; margin: 0; color: #536981; font-size: 0.88rem; font-weight: 700; line-height: 1.6; }

.about-section { position: relative; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 11vw, 180px); min-height: 650px; padding: 118px clamp(18px, 6vw, 96px); overflow: hidden; }
.about-section::after { content: ""; position: absolute; width: 48%; height: 1px; right: -5%; bottom: 112px; background: rgba(112, 182, 253, 0.42); transform: rotate(-8deg); transform-origin: right; }
.about-art { position: relative; min-height: 410px; align-self: center; }
.about-ring { position: absolute; border: 1px solid rgba(94, 167, 255, 0.38); border-radius: 50%; }
.ring-a { width: 460px; height: 460px; left: 0; top: -45px; box-shadow: 0 0 80px rgba(34, 141, 255, 0.12), inset 0 0 80px rgba(34, 141, 255, 0.05); }
.ring-b { width: 343px; height: 343px; top: 12px; left: 59px; border-color: rgba(133, 197, 255, 0.17); }
.ring-c { width: 220px; height: 220px; top: 74px; left: 120px; border: 17px solid rgba(255, 106, 0, 0.87); box-shadow: 0 0 40px rgba(255, 106, 0, 0.24); }
.about-year { position: absolute; z-index: 2; top: 110px; left: 47px; color: var(--white); font-family: var(--display); font-size: clamp(7rem, 13vw, 12rem); font-weight: 700; letter-spacing: -0.12em; line-height: 0.8; text-shadow: 0 16px 33px rgba(0, 0, 0, 0.34); }
.about-year-label { position: absolute; z-index: 2; top: 264px; left: 314px; color: var(--electric-light); font-size: 0.63rem; font-weight: 800; letter-spacing: 0.15em; line-height: 1.6; }
.about-content { position: relative; z-index: 1; }
.about-content .kicker { margin-bottom: 18px; }
.about-content h2 { margin: 0 0 31px; }
.about-text { max-width: 640px; padding-left: 21px; border-left: 1px solid rgba(112, 182, 253, 0.54); }
.about-text p { margin-bottom: 18px; color: #b1c0d5; font-size: 0.91rem; line-height: 1.82; }
.about-text p:last-child { margin-bottom: 0; }
.text-link-light { margin-top: 32px; }

.contact-section { position: relative; padding: 126px clamp(18px, 6vw, 96px) 132px; overflow: hidden; background-color: #d2e0ef; background-image: linear-gradient(116deg, rgba(255, 255, 255, 0.6), transparent 40%), repeating-linear-gradient(0deg, rgba(18, 76, 136, 0.07) 0, rgba(18, 76, 136, 0.07) 1px, transparent 1px, transparent 45px), repeating-linear-gradient(90deg, rgba(18, 76, 136, 0.07) 0, rgba(18, 76, 136, 0.07) 1px, transparent 1px, transparent 45px); color: var(--ink); }
.contact-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0 46%, rgba(32, 104, 178, 0.1) 46.1% 46.35%, transparent 46.5%); }
.contact-inner { position: relative; z-index: 2; max-width: 920px; margin: 0 auto; text-align: center; }
.contact-inner .kicker { justify-content: center; margin-bottom: 22px; }
.contact-inner h2 { margin-bottom: 22px; }
.contact-inner h2 em { color: #0d61b5; }
.contact-lead { max-width: 680px; margin: 0 auto 32px; color: #536981; font-size: 1rem; line-height: 1.75; }
.button-large { min-height: 66px; padding-right: 26px; padding-left: 29px; }
.contact-note { margin: 16px 0 0; color: #61738c; font-size: 0.72rem; font-weight: 600; }
.contact-orbit { position: absolute; border: 1px solid rgba(24, 105, 193, 0.25); border-radius: 50%; }
.orbit-one { width: 675px; height: 675px; top: -373px; left: -326px; }
.orbit-two { width: 505px; height: 505px; right: -250px; bottom: -271px; border: 21px solid rgba(34, 141, 255, 0.12); }

.site-footer { padding: 47px clamp(18px, 6vw, 96px) 25px; background: var(--ink-deep); color: var(--white); }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 28px; max-width: 1400px; margin: 0 auto; }
.footer-top { align-items: center; padding-bottom: 37px; border-bottom: 1px solid var(--line-dark); }
.brand-footer img { box-shadow: 0 0 0 3px rgba(34, 141, 255, 0.12), 0 0 18px rgba(34, 141, 255, 0.2); }
.instagram-link { display: grid; grid-template-columns: auto auto 16px; gap: 9px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(124, 185, 255, 0.4); color: #a9b9d1; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.04em; }
.instagram-link b { color: var(--white); font-size: 0.72rem; }
.instagram-link svg { width: 14px; color: var(--electric-light); transition: transform 180ms var(--ease-out); }
.instagram-link:hover svg { transform: translate(2px, -2px); }
.footer-bottom { padding-top: 23px; color: #7085a4; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .site-header { padding-right: 26px; padding-left: 26px; }
  .hero { padding-right: 30px; padding-left: 30px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(335px, 0.75fr); gap: 38px; }
  .difference-section, .solutions-section, .about-section, .contact-section, .site-footer { padding-right: 30px; padding-left: 30px; }
  .section-intro { grid-template-columns: 0.5fr 1.2fr 0.9fr; }
  .solutions-title-wrap { display: block; }
  .solutions-title-wrap p { max-width: 470px; margin-top: 18px; }
  .solution-card { min-height: 445px; }
  .solution-b2b, .solution-b2c { grid-template-columns: 1fr; }
  .solution-b2b .solution-photo { order: -1; min-height: 230px; }
  .solution-b2c .solution-photo { min-height: 230px; }
  .solution-copy { min-height: 260px; padding: 30px; }
  .solution-card h3 { margin-top: 34px; }
  .about-section { gap: 58px; }
  .about-year-label { left: 270px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .site-header { padding: 12px 18px; }
  .site-header.is-scrolled { padding-top: 9px; padding-bottom: 9px; }
  .nav-wrap { grid-template-columns: 1fr auto; gap: 14px; }
  .brand img { width: 46px; height: 46px; border-radius: 12px; }
  .brand-copy strong { font-size: 0.86rem; }
  .brand-copy small { font-size: 0.57rem; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 42px; height: 42px; padding: 9px; place-content: center; gap: 5px; border: 1px solid rgba(143, 200, 255, 0.36); border-radius: 3px; background: rgba(2, 8, 23, 0.25); color: var(--white); }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: currentColor; transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 2; top: 0; right: 0; display: flex; width: min(80vw, 330px); min-height: 100vh; padding: 115px 32px 38px; flex-direction: column; align-items: flex-start; gap: 28px; background: rgba(4, 17, 39, 0.98); box-shadow: -30px 0 80px rgba(0, 0, 0, 0.35); transform: translateX(102%); transition: transform 260ms var(--ease-out); }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { font-size: 0.82rem; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 128px 18px 0; }
  .hero-grid-lines { mask-image: none; opacity: 0.22; }
  .hero-halo-one { width: 440px; height: 440px; right: -225px; top: -168px; }
  .hero-halo-two { display: none; }
  .hero-inner { display: block; min-height: 0; }
  .hero-content { padding-bottom: 38px; }
  .eyebrow { margin-bottom: 15px; font-size: 0.62rem; }
  h1 { font-size: clamp(2.25rem, 11.5vw, 3.3rem); }
  .hero-content > p { font-size: 0.92rem; line-height: 1.68; }
  .hero-actions { display: grid; align-items: stretch; gap: 19px; }
  .button { width: 100%; min-height: 59px; font-size: 0.7rem; }
  .text-link { justify-content: center; }
  .hero-assurance { align-items: flex-start; margin-top: 28px; font-size: 0.72rem; }
  .hero-visual { min-height: 350px; margin: 0 -2px; }
  .hero-image-frame { inset: 25px 0 0 20px; }
  .signal-card { max-width: 210px; padding: 10px 12px; }
  .signal-card-top { left: 0; }
  .signal-card-bottom { right: -3px; bottom: 3px; }
  .signal-card b { font-size: 0.62rem; }
  .signal-card small { font-size: 0.53rem; }
  .hero-mark { width: 57px; top: -9px; right: 13%; }
  .signal-rail { gap: 17px; margin-top: 20px; padding: 15px 18px; font-size: 0.53rem; }
  .difference-section, .solutions-section, .about-section, .contact-section { padding: 78px 18px; }
  .section-intro, .solutions-head { display: block; margin-bottom: 38px; }
  .section-intro .kicker { margin-bottom: 17px; }
  .section-index { margin-top: 0; }
  .section-intro h2, .solutions-head h2, .about-content h2, .contact-inner h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .intro-copy { margin-top: 17px; font-size: 0.85rem; }
  .difference-grid { display: block; border-top: 0; }
  .difference-card, .difference-card:first-child { min-height: 0; padding: 29px 25px 31px; border: 1px solid var(--line-dark); border-bottom: 0; }
  .difference-card:last-child { border-bottom: 1px solid var(--line-dark); }
  .card-index { margin-bottom: 38px; }
  .difference-card h3 { font-size: 1.2rem; }
  .card-line { right: 25px; left: 25px; }
  .section-cta-wrap { margin-top: 31px; }
  .solutions-head .kicker { margin-bottom: 18px; }
  .section-index-dark { margin-top: 0; }
  .solutions-title-wrap p { margin-top: 15px; font-size: 0.86rem; }
  .solutions-layout { display: block; }
  .solution-card { display: flex; min-height: 0; margin-bottom: 17px; flex-direction: column; }
  .solution-b2c { margin-top: 0; }
  .solution-b2b .solution-photo { order: 0; }
  .solution-b2c .solution-photo { order: 0; }
  .solution-copy { min-height: 0; padding: 30px 25px; }
  .solution-card h3 { margin-top: 34px; font-size: 2rem; }
  .solution-photo { min-height: 275px !important; order: 0; }
  .solution-b2c .solution-copy { order: 1; }
  .solutions-bottom-cta { display: block; margin-top: 36px; }
  .solutions-bottom-cta p { margin-bottom: 18px; }
  .about-section { display: block; min-height: 0; }
  .about-art { min-height: 285px; margin: 0 0 44px; transform: scale(0.77); transform-origin: top left; width: 130%; }
  .ring-a { width: 380px; height: 380px; }
  .ring-b { width: 285px; height: 285px; left: 47px; }
  .ring-c { width: 183px; height: 183px; top: 62px; left: 97px; border-width: 14px; }
  .about-year { top: 92px; left: 34px; font-size: 8.7rem; }
  .about-year-label { top: 220px; left: 260px; }
  .about-text { padding-left: 16px; }
  .about-text p { font-size: 0.86rem; }
  .contact-section { padding-top: 81px; padding-bottom: 85px; }
  .contact-inner .kicker { font-size: 0.58rem; }
  .contact-lead { font-size: 0.9rem; }
  .contact-note { font-size: 0.65rem; }
  .site-footer { padding: 38px 18px 20px; }
  .footer-top { display: block; }
  .footer-top .brand { margin-bottom: 30px; }
  .instagram-link { width: fit-content; }
  .footer-bottom { display: grid; gap: 8px; padding-top: 18px; font-size: 0.59rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
