:root {
  --cyan: #5fc4e2;
  --blue: #1267a7;
  --deep-blue: #0d5295;
  --pale-blue: #e7f0f7;
  --ink: #071d2c;
  --black: #000;
  --charcoal: #3f4143;
  --white: #fff;
  --line: #d9e6ef;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px rgb(13 82 149 / 12%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--deep-blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.center { margin-top: 48px; text-align: center; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--display); line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 830px; margin-bottom: 26px; color: var(--white); font-size: clamp(3rem, 6.5vw, 6.5rem); font-weight: 600; }
h1 em { display: block; color: var(--cyan); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4vw, 4.25rem); font-weight: 600; }
h2 span { color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 21px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow.light { color: #cceffd; }
.lead { color: var(--ink); font-size: 1.22rem; line-height: 1.65; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--deep-blue); border-radius: 4px; color: var(--white); background: var(--deep-blue); font-weight: 700; transition: color .3s, background .3s, transform .3s, box-shadow .3s; }
.button svg { width: 18px; transition: transform .3s; }
.button:hover { background: var(--blue); box-shadow: 0 12px 30px rgb(13 82 149 / 20%); transform: translateY(-2px); }
.button:hover svg { transform: translate(2px, -2px); }
.button-light { border-color: var(--white); color: var(--deep-blue); background: var(--white); }
.button-light:hover { color: var(--white); background: transparent; }
.button-small { min-height: 44px; padding: 9px 17px; font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--deep-blue); font-weight: 700; }
.text-link svg { width: 18px; transition: transform .3s; }
.text-link:hover svg { transform: translateX(5px); }
.light-link { color: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; background: rgb(255 255 255 / 96%); transition: box-shadow .3s, border-color .3s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgb(0 31 54 / 7%); }
.header-inner { display: flex; height: 84px; align-items: center; gap: 30px; }
.brand { width: 74px; height: 67px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a { position: relative; color: #253c4b; font-size: .9rem; font-weight: 600; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--cyan); transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-cta { margin-left: 4px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; color: var(--ink); background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 790px; height: min(920px, 100svh); margin-top: 84px; overflow: hidden; background: var(--ink); }
.hero-background, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-background { object-fit: cover; object-position: center; animation: heroZoom 1.5s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgb(4 28 45 / 96%) 0%, rgb(7 41 64 / 86%) 43%, rgb(7 38 57 / 26%) 75%, rgb(7 29 44 / 18%) 100%); }
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 40px; }
.hero-copy { max-width: 650px; margin-bottom: 35px; color: #dce9ef; font-size: clamp(1rem, 1.5vw, 1.23rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-marker { position: absolute; right: 5vw; bottom: 48px; z-index: 2; display: flex; align-items: center; gap: 16px; color: var(--white); }
.hero-marker strong { display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgb(255 255 255 / 55%); border-radius: 50%; color: var(--cyan); font-family: var(--display); }
.hero-marker span { font-size: .78rem; line-height: 1.35; text-transform: uppercase; }
.circuit { position: absolute; pointer-events: none; }
.circuit span { position: absolute; height: 1px; background: currentColor; }
.circuit span::after { position: absolute; top: 50%; right: -5px; width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 50%; content: ""; transform: translateY(-50%); }
.circuit-hero { right: -10px; top: 18%; width: 25%; height: 210px; color: rgb(95 196 226 / 45%); }
.circuit-hero span:nth-child(1) { top: 20px; right: 0; width: 76%; }
.circuit-hero span:nth-child(2) { top: 86px; right: 13%; width: 86%; }
.circuit-hero span:nth-child(3) { top: 152px; right: 0; width: 65%; }
@keyframes heroZoom { from { opacity: .2; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; min-height: 112px; align-items: center; gap: 15px; padding: 22px 25px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid svg { width: 26px; color: var(--blue); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--ink); font-family: var(--display); font-size: .93rem; }
.trust-grid span { color: #70808a; font-size: .78rem; }

.intro-grid { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.intro-visual { position: relative; }
.intro-visual::before { position: absolute; top: -22px; left: -22px; width: 120px; height: 120px; border-top: 1px solid var(--cyan); border-left: 1px solid var(--cyan); content: ""; }
.intro-visual img { width: 100%; height: 570px; object-fit: cover; }
.intro-stat { position: absolute; right: -35px; bottom: -35px; display: flex; width: 225px; height: 140px; align-items: center; gap: 13px; padding: 24px; color: var(--white); background: var(--deep-blue); }
.intro-stat strong { font: 600 2rem var(--display); }
.intro-stat span { padding-left: 13px; border-left: 1px solid rgb(255 255 255 / 40%); font-size: .78rem; line-height: 1.45; }
.intro-copy > p:not(.eyebrow) { max-width: 540px; }
.intro-copy .text-link { margin-top: 18px; }

.categories { background: #f4f8fb; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 50px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { max-width: 370px; margin-bottom: 8px; color: #6b7c87; }
.section-heading.compact { max-width: 820px; }
.category-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.category-card { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.category-wide { grid-row: 1 / 3; }
.category-card > img, .category-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-card > img { object-fit: cover; transition: transform .5s ease; }
.category-shade { background: linear-gradient(0deg, rgb(2 21 34 / 84%), transparent 66%); }
.category-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; }
.category-content small, .category-content strong { display: block; }
.category-content small { margin-bottom: 5px; color: #d0eaf3; text-transform: uppercase; font-size: .66rem; letter-spacing: .1em; }
.category-content strong { font: 600 clamp(1.6rem, 2.5vw, 2.4rem) var(--display); }
.category-content > span { display: flex; overflow: hidden; max-height: 0; align-items: center; gap: 8px; opacity: 0; font-size: .83rem; font-weight: 700; transition: max-height .3s, opacity .3s, margin .3s; }
.category-content svg { width: 16px; }
.category-card:hover > img { transform: scale(1.035); }
.category-card:hover .category-content > span { max-height: 30px; margin-top: 13px; opacity: 1; }

.expertise { position: relative; overflow: hidden; color: #c9dbe5; background: #072c47; }
.expertise::before { position: absolute; right: -8%; bottom: -70%; width: 620px; height: 620px; border: 1px solid rgb(95 196 226 / 18%); border-radius: 50%; box-shadow: 0 0 0 60px rgb(95 196 226 / 4%), 0 0 0 130px rgb(95 196 226 / 3%); content: ""; }
.expertise-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.expertise h2 { color: var(--white); }
.expertise h2 span { color: var(--cyan); }
.expertise-copy > p:not(.eyebrow) { max-width: 570px; }
.expertise-copy .button { margin-top: 18px; }
.expertise-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.expertise-list article:first-child { border-top: 1px solid rgb(255 255 255 / 14%); }
.expertise-list article > span { color: var(--cyan); font: 500 .78rem var(--display); }
.expertise-list h3 { margin-bottom: 7px; color: var(--white); font-size: 1.35rem; }
.expertise-list p { margin-bottom: 0; color: #aec4d1; font-size: .9rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { position: relative; min-height: 310px; padding: 38px 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s; }
.benefit-grid article:hover { z-index: 1; background: #f3f9fc; transform: translateY(-5px); }
.benefit-number { position: absolute; top: -20px; right: -6px; color: #edf3f7; font: 700 7rem/1 var(--display); }
.benefit-grid svg { position: relative; width: 29px; height: 29px; margin-bottom: 58px; color: var(--blue); }
.benefit-grid h3 { position: relative; margin-bottom: 13px; font-size: 1.35rem; }
.benefit-grid p { position: relative; margin-bottom: 0; color: #697b86; font-size: .9rem; }

.immersive { position: relative; min-height: 670px; display: flex; align-items: flex-end; overflow: hidden; }
.immersive > img, .immersive-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.immersive > img { object-fit: cover; object-position: center 52%; }
.immersive-overlay { background: linear-gradient(90deg, rgb(3 26 42 / 88%), rgb(3 26 42 / 25%) 72%), linear-gradient(0deg, rgb(3 26 42 / 55%), transparent 60%); }
.immersive-content { position: relative; padding-bottom: 85px; color: var(--white); }
.immersive h2 { margin-bottom: 20px; color: var(--white); }
.immersive h2 span { color: var(--cyan); }
.immersive-content > p:last-child { max-width: 540px; margin-bottom: 0; color: #dceaf0; font-size: 1.1rem; }

.shop { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 22px; }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; height: 320px; overflow: hidden; background: var(--pale-blue); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-image > span { position: absolute; top: 12px; left: 12px; padding: 5px 10px; color: var(--deep-blue); background: var(--white); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.product-info { position: relative; padding: 21px 50px 0 2px; }
.product-info small { color: var(--blue); font-size: .69rem; font-weight: 700; text-transform: uppercase; }
.product-info h3 { margin: 7px 0 8px; overflow-wrap: anywhere; font-size: 1.2rem; }
.product-info p { margin: 0; color: #75838c; font-size: .83rem; }
.product-info > a { position: absolute; right: 0; bottom: 2px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); color: var(--deep-blue); transition: color .3s, background .3s; }
.product-info > a:hover { color: var(--white); background: var(--deep-blue); }
.product-info svg { width: 17px; }

.cta-section { padding-block: 90px; }
.cta-box { position: relative; padding: 80px clamp(26px, 8vw, 100px); overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--deep-blue), var(--blue) 63%, var(--cyan)); }
.cta-box h2 { max-width: 850px; color: var(--white); font-size: clamp(2.2rem, 4.7vw, 4.5rem); }
.cta-box > p:not(.eyebrow) { max-width: 620px; margin-bottom: 30px; color: #e2f2f7; }
.circuit-cta { right: -30px; bottom: 30px; width: 35%; height: 180px; color: rgb(255 255 255 / 30%); }
.circuit-cta span:nth-child(1) { top: 10px; right: 0; width: 70%; }
.circuit-cta span:nth-child(2) { top: 70px; right: 12%; width: 90%; }
.circuit-cta span:nth-child(3) { top: 135px; right: 0; width: 60%; }

.contact { padding-top: 45px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 10vw; }
.contact-panel { padding-top: 16px; }
.contact-panel > p { max-width: 570px; color: #60727e; font-size: 1.1rem; }
.contact-details { display: grid; gap: 10px; max-width: 590px; margin: 27px 0 30px; }
.contact-details > a { display: flex; min-width: 0; align-items: center; gap: 15px; padding: 14px 16px; border: 1px solid var(--line); background: #f8fbfd; transition: border-color .25s, background .25s, transform .25s; }
.contact-details > a:hover { border-color: var(--cyan); background: var(--pale-blue); transform: translateX(4px); }
.contact-details svg { width: 21px; flex: 0 0 auto; color: var(--blue); }
.whatsapp-icon { fill: currentColor; }
.contact-details span, .contact-details small, .contact-details strong { display: block; min-width: 0; }
.contact-details small { color: #73828b; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { color: var(--ink); font-size: .9rem; overflow-wrap: anywhere; }

.site-footer { padding-top: 72px; color: #a9becb; background: #05263d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 60px; }
.footer-brand img { width: 105px; height: 96px; margin-bottom: 18px; object-fit: contain; background: var(--white); }
.footer-brand p { max-width: 230px; color: var(--white); font: 500 1.05rem var(--display); }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font: 600 .78rem var(--display); text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { display: flex; width: fit-content; align-items: center; gap: 6px; margin-bottom: 10px; font-size: .83rem; transition: color .2s; }
.footer-grid a:hover { color: var(--cyan); }
.footer-grid p { font-size: .83rem; }
.footer-grid svg { width: 15px; }
.footer-contact a { align-items: flex-start; overflow-wrap: anywhere; }
.footer-contact svg { margin-top: 3px; flex: 0 0 auto; color: var(--cyan); }
.footer-bottom { display: flex; min-height: 78px; align-items: center; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / 12%); font-size: .75rem; }
.footer-bottom > a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgb(255 255 255 / 20%); }
.footer-bottom svg { width: 16px; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .78rem; }
  .header-cta { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 32px, 680px); }
  .section { padding: 78px 0; }
  .header-inner { height: 72px; }
  .brand { width: 62px; height: 58px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 24px; visibility: hidden; background: var(--white); opacity: 0; transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font: 600 1.1rem var(--display); }
  .hero { min-height: 700px; height: calc(100svh - 72px); margin-top: 72px; }
  .hero-background { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgb(4 28 45 / 93%), rgb(7 41 64 / 65%)), linear-gradient(0deg, rgb(4 28 45 / 75%), transparent); }
  .hero-marker { display: none; }
  .hero-content { padding-bottom: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article { min-height: 98px; border-bottom: 1px solid var(--line); }
  .intro-grid, .expertise-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 75px; }
  .intro-visual img { height: 470px; }
  .intro-stat { right: 16px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .expertise-grid { gap: 60px; }
  .immersive { min-height: 600px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 32px); }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .section { padding: 68px 0; }
  .hero { min-height: 650px; }
  .hero-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .circuit-hero { width: 45%; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid article { min-height: 105px; gap: 11px; padding: 15px 12px; }
  .trust-grid svg { width: 22px; }
  .trust-grid span { display: none; }
  .intro-visual img { height: 410px; }
  .intro-visual::before { top: -12px; left: -12px; }
  .intro-stat { right: 12px; bottom: -30px; width: 205px; height: 120px; }
  .category-grid { display: flex; flex-direction: column; }
  .category-card { height: 350px; }
  .category-card.category-wide { height: 430px; }
  .category-content { padding: 24px; }
  .category-content > span { max-height: 30px; margin-top: 10px; opacity: 1; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 275px; }
  .immersive { min-height: 560px; }
  .immersive > img { object-position: 65% center; }
  .immersive-overlay { background: linear-gradient(90deg, rgb(3 26 42 / 91%), rgb(3 26 42 / 38%)); }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 390px; }
  .cta-section { padding-block: 55px; }
  .cta-box { width: 100%; padding-block: 62px; }
  .circuit-cta { width: 60%; opacity: .6; }
  .contact-grid { gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; gap: 20px; padding-block: 22px; }
}

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