:root {
  --navy: #11183f;
  --navy-2: #1d2559;
  --ink: #172132;
  --muted: #5d6676;
  --line: #d9deea;
  --soft: #f3f5f8;
  --white: #ffffff;
  --red: #bd2a2f;
  --red-dark: #9b2027;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --sky: #1187c9;
  --gold: #f2b62d;
  --shadow: 0 20px 55px rgba(17, 24, 63, 0.18);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.service-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 222, 234, 0.9);
  backdrop-filter: blur(16px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 40px, var(--max));
  min-height: 76px;
  margin: 0 auto;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 260px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.btn-primary {
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.26);
}

.header-cta:hover,
.btn-primary:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
}

.header-cta i,
.btn i {
  font-size: 1.08em;
}

.header-cta .fa-whatsapp,
.btn-primary .fa-whatsapp {
  font-size: 1.32em;
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 86svh;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-video,
.contact-video,
.contact-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-video,
.contact-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 24, 63, 0.82) 0%, rgba(17, 24, 63, 0.62) 43%, rgba(155, 32, 39, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(17, 24, 63, 0.16));
}

.hero-shell {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 86px 0 82px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow {
  color: #ffd4d7;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-messages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 970px;
  margin: 34px 0 30px;
}

.hero-messages p {
  min-height: 118px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section-pad {
  padding: 94px 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 54px;
  align-items: center;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.content-grid.reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.content-grid.reverse .section-copy {
  order: 2;
}

.content-grid.reverse .image-panel {
  order: 1;
}

.section-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.image-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-panel::before {
  position: absolute;
  inset: 16px auto auto 16px;
  z-index: 1;
  width: 76px;
  height: 6px;
  content: "";
  background: var(--red);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.mission-grid,
.pillars,
.services-grid,
.timeline,
.why-grid {
  width: min(100% - 40px, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.mission-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.mission-grid span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.mission-grid p,
.pillars p,
.service-card p,
.timeline p,
.why-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.pillars article {
  min-height: 190px;
  padding: 26px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
}

.pillars article:nth-child(2) {
  background: var(--red);
}

.pillars article:nth-child(3) {
  background: #1e6b8e;
}

.pillars h3,
.pillars p {
  color: var(--white);
}

.pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.services-section {
  background:
    linear-gradient(180deg, var(--soft), var(--white) 54%),
    radial-gradient(circle at 80% 10%, rgba(242, 182, 45, 0.16), transparent 30%);
}

.section-heading {
  width: min(100% - 40px, 860px);
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.narrow {
  width: min(100% - 40px, 780px);
}

.services-visual {
  width: min(100% - 40px, var(--max));
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.services-visual img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.timeline article,
.why-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(17, 24, 63, 0.08);
}

.service-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  border-color: rgba(189, 42, 47, 0.28);
  box-shadow: 0 20px 42px rgba(17, 24, 63, 0.13);
  transform: translateY(-4px);
}

.card-icon,
.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--red);
  box-shadow: 0 12px 24px rgba(189, 42, 47, 0.2);
}

.card-icon i,
.benefit-icon i {
  font-size: 1.15rem;
}

.service-card:nth-child(2) .card-icon,
.service-card:nth-child(5) .card-icon {
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(17, 24, 63, 0.18);
}

.service-card:nth-child(3) .card-icon,
.service-card:nth-child(6) .card-icon {
  background: var(--sky);
  box-shadow: 0 12px 24px rgba(17, 135, 201, 0.18);
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
  color: var(--red);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 900;
  font-family: inherit;
}

.service-link i {
  font-size: 0.82rem;
  transition: transform 180ms ease;
}

.service-card:hover .service-link i,
.service-card:focus-visible .service-link i {
  transform: translateX(4px);
}

.service-modal {
  width: min(100% - 32px, 980px);
  max-height: min(88vh, 820px);
  padding: 0;
  overflow: visible;
  color: var(--ink);
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}

.service-modal::backdrop {
  background: rgba(8, 12, 32, 0.72);
  backdrop-filter: blur(8px);
}

.modal-window {
  position: relative;
  max-height: min(88vh, 820px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 245, 248, 0.96)),
    var(--white);
  box-shadow: 0 30px 90px rgba(8, 12, 32, 0.42);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  padding: 42px;
}

.modal-main h2 {
  padding-right: 54px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.modal-main > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--red);
  box-shadow: 0 16px 28px rgba(189, 42, 47, 0.2);
}

.modal-icon i {
  font-size: 1.45rem;
}

.modal-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.modal-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font-weight: 750;
}

.modal-list li::before {
  position: absolute;
  top: 14px;
  left: 14px;
  color: var(--red);
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.modal-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.modal-highlight,
.modal-side blockquote {
  margin: 0;
  padding: 26px;
  border-radius: var(--radius);
}

.modal-highlight {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 24, 63, 0.96), rgba(189, 42, 47, 0.88)),
    var(--navy);
}

