:root {
  --navy-950: #091724;
  --navy-900: #10253a;
  --navy-800: #173750;
  --navy-700: #245978;
  --blue-600: #009ee3;
  --blue-500: #17b8ee;
  --blue-200: #a9e3f7;
  --cyan-100: #eaf9fe;
  --slate-900: #172532;
  --slate-700: #42596b;
  --slate-500: #728594;
  --slate-200: #dce6ec;
  --slate-100: #eef3f6;
  --white: #fff;
  --shadow: 0 22px 60px rgba(9, 31, 48, .14);
  --shadow-soft: 0 12px 34px rgba(9, 31, 48, .09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1210px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--slate-900); background: var(--white); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 200; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--navy-900); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: rgba(13, 48, 70, .1); background: rgba(255, 255, 255, .94); box-shadow: 0 8px 30px rgba(7, 27, 43, .08); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { width: 146px; height: 68px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.main-nav > a { text-decoration: none; font-size: 13px; font-weight: 700; color: var(--navy-900); white-space: nowrap; transition: color .2s, transform .2s; }
.main-nav > a:not(.nav-employee):not(.nav-cta):hover { color: var(--blue-600); }
.main-nav .nav-employee { padding: 10px 14px; border: 1px solid var(--blue-600); border-radius: 999px; color: var(--blue-600); }
.main-nav .nav-employee:hover { color: #fff; background: var(--blue-600); transform: translateY(-1px); }
.main-nav .nav-cta { padding: 11px 17px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--navy-700), var(--blue-600)); box-shadow: 0 8px 22px rgba(0, 158, 227, .22); }
.main-nav .nav-cta:hover { transform: translateY(-2px); }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; padding: 0; border: 1px solid var(--slate-200); border-radius: 12px; background: #fff; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--navy-900); transition: .2s; }

.hero { min-height: 760px; position: relative; isolation: isolate; overflow: hidden; padding: 154px 0 90px; color: #fff; }
.hero-background, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-background { z-index: -3; object-fit: cover; }
.hero-overlay { z-index: -2; background: linear-gradient(118deg, rgba(7, 24, 40, .96) 0%, rgba(14, 44, 70, .93) 52%, rgba(13, 69, 100, .82) 100%); }
.hero::after { position: absolute; z-index: -1; width: 550px; height: 550px; right: -140px; top: -100px; border-radius: 50%; background: rgba(0, 174, 237, .18); filter: blur(18px); content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(370px, .8fr); gap: 72px; align-items: center; }
.pill, .eyebrow { display: inline-flex; align-items: center; width: max-content; letter-spacing: .14em; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.pill { gap: 8px; padding: 7px 13px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, .08); }
.pill::before { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 4px rgba(23, 184, 238, .16); content: ""; }
.eyebrow { color: var(--blue-600); }
.eyebrow.light { color: var(--blue-200); }
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", Inter, sans-serif; line-height: 1.08; }
.hero h1 { max-width: 760px; margin-top: 20px; font-size: clamp(43px, 5.1vw, 70px); letter-spacing: -.045em; }
.hero h1 em { color: var(--blue-500); font-style: normal; }
.hero-copy > p { max-width: 700px; margin: 25px 0 0; color: rgba(255, 255, 255, .82); font-size: 18px; }
.hero-benefits { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; color: rgba(255, 255, 255, .92); }
.hero-benefits li { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.hero-benefits li::before { display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 20px; border: 1px solid rgba(23, 184, 238, .65); border-radius: 50%; color: var(--blue-500); content: "✓"; font-size: 11px; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 23px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--navy-950); background: var(--blue-500); box-shadow: 0 14px 30px rgba(0, 158, 227, .28); }
.button-ghost { border: 1px solid rgba(255, 255, 255, .27); color: #fff; background: rgba(255, 255, 255, .06); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--navy-700), var(--blue-600)); box-shadow: 0 12px 25px rgba(0, 111, 166, .22); }
.button-light { color: var(--navy-900); background: #fff; box-shadow: 0 13px 30px rgba(0, 0, 0, .15); }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; color: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 700; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 30px; box-shadow: 0 30px 80px rgba(0, 0, 0, .3); }
.hero-image-wrap::before { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .2); border-radius: inherit; content: ""; z-index: 1; }
.hero-image-wrap img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; }
.experience-card { position: absolute; left: -30px; bottom: -28px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(14, 51, 75, .1); border-radius: 16px; color: var(--navy-900); background: rgba(255, 255, 255, .96); box-shadow: var(--shadow); }
.experience-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--blue-600); background: var(--cyan-100); font-size: 20px; }
.experience-card strong, .experience-card small { display: block; }
.experience-card strong { font-size: 13px; }
.experience-card small { margin-top: 2px; color: var(--slate-500); font-size: 11px; }

