:root {
  --ink: #0b1c32;
  --navy: #122d4e;
  --blue: #315581;
  --steel: #8da8c8;
  --ice: #eaf1f6;
  --paper: #f7f9fb;
  --line: rgba(11, 28, 50, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.c-col { display: none !important; }
button, a { font: inherit; }
button { cursor: pointer; }
*[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #9fc2ea; outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 12px 16px; background: white; color: var(--ink); text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 18px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40; height: 84px; padding: 0 clamp(20px, 4vw, 72px);
  display: flex; align-items: center; justify-content: space-between; color: white;
  border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, height .25s ease;
}
.site-header.is-scrolled { height: 70px; background: rgba(8,24,44,.95); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; border: 0; background: none; color: white; }
.brand img { width: 220px; height: 64px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav button { border: 0; background: none; color: rgba(255,255,255,.82); font-size: 14px; }
.site-header nav button:hover { color: white; }
.site-header nav .nav-cta { color: white; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 11px 18px; }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 2px; background: white; margin: 5px; }

.hero { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; color: white; }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,21,39,.96) 0%, rgba(12,39,69,.82) 56%, rgba(8,24,44,.52) 100%), url("https://horizons-cdn.hostinger.com/5045523b-d006-4486-a7db-e1e5ab21c241/565202143e651b3cb5829d93e297f6b9.png") center/cover; transform: scale(1.02); }
.hero-content { position: relative; width: min(1180px, calc(100% - 40px)); padding: 140px 0 90px; }
.eyebrow { margin: 0 0 24px; color: #b8cae0; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 940px; margin: 0; font-size: clamp(46px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 650; }
.hero-copy { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 4px; text-decoration: none; font-weight: 750; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: #e8eff6; color: var(--ink); }
.button.secondary { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); color: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 70px; color: rgba(255,255,255,.7); font-size: 13px; }
.hero-proof span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 10px 1px 0; border-radius: 50%; background: var(--steel); }
.scroll-cue { position: absolute; right: 4vw; bottom: 42px; width: 1px; height: 72px; background: rgba(255,255,255,.2); }
.scroll-cue span { display: block; width: 1px; height: 22px; background: white; animation: scroll 2s ease-in-out infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 40% { opacity: 1; } 100% { transform: translateY(50px); opacity: 0; } }