.modal-highlight span {
  display: block;
  margin-bottom: 12px;
  color: #ffd4d7;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-highlight p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.35;
}

.modal-side blockquote {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(17, 24, 63, 0.08);
}

.modal-side blockquote i {
  color: var(--red);
  font-size: 1.35rem;
}

.modal-side blockquote p {
  margin: 16px 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
}

.modal-side cite {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.modal-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding: 18px 42px 26px;
  border-top: 1px solid rgba(217, 222, 234, 0.86);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.98) 34%, var(--white));
  backdrop-filter: blur(10px);
}

.modal-cta {
  min-width: 230px;
}

.method-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.method-video,
.method-overlay {
  position: absolute;
  inset: 0;
}

.method-video {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.method-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 24, 63, 0.58), rgba(17, 24, 63, 0.42)),
    linear-gradient(180deg, rgba(17, 24, 63, 0.18), rgba(17, 24, 63, 0.62));
}

.method-section h2,
.method-section h3,
.method-section .timeline p {
  color: var(--white);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  min-height: 250px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(17, 24, 63, 0.42);
  backdrop-filter: blur(6px);
  box-shadow: none;
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--navy);
  border-radius: 50%;
  background: var(--gold);
  font-weight: 900;
}

.timeline span i {
  font-size: 1rem;
}

.why-section {
  background: var(--white);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.8fr);
  gap: 40px;
  align-items: end;
  width: min(100% - 40px, var(--max));
  margin: 0 auto 34px;
}

.split-band > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-grid article {
  min-height: 210px;
}

.benefit-icon {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(242, 182, 45, 0.2);
}

.why-grid article:nth-child(2) .benefit-icon {
  color: var(--white);
  background: var(--red);
}

.why-grid article:nth-child(3) .benefit-icon {
  color: var(--white);
  background: var(--sky);
}

.why-grid article:nth-child(4) .benefit-icon {
  color: var(--white);
  background: var(--navy);
}

.why-grid article:nth-child(2) {
  border-top: 5px solid var(--red);
}

.why-grid article:nth-child(3) {
  border-top: 5px solid var(--sky);
}

.why-grid article:nth-child(4) {
  border-top: 5px solid var(--gold);
}

.platforms-section {
  background: var(--soft);
}

.platform-logo-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  width: min(100% - 40px, var(--max));
  margin: 34px auto 0;
}

.platform-logo-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(17, 24, 63, 0.08);
}

.platform-logo-strip img {
  width: 100%;
  max-width: 132px;
  max-height: 52px;
  object-fit: contain;
}

.contact-section {
  position: relative;
  min-height: 680px;
  color: var(--white);
  isolation: isolate;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 24, 63, 0.66), rgba(17, 24, 63, 0.42)),
    linear-gradient(180deg, rgba(17, 24, 63, 0.12), rgba(17, 24, 63, 0.54));
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 46px;
  align-items: center;
  width: min(100% - 40px, var(--max));
  min-height: 680px;
  margin: 0 auto;
  padding: 92px 0;
}

.contact-copy h2,
.contact-copy p {
  color: var(--white);
}

