:root {
  --ek-navy: #082b3a;
  --ek-teal: #173f4b;
  --ek-green: #087a5b;
  --ek-green-deep: #075844;
  --ek-mint: #55ddaa;
  --ek-ink: #17343f;
  --ek-body: #405e67;
  --ek-muted: #667d84;
  --ek-soft: #eef6f3;
  --ek-offwhite: #f8faf9;
  --ek-white: #fff;
  --ek-border: #d7e4e0;
  --ek-radius: 18px;
  --ek-shadow: 0 24px 70px rgba(8, 43, 58, .12);
}

html { scroll-behavior: smooth; }
body.ekatra-site { color: var(--ek-body); font-family: Manrope, Inter, system-ui, sans-serif; }
body.ekatra-site .content-area { margin-top: 0; margin-bottom: 0; }
body.ekatra-site .entry-content-wrap { padding: 0; }
body.ekatra-site .site-main > article { margin: 0; }
body.ekatra-site.page .entry-header { display: none; }
body.ekatra-site.page .content-container.site-container { max-width: none; padding-inline: 0; }
body.ekatra-site.page .site-main { max-width: none; }
body.ekatra-site .entry-content > * { margin-block-start: 0; margin-block-end: 0; }
body.ekatra-site .site-footer-wrap { display: none; }
body.ekatra-site #masthead { display: none; }
body.ekatra-site h1, body.ekatra-site h2, body.ekatra-site h3 { color: var(--ek-navy); font-family: Manrope, Inter, system-ui, sans-serif; letter-spacing: -.035em; }
body.ekatra-site p { font-size: clamp(1rem, .96rem + .18vw, 1.125rem); line-height: 1.75; }
body.ekatra-site a:focus-visible, body.ekatra-site button:focus-visible, body.ekatra-site input:focus-visible, body.ekatra-site textarea:focus-visible { outline: 3px solid var(--ek-mint); outline-offset: 3px; }
.ek-container { width: min(100% - 40px, 1240px); margin-inline: auto; }
.ek-site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--ek-border); background: #fff; }
.ek-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.ek-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: var(--ek-navy); font-size: 1.18rem; font-weight: 800; line-height: 1; text-decoration: none; }
.ek-brand small { display: block; margin-top: 5px; color: var(--ek-green); font-size: .52rem; letter-spacing: .18em; text-transform: uppercase; }
.ek-brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 9px; background: var(--ek-green-deep); color: #fff; }
.ek-primary-nav { display: flex; align-items: center; gap: 28px; }
.ek-primary-menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); margin: 0; padding: 0; list-style: none; }
.ek-primary-menu a { min-height: 48px; display: inline-flex; align-items: center; color: var(--ek-navy); font-size: .91rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.ek-primary-menu a:hover, .ek-primary-menu .current-menu-item > a { color: var(--ek-green); }
.ek-header-cta { display: inline-flex; min-height: 50px; align-items: center; padding: 12px 18px; border-radius: 8px; background: var(--ek-green); color: #fff; font-size: .9rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.ek-header-cta:hover { background: var(--ek-green-deep); color: #fff; }
.ek-menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; }
.ek-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ek-navy); }
.ek-section { padding: clamp(72px, 9vw, 120px) 0; }
.ek-section--soft { background: var(--ek-soft); }
.ek-section--dark { background: var(--ek-navy); color: #d8e5e7; }
.ek-section--dark h2, .ek-section--dark h3 { color: var(--ek-white); }
.ek-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--ek-green); font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ek-eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: currentColor; content: ""; }
.ek-section--dark .ek-eyebrow, .ek-hero .ek-eyebrow { color: var(--ek-mint); }
.ek-title { max-width: 950px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.9rem); line-height: 1.04; font-weight: 800; }
.ek-section-title { max-width: 820px; margin: 0 0 24px; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.08; font-weight: 800; }
.ek-lead { max-width: 760px; margin: 28px 0 0 !important; font-size: clamp(1.1rem, 1rem + .45vw, 1.38rem) !important; line-height: 1.65 !important; }
.ek-copy { max-width: 720px; }
.ek-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ek-button .wp-block-button__link, a.ek-button-link { min-height: 52px; padding: 14px 22px; border: 2px solid var(--ek-green); border-radius: 8px; background: var(--ek-green); color: var(--ek-white); font-weight: 800; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ek-button .wp-block-button__link:hover, a.ek-button-link:hover { border-color: var(--ek-green-deep); background: var(--ek-green-deep); color: var(--ek-white); transform: translateY(-2px); }
.ek-button--light .wp-block-button__link { border-color: var(--ek-green); background: var(--ek-green); color: var(--ek-white); }
.ek-button--ghost .wp-block-button__link { border-color: rgba(255,255,255,.65); background: transparent; color: var(--ek-white); }

.ek-hero { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 140px) 0; background: var(--ek-navy); color: #d8e5e7; }
.ek-hero::after { position: absolute; right: -12%; bottom: -45%; width: 650px; height: 650px; border: 1px solid rgba(85,221,170,.26); border-radius: 50%; box-shadow: 0 0 0 80px rgba(85,221,170,.035), 0 0 0 160px rgba(85,221,170,.025); content: ""; pointer-events: none; }
.ek-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.ek-hero h1, body.ekatra-site .ek-hero h1 { color: var(--ek-white) !important; }
.ek-hero h1 strong { color: var(--ek-mint); font-weight: inherit; }
.ek-hero-media { position: relative; min-height: 480px; border-radius: 28px 8px 28px 8px; background: linear-gradient(135deg, #18505a, #0a3443); box-shadow: var(--ek-shadow); overflow: hidden; }
.ek-hero-media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; opacity: .86; }
.ek-media-label { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; border-radius: 999px; background: rgba(8,43,58,.86); color: #fff; font-size: .75rem; font-weight: 700; }

.ek-proof { border-bottom: 1px solid var(--ek-border); background: var(--ek-white); }
.ek-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ek-proof-item { padding: 32px 26px; border-right: 1px solid var(--ek-border); }
.ek-proof-item:last-child { border-right: 0; }
.ek-proof-item strong { display: block; margin-bottom: 6px; color: var(--ek-navy); font-size: 1.02rem; }
.ek-proof-item span { color: var(--ek-muted); font-size: .92rem; }

.ek-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.ek-visual { min-height: 460px; border-radius: var(--ek-radius); background: linear-gradient(145deg, #dcebe6, #b8d9ce); overflow: hidden; }
.ek-visual img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.ek-checks { display: grid; gap: 18px; margin-top: 30px; }
.ek-check { padding: 20px 0 20px 56px; border-top: 1px solid var(--ek-border); position: relative; }
.ek-check::before { position: absolute; top: 19px; left: 0; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--ek-soft); color: var(--ek-green); content: "✓"; font-weight: 800; }
.ek-check strong { display: block; color: var(--ek-navy); font-size: 1.06rem; }

.ek-explorer { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--ek-border); border-radius: 22px; background: var(--ek-white); overflow: hidden; box-shadow: var(--ek-shadow); }
.ek-tabs { display: flex; flex-direction: column; background: var(--ek-offwhite); }
.ek-tab { min-height: 72px; padding: 18px 24px; border: 0; border-bottom: 1px solid var(--ek-border); background: transparent; color: var(--ek-navy); font: 700 1rem/1.3 Manrope, sans-serif; text-align: left; cursor: pointer; }
.ek-tab[aria-selected="true"] { background: var(--ek-navy); color: var(--ek-white); box-shadow: inset 5px 0 0 var(--ek-mint); }
.ek-panel { padding: clamp(30px, 5vw, 64px); }
.ek-panel-media { height: 220px; margin: 0 0 30px; border-radius: 14px; overflow: hidden; }
.ek-panel-media img { width: 100%; height: 100%; object-fit: cover; }
.ek-panel h3 { margin: 0 0 15px; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.ek-panel-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; padding: 0; list-style: none; }
.ek-panel-list li { padding: 8px 12px; border: 1px solid var(--ek-border); border-radius: 999px; color: var(--ek-teal); font-size: .88rem; font-weight: 700; }

.ek-process { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 54px; counter-reset: process; }
.ek-process-step { min-height: 230px; padding: 30px 26px; border-top: 3px solid var(--ek-mint); border-right: 1px solid rgba(255,255,255,.18); }
.ek-process-step:last-child { border-right: 0; }
.ek-process-step b { display: block; margin-bottom: 48px; color: var(--ek-mint); font-size: .82rem; letter-spacing: .08em; }
.ek-process-step h3 { margin: 0 0 10px; font-size: 1.35rem; }
.ek-process-step p { margin: 0; color: #c5d6d9; font-size: .98rem; line-height: 1.55; }

.ek-page-hero { padding: clamp(70px, 9vw, 120px) 0; background: var(--ek-navy); color: #d8e5e7; }
.ek-page-hero .ek-title, body.ekatra-site .ek-page-hero .ek-title { color: var(--ek-mint) !important; }
.ek-page-hero .ek-lead { color: #d8e5e7; }
.ek-bands { background: var(--ek-white); }
.ek-band { display: grid; grid-template-columns: 64px 1fr 300px 54px; gap: 30px; align-items: center; padding: clamp(44px, 6vw, 78px) 0; border-bottom: 1px solid var(--ek-border); }
.ek-band > .ek-band-index { grid-column: 1; grid-row: 1 / 3; }
.ek-band > div:first-of-type { grid-column: 2; grid-row: 1; }
.ek-band > .ek-chips { grid-column: 2; grid-row: 2; }
.ek-band > .ek-band-media { grid-column: 3; grid-row: 1 / 3; }
.ek-band > .ek-circle-link { grid-column: 4; grid-row: 1 / 3; }
.ek-band-media { height: 210px; margin: 0; border-radius: 16px; overflow: hidden; }
.ek-band-media img { width: 100%; height: 100%; object-fit: cover; }
.ek-band-index { align-self: start; color: var(--ek-green); font-size: 1rem; font-weight: 800; }
.ek-band h2 { margin: 0 0 14px; color: var(--ek-teal); font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.08; }
.ek-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.ek-chip { padding: 9px 13px; border: 1px solid var(--ek-border); border-radius: 999px; color: var(--ek-teal); font-size: .88rem; font-weight: 700; }
.ek-circle-link { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--ek-border); border-radius: 50%; color: var(--ek-green); font-size: 1.35rem; text-decoration: none; }
.ek-circle-link:hover { background: var(--ek-green); color: #fff; }

.ek-scenarios, .ek-values, .ek-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.ek-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--ek-border); border-radius: var(--ek-radius); background: var(--ek-white); }
.ek-card h3 { margin: 0 0 14px; color: var(--ek-teal); font-size: 1.35rem; }
.ek-card p { margin: 0; font-size: 1rem; }
.ek-card--dark { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.055); }
.ek-card--dark h3 { color: var(--ek-white); }

.ek-callout { padding: clamp(40px, 7vw, 80px); border-radius: 24px; background: var(--ek-teal); color: #d8e5e7; }
.ek-callout h2 { color: var(--ek-white); }
.ek-experience { display: grid; grid-template-columns: .4fr 1fr; gap: 44px; align-items: center; }
.ek-experience-number { color: var(--ek-green); font-size: clamp(5rem, 13vw, 10rem); font-weight: 800; line-height: .85; letter-spacing: -.08em; }
.ek-experience-number span { color: var(--ek-mint); font-size: .45em; }

.ek-form-shell { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--ek-border); border-radius: var(--ek-radius); background: var(--ek-white); box-shadow: var(--ek-shadow); }
.ek-form { display: grid; gap: 20px; }
.ek-field label { display: block; margin-bottom: 8px; color: var(--ek-navy); font-weight: 750; }
.ek-field input, .ek-field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #9cafb3; border-radius: 8px; background: #fff; color: var(--ek-navy); font: inherit; }
.ek-field textarea { min-height: 150px; resize: vertical; }
.ek-field-note { margin-top: 6px; color: var(--ek-muted); font-size: .86rem; }
.ek-form button { min-height: 52px; padding: 14px 22px; border: 0; border-radius: 8px; background: var(--ek-green); color: #fff; font: 800 1rem Manrope, sans-serif; cursor: pointer; }
.ek-form button:hover { background: var(--ek-green-deep); }
.ek-notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 8px; font-weight: 650; }
.ek-notice--success { background: #e3f6ed; color: #075844; }
.ek-notice--error { background: #fff0ef; color: #8b1f17; }
.ek-honeypot { position: absolute !important; left: -9999px !important; }

.ek-site-footer { padding: 76px 0 24px; background: #061f2a; color: #c8d7da; }
.ek-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(30px, 5vw, 74px); }
.ek-footer-wordmark { display: inline-block; margin-bottom: 22px; color: #fff; font-size: 1.75rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.ek-footer-wordmark span { display: block; color: var(--ek-mint); font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; }
.ek-footer-brand p { max-width: 320px; font-size: .96rem; }
.ek-site-footer h2 { margin: 0 0 22px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.ek-footer-menu, .ek-footer-links { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.ek-site-footer a { color: #c8d7da; text-decoration: none; }
.ek-site-footer a:hover { color: var(--ek-mint); }
.ek-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .85rem; }
.ek-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 50; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--ek-green); color: #fff; box-shadow: 0 12px 35px rgba(8,43,58,.24); font-size: .78rem; font-weight: 800; text-decoration: none; }
.ek-whatsapp:hover { background: var(--ek-green-deep); color: #fff; }
.ek-whatsapp svg { width: 25px; height: 25px; }

@media (max-width: 980px) {
  .ek-menu-toggle { display: block; }
  .ek-primary-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 18px; border: 1px solid var(--ek-border); border-radius: 12px; background: #fff; box-shadow: var(--ek-shadow); }
  .ek-primary-nav.is-open { display: block; }
  .ek-primary-menu { display: grid; gap: 0; }
  .ek-primary-menu a { width: 100%; }
  .ek-header-cta { width: 100%; justify-content: center; margin-top: 10px; }
  .ek-hero-grid, .ek-two-col, .ek-explorer, .ek-experience { grid-template-columns: 1fr; }
  .ek-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .ek-process { grid-template-columns: repeat(2, 1fr); }
  .ek-band { grid-template-columns: 54px 1fr 62px; }
  .ek-band > .ek-band-index { grid-column: 1; grid-row: 1 / 4; }
  .ek-band > div:first-of-type { grid-column: 2 / 4; grid-row: 1; }
  .ek-band > .ek-chips { grid-column: 2 / 4; grid-row: 2; }
  .ek-band > .ek-band-media { grid-column: 2 / 4; grid-row: 3; }
  .ek-band > .ek-circle-link { grid-column: 3; grid-row: 4; }
  .ek-scenarios, .ek-values, .ek-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .ek-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .ek-container { width: min(100% - 30px, 1240px); }
  .ek-hero { padding-top: 72px; }
  .ek-hero-media, .ek-hero-media img, .ek-visual, .ek-visual img { min-height: 300px; }
  .ek-proof-grid, .ek-process, .ek-scenarios, .ek-values, .ek-contact-grid, .ek-footer-grid { grid-template-columns: 1fr; }
  .ek-proof-item { border-right: 0; border-bottom: 1px solid var(--ek-border); }
  .ek-process-step { min-height: auto; border-right: 0; }
  .ek-process-step b { margin-bottom: 22px; }
  .ek-band { grid-template-columns: 40px 1fr; }
  .ek-band > .ek-band-index { grid-column: 1; grid-row: 1 / 4; }
  .ek-band > div:first-of-type { grid-column: 2; grid-row: 1; }
  .ek-band > .ek-chips { grid-column: 2; grid-row: 2; }
  .ek-band > .ek-band-media { grid-column: 2; grid-row: 3; }
  .ek-band > .ek-circle-link { grid-column: 2; grid-row: 4; }
  .ek-tabs { border-bottom: 1px solid var(--ek-border); }
  .ek-tab { min-height: 58px; }
  .ek-footer-bottom { flex-direction: column; }
  .ek-whatsapp { right: 14px; bottom: 14px; }
}

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