:root {
  --bg: #07142e;
  --bg-2: #031027;
  --panel: #0d1d3d;
  --line: rgba(255,255,255,.1);
  --text: #eaf0fb;
  --muted: #9fb3d6;
  --white-bg: #f7f9fd;
  --white-panel: #ffffff;
  --white-text: #0c1b38;
  --blue: #1152dc;
  --blue-2: #2a73ff;
  --shadow-dark: 0 24px 60px rgba(0,0,0,.22);
  --shadow-light: 0 22px 50px rgba(9, 33, 82, .12);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
  --header-h: 86px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg-2);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
main { overflow: clip; }
.container, .hero-grid, .partner-grid, .pillar-grid, .detail-grid, .about-grid, .contact-grid, .footer-grid, .field-grid, .hero-actions, .hero-metrics, .section-cta-row, .cta-box__actions { display: grid; }
.container > *, .hero-grid > *, .partner-grid > *, .pillar-grid > *, .detail-grid > *, .about-grid > *, .contact-grid > *, .footer-grid > *, .field-grid > * { min-width: 0; }
.container { width: var(--container); margin: 0 auto; }
.section {
  position: relative;
  padding: clamp(84px, 10vw, 120px) 0;
  overflow: hidden;
}
.section-dark {
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 20%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}
.section-light {
  color: var(--white-text);
  background:
    radial-gradient(circle at 85% 10%, rgba(17,82,220,.08), transparent 22%),
    linear-gradient(180deg, #ffffff, var(--white-bg));
}
.section-art {
  position: absolute; inset: 0; pointer-events: none; opacity: .95;
}
.section-art--hero::before,
.section-art--hero::after,
.section-art--network::before,
.section-art--detail::before,
.section-art--cta::before {
  content: '';
  position: absolute;
}
.section-art--hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(113,150,214,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113,150,214,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 100%);
}
.section-art--hero::after {
  width: 460px; height: 460px; right: -90px; top: 90px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,115,255,.24), rgba(42,115,255,0) 68%);
}
.section-art--network::before,
.section-art--detail::before,
.section-art--cta::before {
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,115,255,.16), transparent 70%);
}
.section-art--network::before { right: -160px; top: -80px; }
.section-art--detail::before { left: -220px; bottom: -180px; }
.section-art--cta::before { right: -160px; bottom: -160px; }
.section-art--light::before,
.section-art--about::before,
.section-art--contact::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(17,82,220,.08), transparent 16%),
    radial-gradient(circle at 88% 80%, rgba(17,82,220,.07), transparent 18%);
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(3, 10, 28, .78);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap {
  min-height: var(--header-h);
  align-items: center;
  grid-template-columns: auto 1fr;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 44px; }