.contact-copy p {
  max-width: 650px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.contact-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.contact-form {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.contact-form__heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 720px;
}

.contact-form__heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--red);
  box-shadow: 0 14px 26px rgba(189, 42, 47, 0.2);
}

.contact-form h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
}

.contact-form__heading p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.45;
}

.form-row {
  display: grid;
  gap: 14px;
}

.form-row--top {
  grid-template-columns: 1.15fr 0.9fr 1fr;
}

.form-row--bottom {
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: end;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(8, 12, 32, 0.24);
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  resize: vertical;
}

.form-field textarea {
  min-height: 92px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(189, 42, 47, 0.46);
  outline: 3px solid rgba(189, 42, 47, 0.14);
}

.form-honey {
  position: absolute;
  left: -9999px;
}

.contact-form__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-form__status {
  margin: 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  color: var(--navy);
  background: #eef7f0;
  font-weight: 800;
}

.contact-form__status.is-error {
  color: #7f1d1d;
  background: #fff1f2;
}

.contact-card img {
  width: 230px;
  margin-bottom: 26px;
}

.contact-card a,
.contact-card p,
.contact-card address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0 0;
  color: var(--navy);
  font-style: normal;
  font-weight: 800;
}

.contact-card address {
  color: var(--muted);
  font-weight: 650;
}

.contact-card i {
  width: 18px;
  margin-top: 4px;
  color: var(--red);
  text-align: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 32px 0;
  color: var(--muted);
}

.site-footer img {
  width: 210px;
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0;
}

.footer-meta {
  display: grid;
  gap: 6px;
  text-align: right;
}

.footer-meta a {
  color: var(--red);
  font-weight: 900;
}

.footer-meta a:hover {
  color: var(--navy);
}

.whatsapp-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  justify-items: end;
  gap: 14px;
  pointer-events: none;
}

.whatsapp-widget[hidden] {
  display: none;
}

.whatsapp-widget__window,
.whatsapp-widget__launcher {
  pointer-events: auto;
}

.whatsapp-widget__window {
  display: none;
  width: min(340px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 18px;
  background: #efeae2;
  box-shadow: 0 24px 70px rgba(8, 12, 32, 0.32);
  transform-origin: bottom right;
}

.whatsapp-widget__window.is-open {
  display: block;
  animation: whatsapp-pop 220ms ease-out;
}

.whatsapp-widget__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 14px 50px 14px 14px;
  color: var(--white);
  background: #008069;
}

.whatsapp-widget__header img {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: var(--white);
}

.whatsapp-widget__header h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.1;
}

.whatsapp-widget__header p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
  line-height: 1.1;
}

.whatsapp-widget__header p span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.18);
}

.whatsapp-widget__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 1.05rem;
}

.whatsapp-widget__close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.whatsapp-widget__body {
  position: relative;
  min-height: 210px;
  padding: 18px 16px;
  background:
    radial-gradient(circle at 16px 16px, rgba(0, 0, 0, 0.035) 1.5px, transparent 2px) 0 0 / 32px 32px,
    linear-gradient(rgba(239, 234, 226, 0.92), rgba(239, 234, 226, 0.92));
}

.whatsapp-widget__time {
  width: max-content;
  margin: 0 auto 14px;
  padding: 4px 12px;
  color: #7a7a7a;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.whatsapp-widget__message {
  position: relative;
  width: min(100%, 286px);
  margin: 0;
  padding: 14px 16px;
  border-radius: 0 16px 16px 16px;
  color: #172132;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(8, 12, 32, 0.08);
}

.whatsapp-widget__message::before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 12px solid var(--white);
  border-left: 12px solid transparent;
}

.whatsapp-widget__message p {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 450;
  line-height: 1.45;
}

.whatsapp-widget__message strong {
  font-weight: 800;
}

.whatsapp-widget__message p + p {
  margin-top: 8px;
}

.whatsapp-widget__form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 9px;
  align-items: center;
  padding: 14px;
  background: #f7f7f7;
}

