:root {
  --navy-975: #020c14;
  --navy-950: #031522;
  --navy-900: #061d2e;
  --navy-850: #08263b;
  --navy-800: #0c304a;
  --surface: rgba(10, 39, 61, .76);
  --surface-solid: #0b2a42;
  --white: #f7fbff;
  --text: #d2e0e9;
  --muted: #92a8b8;
  --green: #21dc62;
  --green-soft: #54e168;
  --cyan: #08baf1;
  --violet: #9a58ff;
  --amber: #ffb72e;
  --line: rgba(73, 199, 255, .18);
  --shadow: 0 28px 80px rgba(0, 0, 0, .36);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 6%, rgba(8, 186, 241, .11), transparent 30rem),
    radial-gradient(circle at 90% 38%, rgba(33, 220, 98, .08), transparent 34rem),
    linear-gradient(180deg, var(--navy-975), var(--navy-950) 34%, #04131f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: #02110a;
  background: var(--green);
  border-radius: 9px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.container { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(2, 13, 21, .84);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 255px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; color: #b9ccd8; font-size: 14px; font-weight: 730; }
.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--white); transform: translateY(-1px); }
.main-nav .nav-cta {
  padding: 11px 17px;
  color: #03150a;
  background: linear-gradient(135deg, var(--green), var(--green-soft));
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(33, 220, 98, .18);
}
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.04); border-radius: 14px; cursor: pointer; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 5px auto; background: white; border-radius: 3px; }