.pain-section, .projects, .differentials, .clients, .faq { padding: 110px 0; }
.pain-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.pain-copy h2, .section-heading h2, .recognition h2, .contact h2 { margin-top: 13px; color: var(--navy-900); font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; }
.pain-copy p { margin: 21px 0 0; color: var(--slate-700); font-size: 16px; }
.pain-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.pain-tags span { padding: 9px 12px; border: 1px solid var(--slate-200); border-radius: 11px; color: var(--slate-700); background: #f7fafb; font-size: 12px; font-weight: 700; }
.pain-media { position: relative; }
.pain-media video { width: 100%; max-height: 610px; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow); }
.media-label { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 999px; color: var(--navy-900); background: rgba(255, 255, 255, .9); backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; }
.media-label span { width: 8px; height: 8px; border-radius: 50%; background: #1fb87a; box-shadow: 0 0 0 4px rgba(31, 184, 122, .15); }

.section-dark { position: relative; overflow: hidden; padding: 115px 0; color: #fff; background: linear-gradient(135deg, var(--navy-900), #245d7c 62%, #3280a5); }
.section-dark::after { position: absolute; inset: 0; background: radial-gradient(circle at 90% 5%, rgba(40, 194, 242, .22), transparent 35%); pointer-events: none; content: ""; }
.section-dark .container { position: relative; z-index: 1; }
.section-heading { max-width: 780px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow, .section-heading.centered .pill { margin-inline: auto; }
.section-heading h2 { color: var(--navy-900); }
.section-heading p { max-width: 680px; margin: 18px 0 0; color: var(--slate-700); }
.section-heading.centered p { margin-inline: auto; }
.section-dark .section-heading h2 { color: #fff; }
.section-dark .section-heading p { color: rgba(255, 255, 255, .75); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 55px; }
.service-card { overflow: hidden; border-radius: 22px; color: var(--slate-900); background: #fff; box-shadow: 0 16px 40px rgba(4, 24, 37, .16); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 25px 52px rgba(4, 24, 37, .24); }
.service-card > img { width: 100%; height: 190px; object-fit: cover; }
.service-card > div { padding: 24px; }
.service-card span { color: var(--blue-600); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin-top: 10px; color: var(--navy-900); font-size: 20px; }
.service-card p { margin: 12px 0 0; color: var(--slate-700); font-size: 13px; }
.service-cta { display: flex; align-items: stretch; min-height: 100%; color: #fff; background: var(--navy-950); }
.service-cta > div { display: flex; flex-direction: column; justify-content: center; }
.service-cta h3, .service-cta p { color: #fff; }
.service-cta p { color: rgba(255, 255, 255, .68); }
.service-cta a { margin-top: 22px; color: var(--blue-500); text-decoration: none; font-size: 13px; font-weight: 800; }

.projects { background: #f5f8fa; }
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-auto-rows: 360px; gap: 18px; margin-top: 50px; }
.project-video { position: relative; overflow: hidden; margin: 0; border-radius: 22px; background: var(--navy-950); box-shadow: var(--shadow-soft); }
.project-video video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-video:hover video { transform: scale(1.025); }
.project-video::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4, 18, 29, .86)); content: ""; }
.project-video figcaption { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: #fff; }
.project-video strong, .project-video span { display: block; }
.project-video strong { font-size: 17px; }
.project-video span { margin-top: 2px; color: rgba(255, 255, 255, .7); font-size: 11px; }
.section-action { display: flex; justify-content: center; margin-top: 42px; }

.differentials { background: #fff; }
.differential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.differential-card { min-height: 220px; padding: 26px; border: 1px solid var(--slate-200); border-radius: 19px; background: linear-gradient(145deg, #fff, #f7fafb); transition: border-color .2s, transform .2s, box-shadow .2s; }
.differential-card:hover { border-color: var(--blue-200); transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.differential-card > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--blue-600); background: var(--cyan-100); font-size: 11px; font-weight: 900; }
.differential-card h3 { margin-top: 26px; color: var(--navy-900); font-size: 19px; }
.differential-card p { margin: 10px 0 0; color: var(--slate-700); font-size: 13px; }

.recognition { overflow: hidden; padding: 100px 0; color: #fff; background: var(--navy-950); }
.recognition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.recognition-image { position: relative; }
.recognition-image::before { position: absolute; inset: -16px 24px 24px -16px; border: 1px solid rgba(23, 184, 238, .35); border-radius: 24px; content: ""; }
.recognition-image img { position: relative; width: 100%; max-height: 550px; border-radius: 20px; object-fit: cover; box-shadow: 0 25px 60px rgba(0, 0, 0, .35); }
.recognition h2 { color: #fff; }
.recognition-copy p { margin: 20px 0 0; color: rgba(255, 255, 255, .72); }

.clients { background: #f7fafb; }
.client-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 48px; }
.client-grid > div { display: grid; min-height: 115px; place-items: center; padding: 18px; border: 1px solid #e2eaef; border-radius: 14px; background: #fff; }
.client-grid img { width: 100%; max-width: 150px; max-height: 68px; object-fit: contain; filter: grayscale(1); opacity: .68; transition: filter .2s, opacity .2s, transform .2s; }
.client-grid > div:hover img { filter: none; opacity: 1; transform: scale(1.04); }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq .section-heading .button { margin-top: 26px; }
.accordion { display: grid; gap: 10px; }
.accordion-item { overflow: hidden; border: 1px solid var(--slate-200); border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(10, 37, 56, .04); }
.accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; border: 0; color: var(--navy-900); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.accordion-item button i { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; color: var(--blue-600); background: var(--cyan-100); font-style: normal; font-size: 18px; transition: transform .2s; }
.accordion-item > div { display: grid; grid-template-rows: 0fr; opacity: 0; transition: .25s; }
.accordion-item > div > p { overflow: hidden; margin: 0; padding: 0 21px; color: var(--slate-700); font-size: 14px; transition: padding .25s; }
.accordion-item.open > div { grid-template-rows: 1fr; opacity: 1; }
.accordion-item.open > div > p { padding-bottom: 20px; }
.accordion-item.open button i { transform: rotate(45deg); }

.contact { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: linear-gradient(135deg, #173b58, #1476a3); }
.contact::before { position: absolute; width: 600px; height: 600px; top: -300px; right: -120px; border-radius: 50%; background: rgba(23, 184, 238, .2); content: ""; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 65px; align-items: center; }
.contact h2 { color: #fff; }
.contact-copy > p { margin: 22px 0 0; color: rgba(255, 255, 255, .76); }
.contact-copy > ul { display: grid; gap: 7px; margin: 22px 0; padding: 0; list-style: none; font-size: 13px; }
.contact-data { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 25px 0; }
.contact-data > * { display: flex; flex-direction: column; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: #fff; background: rgba(255, 255, 255, .06); text-decoration: none; }
.contact-data strong { color: var(--blue-200); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-data span { margin-top: 3px; font-size: 12px; }
.map-card { position: relative; overflow: hidden; border: 8px solid rgba(255, 255, 255, .12); border-radius: 24px; box-shadow: 0 30px 70px rgba(4, 22, 35, .28); }
.map-card iframe { display: block; border: 0; }
.map-label { position: absolute; left: 15px; bottom: 15px; display: flex; flex-direction: column; padding: 12px 15px; border-radius: 12px; color: var(--navy-900); background: rgba(255, 255, 255, .93); backdrop-filter: blur(8px); }
.map-label span { color: var(--slate-700); font-size: 10px; }

.site-footer { padding: 72px 0 25px; color: rgba(255, 255, 255, .7); background: #081622; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr 1fr 1fr; gap: 52px; }
.footer-brand img { width: 175px; height: 90px; padding: 8px; border-radius: 8px; background: #fff; object-fit: contain; }
.footer-brand p { max-width: 310px; margin: 18px 0 0; font-size: 13px; }
.site-footer h3 { margin-bottom: 17px; color: #fff; font-size: 14px; }
.site-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: 12px; }
.site-footer a { text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: var(--blue-500); }
.social-links { display: flex; gap: 8px; margin-top: 20px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; color: #fff; font-size: 10px; font-weight: 900; }
.footer-access { padding: 18px; border: 1px solid rgba(23, 184, 238, .24); border-radius: 14px; background: rgba(23, 184, 238, .06); }
.footer-access p { margin: 0; font-size: 12px; }
.footer-access a { display: inline-flex; margin-top: 15px; color: var(--blue-500); font-size: 12px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .09); font-size: 10px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 13px 32px rgba(15, 98, 46, .3); text-decoration: none; font-size: 10px; font-weight: 900; }
.whatsapp-float span { position: absolute; inset: 0; z-index: -1; border-radius: 50%; background: #25d366; animation: ping 2s infinite; }
@keyframes ping { 0% { opacity: .35; transform: scale(1); } 75%, 100% { opacity: 0; transform: scale(1.45); } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1); }
.reveal-delay, .reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1110px) {
  .main-nav { gap: 15px; }
  .main-nav > a { font-size: 12px; }
  .main-nav .nav-cta { display: none; }
  .hero-grid { gap: 46px; }
  .service-grid, .differential-grid { grid-template-columns: repeat(2, 1fr); }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr .8fr 1fr; }
  .footer-access { grid-column: 1 / -1; }
}

@media (max-width: 870px) {
  .site-header, .site-header.scrolled { height: 76px; background: rgba(255, 255, 255, .97); }
  .brand img { width: 130px; height: 62px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; inset: 76px 0 auto; display: none; max-height: calc(100vh - 76px); overflow: auto; margin: 0; padding: 18px 20px 25px; border-top: 1px solid var(--slate-200); background: rgba(255, 255, 255, .98); box-shadow: 0 25px 50px rgba(6, 26, 41, .15); }
  .main-nav.open { display: grid; }
  .main-nav > a { padding: 10px 3px; font-size: 14px; }
  .main-nav .nav-employee, .main-nav .nav-cta { display: flex; justify-content: center; padding: 12px 15px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 125px 0 75px; }
  .hero-grid, .pain-grid, .recognition-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 560px; margin: 20px auto 0; }
  .experience-card { left: 15px; }
  .pain-grid, .recognition-grid, .faq-grid, .contact-grid { gap: 46px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 310px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-access { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero h1 { font-size: 40px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 7px; }
  .experience-card { position: relative; left: auto; bottom: auto; width: calc(100% - 24px); margin: -20px auto 0; }
  .pain-section, .projects, .differentials, .clients, .faq, .recognition, .contact, .section-dark { padding: 78px 0; }
  .service-grid, .differential-grid, .client-grid, .project-grid, .contact-data, .footer-grid { grid-template-columns: 1fr; }
  .project-grid { grid-auto-rows: 330px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .client-grid > div { min-height: 100px; }
  .recognition-image::before { display: none; }
  .faq .section-heading .button { width: 100%; }
  .footer-access { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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