.whatsapp-widget__form input {
  min-width: 0;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.whatsapp-widget__form input::placeholder {
  color: #9ba1ad;
}

.whatsapp-widget__form input:focus {
  outline: 3px solid rgba(37, 211, 102, 0.28);
}

.whatsapp-widget__form button,
.whatsapp-widget__launcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  background: #25d366;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
}

.whatsapp-widget__form button {
  width: 44px;
  height: 44px;
  font-size: 1rem;
}

.whatsapp-widget__launcher {
  position: relative;
  width: 58px;
  height: 58px;
  font-size: 1.78rem;
}

.whatsapp-widget__launcher:hover,
.whatsapp-widget__form button:hover {
  background: #128c7e;
}

.whatsapp-widget__dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--red);
}

@keyframes whatsapp-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1060px) {
  .header-shell {
    gap: 16px;
  }

  .brand img {
    width: 220px;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.86rem;
  }

  .header-cta {
    padding-right: 14px;
    padding-left: 14px;
  }

  .services-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-logo-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }

  .header-shell {
    width: min(100% - 28px, var(--max));
    min-height: 68px;
  }

  .brand img {
    width: min(58vw, 218px);
  }

  .menu-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 22px 36px rgba(17, 24, 63, 0.14);
    transform: translateY(-130%);
    visibility: hidden;
    transition: transform 200ms ease, visibility 200ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-shell {
    width: min(100% - 28px, var(--max));
    padding: 58px 0 56px;
  }

  .hero-messages,
  .content-grid,
  .content-grid.reverse,
  .mission-grid,
  .pillars,
  .split-band,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .content-grid,
  .content-grid.reverse {
    width: min(100% - 28px, var(--max));
    gap: 32px;
  }

  .content-grid.reverse .section-copy,
  .content-grid.reverse .image-panel {
    order: initial;
  }

  .hero-messages p {
    min-height: auto;
  }

  .section-pad {
    padding: 68px 0;
  }

  .mission-grid,
  .pillars,
  .services-grid,
  .timeline,
  .why-grid,
  .services-visual,
  .platform-logo-strip,
  .split-band,
  .contact-shell,
  .section-heading {
    width: min(100% - 28px, var(--max));
  }

  .contact-shell {
    gap: 30px;
    min-height: auto;
    padding: 72px 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-row--top,
  .form-row--bottom {
    grid-template-columns: 1fr;
  }

  .service-modal {
    width: min(100% - 28px, 760px);
    max-height: 90vh;
  }

  .modal-window {
    max-height: 90vh;
  }

  .modal-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px;
  }

  .modal-main h2 {
    padding-right: 46px;
  }

  .modal-actions {
    padding: 18px 32px 26px;
  }

  .site-footer {
    display: grid;
    width: min(100% - 28px, var(--max));
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
    line-height: 1;
  }

  .hero {
    min-height: 78svh;
  }

  .hero-shell {
    padding: 36px 0 38px;
  }

  .hero .eyebrow {
    font-size: 0.68rem;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 0.98rem;
  }

  .hero-messages {
    gap: 8px;
    margin: 22px 0;
  }

  .hero-messages p {
    padding: 12px 14px;
    font-size: 0.91rem;
    line-height: 1.42;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .btn {
    min-height: 44px;
  }

  .services-grid,
  .timeline,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .platform-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-grid article,
  .pillars article,
  .service-card,
  .timeline article,
  .why-grid article {
    min-height: auto;
  }

  .image-panel img {
    aspect-ratio: 4 / 3;
  }

  .contact-card {
    padding: 24px;
  }

  .contact-card img {
    width: min(220px, 100%);
  }

  .modal-layout {
    padding: 24px;
  }

  .modal-main h2 {
    padding-right: 42px;
  }

  .modal-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .modal-highlight,
  .modal-side blockquote {
    padding: 20px;
  }

  .modal-actions {
    padding: 16px 24px 22px;
  }

  .modal-cta {
    width: 100%;
  }

  .whatsapp-widget {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-widget__window {
    width: calc(100vw - 28px);
  }

  .whatsapp-widget__launcher {
    width: 54px;
    height: 54px;
    font-size: 1.66rem;
  }
}