.company, .services { padding: clamp(80px, 10vw, 140px) clamp(20px, 6vw, 96px); }
.section-kicker { margin-bottom: 50px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.company-lead { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(48px, 8vw, 130px); align-items: start; }
.company h2, .section-heading h2, .contact-panel h2 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.05; letter-spacing: -.045em; font-weight: 640; }
.company-lead p { margin: 2px 0 18px; color: #536275; font-size: 18px; line-height: 1.72; }
.sector-strip { margin-top: 64px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr) auto; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-strip > * { min-height: 84px; display: flex; align-items: center; padding: 0 24px; border-right: 1px solid var(--line); }
.sector-strip > *:last-child { border-right: 0; }
.sector-strip span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sector-strip strong { font-size: 17px; font-weight: 650; }
.sector-strip em { color: #637387; font-size: 13px; font-style: normal; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 90px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { min-height: 180px; display: flex; flex-direction: column; justify-content: center; padding: 28px clamp(20px, 4vw, 56px); border-right: 1px solid var(--line); }
.metrics div:last-child { border-right: 0; }
.metrics strong { font-size: clamp(50px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; font-weight: 600; }
.metrics span { margin-top: 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.purpose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.purpose-grid article { position: relative; min-height: 330px; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--ink); color: white; }
.purpose-grid article:last-child { background: var(--blue); }
.purpose-grid article > span { position: absolute; top: 28px; right: 30px; color: rgba(255,255,255,.48); font-size: 13px; letter-spacing: .14em; }
.purpose-grid article::before { content: ""; position: absolute; width: 220px; height: 220px; top: -120px; left: -80px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.purpose-grid h3 { margin: 0 0 18px; font-size: 34px; letter-spacing: -.04em; }
.purpose-grid p { max-width: 590px; margin: 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.65; }
.values-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); margin-top: 110px; }
.values-title h2 { font-size: clamp(38px, 4vw, 58px); }
.values-list { border-top: 1px solid var(--line); }
.values-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.values-list article > span { color: var(--steel); font-size: 12px; letter-spacing: .12em; }
.values-list h3 { margin: -3px 0 7px; font-size: 22px; letter-spacing: -.02em; }
.values-list p { margin: 0; color: #5a6879; line-height: 1.55; }

.services { background: var(--ice); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading > p { margin: 0; color: #536275; line-height: 1.7; }
.service-explorer { display: grid; grid-template-columns: minmax(270px,.7fr) minmax(0,1.7fr); min-height: 700px; border: 1px solid var(--line); background: white; }
.service-tabs { border-right: 1px solid var(--line); }
.service-tabs button { width: 100%; min-height: 70px; display: grid; grid-template-columns: 38px 1fr; gap: 8px; align-items: center; padding: 12px 22px; border: 0; border-bottom: 1px solid var(--line); background: white; color: #536275; text-align: left; line-height: 1.25; transition: background .2s ease, color .2s ease; }
.service-tabs button span { color: #93a5b8; font-size: 11px; letter-spacing: .1em; }
.service-tabs button:hover { background: #f1f5f8; color: var(--ink); }
.service-tabs button.active { background: var(--ink); color: white; }
.service-tabs button.active span { color: var(--steel); }
.service-detail { min-width: 0; display: grid; grid-template-rows: 1.15fr .85fr; }
.main-service-image { position: relative; min-height: 360px; border: 0; padding: 0; overflow: hidden; background: var(--navy); }
.main-service-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity .7s ease, transform 1.2s ease; }
.main-service-image img.visible { opacity: 1; transform: scale(1); }
.main-service-image > span { position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 9px 12px; background: rgba(6,22,40,.78); color: white; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.service-copy { position: relative; padding: 34px clamp(28px, 4vw, 56px); }
.service-number { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-copy h3 { max-width: 700px; margin: 0 0 16px; font-size: clamp(27px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.service-copy > p:not(.service-number) { max-width: 760px; margin: 0; color: #566577; font-size: 17px; line-height: 1.65; }
.service-note { max-width: 760px; margin-top: 18px; display: flex; align-items: flex-start; gap: 12px; color: #33445a; font-size: 14px; line-height: 1.5; }
.service-note span { width: 7px; height: 7px; margin-top: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); }
.image-switcher { position: absolute; right: 28px; bottom: 28px; display: flex; gap: 8px; }
.image-switcher button { width: 58px; height: 42px; padding: 0; border: 2px solid transparent; background: var(--ice); opacity: .6; }
.image-switcher button.active { border-color: var(--blue); opacity: 1; }
.image-switcher img { width: 100%; height: 100%; object-fit: cover; }

.faq-block { margin-top: clamp(80px, 10vw, 130px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); }
.faq-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; font-weight: 640; }
.faq-heading > p:last-child { max-width: 460px; margin: 24px 0 0; color: #5a6879; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list article > button { width: 100%; min-height: 84px; display: grid; grid-template-columns: 1fr 40px; gap: 24px; align-items: center; padding: 18px 0; border: 0; background: none; color: var(--ink); text-align: left; }
.faq-list article > button span { font-size: 18px; font-weight: 650; line-height: 1.35; }
.faq-list article > button i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 22px; font-style: normal; }
.faq-list article.open > button i { background: var(--ink); color: white; }
.faq-list article > div p { max-width: 680px; margin: 0; padding: 0 58px 28px 0; color: #5a6879; line-height: 1.65; }

.contact-panel { margin-top: clamp(80px, 10vw, 140px); padding: clamp(36px, 6vw, 82px); background: var(--ink); color: white; }
.contact-panel > div:first-child { max-width: 950px; }
.contact-panel > div:first-child > p:last-child { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 38px 0 70px; }
.button.whatsapp-button { background: #d8eadf; color: #123927; }
.contact-data { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-data span { display: block; margin-bottom: 12px; color: var(--steel); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-data p, .contact-data a { margin: 0; color: rgba(255,255,255,.8); text-decoration: none; line-height: 1.55; }
.contact-data a:hover { color: white; text-decoration: underline; }
.contact-emails { display: flex; flex-direction: column; align-items: flex-start; }
.contact-notice { margin: 24px 0 0; padding: 12px 16px; border-left: 3px solid var(--steel); background: rgba(255,255,255,.08); color: white; font-size: 13px; }

footer { padding: 46px clamp(20px, 6vw, 96px); display: grid; grid-template-columns: .9fr 1fr 1.3fr; gap: 34px; align-items: center; background: #071426; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-brand { display: flex; align-items: center; color: white; }
.footer-brand img { width: min(280px, 100%); height: auto; object-fit: contain; }
footer p { max-width: 430px; margin: 0; line-height: 1.55; }
.footer-legal { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; text-align: right; }
.footer-legal nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.footer-legal button { padding: 0; border: 0; border-bottom: 1px solid transparent; background: none; color: rgba(255,255,255,.78); font-size: 12px; }
.footer-legal button:hover { color: white; border-bottom-color: var(--steel); }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 35; min-height: 50px; display: flex; align-items: center; gap: 14px; padding: 0 10px 0 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #153b2b; color: white; box-shadow: 0 14px 34px rgba(7,20,38,.25); text-decoration: none; }
.floating-whatsapp span { font-size: 13px; font-weight: 750; }
.floating-whatsapp strong { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 16px; }
.floating-whatsapp:hover { background: #1c5139; transform: translateY(-2px); }

.lightbox { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 40px; background: rgba(3,12,22,.92); }
.lightbox img { max-width: min(1200px, 92vw); max-height: 84vh; object-fit: contain; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox button { position: absolute; top: 22px; right: 28px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: none; color: white; font-size: 32px; line-height: 1; }

body.modal-open { overflow: hidden; }
.quote-modal { position: fixed; inset: 0; z-index: 92; display: grid; place-items: center; padding: 24px; background: rgba(2,11,22,.9); backdrop-filter: blur(8px); }
.quote-modal > article { width: min(880px, 100%); max-height: 92vh; overflow-y: auto; background: white; color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.45); }
.quote-modal header { min-height: 165px; display: flex; justify-content: space-between; gap: 30px; padding: 32px 38px; background: var(--ink); color: white; }
.quote-modal header p { margin: 0 0 12px; color: var(--steel); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quote-modal header h2 { margin: 0 0 10px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; }
.quote-modal header span { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.5; }
.quote-close { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: none; color: white; font-size: 30px; line-height: 1; }
.quote-modal form { padding: 34px 38px 38px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field > span { color: #415168; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(11,28,50,.22); border-radius: 3px; background: white; color: var(--ink); padding: 13px 14px; font: inherit; }
.field input, .field select { min-height: 48px; }
.field textarea { resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(49,85,129,.14); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-top: 22px; padding: 16px; background: var(--ice); color: #536275; font-size: 13px; }
.consent-row input { width: 18px; height: 18px; }
.consent-row button { padding: 0; border: 0; border-bottom: 1px solid var(--blue); background: none; color: var(--blue); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.form-actions .form-submit { background: var(--ink); color: white; }
.form-actions .form-submit:disabled { opacity: .55; cursor: wait; }
.form-actions > span { color: #6a788a; font-size: 12px; }
.form-status { margin: 18px 0 0; padding: 14px 16px; border-left: 3px solid var(--blue); background: var(--ice); color: #33445a; line-height: 1.5; }
.form-status.success { border-left-color: #26845a; background: #e7f5ed; color: #19563c; }
.form-status.error { border-left-color: #b94242; background: #fff0f0; color: #762b2b; }

.legal-modal { position: fixed; inset: 0; z-index: 96; display: grid; place-items: center; padding: 24px; background: rgba(2,11,22,.88); backdrop-filter: blur(8px); }
.legal-modal > article { width: min(920px, 100%); max-height: 90vh; overflow: hidden; display: grid; grid-template-rows: auto 1fr; background: white; color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.45); }
.legal-modal header { min-height: 170px; display: flex; justify-content: space-between; gap: 32px; padding: 34px 38px; background: var(--ink); color: white; }
.legal-modal header p { margin: 0 0 12px; color: var(--steel); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-modal header h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.04em; }
.legal-modal header span { color: rgba(255,255,255,.62); font-size: 13px; }
.legal-modal header button { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: none; color: white; font-size: 30px; line-height: 1; }
.legal-content { overflow-y: auto; padding: 38px; }
.legal-content section { display: grid; grid-template-columns: 210px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h3 { margin: 0; font-size: 17px; line-height: 1.35; }
.legal-content section p { margin: 0; color: #536275; line-height: 1.7; }
.legal-note { margin: 30px 0 0; padding: 18px; background: var(--ice); color: #536275; font-size: 12px; line-height: 1.6; }

@media (max-width: 900px) {
  .company-lead, .values-block, .section-heading, .faq-block { grid-template-columns: 1fr; gap: 34px; }
  .sector-strip { grid-template-columns: repeat(2, 1fr); }
  .sector-strip > * { border-bottom: 1px solid var(--line); }
  .service-explorer { grid-template-columns: 1fr; }
  .service-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border-right: 0; border-bottom: 1px solid var(--line); }
  .service-tabs button { min-height: 78px; border-right: 1px solid var(--line); }
  .contact-data { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-legal { align-items: flex-start; text-align: left; }
  .footer-legal nav { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand img { width: 175px; height: 52px; }
  .menu-button { display: block; }
  .site-header nav { display: none; position: absolute; top: 70px; left: 12px; right: 12px; padding: 22px; border: 1px solid rgba(255,255,255,.16); background: rgba(8,24,44,.98); flex-direction: column; align-items: stretch; gap: 8px; }
  .site-header nav.open { display: flex; }
  .site-header nav button { text-align: left; padding: 12px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-proof { margin-top: 48px; gap: 14px; flex-direction: column; }
  .scroll-cue { display: none; }
  .sector-strip { grid-template-columns: 1fr 1fr; margin-top: 44px; }
  .sector-strip > * { min-height: 68px; padding: 0 14px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics div { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics div:last-child { border-bottom: 0; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-grid article { min-height: 300px; padding: 28px; }
  .values-list article { grid-template-columns: 36px 1fr; }
  .service-tabs { grid-template-columns: 1fr; max-height: 430px; overflow-y: auto; }
  .service-tabs button { min-height: 64px; }
  .service-detail { grid-template-rows: 330px auto; }
  .service-copy { padding: 28px 24px 95px; }
  .image-switcher { left: 24px; right: auto; bottom: 28px; }
  .contact-panel { margin-left: -20px; margin-right: -20px; }
  .contact-actions .button { width: 100%; }
  .faq-list article > button span { font-size: 16px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
  .lightbox { padding: 18px; }
  .legal-modal { padding: 10px; }
  .legal-modal > article { max-height: 95vh; }
  .legal-modal header { min-height: 140px; padding: 26px 22px; }
  .legal-content { padding: 26px 22px; }
  .legal-content section { grid-template-columns: 1fr; gap: 10px; }
  .quote-modal { padding: 10px; }
  .quote-modal > article { max-height: 96vh; }
  .quote-modal header { min-height: 140px; padding: 26px 22px; }
  .quote-modal form { padding: 26px 22px 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .consent-row { grid-template-columns: auto 1fr; }
  .consent-row button { grid-column: 2; justify-self: start; }
  .form-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