.hero { min-height: 100vh; padding-top: 142px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .82fr; align-items: center; gap: clamp(48px, 7vw, 92px); }
.hero-copy { padding: 38px 0; }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.hero h1 { margin: 0; color: var(--white); font-size: clamp(54px, 7vw, 91px); line-height: .94; letter-spacing: -.066em; }
.hero h1 strong { color: var(--green); font-weight: 900; }
.hero h1 em { color: var(--cyan); font-style: normal; font-weight: 900; }
.hero-text { max-width: 660px; margin: 29px 0 0; color: #b7c9d5; font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 15px; font-weight: 850; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: #03170a; background: linear-gradient(135deg, var(--green), var(--green-soft)); box-shadow: 0 18px 38px rgba(33, 220, 98, .2); }
.button.secondary { color: var(--white); border-color: rgba(8, 186, 241, .35); background: rgba(8, 45, 70, .58); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
.hero-proof div { padding: 15px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.025); }
.hero-proof strong { display: block; color: var(--white); font-size: 18px; }
.hero-proof span { display: block; margin-top: 2px; color: #7f97a8; font-size: 12px; }
.hero-visual { position: relative; max-width: 485px; justify-self: end; }
.hero-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(8, 186, 241, .27); border-radius: 34px; box-shadow: var(--shadow), 0 0 72px rgba(8, 186, 241, .08); }
.hero-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); border-radius: inherit; }
.hero-frame img { width: 100%; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 240px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(4, 28, 44, .9); box-shadow: 0 19px 45px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--white); font-size: 14px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-top { top: 13%; left: -18%; }
.floating-bottom { right: -12%; bottom: 12%; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.level-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #03200e; background: var(--green); border-radius: 11px; font-weight: 900; }

.sponsor-strip { border-block: 1px solid rgba(33,220,98,.17); background: linear-gradient(90deg, rgba(33,220,98,.04), rgba(8,186,241,.07), rgba(33,220,98,.04)); }
.sponsor-content { min-height: 81px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #e6eef3; font-size: clamp(15px, 2vw, 19px); }
.sponsor-content strong { color: var(--green); font-style: italic; }
.sponsor-mark { color: white; font-size: 27px; }

.intro-section { padding-block: 90px; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 76px; align-items: end; }
.section-heading { max-width: 790px; margin: 0 auto 54px; text-align: center; }
.section-heading.align-left { margin: 0; text-align: left; }
.section-heading h2, .progress-copy h2, .admin-copy h2, .pro-copy h2, .contact-copy h2, .download-card h2, .organization-hero h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 59px);
  line-height: 1.06;
  letter-spacing: -.047em;
}
.section-heading p { margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.intro-copy p { margin: 0 0 22px; color: #adc0cc; font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-weight: 820; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.modalities-section { padding-top: 74px; background: linear-gradient(180deg, rgba(8, 39, 62, .12), rgba(7, 32, 51, .36), transparent); }
.activity-panel { display: grid; grid-template-columns: 1fr .74fr; align-items: center; gap: clamp(50px, 8vw, 95px); padding: 84px 0; border-top: 1px solid rgba(255,255,255,.065); }
.activity-panel:first-of-type { border-top: 0; }
.activity-panel.reverse { grid-template-columns: .74fr 1fr; }
.activity-panel.reverse .activity-copy { order: 2; }
.activity-number { color: rgba(33,220,98,.24); font-size: 74px; font-weight: 950; line-height: 1; letter-spacing: -.07em; }
.cyan-number { color: rgba(8,186,241,.25); }
.violet-number { color: rgba(154,88,255,.28); }
.activity-label { display: inline-flex; margin: 8px 0 15px; padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.green-label { color: var(--green); border: 1px solid rgba(33,220,98,.3); background: rgba(33,220,98,.08); }
.cyan-label { color: var(--cyan); border: 1px solid rgba(8,186,241,.3); background: rgba(8,186,241,.08); }
.violet-label { color: #bb8bff; border: 1px solid rgba(154,88,255,.32); background: rgba(154,88,255,.09); }
.activity-copy h3 { margin: 0; max-width: 720px; color: var(--white); font-size: clamp(33px, 4.5vw, 53px); line-height: 1.08; letter-spacing: -.045em; }
.activity-copy > p { margin: 19px 0 0; max-width: 700px; color: var(--muted); font-size: 18px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.detail-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10, 42, 65, .58); }
.detail-grid strong, .detail-grid span { display: block; }
.detail-grid strong { color: var(--white); font-size: 15px; }
.detail-grid span { margin-top: 6px; color: #8ea5b5; font-size: 13px; }
.activity-image { position: relative; max-width: 460px; margin-inline: auto; }
.activity-image::before { content: ""; position: absolute; inset: 12% -9%; border-radius: 50%; background: rgba(8,186,241,.13); filter: blur(54px); }
.activity-image img { position: relative; border: 1px solid rgba(255,255,255,.08); border-radius: 31px; box-shadow: var(--shadow); }
.role-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.role-card { padding: 20px; border: 1px solid rgba(33,220,98,.23); border-radius: 20px; background: rgba(33,220,98,.055); }
.host-card { border-color: rgba(8,186,241,.25); background: rgba(8,186,241,.055); }
.role-tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--green); background: rgba(33,220,98,.11); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.host-card .role-tag { color: var(--cyan); background: rgba(8,186,241,.1); }
.role-card h4 { margin: 13px 0 7px; color: var(--white); font-size: 18px; }
.role-card p { margin: 0; color: #8fa6b6; font-size: 14px; }
.activity-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.activity-highlights span { padding: 8px 11px; color: #c2d3de; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.025); font-size: 12px; }

.progress-section { background: radial-gradient(circle at 10% 50%, rgba(154,88,255,.08), transparent 30rem), linear-gradient(180deg, rgba(2,14,23,.1), rgba(9,38,60,.45)); }
.progress-grid { display: grid; grid-template-columns: .78fr 1fr; align-items: center; gap: 76px; }
.progress-visual { max-width: 485px; }
.progress-visual img { border-radius: 30px; border: 1px solid rgba(154,88,255,.22); box-shadow: var(--shadow); }
.progress-copy > p, .admin-copy > p, .pro-copy > p, .contact-copy > p, .organization-hero p, .download-card p { margin: 19px 0 0; color: var(--muted); font-size: 18px; }
.level-flow { display: grid; gap: 13px; margin-top: 31px; }
.level-flow div { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; align-items: center; padding: 15px 18px; border: 1px solid rgba(255,255,255,.075); border-radius: 17px; background: rgba(8,38,59,.6); }
.level-flow div > span { grid-row: span 2; width: 37px; height: 37px; display: grid; place-items: center; color: #04180a; background: var(--green); border-radius: 12px; font-weight: 900; }
.level-flow strong { color: var(--white); }
.level-flow small { color: #859dac; }

.organizations-section { background: radial-gradient(circle at 90% 20%, rgba(8,186,241,.09), transparent 35rem); }
.organization-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(8,186,241,.25); border-radius: var(--radius-xl); background: linear-gradient(145deg, rgba(8,186,241,.075), transparent 60%), var(--surface); box-shadow: 0 24px 62px rgba(0,0,0,.2); }
.organization-hero h2 { max-width: 820px; }
.organization-hero p { max-width: 840px; }
.cyan-text { color: var(--cyan); }
.amber-text { color: var(--amber); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.audience-card { padding: 25px; border: 1px solid rgba(255,255,255,.075); border-radius: 22px; background: rgba(8,35,54,.64); }
.audience-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(8,186,241,.27); border-radius: 15px; background: rgba(8,186,241,.08); font-size: 22px; }
.audience-card h3 { margin: 19px 0 8px; color: var(--white); font-size: 19px; }
.audience-card p { margin: 0; color: #8da4b4; font-size: 14px; }
.admin-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 72px; margin-top: 96px; }
.admin-list { display: grid; gap: 11px; padding: 0; margin: 28px 0 0; list-style: none; }
.admin-list li { position: relative; padding-left: 28px; color: #a8bcc9; }
.admin-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; display: grid; place-items: center; color: #03190a; background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 900; }
.admin-list strong { color: var(--white); }
.admin-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 29px; }
.demo-note { margin-top: 20px !important; padding-left: 13px; border-left: 2px solid var(--amber); color: #8299a9 !important; font-size: 12px !important; }
.report-window { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 25px; background: #f5f8fb; box-shadow: var(--shadow); }
.report-toolbar { min-height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; color: #b6c5cf; background: #09243a; }
.report-toolbar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.2); }
.report-toolbar strong { margin-left: auto; color: #b9cedb; font-size: 11px; font-weight: 700; }
.report-window img { width: 100%; }
.report-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
.report-stats div { padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(8,35,54,.76); text-align: center; }
.report-stats strong, .report-stats span { display: block; }
.report-stats strong { color: var(--white); font-size: 21px; }
.report-stats span { color: #7f98a8; font-size: 10px; }

.pro-section { background: linear-gradient(180deg, transparent, rgba(6,31,49,.4), transparent); }
.pro-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 74px; }
.pro-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 29px; }
.pro-points span { padding: 14px 15px; border: 1px solid rgba(33,220,98,.16); border-radius: 15px; background: rgba(33,220,98,.045); color: #bfd1db; font-size: 14px; }
.pro-visual { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-items: center; }
.pro-visual img { border: 1px solid rgba(255,255,255,.09); border-radius: 23px; box-shadow: 0 20px 48px rgba(0,0,0,.25); }
.pro-visual img:last-child { transform: translateY(25px); }

.gallery-section { background: rgba(1, 12, 20, .38); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 320px; gap: 16px; }
.gallery-card { position: relative; padding: 0; overflow: hidden; border: 1px solid rgba(8,186,241,.17); border-radius: 23px; background: #061b2b; cursor: zoom-in; }
.gallery-card.wide { grid-column: span 2; }
.gallery-card.tall { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(1,10,17,.95)); }
.gallery-card span { position: absolute; z-index: 2; left: 19px; right: 19px; bottom: 16px; color: var(--white); font-weight: 850; text-align: left; }
.gallery-card:hover img { transform: scale(1.045); filter: saturate(1.08); }

.contact-section { background: radial-gradient(circle at 80% 50%, rgba(33,220,98,.07), transparent 30rem); }
.contact-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 76px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.contact-card { padding: 30px; border: 1px solid rgba(8,186,241,.24); border-radius: 27px; background: linear-gradient(145deg, rgba(8,186,241,.06), transparent), var(--surface); box-shadow: 0 22px 58px rgba(0,0,0,.22); }
.contact-item { display: flex; align-items: flex-start; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.075); }
.contact-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(8,186,241,.25); border-radius: 13px; background: rgba(8,186,241,.08); font-size: 19px; }
.contact-item small, .contact-item strong { display: block; }
.contact-item small { color: #7892a4; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-item strong { margin-top: 3px; color: var(--white); font-size: 16px; }
.social-block { padding-top: 22px; }
.social-block > small { color: #8ca4b4; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 13px; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; color: white; background: rgba(255,255,255,.045); font-weight: 900; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.social-links a:hover { transform: translateY(-3px); border-color: rgba(8,186,241,.55); background: rgba(8,186,241,.12); }
.social-note { display: block; margin-top: 10px; color: #657f91; font-size: 11px; }

.download-section { padding: 20px 0 124px; }
.download-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; padding: clamp(32px, 6vw, 64px); border: 1px solid rgba(33,220,98,.31); border-radius: var(--radius-xl); background: radial-gradient(circle at 100% 0%, rgba(8,186,241,.16), transparent 24rem), radial-gradient(circle at 0% 100%, rgba(33,220,98,.12), transparent 24rem), #0a2941; box-shadow: var(--shadow); }
.download-card h2 { max-width: 700px; }
.store-buttons { display: grid; gap: 11px; min-width: 225px; }
.store-button { display: block; padding: 13px 18px; color: var(--white); background: #01070c; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; }
.store-button small { display: block; color: #a2b5c2; font-size: 9px; letter-spacing: .09em; }
.store-button strong { display: block; font-size: 21px; }
.store-button.muted { opacity: .52; }

.site-footer { padding: 58px 0 25px; border-top: 1px solid rgba(255,255,255,.07); background: #010a11; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .65fr .95fr; gap: 58px; }
.footer-brand-wrap img { width: 255px; }
.footer-brand-wrap p { color: #71899a; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 7px; }
.footer-links strong, .footer-contact strong { margin-bottom: 8px; color: var(--white); }
.footer-links a, .footer-contact a, .footer-contact span { color: #8299a9; }
.footer-links a:hover, .footer-contact a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 42px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.06); color: #5e7789; font-size: 12px; }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: #03170a; background: var(--green); border: 4px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 17px 40px rgba(0,0,0,.38), 0 0 0 8px rgba(33,220,98,.07); font-size: 13px; font-weight: 950; }

.image-modal { width: min(900px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; overflow: visible; border: 1px solid rgba(8,186,241,.3); border-radius: 24px; color: white; background: #04131f; box-shadow: 0 40px 110px rgba(0,0,0,.75); }
.image-modal::backdrop { background: rgba(0,7,13,.86); backdrop-filter: blur(9px); }
.image-modal img { max-height: calc(100vh - 100px); width: 100%; object-fit: contain; border-radius: 23px 23px 0 0; background: #020b12; }
.image-modal p { margin: 0; padding: 15px 22px 18px; font-weight: 760; }
.modal-close { position: absolute; z-index: 2; top: -14px; right: -14px; width: 43px; height: 43px; color: white; background: #0a304b; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; font-size: 29px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }
.delay-three { transition-delay: .3s; }

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

@media (max-width: 1040px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: grid; gap: 3px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(3,20,32,.98); box-shadow: var(--shadow); transform: translateY(-14px); opacity: 0; visibility: hidden; transition: .22s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px 13px; border-radius: 11px; }
  .main-nav .nav-cta { text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { justify-self: center; }
  .floating-top { left: -7%; }
  .floating-bottom { right: -7%; }
  .intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .activity-panel, .activity-panel.reverse { grid-template-columns: 1fr 1fr; gap: 48px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .progress-grid, .pro-grid, .contact-grid { gap: 48px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 80px 0; }
  .brand img { width: 215px; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-text { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { max-width: 500px; padding: 0 10px; }
  .floating-card { position: relative; inset: auto; margin: 10px auto 0; max-width: 100%; }
  .sponsor-content { flex-wrap: wrap; gap: 6px 9px; padding: 16px 0; text-align: center; }
  .sponsor-mark { width: 100%; }
  .activity-panel, .activity-panel.reverse { grid-template-columns: 1fr; padding: 62px 0; }
  .activity-panel.reverse .activity-copy { order: 0; }
  .detail-grid, .role-cards { grid-template-columns: 1fr; }
  .progress-grid, .admin-grid, .pro-grid, .contact-grid { grid-template-columns: 1fr; }
  .progress-visual, .activity-image { max-width: 430px; }
  .organization-hero { grid-template-columns: 1fr; align-items: start; }
  .audience-grid { grid-template-columns: 1fr; }
  .pro-visual { max-width: 540px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 270px; }
  .gallery-card.wide { grid-column: span 2; }
  .gallery-card.tall { grid-row: span 1; }
  .download-card { grid-template-columns: 1fr; }
  .store-buttons { grid-template-columns: repeat(2, minmax(180px, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 470px) {
  .brand img { width: 190px; }
  .hero h1 { font-size: 48px; }
  .section-heading { text-align: left; }
  .report-stats { grid-template-columns: 1fr; }
  .pro-points { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .gallery-card.wide { grid-column: span 1; }
  .store-buttons { grid-template-columns: 1fr; }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}


/* ===== AKITOY CORPORATE V3 ===== */
.company-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.company-mark { position: relative; width: 46px; height: 46px; display: grid; place-items: center; color: #03150a; background: linear-gradient(145deg, var(--green), var(--cyan)); border-radius: 15px 15px 15px 5px; box-shadow: 0 12px 28px rgba(8,186,241,.16); transform: rotate(-5deg); }
.company-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.42); border-radius: 11px 11px 11px 3px; }
.company-mark span { position: relative; z-index: 1; font-size: 22px; font-weight: 950; transform: rotate(5deg); }
.company-mark.small-mark { width: 40px; height: 40px; border-radius: 13px 13px 13px 5px; }
.company-mark.small-mark span { font-size: 18px; }
.company-wordmark { display: grid; line-height: 1; }
.company-wordmark strong { color: var(--white); font-size: 29px; line-height: 1; letter-spacing: -.055em; }
.company-wordmark small { margin-top: 6px; color: #7d98a9; font-size: 8px; font-weight: 850; letter-spacing: .21em; }
.company-hero .hero h1 { max-width: 820px; }
.company-hero .hero-text strong { color: var(--white); }
.company-strip { border-block: 1px solid rgba(8,186,241,.14); background: linear-gradient(90deg, rgba(8,186,241,.04), rgba(33,220,98,.055), rgba(8,186,241,.04)); }
.company-strip-content { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #92aaba; font-size: 14px; }
.company-strip-content strong { color: var(--white); font-size: 18px; }
.company-strip-content i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.company-section { background: radial-gradient(circle at 5% 50%, rgba(33,220,98,.055), transparent 28rem); }
.company-intro-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: start; gap: 75px; }
.company-intro-copy p { margin: 0 0 17px; color: #aebfca; font-size: 18px; }
.company-intro-copy strong { color: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 60px; }
.capability-card { padding: 29px; border: 1px solid rgba(255,255,255,.08); border-radius: 25px; background: linear-gradient(150deg, rgba(8,186,241,.045), transparent 55%), rgba(8,35,54,.66); }
.capability-card > span { color: rgba(8,186,241,.42); font-size: 38px; font-weight: 950; line-height: 1; }
.capability-card h3 { margin: 20px 0 9px; color: var(--white); font-size: 22px; }
.capability-card p { margin: 0; color: #8da5b5; font-size: 14px; }
.product-spotlight { background: radial-gradient(circle at 90% 50%, rgba(33,220,98,.09), transparent 34rem), linear-gradient(180deg, rgba(5,27,43,.45), rgba(3,19,31,.7)); }
.product-grid { display: grid; grid-template-columns: 1fr .77fr; gap: 78px; align-items: center; }
.product-badge { display: inline-flex; padding: 8px 11px; color: var(--green); border: 1px solid rgba(33,220,98,.28); border-radius: 999px; background: rgba(33,220,98,.065); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.product-logo { width: min(410px, 100%); margin: 28px 0 26px; }
.product-copy h2 { margin: 0; color: var(--white); font-size: clamp(37px, 5vw, 58px); line-height: 1.05; letter-spacing: -.047em; }
.product-copy > p { margin: 19px 0 0; color: var(--muted); font-size: 18px; }
.product-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 29px; }
.product-chips span { padding: 9px 12px; color: #c4d5df; border: 1px solid rgba(255,255,255,.085); border-radius: 999px; background: rgba(255,255,255,.027); font-size: 12px; }
.product-visual { max-width: 500px; justify-self: end; }
.product-visual img { border: 1px solid rgba(33,220,98,.19); border-radius: 30px; box-shadow: var(--shadow); }
.pricing-section { background: radial-gradient(circle at 50% 15%, rgba(255,183,46,.055), transparent 35rem), linear-gradient(180deg, rgba(3,17,28,.1), rgba(8,35,54,.45), transparent); }
.pricing-block { padding: clamp(25px, 5vw, 45px); border: 1px solid rgba(8,186,241,.18); border-radius: 30px; background: linear-gradient(145deg, rgba(8,186,241,.045), transparent 50%), rgba(7,31,49,.72); box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.pricing-block + .pricing-block { margin-top: 24px; }
.points-block { border-color: rgba(33,220,98,.17); background: linear-gradient(145deg, rgba(33,220,98,.04), transparent 50%), rgba(7,31,49,.72); }
.pricing-title { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 35px; margin-bottom: 26px; }
.pricing-title > div { display: flex; align-items: center; gap: 15px; }
.pricing-title small { display: block; color: #7894a5; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.pricing-title h3 { margin: 3px 0 0; color: var(--white); font-size: 29px; }
.pricing-title > p { margin: 0; color: #8ea5b5; }
.pricing-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; font-size: 24px; font-weight: 950; }
.pro-icon { color: #061b2b; background: var(--cyan); }
.point-icon { color: #03180a; background: var(--green); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.price-card { position: relative; min-height: 185px; display: flex; flex-direction: column; justify-content: center; padding: 25px; overflow: hidden; border: 1px solid rgba(8,186,241,.22); border-radius: 21px; background: rgba(10,43,66,.72); }
.price-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -60px; top: -60px; border-radius: 50%; background: rgba(8,186,241,.08); }
.price-card.recommended { border-color: rgba(33,220,98,.5); background: linear-gradient(150deg, rgba(33,220,98,.12), transparent 55%), rgba(10,43,66,.78); transform: translateY(-5px); }
.price-card.recommended b { position: absolute; top: 12px; right: 12px; padding: 5px 7px; color: #03170a; background: var(--green); border-radius: 999px; font-size: 8px; letter-spacing: .08em; }
.price-card.green-card { border-color: rgba(33,220,98,.31); }
.price-card.cyan-card { border-color: rgba(8,186,241,.34); }
.price-card.violet-card { border-color: rgba(154,88,255,.35); }
.price-card.gold-card { border-color: rgba(255,183,46,.35); }
.price-ribbon { color: #a8becb; font-size: 14px; font-weight: 820; }
.price-card strong { margin-top: 10px; color: var(--white); font-size: clamp(31px, 4vw, 43px); line-height: 1; letter-spacing: -.04em; }
.price-card small { margin-top: 12px; color: #7e96a7; }
.benefit-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.benefit-row span { padding: 12px 14px; color: #b8cbd7; border: 1px solid rgba(255,255,255,.075); border-radius: 14px; background: rgba(255,255,255,.025); text-align: center; font-size: 12px; }
.points-benefits span { border-color: rgba(33,220,98,.1); }
.pricing-disclaimer { max-width: 850px; margin: 22px auto 0; color: #6f8899; text-align: center; font-size: 12px; }
.contact-layout { display: grid; grid-template-columns: 1.08fr .72fr; align-items: start; gap: 35px; }
.contact-form { display: grid; gap: 17px; padding: clamp(25px, 4vw, 38px); border: 1px solid rgba(8,186,241,.22); border-radius: 28px; background: linear-gradient(145deg, rgba(8,186,241,.045), transparent), rgba(8,35,54,.72); box-shadow: 0 22px 58px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.contact-form label { display: grid; gap: 8px; color: #c6d6df; font-size: 13px; font-weight: 760; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; color: var(--white); border: 1px solid rgba(255,255,255,.1); outline: none; border-radius: 14px; background: rgba(255,255,255,.045); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input:not([type="checkbox"]), .contact-form select { min-height: 52px; padding: 0 15px; }
.contact-form textarea { padding: 14px 15px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #688091; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(8,186,241,.7); box-shadow: 0 0 0 4px rgba(8,186,241,.08); background: rgba(8,186,241,.055); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; color: #829aaa !important; font-weight: 500 !important; }
.consent input { margin-top: 3px; accent-color: var(--green); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 0; color: #637d8f; font-size: 11px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.contact-card-header { display: flex; align-items: center; gap: 13px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.075); }
.contact-card-header small, .contact-card-header strong { display: block; }
.contact-card-header small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.contact-card-header strong { margin-top: 4px; color: var(--white); font-size: 15px; }
.company-footer-grid { grid-template-columns: 1.1fr .55fr .7fr .9fr; gap: 42px; }
.footer-company p { max-width: 330px; color: #71899a; }
.footer-company-brand .company-wordmark strong { font-size: 27px; }
.footer-company-brand .company-wordmark small { font-size: 7px; }

.thankyou-page { min-height: 100vh; display: grid; align-items: center; padding: 100px 0 60px; }
.thankyou-card { max-width: 760px; margin-inline: auto; padding: clamp(32px, 7vw, 72px); border: 1px solid rgba(33,220,98,.28); border-radius: 34px; background: radial-gradient(circle at 100% 0%, rgba(8,186,241,.13), transparent 24rem), rgba(8,35,54,.78); box-shadow: var(--shadow); text-align: center; }
.thankyou-icon { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 25px; color: #03180a; background: var(--green); border-radius: 25px; font-size: 38px; font-weight: 900; box-shadow: 0 18px 40px rgba(33,220,98,.18); }
.thankyou-card h1 { margin: 0; color: var(--white); font-size: clamp(39px, 7vw, 65px); line-height: 1; letter-spacing: -.05em; }
.thankyou-card p { max-width: 580px; margin: 20px auto 30px; color: #a9bdca; font-size: 18px; }
.thankyou-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

@media (max-width: 1040px) {
  .company-intro-grid, .product-grid { gap: 45px; }
  .contact-layout { grid-template-columns: 1fr 1fr; }
  .company-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-title { grid-template-columns: 1fr; gap: 12px; }
  .benefit-row { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .company-wordmark strong { font-size: 25px; }
  .company-wordmark small { font-size: 7px; }
  .company-mark { width: 42px; height: 42px; }
  .company-strip-content { flex-wrap: wrap; padding: 16px 0; gap: 8px 13px; text-align: center; }
  .company-strip-content strong { width: 100%; }
  .company-intro-grid, .product-grid, .contact-layout { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .product-visual { justify-self: center; }
  .price-card.recommended { transform: none; }
  .form-row { grid-template-columns: 1fr; }
  .company-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 470px) {
  .company-wordmark strong { font-size: 22px; }
  .company-wordmark small { letter-spacing: .14em; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 165px; }
  .thankyou-actions { display: grid; grid-template-columns: 1fr; }
}


/* ===== AKITOY CORPORATE V4: PROFESSIONAL LIGHT THEME ===== */
:root {
  --corp-teal: #168f88;
  --corp-teal-dark: #0f6f6b;
  --corp-blue: #2563eb;
  --corp-ink: #102a3a;
  --corp-text: #405665;
  --corp-muted: #6f8390;
  --corp-bg: #f4f7f8;
  --corp-card: #ffffff;
  --corp-line: #dfe8ec;
}

body {
  color: var(--corp-text);
  background:
    radial-gradient(circle at 5% 8%, rgba(22,143,136,.08), transparent 30rem),
    radial-gradient(circle at 96% 21%, rgba(37,99,235,.055), transparent 35rem),
    var(--corp-bg);
}

.site-header {
  background: rgba(255,255,255,.91);
  border-bottom-color: rgba(16,42,58,.09);
  box-shadow: 0 8px 30px rgba(16,42,58,.055);
}

.company-brand img {
  width: 180px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  gap: 17px;
  color: #435967;
  font-size: 13px;
}
.main-nav a:hover { color: var(--corp-teal-dark); }
.main-nav .nav-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--corp-teal), #24aaa3);
  box-shadow: 0 12px 26px rgba(22,143,136,.2);
}
.menu-button {
  border-color: rgba(16,42,58,.13);
  background: rgba(16,42,58,.035);
}
.menu-button span { background: var(--corp-ink); }

.company-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 42%, rgba(22,143,136,.11), transparent 31rem),
    linear-gradient(180deg, #ffffff, #f3f7f8);
}
.company-hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -330px;
  top: 110px;
  border: 1px solid rgba(22,143,136,.11);
  border-radius: 50%;
}
.company-hero .eyebrow, .company-hero .kicker { color: var(--corp-teal); }
.company-hero .eyebrow span { background: var(--corp-teal); box-shadow: 0 0 18px rgba(22,143,136,.5); }
.company-hero .hero h1, .company-hero h1 { color: var(--corp-ink); }
.company-hero .hero h1 strong, .company-hero h1 strong { color: var(--corp-teal); }
.company-hero .hero h1 em, .company-hero h1 em { color: var(--corp-blue); }
.company-hero .hero-text { color: #4f6674; }
.company-hero .hero-text strong { color: var(--corp-ink); }
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--corp-teal), #21a59e);
  box-shadow: 0 18px 38px rgba(22,143,136,.19);
}
.company-hero .button.secondary {
  color: var(--corp-ink);
  border-color: rgba(22,143,136,.34);
  background: rgba(255,255,255,.68);
}
.hero-proof div {
  border-color: rgba(16,42,58,.1);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 35px rgba(16,42,58,.045);
}
.hero-proof strong { color: var(--corp-ink); }
.hero-proof span { color: #718692; }

.portfolio-collage {
  position: relative;
  min-height: 600px;
  width: min(100%, 560px);
  margin-inline: auto;
}
.collage-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16,42,58,.1);
  border-radius: 25px;
  background: white;
  box-shadow: 0 28px 75px rgba(16,42,58,.17);
}
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card figcaption {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 13px;
  background: rgba(7,25,38,.83);
  backdrop-filter: blur(10px);
}
.collage-card figcaption strong { font-size: 14px; }
.collage-card figcaption span { color: #bdeeea; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.collage-main { width: 78%; height: 390px; right: 0; top: 25px; transform: rotate(1.2deg); }
.collage-main img { object-position: center; }
.collage-dia { width: 42%; height: 315px; left: 0; bottom: 0; transform: rotate(-2.1deg); }
.collage-dia img { object-position: center top; }
.collage-ruta { width: 49%; height: 310px; right: 0; bottom: -5px; transform: rotate(2deg); }
.collage-ruta img { object-position: center top; }

.company-strip {
  color: #fff;
  border: 0;
  background: linear-gradient(100deg, #0f6f6b, #168f88 47%, #1b6f91);
  box-shadow: 0 12px 35px rgba(15,111,107,.16);
}
.company-strip-content { color: rgba(255,255,255,.78); }
.company-strip-content strong { color: #fff; }
.company-strip-content i { background: rgba(255,255,255,.72); box-shadow: none; }

.company-section, .portfolio-section, .security-section, .contact-section {
  background: transparent;
}
.company-section .section-heading h2,
.portfolio-section .section-heading h2,
.security-section h2,
.contact-section .section-heading h2 {
  color: var(--corp-ink);
}
.company-intro-copy p, .portfolio-section .section-heading p, .contact-section .section-heading p {
  color: var(--corp-text);
}
.company-intro-copy strong { color: var(--corp-ink); }
.kicker { color: var(--corp-teal); }

.capability-card {
  border-color: var(--corp-line);
  background: var(--corp-card);
  box-shadow: 0 18px 50px rgba(16,42,58,.065);
}
.capability-card > span { color: rgba(22,143,136,.45); }
.capability-card h3 { color: var(--corp-ink); }
.capability-card p { color: var(--corp-muted); }

.portfolio-section {
  border-block: 1px solid rgba(16,42,58,.055);
  background: linear-gradient(180deg, #f7fafb, #eef4f5);
}
.app-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.app-portfolio-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--corp-line);
  border-radius: 29px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(16,42,58,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.app-portfolio-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(16,42,58,.14);
}
.app-media {
  height: 315px;
  overflow: hidden;
  background: #edf2f4;
}
.app-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.work-portfolio-card .app-media img { object-position: center; }
.app-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px;
}
.app-card-top {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.app-card-top > img {
  width: 145px;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.app-wordmark {
  color: var(--corp-ink);
  font-size: 24px;
  letter-spacing: -.04em;
}
.dia-wordmark span { color: #7c3aed; }
.work-wordmark span { color: #2563eb; }
.coming-badge {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.route-badge { color: #0b6c36; background: #dcfce7; border: 1px solid #bbf7d0; }
.dia-badge { color: #6d28d9; background: #f3e8ff; border: 1px solid #e9d5ff; }
.work-badge { color: #1d4ed8; background: #dbeafe; border: 1px solid #bfdbfe; }
.app-card-body h3 {
  margin: 23px 0 9px;
  color: var(--corp-ink);
  font-size: 24px;
  line-height: 1.15;
}
.app-card-body p {
  margin: 0;
  color: var(--corp-muted);
  font-size: 14px;
}
.app-card-body .text-link { margin-top: auto; padding-top: 23px; color: #0f7d77; }
.privacy-mini {
  margin-top: 20px;
  padding: 13px 14px;
  color: #5b3b84;
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  background: #faf5ff;
  font-size: 12px;
  font-weight: 650;
}
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 19px;
}
.feature-tags span {
  padding: 7px 9px;
  color: #31577f;
  border-radius: 999px;
  background: #eff6ff;
  font-size: 10px;
  font-weight: 800;
}

/* AkitoyRuta keeps the app's original dark and vibrant visual identity. */
.ruta-theme {
  color: var(--text);
  background-color: var(--navy-950);
}
.ruta-theme .section-heading h2,
.ruta-theme .activity-copy h3,
.ruta-theme .progress-copy h2,
.ruta-theme .admin-copy h2,
.ruta-theme .organization-hero h2,
.ruta-theme .pricing-title h3 {
  color: var(--white);
}
.ruta-theme .section-heading p,
.ruta-theme .activity-copy > p,
.ruta-theme .progress-copy > p,
.ruta-theme .admin-copy > p,
.ruta-theme .organization-hero p {
  color: var(--muted);
}
.ruta-theme .kicker { color: var(--green); }
.ruta-theme .button.primary {
  color: #03170a;
  background: linear-gradient(135deg, var(--green), var(--green-soft));
}
.ruta-theme .text-link { color: var(--cyan); }

.security-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 50%, rgba(22,143,136,.1), transparent 29rem),
    linear-gradient(180deg, #f8fbfb, #eaf3f3);
}
.security-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  top: -210px;
  border: 70px solid rgba(22,143,136,.035);
  border-radius: 50%;
}
.security-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
}
.security-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: #0f6f6b;
  border: 1px solid rgba(22,143,136,.24);
  border-radius: 999px;
  background: rgba(22,143,136,.07);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.security-copy h2 {
  margin: 0;
  font-size: clamp(37px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.047em;
}
.security-copy > p {
  margin: 21px 0 0;
  color: var(--corp-text);
  font-size: 18px;
}
.security-copy strong { color: var(--corp-ink); }
.security-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--corp-teal-dark);
  font-weight: 850;
}
.security-disclaimer {
  padding-left: 13px;
  border-left: 3px solid rgba(22,143,136,.45);
  color: #718691 !important;
  font-size: 12px !important;
}
.security-principles { display: grid; gap: 12px; }
.security-principles article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 17px;
  padding: 20px;
  border: 1px solid rgba(22,143,136,.15);
  border-radius: 21px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 15px 38px rgba(16,42,58,.055);
}
.security-principles article > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--corp-teal), #2ab0a8);
  font-weight: 900;
}
.security-principles h3 { margin: 0; color: var(--corp-ink); font-size: 18px; }
.security-principles p { margin: 5px 0 0; color: var(--corp-muted); font-size: 13px; }

.sponsorship-section {
  color: #e5f4f3;
  background:
    radial-gradient(circle at 85% 12%, rgba(58,197,187,.21), transparent 27rem),
    linear-gradient(125deg, #0b3840, #0f5d5c 55%, #10354e);
}
.sponsorship-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
}
.sponsorship-head .kicker { color: #74ddd4; }
.sponsorship-head h2 {
  max-width: 830px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 61px);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.sponsorship-head p {
  max-width: 850px;
  margin: 20px 0 0;
  color: #b8d7d6;
  font-size: 18px;
}
.sponsor-button {
  color: #0b4544;
  background: #fff;
  border: 0;
  box-shadow: 0 18px 40px rgba(0,0,0,.17);
}
.sponsor-opportunities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 51px;
}
.sponsor-opportunities article {
  padding: 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
}
.sponsor-opportunities article > span { color: #74ddd4; font-size: 13px; font-weight: 900; }
.sponsor-opportunities h3 { margin: 18px 0 8px; color: #fff; font-size: 19px; }
.sponsor-opportunities p { margin: 0; color: #a9cbca; font-size: 13px; }
.sponsor-brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.65);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
}
.sponsor-brand-row i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #74ddd4;
}

.contact-section {
  background:
    radial-gradient(circle at 90% 45%, rgba(22,143,136,.07), transparent 30rem),
    #f6f9fa;
}
.contact-form {
  border-color: var(--corp-line);
  background: #fff;
  box-shadow: 0 20px 55px rgba(16,42,58,.08);
}
.contact-form label { color: #314955; }
.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-form select {
  color: var(--corp-ink);
  border-color: #d7e2e7;
  background: #f8fafb;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a9da7; }
.contact-form select { color-scheme: light; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(22,143,136,.65);
  box-shadow: 0 0 0 4px rgba(22,143,136,.08);
  background: #fff;
}
.consent { color: #667c88 !important; }
.form-note { color: #788c96; }
.contact-card {
  border-color: rgba(22,143,136,.2);
  background: linear-gradient(145deg, rgba(22,143,136,.045), transparent), #fff;
  box-shadow: 0 20px 55px rgba(16,42,58,.08);
}
.contact-card-header { border-bottom-color: var(--corp-line); }
.contact-card-header small { color: var(--corp-teal); }
.contact-card-header strong { color: var(--corp-ink); }
.contact-company-logo {
  width: 110px;
  height: 55px;
  object-fit: contain;
  object-position: left center;
}
.contact-item { border-bottom-color: var(--corp-line); }
.contact-icon {
  color: var(--corp-teal-dark);
  border-color: rgba(22,143,136,.2);
  background: rgba(22,143,136,.07);
}
.contact-item small { color: #7a909b; }
.contact-item strong { color: var(--corp-ink); }
.social-links a {
  color: var(--corp-ink);
  border-color: var(--corp-line);
  background: #f5f8f9;
}
.social-links a:hover {
  color: #fff;
  border-color: var(--corp-teal);
  background: var(--corp-teal);
}
.social-note { color: #8498a2; }

.download-section { background: #f4f7f8; }
.download-card {
  border-color: rgba(22,143,136,.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.11), transparent 24rem),
    radial-gradient(circle at 0% 100%, rgba(22,143,136,.14), transparent 24rem),
    #113848;
}
.download-card .kicker { color: #78ddd5; }

.site-footer {
  background: #0d2935;
  border-top: 0;
}
.footer-company-brand img { width: 175px; height: 70px; }
.footer-company p { color: #91a8b2; }
.footer-links strong, .footer-contact strong { color: #fff; }
.footer-links a, .footer-contact a, .footer-contact span { color: #91a8b2; }
.footer-links a:hover, .footer-contact a:hover { color: #67d3ca; }
.footer-bottom { color: #78909b; }

.whatsapp-float {
  color: #fff;
  background: var(--corp-teal);
  box-shadow: 0 17px 40px rgba(16,42,58,.28), 0 0 0 8px rgba(22,143,136,.08);
}

.thankyou-page {
  background:
    radial-gradient(circle at 18% 20%, rgba(22,143,136,.12), transparent 27rem),
    #f4f7f8;
}
.thankyou-card {
  border-color: rgba(22,143,136,.25);
  background: #fff;
  box-shadow: 0 28px 80px rgba(16,42,58,.13);
}
.thankyou-brand { justify-content: center; margin-bottom: 30px; }
.thankyou-brand img { width: 190px; }
.thankyou-icon { color: #fff; background: var(--corp-teal); }
.thankyou-card h1 { color: var(--corp-ink); }
.thankyou-card p { color: var(--corp-text); }
.thankyou-card .button.secondary {
  color: var(--corp-ink);
  border-color: rgba(22,143,136,.3);
  background: #f6f9fa;
}

@media (max-width: 1120px) {
  .main-nav { gap: 12px; font-size: 12px; }
  .company-brand img { width: 160px; }
  .app-portfolio-grid { grid-template-columns: 1fr 1fr; }
  .route-portfolio-card { grid-column: span 2; }
  .route-portfolio-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .route-portfolio-card .app-media { height: 100%; min-height: 390px; }
  .sponsor-opportunities { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1040px) {
  .main-nav {
    background: rgba(255,255,255,.985);
    border-color: rgba(16,42,58,.1);
  }
  .main-nav a { color: var(--corp-text); }
  .portfolio-collage { max-width: 590px; }
}
@media (max-width: 820px) {
  .app-portfolio-grid { grid-template-columns: 1fr; }
  .route-portfolio-card { grid-column: auto; display: flex; }
  .route-portfolio-card .app-media { min-height: 0; height: 330px; }
  .security-layout { grid-template-columns: 1fr; gap: 42px; }
  .sponsorship-head { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 760px) {
  .company-brand img { width: 145px; height: 52px; }
  .portfolio-collage { min-height: 540px; }
  .collage-main { width: 83%; height: 340px; }
  .collage-dia { width: 45%; height: 280px; }
  .collage-ruta { width: 52%; height: 275px; }
  .sponsor-opportunities { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .portfolio-collage { min-height: 470px; }
  .collage-main { width: 92%; height: 290px; }
  .collage-dia { width: 52%; height: 235px; }
  .collage-ruta { width: 56%; height: 230px; }
  .collage-card figcaption { left: 8px; right: 8px; bottom: 8px; padding: 8px; }
  .collage-card figcaption span { display: none; }
  .app-media { height: 285px; }
  .security-principles article { grid-template-columns: 48px 1fr; padding: 17px; }
  .security-principles article > span { width: 42px; height: 42px; }
  .sponsor-brand-row { justify-content: flex-start; }
}