.brand-logo--white { filter: brightness(0) invert(1); }
.desktop-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 26px;
}
.desktop-nav a:not(.btn) {
  color: #d9e5fb;
  font-weight: 500;
  font-size: 15px;
}
.menu-toggle {
  display: none;
  justify-self: end;
  width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  cursor: pointer;
}
.menu-toggle span {
  display: block; width: 22px; height: 2px; margin: 5px auto;
  background: #fff; border-radius: 999px;
}
.mobile-nav {
  display: none;
  width: var(--container);
  margin: 0 auto 16px;
  padding: 14px;
  background: rgba(6, 17, 42, .96);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
}
.mobile-nav.open { display: grid; gap: 10px; }
.hero {
  padding-top: calc(var(--header-h) + 36px);
  padding-bottom: 88px;
}
.hero-grid {
  align-items: center;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 700;
  color: #97b7ff;
}
.eyebrow::before {
  content: '';
  width: 34px; height: 1px; background: currentColor;
}
.eyebrow-dark { color: var(--blue); }
h1, h2, h3, p { margin: 0; }
h1 {
  margin-top: 16px;
  font-size: clamp(46px, 6.4vw, 86px);
  line-height: .98;
  letter-spacing: -.05em;
  max-width: 11ch;
}
h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.04em;
  max-width: 14ch;
}
h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.02em;
}
p { color: var(--muted); font-size: 18px; }
.section-light p { color: #50627f; }
.hero-lead {
  margin-top: 22px;
  max-width: 640px;
}
.hero-actions {
  margin-top: 30px;
  grid-auto-flow: column;
  justify-content: start;
  gap: 14px;
}
.hero-metrics {
  margin-top: 24px;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}
.metric-card {
  display: flex; gap: 14px; align-items: center;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 14px 16px;
}
.metric-card__icon, .icon-badge, .detail-card__icon, .floating-card__icon {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 16px 28px rgba(17,82,220,.28);
  flex: 0 0 auto;
}
.metric-card__icon img, .icon-badge img, .detail-card__icon img, .floating-card__icon img { width: 24px; height: 24px; }
.metric-card strong { display: block; font-size: 16px; color: #fff; }
.metric-card span { display: block; font-size: 14px; color: #bfd1f0; line-height: 1.45; }
.hero-frame {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 20%, rgba(69,125,255,.2), transparent 22%),
    radial-gradient(circle at 78% 68%, rgba(69,125,255,.16), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow-dark);
  overflow: hidden;
}
.hero-lines,
.hero-lines::before,
.hero-lines::after {
  position: absolute; content: '';
}
.hero-lines {
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(131,174,255,.12) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 60%, rgba(131,174,255,.18) 0 3px, transparent 4px),
    linear-gradient(130deg, transparent 47%, rgba(97,156,255,.18) 49%, transparent 51%),
    linear-gradient(30deg, transparent 58%, rgba(97,156,255,.1) 60%, transparent 62%);
  opacity: .9;
}
.hero-orb {
  position: absolute; border-radius: 50%; filter: blur(1px);
}
.hero-orb--one {
  width: 280px; height: 280px; right: 40px; top: 28px;
  background: radial-gradient(circle, rgba(69,125,255,.26), transparent 68%);
}
.hero-orb--two {
  width: 220px; height: 220px; left: -40px; bottom: -20px;
  background: radial-gradient(circle, rgba(69,125,255,.18), transparent 70%);
}
.floating-card {
  position: absolute;
  width: min(280px, 42vw);
  padding: 20px;
  border-radius: 24px;
  background: rgba(7, 20, 46, .8);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  animation: float 6s ease-in-out infinite;
}
.floating-card span {
  display: block; margin-top: 12px; margin-bottom: 6px;
  font-size: 12px; color: #9cc2ff; text-transform: uppercase; letter-spacing: .16em;
}
.floating-card strong { font-size: 18px; line-height: 1.4; color: #f3f7ff; }
.floating-card--a { top: 52px; right: 34px; }
.floating-card--b { top: 220px; left: 32px; animation-delay: .5s; }
.floating-card--c { bottom: 42px; right: 56px; animation-delay: .9s; }
.section-heading {
  max-width: 860px;
  margin-bottom: 42px;
}
.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.center h2,
.section-heading.center p { margin-left: auto; margin-right: auto; }
.section-heading p { max-width: 780px; margin-top: 16px; }
.section-cta-row {
  margin-top: 22px;
  gap: 14px;
  grid-auto-flow: column;
  justify-content: start;
}
.section-heading.center .section-cta-row { justify-content: center; }
.partner-grid,
.pillar-grid,
.detail-grid,
.about-grid,
.contact-grid,
.footer-grid,
.field-grid { gap: 24px; }
.partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card,
.pillar-card,
.detail-card,
.about-panel,
.contact-form,
.cta-box {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.info-card,
.detail-card,
.contact-form,
.cta-box,
.about-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow-dark);
}
.pillar-card {
  background: var(--white-panel);
  border: 1px solid rgba(8, 33, 82, .08);
  box-shadow: var(--shadow-light);
}
.info-card,
.pillar-card,
.detail-card,
.contact-form,
.about-panel { padding: 30px; }
.info-card p, .detail-card p { margin-top: 12px; }
.info-card h3, .pillar-card h3, .detail-card h3 { margin-top: 18px; }
.icon-badge--light { box-shadow: 0 16px 28px rgba(17,82,220,.16); }
.pillar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pillar-card p { color: #556885; margin-top: 12px; }
.detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-card__icon { margin-bottom: 16px; }
.section-cta-row--bottom { justify-content: center; margin-top: 30px; }
.about-grid { grid-template-columns: minmax(0, .96fr) minmax(360px, .88fr); align-items: center; }
.about-copy h2 { max-width: 11ch; }
.about-copy p + p { margin-top: 16px; }
.about-panel {
  min-height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, #0d1d3d, #081327);
}
.about-panel__shape {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(17,82,220,.2), transparent 20%),
    linear-gradient(135deg, transparent 46%, rgba(92,146,255,.12) 48%, transparent 50%),
    linear-gradient(45deg, transparent 54%, rgba(92,146,255,.08) 56%, transparent 58%);
}
.about-mark {
  width: 150px; position: relative; z-index: 1;
}
.about-panel strong, .about-panel span {
  position: relative; z-index: 1;
  max-width: 420px;
}
.about-panel strong {
  margin-top: 22px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.about-panel span {
  margin-top: 12px;
  color: #9cbfff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
}
.cta-band { padding-top: 50px; padding-bottom: 50px; }
.cta-box {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 36px;
}
.cta-box h2 { max-width: 12ch; }
.cta-box p { margin-top: 12px; max-width: 680px; }
.cta-box__actions { grid-auto-flow: row; gap: 12px; min-width: 260px; }
.contact-grid { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: start; }
.contact-copy h2 { max-width: 10ch; }
.contact-copy p { margin-top: 14px; }
.contact-points {
  list-style: none; padding: 0; margin: 28px 0 0;
  display: grid; gap: 12px;
}
.contact-points li {
  position: relative; padding-left: 18px; color: #50627f;
}
.contact-points li::before {
  content: ''; position: absolute; left: 0; top: .7em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--blue);
}
.contact-mail-box {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 26px; padding: 14px 18px;
  border-radius: 18px; background: #fff;
  border: 1px solid rgba(8, 33, 82, .1);
  box-shadow: var(--shadow-light);
  color: var(--white-text);
  font-weight: 600;
}
.contact-mail-box img { width: 22px; height: 22px; }
.contact-form {
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  border: 1px solid rgba(8, 33, 82, .1);
  box-shadow: var(--shadow-light);
}
.field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
label { color: var(--white-text); font-size: 14px; font-weight: 700; }
input, textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(8, 33, 82, .12);
  background: #fff;
  color: #0c1b38;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}
input:focus, textarea:focus {
  border-color: rgba(17,82,220,.45);
  box-shadow: 0 0 0 4px rgba(17,82,220,.08);
}
.form-alert {
  border-radius: 16px; padding: 14px 16px; margin-bottom: 18px; font-size: 14px;
}
.form-alert.error { background: rgba(255,76,76,.1); color: #943535; }
.form-alert.success { background: rgba(61,196,126,.12); color: #155e3f; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 24px; border-radius: 999px;
  font-weight: 700; font-size: 16px; text-align: center;
  white-space: nowrap; border: 1px solid transparent;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 15px; }
.btn-full { width: 100%; }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 16px 28px rgba(17,82,220,.26);
}
.btn-secondary {
  color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.16);
}
.btn-ghost {
  color: #fff; background: transparent; border-color: rgba(255,255,255,.16);
}
.btn-outline-blue {
  color: var(--blue); background: #fff; border-color: rgba(17,82,220,.18);
  box-shadow: var(--shadow-light);
}
.btn-whatsapp {
  color: #fff; background: linear-gradient(135deg, #18a957, #0f8a46);
  box-shadow: 0 12px 24px rgba(24,169,87,.22);
}
.whatsapp-float {
  position: fixed; left: 18px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, #18a957, #0f8a46);
  box-shadow: 0 18px 32px rgba(12, 112, 55, .3);
}
.whatsapp-float__icon { font-size: 24px; line-height: 1; }
.site-footer {
  background: #050d1f;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 24px 0 48px;
}
.footer-grid {
  grid-template-columns: 1.2fr .7fr .7fr;
  padding: 24px 0;
}
.footer-logo { height: 42px; margin-bottom: 18px; }
.footer-grid h3 { margin: 0 0 12px; font-size: 16px; }
.footer-grid a, .footer-grid p { display: block; color: #aebfe0; margin-bottom: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 20px;
  display: grid; gap: 8px;
}
.footer-bottom p { font-size: 13px; color: #9eb1d7; }
.footer-seo { color: #d8e6ff; }
.thankyou-body { min-height: 100vh; display: grid; place-items: center; }
.thankyou-wrap { width: min(900px, calc(100% - 40px)); }
.thankyou-card {
  padding: 42px; border-radius: 30px; text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow-dark);
}
.thankyou-logo { width: min(180px, 40%); margin: 0 auto 20px; filter: brightness(0) invert(1); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@media (max-width: 1180px) {
  .hero-grid, .about-grid, .contact-grid, .cta-box, .footer-grid { grid-template-columns: 1fr; }
  .cta-box { flex-direction: column; align-items: flex-start; }
  .hero-frame { min-height: 500px; }
}
@media (max-width: 980px) {
  .partner-grid, .pillar-grid, .detail-grid, .field-grid { grid-template-columns: 1fr; }
  .hero-actions, .section-cta-row { grid-auto-flow: row; justify-content: stretch; }
  .hero-metrics { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
}
@media (max-width: 860px) {
  :root { --header-h: 76px; }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(38px, 10vw, 56px); max-width: 12ch; }
  h2 { font-size: clamp(30px, 8vw, 42px); max-width: 12ch; }
  p { font-size: 17px; }
  .brand-logo { height: 36px; }
  .hero { padding-bottom: 72px; }
  .hero-frame { min-height: 430px; }
  .floating-card { width: calc(100% - 36px); padding: 16px; }
  .floating-card--a { top: 22px; right: 18px; }
  .floating-card--b { left: 18px; top: 162px; }
  .floating-card--c { right: 18px; bottom: 22px; }
  .about-panel strong { font-size: 28px; }
  .whatsapp-float { left: 14px; bottom: 14px; width: 54px; height: 54px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .nav-wrap { min-height: 72px; }
  h1 { max-width: 100%; }
  h2 { max-width: 100%; }
  .hero-grid { gap: 28px; }
  .info-card, .pillar-card, .detail-card, .contact-form, .about-panel, .cta-box { padding: 22px; }
  .about-panel { min-height: 360px; }
  .about-panel strong { font-size: 24px; }
  .contact-mail-box { width: 100%; justify-content: center; }
}


/* v4 adjustments */
.btn-icon{width:18px;height:18px;filter:brightness(0) invert(1);margin-right:8px;flex:none}
.whatsapp-float__icon{width:28px;height:28px;display:block;filter:brightness(0) invert(1)}
.hero-copy h1{font-size:clamp(38px,4.9vw,66px);line-height:1.02;max-width:11.5ch;letter-spacing:-.045em}
.hero-copy h1 span{display:block;margin-top:.14em}
.hero-metrics{margin-top:18px}
.hero-metrics .metric-card strong{display:block;margin-bottom:2px}
.hero-frame{min-height:620px}
.floating-card{width:min(260px,40vw)}
.floating-card--a{top:36px;right:26px}
.floating-card--b{top:258px;left:18px}
.floating-card--c{bottom:36px;right:38px}
.about-mark--white{filter:brightness(0) invert(1)}
.about-panel__title{color:#fff}
.contact-copy h2{max-width:12ch}
.contact-mail-box span{word-break:break-word}
.success-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:120;padding:20px}
.success-modal.is-visible{display:flex}
.success-modal__backdrop{position:absolute;inset:0;background:rgba(3,10,28,.7);backdrop-filter:blur(8px)}
.success-modal__card{position:relative;z-index:1;width:min(560px,100%);background:#fff;color:var(--white-text);border-radius:28px;padding:32px;box-shadow:var(--shadow-light);text-align:left}
.success-modal__card h2{font-size:clamp(28px,4vw,40px);max-width:12ch;margin-top:14px}
.success-modal__card p{margin-top:14px;color:#5b6e8d}
.success-modal__actions{margin-top:24px}
.success-modal__close{position:absolute;right:16px;top:16px;width:42px;height:42px;border:none;border-radius:50%;background:#edf3ff;color:#0c1b38;font-size:28px;line-height:1;cursor:pointer}
input.invalid, textarea.invalid{border-color:#d84f4f;box-shadow:0 0 0 4px rgba(216,79,79,.08)}
@media (max-width: 860px){
  .hero-copy h1{font-size:clamp(34px,8vw,48px);max-width:12ch}
  .hero-frame{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;min-height:auto;padding:8px 4px 16px;background:transparent;border:none;box-shadow:none;scrollbar-width:none}
  .hero-frame::-webkit-scrollbar{display:none}
  .hero-orb,.hero-lines{display:none}
  .floating-card{position:relative;flex:0 0 86%;width:auto;min-height:230px;scroll-snap-align:center;animation:none}
  .floating-card--a,.floating-card--b,.floating-card--c{top:auto;right:auto;bottom:auto;left:auto}
}
@media (max-width:560px){
  .hero-copy h1{font-size:clamp(31px,8.2vw,42px);line-height:1.04}
  .floating-card{flex-basis:90%;min-height:220px}
  .success-modal__card{padding:24px}
}


/* v5 responsive fixes */
.site-header, .section, .container, .hero-frame, .hero-visual, .hero-copy, .mobile-nav { max-width: 100%; }
.mobile-nav { width: min(calc(100% - 24px), var(--container)); }
.hero-visual { overflow: hidden; }
.hero-frame { overscroll-behavior-x: contain; }
.hero-copy, .contact-copy, .about-copy, .section-heading { overflow-wrap: anywhere; }
.form-alert { overflow-wrap: anywhere; }
@media (max-width: 980px){
  .mobile-nav { margin-left: 12px; margin-right: 12px; }
}
@media (max-width: 860px){
  .hero-grid { align-items: start; }
  .hero-visual { width: 100%; }
  .hero-frame { width: 100%; }
}
@media (max-width: 560px){
  .hero-actions .btn, .section-cta-row .btn { white-space: normal; min-height: 52px; padding-top: 12px; padding-bottom: 12px; }
  .metric-card { align-items: flex-start; }
  .contact-mail-box { align-items: flex-start; }
}
