/* Final landing-page layer. Kept separate so legacy styles cannot override it. */
:root {
  --background: #f5f8fc;
  --surface: #edf4fb;
  --foreground: #10233e;
  --primary: #1559a6;
  --primary-dark: #0a315f;
  --secondary: #137c9e;
  --accent: #1c8db5;
  --brand-sky: #43c1d7;
  --muted-foreground: #5d6d82;
  --border: #dce6f0;
}

/* Clear visual boundaries between landing-page sections. */
main > section:not(.hero) {
  position: relative;
  border-top: 18px solid #c9e6f7;
  box-shadow: inset 0 2px 0 #1559a6;
}

main > section:not(.hero)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1200px, calc(100% - 48px));
  height: 9px;
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0a315f, #1559a6 30%, #43c1d7 50%, #1559a6 70%, #0a315f);
  box-shadow: 0 4px 14px rgba(10, 49, 95, 0.36);
}

@media (max-width: 760px) {
  main > section:not(.hero)::after {
    width: calc(100% - 32px);
  }
}

@media (max-width: 520px) {
  main > section:not(.hero)::after {
    width: calc(100% - 24px);
  }
}

body { font-family: "Manrope", system-ui, sans-serif; background: var(--background); }
h1, h2, h3, .price, .kpi-value { font-family: "Space Grotesk", "Manrope", system-ui, sans-serif; letter-spacing: -.035em; }
.container, .problem-showcase > .container { width: min(1200px, calc(100% - 48px)); max-width: 1200px; }
main > .section::before, main > .cta-section::before, .hero::after { display: none; }

.navbar { background: rgba(250,252,255,.9); border-bottom: 1px solid rgba(16,35,62,.08); box-shadow: 0 8px 30px rgba(10,49,95,.05); }
.navbar { position: fixed; inset: 0 0 auto; z-index: 2000; width: 100%; isolation: isolate; }
html { scroll-padding-top: 100px; }
body { padding-top: 76px; }
.nav-content { min-height: 78px; }
.nav-links a, .nav-dropdown-trigger { font-weight: 700; }
.btn { min-height: 50px; padding: 13px 22px; border-radius: 12px; font-family: inherit; cursor: pointer; }
.btn.primary, .btn.nav-contact { background: linear-gradient(135deg, #0d417c, #197ba4); box-shadow: 0 14px 32px rgba(13,65,124,.24); }

.hero {
  min-height: auto;
  padding: clamp(76px,8vw,116px) 0 clamp(72px,8vw,104px);
  display: block;
  background: radial-gradient(circle at 76% 18%, rgba(67,193,215,.22), transparent 28%), radial-gradient(circle at 10% 88%, rgba(45,116,190,.2), transparent 32%), linear-gradient(128deg,#071b35 0%,#0b315e 52%,#105a79 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,#000 0%,#000 58%,transparent 94%); pointer-events: none; }
.hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(360px,.72fr); gap: clamp(44px,6vw,78px); align-items: center; transform: none; }
.hero-text { max-width: 720px; }
.badge { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-bottom: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.92); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.badge > span { width: 8px; height: 8px; border-radius: 50%; background: #5ce1c4; box-shadow: 0 0 0 5px rgba(92,225,196,.12); }
.hero h1 { max-width: 800px; margin: 0 0 24px; font-size: clamp(2.75rem,5vw,4.95rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { display: block; color: #65d3e4; font-style: normal; }
.hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1rem,1.35vw,1.13rem); line-height: 1.72; }
.hero-actions { margin-top: 30px; }
.hero-note { margin-top: 22px; color: rgba(255,255,255,.7); }
.hero-proof { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 720px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); }
.hero-proof div { min-height: 118px; padding: 18px 16px; background: rgba(255,255,255,.04); }
.hero-proof strong { color: #65d3e4; font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
.hero-proof span { color: rgba(255,255,255,.72); }

.hero-visual.solution-visual, .solution-visual, .responsible-visual { width: 100%; min-height: 0; margin: 0; padding: 12px; display: grid; grid-template-rows: auto auto auto; align-content: start; align-items: start; gap: 10px; border: 1px solid rgba(16,35,62,.11); border-radius: 22px; background: linear-gradient(180deg,rgba(255,255,255,.98),#f0f6fc); box-shadow: 0 24px 64px rgba(10,49,95,.12); transform: none; }
.hero-visual.solution-visual { max-width: 500px; margin-left: auto; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.13); box-shadow: 0 36px 90px rgba(0,0,0,.27); backdrop-filter: blur(18px); }
.solution-visual-badge, .hero-visual .solution-visual-badge { width: fit-content; max-width: 100%; min-height: 0; height: auto; align-self: start; padding: 9px 13px; border-radius: 10px; background: #e7f1fb; color: var(--primary); font-size: .78rem; line-height: 1.35; }
.hero-visual img, .solution-visual img, .responsible-visual img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4/3; object-fit: cover; object-position: center; border-radius: 16px; }
.hero-visual .solution-visual-caption, .solution-visual-caption { width: 100%; min-height: 0; padding: 14px 15px; border-radius: 14px; background: rgba(255,255,255,.96); }

.value-strip { padding: 34px 0 54px; background: #f5f8fc; }
.value-strip-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(10,49,95,.09); }
.value-strip-grid > div { position: relative; min-height: 132px; padding: 30px 24px 24px; }
.value-strip-grid > div + div { border-left: 1px solid var(--border); }
.value-strip-grid > div::before { content: ""; position: absolute; top: 0; left: 24px; width: 40px; height: 3px; background: linear-gradient(90deg,var(--primary),var(--brand-sky)); }
.value-strip-grid strong, .value-strip-grid span { display: block; }
.value-strip-grid strong { margin-bottom: 8px; color: var(--foreground); font-family: "Space Grotesk",sans-serif; }
.value-strip-grid span { color: var(--muted-foreground); font-size: .86rem; line-height: 1.55; }

.section { padding: clamp(84px,8vw,120px) 0; }
.section-header { max-width: 880px; margin: 0 0 clamp(36px,5vw,54px); }
.section-header h2, .solution-copy h2, .responsible-copy h2, .trust-copy h2, .mia-copy h2, .faq-intro h2 { margin: 0 0 18px; font-size: clamp(2.05rem,3.7vw,3.45rem); line-height: 1.04; text-wrap: balance; }
.section-header span, .solution-copy > span, .responsible-copy > span, .trust-copy > span, .mia-copy > span, .faq-intro > span { display: inline-flex; margin-bottom: 14px; color: var(--secondary); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-header p, .solution-copy > p, .responsible-copy > p, .trust-copy > p, .mia-copy > p, .faq-intro > p { color: var(--muted-foreground); line-height: 1.72; }
.problem-grid, .audience-grid, .product-flow-grid, .kpi-grid, .team-section .team-grid, .pricing-grid { gap: 22px; }
.problem-card, .audience-card, .product-flow-card, .trust-card, .kpi, .price-card, .team-section .team-card, .solution-kpi, .tech-item, .mia-panel { border: 1px solid rgba(16,35,62,.09); border-radius: 20px; background: #fff; box-shadow: 0 16px 44px rgba(10,49,95,.07); }
.problem-card:hover, .audience-card:hover, .product-flow-card:hover, .trust-card:hover, .kpi:hover, .price-card:hover, .team-section .team-card:hover, .solution-kpi:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(10,49,95,.12); }
.problem-card .card-media { height: 210px; border-radius: 20px 20px 0 0; }
.problem-card-content { min-height: 156px; padding: 24px 22px 26px; }

.solution-grid, .responsible-grid { grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: clamp(48px,7vw,86px); align-items: center; }
.solution-copy { display: block; }
.solution-copy > p { margin-bottom: 28px; }
.solution-kpis { gap: 14px; margin: 0 0 28px; }
.solution-kpi { min-height: 176px; padding: 21px; align-content: start; }
.solution-kpi strong { font-size: clamp(1.3rem,2vw,1.7rem); line-height: 1.12; }

.process-stepper { gap: 18px; padding-top: 8px; }
.process-stepper::before, .process-stepper::after { top: 39px; }
.process-step { gap: 10px; padding-inline: 8px; }
.process-step h3 { min-height: 2.5em; margin-top: 10px; font-size: 1.02rem; line-height: 1.25; }
.process-step p { min-height: 6.4em; font-size: .91rem; line-height: 1.58; }
.process-meta { margin-top: auto; }

.audience-card { grid-template-rows: 188px 1fr; border-radius: 20px; }
.product-flow-card { grid-template-rows: 204px 1fr; border-radius: 20px; }
.audience-card div, .product-flow-card div { padding: 22px; align-content: start; }
.product-flow-card .btn { width: fit-content; min-height: 42px; margin-top: 10px; padding: 9px 15px; }

.kpi, .kpi:has(.kpi-status) { min-height: 286px; padding: 24px; overflow: hidden; }
.kpi-top { min-height: 46px; flex-wrap: wrap; }
.kpi .kpi-status { position: static; order: 3; min-width: 0; min-height: 28px; padding: 5px 9px; border: 0; transform: none; box-shadow: none; font-size: .62rem; }
.kpi .kpi-status::before { display: none; }
.kpi p { max-width: none; }
.supporting-entities { margin-top: 64px; }
.supporting-set { gap: 44px; }
.supporting-card { flex: 0 0 170px; width: 170px; min-height: 84px; padding: 8px 14px; }
.supporting-card img { max-width: 146px; max-height: 52px; }

.trust-grid { gap: clamp(44px,7vw,88px); }
.trust-cards { gap: 18px; }
.trust-card { min-height: 220px; padding: 26px; align-content: start; }
.team-section .team-grid { grid-template-columns: repeat(4,minmax(0,1fr)); align-items: stretch; }
.team-section .team-card { min-height: 410px; padding: 26px 22px 22px; align-content: start; justify-items: center; }
.team-section .team-photo { width: 112px; height: 112px; border-radius: 50%; }
.team-section .team-bio { min-height: 7.2em; margin-top: 2px; color: var(--muted-foreground); font-size: .91rem; line-height: 1.6; }
.team-more { width: 100%; min-height: 44px; margin-top: auto; border-radius: 10px; }

.pricing-grid { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; }
.price-card, .price-card.featured { min-height: 650px; padding: 30px; transform: none; }
.price-card.featured { border-color: rgba(28,141,181,.4); background: linear-gradient(180deg,#fff,#f0faff); }
.price-card:hover, .price-card.featured:hover { transform: translateY(-5px); }
.price-card-top { min-height: 176px; }
.price { min-height: 72px; }
.plan-meta { min-height: 76px; align-content: start; }
.price-card > ul { margin-bottom: 26px; }
.price-card > .btn { margin-top: auto; }

.responsible-copy > p + p { margin-top: 14px; }
.tech-grid { gap: 12px; margin-top: 26px; }
.tech-item { min-height: 92px; padding: 14px; }

/* Richer technology cards and team profiles. */
.responsible-copy .tech-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.responsible-copy .tech-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  min-height: 106px;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(17, 65, 103, .12);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10, 49, 95, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.responsible-copy .tech-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #49c5d8, #1b6b9e);
  opacity: .85;
}

.responsible-copy .tech-item:hover {
  transform: translateY(-4px);
  border-color: rgba(28, 141, 181, .38);
  box-shadow: 0 22px 44px rgba(10, 49, 95, .14);
}

.responsible-copy .tech-item img {
  width: 40px;
  height: 40px;
  padding: 6px;
  object-fit: contain;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(9, 54, 91, .1);
}

.tech-item-heading { display: flex; align-items: center; gap: 7px; }
.responsible-copy .tech-item strong { display: block; color: #102d50; font-size: .95rem; }
.tech-item-heading small {
  padding: 3px 6px;
  border-radius: 999px;
  color: #166281;
  background: #e2f4f7;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.responsible-copy .tech-item span { display: block; margin-top: 7px; color: #58708c; font-size: .76rem; line-height: 1.42; }

.sitme-modal-hero.person { position: relative; align-items: center; gap: 28px; }
.person-modal-kicker {
  display: inline-flex;
  margin-bottom: 11px;
  color: #7ce0e4;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.sitme-modal-hero.person > div > span { display: block; max-width: 680px; color: rgba(255,255,255,.82); font-weight: 700; line-height: 1.45; }
.sitme-modal-hero.person h2 { margin: 7px 0 14px; }
.sitme-modal-hero.person img { border: 5px solid rgba(255,255,255,.58); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.sitme-modal-body:not(.plan) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 18px; }
.sitme-modal-body:not(.plan) .sitme-modal-section { min-height: 0; margin: 0; padding: 25px; }
.sitme-modal-body:not(.plan) .sitme-modal-section:first-child { grid-row: auto; }
.sitme-modal-body:not(.plan) .person-modal-highlights,
.sitme-modal-body:not(.plan) .person-modal-highlights + .sitme-modal-section { grid-column: 1 / -1; }
.sitme-modal-body:not(.plan) .sitme-modal-section h3 { display: flex; align-items: center; gap: 10px; }
.sitme-modal-body:not(.plan) .sitme-modal-section h3::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #43bdd2; box-shadow: 0 0 0 5px #e8f7fa; }
.sitme-modal-body:not(.plan) .sitme-modal-section ul { margin-top: 18px; }
.sitme-modal-body:not(.plan) .sitme-modal-section li { margin-bottom: 14px; line-height: 1.58; }
.sitme-modal-body:not(.plan) .sitme-modal-tags { gap: 8px; margin-top: 17px; }
.sitme-modal-body:not(.plan) .sitme-modal-tags span { padding: 8px 11px; border-color: #c9e0f2; background: #f1f8ff; }
.person-modal-contribution {
  grid-column: 1 / -1;
  padding: 25px 28px;
  border-radius: 17px;
  color: #fff;
  background: radial-gradient(circle at 85% 0, rgba(78, 204, 214, .28), transparent 34%), linear-gradient(125deg, #092642, #0d6380);
  box-shadow: 0 14px 32px rgba(7, 50, 78, .17);
}
.person-modal-contribution > span { color: #7ee1e4; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.person-modal-contribution p { max-width: 780px; margin: 9px 0 0; color: rgba(255,255,255,.92); line-height: 1.65; }
.person-modal-highlights { background: linear-gradient(145deg, #f4fbfd, #fff) !important; }

.news-section { background: #f7fafd; }
.news-feature {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) minmax(220px, .43fr);
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(16, 35, 62, .1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(10, 49, 95, .07);
}
.news-date { display: grid; place-items: center; align-content: center; width: 96px; height: 96px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #0b315e, #0e7892); }
.news-date span { font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.news-date strong { margin-top: 2px; font-family: "Space Grotesk", sans-serif; font-size: 1.55rem; }
.news-status { display: inline-block; margin-bottom: 9px; color: #14718e; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.news-feature h3 { margin: 0 0 10px; color: var(--foreground); font-size: clamp(1.35rem, 2vw, 1.75rem); }
.news-feature p { margin: 0; color: var(--muted-foreground); line-height: 1.65; }
.news-note { padding-left: 24px; border-left: 1px solid var(--border); font-size: .85rem; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-card { overflow: hidden; border: 1px solid rgba(16, 35, 62, .1); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(10, 49, 95, .07); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(10, 49, 95, .12); }
.news-card > img { display: block; width: 100%; height: 174px; object-fit: cover; }
.news-card-content { min-height: 192px; padding: 21px; }
.news-card h3 { margin: 0 0 10px; color: var(--foreground); font-size: 1.2rem; line-height: 1.2; }
.news-card p { margin: 0; color: var(--muted-foreground); font-size: .86rem; line-height: 1.6; }
.news-card-content { display: flex; flex-direction: column; align-items: flex-start; }
.news-more { margin-top: auto; padding: 12px 0 0; border: 0; color: #126482; background: transparent; font: 800 .76rem/1 "Manrope", sans-serif; cursor: pointer; }
.news-more::after { content: " →"; }
.news-more:hover { color: var(--primary); }

.sitme-modal-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 18px clamp(24px, 5vw, 48px) 0; background: #f7fafd; }
.sitme-modal-gallery figure { overflow: hidden; margin: 0; border: 1px solid var(--border); border-radius: 14px; background: #fff; }
.sitme-modal-gallery img { display: block; width: 100%; height: 180px; object-fit: cover; }
.sitme-modal-gallery figure:first-child img { object-fit: cover; padding: 0; background: transparent; }
.sitme-modal-gallery figcaption { min-height: 46px; padding: 10px 12px; color: var(--muted-foreground); font-size: .7rem; line-height: 1.4; }

.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pilot-validation-card { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr) auto; gap: 28px; align-items: center; padding: 30px 34px; border: 1px solid rgba(28, 141, 181, .34); border-radius: 22px; color: #fff; background: radial-gradient(circle at 84% 8%, rgba(77, 203, 214, .26), transparent 26%), linear-gradient(120deg, #092b4b, #0d6680); box-shadow: 0 20px 48px rgba(8, 55, 86, .16); }
.pilot-validation-copy > span { color: #7de1e7; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pilot-validation-copy h3 { max-width: 590px; margin: 8px 0 10px; font-size: clamp(1.55rem, 2.5vw, 2.3rem); line-height: 1.06; }
.pilot-validation-copy p { max-width: 590px; margin: 0; color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.6; }
.pilot-validation-benefits { display: grid; gap: 9px; }
.pilot-validation-benefits span { position: relative; padding-left: 22px; color: rgba(255,255,255,.9); font-size: .8rem; font-weight: 700; line-height: 1.35; }
.pilot-validation-benefits span::before { content: ""; position: absolute; top: .34em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: #67dbe0; box-shadow: 0 0 0 4px rgba(103,219,224,.14); }
.pilot-validation-action { min-width: 210px; text-align: right; }
.pilot-validation-action small { display: block; margin-bottom: 12px; color: rgba(255,255,255,.66); font-size: .67rem; line-height: 1.35; }
.pilot-validation-action .btn { color: #0b4c68; background: #fff; box-shadow: none; }

/* News use the full modal width instead of the two-column team profile layout. */
.sitme-modal-body.news { display: block; padding-top: 22px; }
.sitme-modal-body.news > div { display: block; }
.sitme-modal-body.news .sitme-modal-section { margin: 0; min-height: 0; }
.sitme-modal-body.news .sitme-modal-section + .sitme-modal-section { margin-top: 16px; }
.sitme-modal-gallery { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.sitme-modal-hero:has(+ .sitme-modal-facts + .sitme-modal-gallery) { min-height: 190px; padding-top: 46px; padding-bottom: 32px; }
.sitme-modal-panel:has(.sitme-modal-body.news) .sitme-modal-hero h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.sitme-modal-panel:has(.sitme-modal-body.news) .sitme-modal-facts { display: none; }

@media (max-width: 700px) {
  .responsible-copy .tech-grid { grid-template-columns: 1fr; }
  .responsible-copy .tech-item { min-height: 125px; }
  .sitme-modal-body:not(.plan) { grid-template-columns: 1fr; }
  .sitme-modal-body:not(.plan) .sitme-modal-section:first-child { grid-row: auto; }
  .person-modal-contribution { grid-column: auto; padding: 21px; }
  .news-feature { grid-template-columns: 76px minmax(0, 1fr); gap: 18px; }
  .news-date { width: 72px; height: 72px; border-radius: 13px; }
  .news-date strong { font-size: 1.2rem; }
  .news-note { grid-column: 1 / -1; padding: 15px 0 0; border-top: 1px solid var(--border); border-left: 0; }
}
.responsible-visual img { aspect-ratio: 1/1; }
.mia-grid { gap: clamp(48px,7vw,86px); }
.mia-quick-actions { gap: 9px; margin-top: 24px; }
.mia-panel { min-height: 430px; padding: 30px; align-content: start; }
.mia-chat { min-height: 220px; align-content: center; }

.faq-section { background: radial-gradient(circle at 12% 15%,rgba(67,193,215,.1),transparent 28%),#f7fafd; }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(48px,7vw,90px); align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.faq-intro p { margin: 20px 0 28px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; color: var(--foreground); font-family: "Space Grotesk",sans-serif; font-size: 1.12rem; font-weight: 700; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 0; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 50%; color: var(--primary); background: #fff; font: 500 1.35rem/1 "Manrope",sans-serif; }
.faq-list details[open] summary::after { content: "−"; color: #fff; border-color: var(--primary); background: var(--primary); }
.faq-list details p { max-width: 720px; padding: 0 54px 28px 0; color: var(--muted-foreground); line-height: 1.75; }

.cta-section { padding: clamp(76px,8vw,108px) 0; background: #071b35; }
.cta-box.cta-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(310px,.7fr); gap: clamp(44px,7vw,84px); max-width: 1200px; padding: clamp(38px,6vw,70px); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; text-align: left; background: radial-gradient(circle at 86% 10%,rgba(67,193,215,.2),transparent 32%),linear-gradient(135deg,#0a294e,#0d4b6e); }
.cta-eyebrow { display: inline-block; margin-bottom: 16px; color: #65d3e4; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cta-box.cta-split h2, .cta-box.cta-split p { max-width: 700px; margin-inline: 0; }
.cta-box.cta-split h2 { margin-bottom: 20px; font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1; }
.cta-box.cta-split .cta-actions { justify-content: flex-start; }
.cta-next { align-self: center; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.08); }
.cta-next > span { display: block; margin-bottom: 18px; color: #65d3e4; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cta-next ol { list-style: none; counter-reset: contact-step; }
.cta-next li { position: relative; counter-increment: contact-step; padding: 0 0 24px 46px; color: #fff; }
.cta-next li::before { content: counter(contact-step,decimal-leading-zero); position: absolute; top: -2px; left: 0; color: #65d3e4; font-family: "Space Grotesk",sans-serif; font-size: .78rem; font-weight: 700; }
.cta-next li:not(:last-child)::after { content: ""; position: absolute; top: 31px; bottom: 5px; left: 15px; width: 1px; background: rgba(101,211,228,.3); }
.cta-next strong, .cta-next small { display: block; }
.cta-next small { margin-top: 5px; color: rgba(255,255,255,.68); line-height: 1.55; }
.footer { padding-top: 72px; }
.footer-content { gap: clamp(42px,7vw,90px); align-items: start; }
.footer-note { margin-top: 48px; }

.sitme-modal { padding: 24px; background: rgba(5,18,36,.72); backdrop-filter: blur(14px) saturate(.8); }
.sitme-modal-backdrop { background: transparent; }
.sitme-modal-panel { width: min(980px,calc(100vw - 48px)); max-height: min(820px,calc(100dvh - 48px)); overflow: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #f7fafd; box-shadow: 0 44px 120px rgba(0,0,0,.38); }
.sitme-modal-close { top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(7,27,53,.34); color: #fff; }
.sitme-modal-hero { min-height: 245px; padding: 54px clamp(28px,6vw,64px) 42px; background: radial-gradient(circle at 84% 10%,rgba(67,193,215,.28),transparent 33%),linear-gradient(135deg,#081e3b,#0d5070); }
.sitme-modal-hero::after { display: none; }
.sitme-modal-hero h2 { max-width: 760px; color: #fff; font-size: clamp(2rem,4.2vw,3.55rem); line-height: 1.02; }
.sitme-modal-hero p { max-width: 720px; color: rgba(255,255,255,.75); }
.sitme-modal-body { gap: 24px; padding: clamp(24px,5vw,48px); }
.sitme-modal-body.split { grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); }
.sitme-modal-section { padding: 22px 24px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.sitme-modal-aside { position: sticky; top: 16px; align-self: start; padding: 26px; border-radius: 18px; background: linear-gradient(150deg,#092447,#0e6380); }
.sitme-modal-aside span, .sitme-modal-aside strong, .sitme-modal-aside p { color: #fff; }
.sitme-modal-aside .btn.full { color: var(--primary-dark); background: #fff; }

@media (max-width: 1100px) {
  .problem-grid, .audience-grid, .product-flow-grid, .kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-section .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-section .team-bio { min-height: 4.8em; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .price-card, .price-card.featured, .price-card-top, .price, .plan-meta { min-height: 0; }
}

@media (max-width: 980px) {
  .container, .problem-showcase > .container { width: min(100% - 40px,760px); }
  .hero-grid, .solution-grid, .responsible-grid, .mia-grid, .trust-grid, .faq-layout, .cta-box.cta-split { grid-template-columns: 1fr; }
  .value-strip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .value-strip-grid > div:nth-child(3) { border-left: 0; }
  .value-strip-grid > div:nth-child(n+3) { border-top: 1px solid var(--border); }
  .hero-visual.solution-visual, .solution-visual, .responsible-visual { max-width: 680px; margin-inline: auto; }
  .trust-copy, .faq-intro { position: static; }
  .process-stepper { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .process-stepper::before, .process-stepper::after { display: none; }
  .process-step { grid-template-columns: 54px minmax(0,1fr); justify-items: start; gap: 5px 18px; padding: 20px 0; text-align: left; border-bottom: 1px solid var(--border); }
  .process-node { grid-row: 1/span 4; width: 50px; height: 50px; }
  .process-step h3, .process-step p { min-height: 0; max-width: none; margin: 0; }
  .process-meta { display: flex; }
  .sitme-modal-body.split { grid-template-columns: 1fr; }
  .sitme-modal-aside { position: static; }
}

@media (max-width: 700px) {
  .container, .problem-showcase > .container { width: min(100% - 32px,620px); }
  .hero { padding: 58px 0 68px; }
  .hero h1 { font-size: clamp(2.45rem,12vw,3.55rem); }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .hero-proof, .value-strip-grid, .problem-grid, .audience-grid, .product-flow-grid, .kpi-grid, .trust-cards, .team-section .team-grid, .solution-kpis, .tech-grid { grid-template-columns: 1fr; }
  .hero-proof div, .value-strip-grid > div, .problem-card-content, .solution-kpi, .trust-card, .team-section .team-card, .team-section .team-bio, .mia-panel, .mia-chat { min-height: 0; }
  .value-strip { padding: 24px 0 42px; }
  .value-strip-grid > div { padding: 24px 22px; }
  .value-strip-grid > div + div { border-top: 1px solid var(--border); border-left: 0; }
  .section { padding: 72px 0; }
  .audience-card, .product-flow-card { grid-template-rows: 200px auto; }
  .price-card, .price-card.featured { padding: 25px 22px; }
  .mia-panel, .cta-box.cta-split { padding: 26px 22px; }
  .faq-list details p { padding-right: 0; }
  .sitme-modal { align-items: flex-end; padding: 0; }
  .sitme-modal-panel { width: 100%; max-height: 94dvh; border-radius: 22px 22px 0 0; }
  .sitme-modal-hero { min-height: 220px; padding: 60px 22px 30px; }
  .sitme-modal-body { padding: 18px; }
}

/* Wide screens with limited vertical space (laptops and browser zoom). */
@media (min-width: 981px) and (max-height: 850px) {
  .hero {
    min-height: calc(100svh - 78px);
    padding: 26px 0;
    display: flex;
    align-items: center;
  }

  .hero-grid {
    gap: clamp(38px, 5vw, 68px);
  }

  .badge {
    margin-bottom: 14px;
    padding-block: 7px;
  }

  .hero h1 {
    max-width: 700px;
    margin-bottom: 18px;
    font-size: clamp(2.8rem, 4vw, 3.85rem);
    line-height: 0.98;
  }

  .hero p {
    max-width: 650px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-note,
  .hero-proof {
    display: none;
  }

  .hero-visual.solution-visual {
    max-width: 450px;
    gap: 8px;
    padding: 10px;
  }

  .hero-visual img {
    aspect-ratio: 16 / 10;
  }

  .hero-visual .solution-visual-caption {
    padding: 11px 13px;
  }

  .hero-visual .solution-visual-caption span {
    font-size: 0.8rem;
    line-height: 1.35;
  }
}

/* Commercial plans: implementation and subscription are intentionally separate. */
.pricing-grid {
  align-items: stretch;
}

.price-card,
.price-card.featured {
  min-height: 0;
  padding: 30px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(165deg, #ffffff 0%, #ffffff 72%, #f3f8fd 135%);
}

.price-card.featured {
  border-color: rgba(19, 124, 158, 0.38);
  background: linear-gradient(165deg, #ffffff 0%, #f7fcff 68%, #e8f7fb 135%);
  box-shadow: 0 24px 64px rgba(13, 91, 128, 0.14);
}

.price-card-top {
  min-height: 192px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(16, 35, 62, 0.08);
}

.price-card-top .plan-tag {
  margin-bottom: 20px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #eaf3fc;
  color: var(--primary);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card.featured .plan-tag {
  background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
  color: #fff;
}

.price-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.price-card-top p {
  color: var(--muted-foreground);
  font-size: 0.93rem;
  line-height: 1.62;
}

.price-card .price {
  min-height: 0;
  display: block;
  margin: 24px 0 5px;
  color: var(--foreground);
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  line-height: 1.05;
}

.price-card .price span {
  display: block;
  margin-top: 7px;
  color: var(--muted-foreground);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.plan-setup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 17px 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(21, 89, 166, 0.1);
  border-radius: 12px;
  background: #f1f6fb;
}

.plan-setup strong,
.plan-setup span {
  display: block;
}

.plan-setup strong {
  color: var(--primary-dark);
  font-size: 0.96rem;
}

.plan-setup span {
  color: var(--muted-foreground);
  font-size: 0.7rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.plan-meta {
  min-height: 72px;
  margin-bottom: 22px;
  align-content: start;
}

.plan-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4fa;
  color: #29445f;
  font-size: 0.72rem;
  font-weight: 800;
}

.price-card > ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.price-card > ul li {
  align-items: flex-start;
  color: var(--muted-foreground);
  font-size: 0.88rem;
  line-height: 1.5;
}

.price-card > ul li::before {
  width: 7px;
  height: 7px;
  margin-top: 7px;
  background: var(--secondary);
}

.plan-condition {
  margin: auto 0 18px;
  padding: 13px 14px;
  border-left: 3px solid var(--secondary);
  border-radius: 0 10px 10px 0;
  background: rgba(19, 124, 158, 0.06);
  color: #587087;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
}

.price-card > .btn {
  min-height: 48px;
  margin-top: 0;
}

.plan-footer {
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 35, 62, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.plan-footer p {
  color: var(--muted-foreground);
  font-size: 0.78rem;
  line-height: 1.6;
}

.sitme-modal-aside.compact > strong {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.05;
}

@media (max-width: 1100px) {
  .price-card-top {
    min-height: 0;
  }

  .plan-meta {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .price-card,
  .price-card.featured {
    padding: 24px 20px;
  }

  .plan-setup {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-setup span {
    text-align: left;
  }
}

@media (min-width: 981px) and (max-height: 680px) {
  .hero {
    padding: 18px 0;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 3.65vw, 3.4rem);
  }

  .hero-visual.solution-visual {
    max-width: 410px;
  }

  .hero-visual .solution-visual-caption span {
    display: none;
  }
}

/* Value proposition belongs to the hero, visually and structurally. */
.hero > .value-strip {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(34px, 5vw, 58px) 0 0;
  background: transparent;
}

.hero > .value-strip .value-strip-grid {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

@media (min-width: 981px) and (max-height: 850px) {
  .hero {
    flex-direction: column;
    justify-content: center;
  }

  .hero > .value-strip {
    padding-top: 20px;
  }

  .hero > .value-strip .value-strip-grid > div {
    min-height: 96px;
    padding: 21px 20px 17px;
  }

  .hero > .value-strip .value-strip-grid span {
    font-size: 0.78rem;
    line-height: 1.4;
  }
}

@media (max-width: 700px) {
  .hero > .value-strip {
    padding-top: 34px;
  }

  .hero > .value-strip .value-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero > .value-strip .value-strip-grid > div:nth-child(2) {
    border-top: 0;
    border-left: 1px solid var(--border);
  }

  .hero > .value-strip .value-strip-grid > div:nth-child(3) {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .hero > .value-strip .value-strip-grid > div:nth-child(4) {
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
  }
}

@media (max-width: 520px) {
  .hero > .value-strip .value-strip-grid {
    grid-template-columns: 1fr;
  }

  .hero > .value-strip .value-strip-grid > div + div {
    border-top: 1px solid var(--border);
    border-left: 0;
  }
}

/* Executive KPI cards */
.kpi-grid {
  counter-reset: sitme-kpi;
}

.kpi,
.kpi:has(.kpi-status) {
  --kpi-color: #1559a6;
  --kpi-soft: #eaf3fc;
  counter-increment: sitme-kpi;
  min-height: 326px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 22px;
  background: linear-gradient(155deg, #ffffff 0%, #ffffff 68%, var(--kpi-soft) 150%);
  box-shadow: 0 18px 46px rgba(10, 49, 95, 0.09);
}

.kpi:nth-child(2) {
  --kpi-color: #116ca0;
  --kpi-soft: #e8f7fb;
}

.kpi:nth-child(3) {
  --kpi-color: #2563a8;
  --kpi-soft: #edf1fc;
}

.kpi:nth-child(4) {
  --kpi-color: #087d8e;
  --kpi-soft: #e7f8f7;
}

.kpi::before {
  height: 4px;
  background: linear-gradient(90deg, var(--primary-dark), var(--kpi-color), #43c1d7);
}

.kpi-top {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  grid-template-rows: auto auto;
  gap: 5px 12px;
  align-items: start;
}

.kpi-label {
  grid-column: 1;
  grid-row: 1;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--kpi-color);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kpi .kpi-status {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #7a899c;
  box-shadow: none;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}

.kpi-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  border: 1px solid color-mix(in srgb, var(--kpi-color) 18%, white);
  border-radius: 13px;
  background: var(--kpi-soft);
  color: var(--kpi-color);
}

.kpi-icon svg {
  width: 21px;
  height: 21px;
}

.kpi-value {
  margin: 24px 0 16px;
  gap: 8px;
  color: var(--foreground);
  font-size: clamp(2.85rem, 4vw, 3.75rem);
  line-height: 0.9;
}

.kpi-unit {
  color: var(--kpi-color);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.kpi p {
  min-height: 5.1em;
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.91rem;
  line-height: 1.65;
}

.kpi-goal {
  width: 100%;
  margin: auto 0 12px;
  padding-top: 15px;
  border-top: 1px solid rgba(16, 35, 62, 0.08);
  color: var(--kpi-color);
  font-size: 0.74rem;
  font-weight: 900;
}

.kpi-bar {
  height: 6px;
  margin: 0;
  background: #e3eaf2;
}

.kpi-bar span {
  background: linear-gradient(90deg, var(--kpi-color), #43c1d7);
}

@media (max-width: 700px) {
  .kpi,
  .kpi:has(.kpi-status) {
    min-height: 300px;
    padding: 24px;
  }

  .kpi p {
    min-height: 0;
    margin-bottom: 22px;
  }
}

.sitme-modal-hero:has(> .is-plan) {
  min-height: 0;
  padding-top: 38px;
  padding-bottom: 34px;
}

.sitme-modal-hero:has(> .is-plan) h2 {
  max-width: 700px;
  font-size: clamp(2rem, 3.7vw, 3rem);
}

.sitme-modal-hero:has(> .is-plan) p {
  margin-top: 12px;
}

@media (max-width: 700px) {
  .sitme-modal-hero:has(> .is-plan) {
    padding: 54px 22px 28px;
  }
}

/* Final pricing presentation */
#planes {
  background:
    radial-gradient(circle at 12% 6%, rgba(67, 193, 215, 0.1), transparent 25%),
    linear-gradient(180deg, #f7fafe, #eef5fb);
}

#planes .section-header {
  max-width: 920px;
}

.pricing-grid {
  gap: 18px;
}

.price-card,
.price-card.featured {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(10, 49, 95, 0.09);
}

.price-card.featured {
  border-color: rgba(19, 124, 158, 0.42);
  box-shadow: 0 26px 68px rgba(13, 91, 128, 0.16);
}

.price-card.featured::before {
  height: 5px;
  background: linear-gradient(90deg, #0a315f, #1686aa, #43c1d7);
}

.price-card-top {
  min-height: 232px;
  padding: 30px 28px 26px;
  border-bottom: 1px solid rgba(16, 35, 62, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 193, 215, 0.1), transparent 42%),
    #f9fbfe;
}

.price-card.featured .price-card-top {
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 193, 215, 0.2), transparent 44%),
    linear-gradient(145deg, #0a315f, #0c5775);
}

.price-card.featured .price-card-top h3,
.price-card.featured .price-card-top p {
  color: #fff;
}

.price-card.featured .price-card-top p {
  color: rgba(255, 255, 255, 0.72);
}

.price-card-top .plan-tag {
  width: fit-content;
  margin-bottom: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(21, 89, 166, 0.1);
  border-radius: 999px;
  background: #e9f3fc;
}

.price-card.featured .plan-tag {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #79dbea;
}

.price-card h3 {
  max-width: 13ch;
  margin: 0 0 13px;
  font-size: clamp(1.7rem, 2.5vw, 2.15rem);
  line-height: 1.02;
}

.price-card-top p {
  max-width: 34ch;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
}

.plan-investment {
  margin: 22px 24px 24px;
  padding: 20px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 193, 215, 0.2), transparent 42%),
    linear-gradient(145deg, #0a294e, #0d5270);
  color: #fff;
  box-shadow: 0 16px 34px rgba(10, 49, 95, 0.16);
}

.plan-price-label {
  display: block;
  margin-bottom: 9px;
  color: #7bd9e7;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card .plan-investment .price {
  margin: 0;
  color: #fff;
  font-size: clamp(2.05rem, 3vw, 2.65rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.price-card .plan-investment .price span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.65);
}

.plan-investment .plan-setup {
  margin: 18px 0 0;
  padding: 16px 0 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: transparent;
}

.plan-investment .plan-setup span {
  order: 1;
  max-width: 15ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  line-height: 1.35;
  text-align: left;
}

.plan-investment .plan-setup strong {
  order: 2;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  text-align: right;
}

.plan-block-label {
  margin: 0 24px 11px;
  color: #7a899b;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-meta {
  min-height: 0;
  margin: 0 24px 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.plan-meta span {
  min-height: 54px;
  padding: 9px 7px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 89, 166, 0.1);
  border-radius: 12px;
  background: #f1f6fb;
  color: #29445f;
  font-size: 0.67rem;
  line-height: 1.3;
  text-align: center;
}

.price-card > ul {
  gap: 0;
  margin: 0 24px 24px;
}

.price-card > ul li {
  position: relative;
  min-height: 44px;
  padding: 10px 0 10px 34px;
  display: block;
  border-bottom: 1px solid rgba(16, 35, 62, 0.065);
  color: #566a80;
  font-size: 0.84rem;
  line-height: 1.5;
}

.price-card > ul li:first-child {
  border-top: 1px solid rgba(16, 35, 62, 0.065);
}

.price-card > ul li::before {
  content: "✓";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f6f7;
  color: #087d8e;
  font-size: 0.68rem;
  font-weight: 900;
}

.plan-condition {
  margin: auto 24px 18px;
  padding: 13px 14px;
  border: 0;
  border-radius: 12px;
  background: #f5f8fb;
  color: #66798d;
  font-size: 0.69rem;
  line-height: 1.5;
}

.plan-condition::before {
  content: "Condiciones · ";
  color: var(--primary);
  font-weight: 900;
}

.price-card > .btn {
  width: auto;
  margin: 0 24px 26px;
  min-height: 50px;
}

.price-card.featured > .btn {
  background: linear-gradient(135deg, #0a315f, #1686aa);
}

.plan-footer {
  max-width: 920px;
  margin: 28px auto 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .price-card-top {
    min-height: 0;
  }

  .price-card h3,
  .price-card-top p {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .price-card-top {
    padding: 26px 22px 24px;
  }

  .plan-investment,
  .plan-meta,
  .price-card > ul,
  .plan-condition,
  .price-card > .btn,
  .plan-block-label {
    margin-left: 18px;
    margin-right: 18px;
  }

  .plan-investment {
    padding: 18px;
  }

  .plan-investment .plan-setup {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-investment .plan-setup strong {
    text-align: left;
  }

  .price-card .plan-investment .price {
    font-size: 2rem;
  }

  .plan-meta {
    grid-template-columns: 1fr;
  }

  .plan-meta span {
    min-height: 42px;
  }
}

/* Complete plan modal */
.sitme-modal-panel:has(.sitme-modal-body.plan) {
  width: min(1180px, calc(100vw - 48px));
}

.sitme-modal-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(24px, 4vw, 44px);
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.sitme-modal-facts span {
  position: relative;
  min-height: 76px;
  padding: 26px 18px 20px;
  display: flex;
  align-items: center;
  color: #29445f;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.35;
}

.sitme-modal-facts span + span {
  border-left: 1px solid var(--border);
}

.sitme-modal-facts span::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--brand-sky));
}

.sitme-modal-body.plan,
.sitme-modal-body.plan.split {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  padding: 30px clamp(24px, 4vw, 44px) 44px;
  background: #f4f8fc;
}

.sitme-modal-body.plan > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.sitme-modal-body.plan .sitme-modal-section {
  min-width: 0;
  margin: 0;
  padding: 21px;
  border: 1px solid rgba(16, 35, 62, 0.09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 49, 95, 0.05);
}

.sitme-modal-body.plan .sitme-modal-section:first-child,
.sitme-modal-body.plan .sitme-modal-section:last-child {
  grid-column: 1 / -1;
}

.sitme-modal-body.plan .sitme-modal-section::before {
  width: 3px;
  background: linear-gradient(180deg, var(--primary), var(--brand-sky));
}

.sitme-modal-body.plan .sitme-modal-section h3 {
  margin-bottom: 12px;
  color: var(--foreground);
  font-size: 1rem;
  line-height: 1.25;
}

.sitme-modal-body.plan .sitme-modal-section p,
.sitme-modal-body.plan .sitme-modal-section li {
  color: #5c6f83;
  font-size: 0.82rem;
  line-height: 1.58;
}

.sitme-modal-body.plan .sitme-modal-section li {
  padding-left: 22px;
}

.sitme-modal-body.plan .sitme-modal-section li::before {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f6f7;
  color: #087d8e;
  font-size: 0.58rem;
}

.sitme-modal-body.plan .sitme-modal-tags {
  margin-top: 14px;
}

.sitme-modal-body.plan .sitme-modal-tags span {
  border-radius: 999px;
  background: #edf4fb;
  color: #365777;
  font-size: 0.68rem;
}

.sitme-modal-body.plan .sitme-modal-aside {
  top: 0;
  padding: 26px;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 193, 215, 0.25), transparent 38%),
    linear-gradient(155deg, #08284d, #0d5c78);
  box-shadow: 0 22px 48px rgba(10, 49, 95, 0.2);
}

.sitme-modal-body.plan .sitme-modal-aside > span {
  color: #7bd9e7;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sitme-modal-body.plan .sitme-modal-aside > strong {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
}

.sitme-modal-body.plan .sitme-modal-aside > p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.55;
}

.sitme-modal-price-breakdown {
  margin: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sitme-modal-price-breakdown > div {
  padding: 11px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.sitme-modal-price-breakdown span,
.sitme-modal-price-breakdown strong {
  display: block;
}

.sitme-modal-price-breakdown span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
}

.sitme-modal-price-breakdown strong {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  text-align: right;
}

.sitme-modal-body.plan .sitme-modal-aside .btn {
  min-height: 48px;
  border: 0;
  color: var(--primary-dark);
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

@media (max-width: 900px) {
  .sitme-modal-body.plan,
  .sitme-modal-body.plan.split {
    grid-template-columns: 1fr;
  }

  .sitme-modal-body.plan .sitme-modal-aside {
    position: static;
  }
}

@media (max-width: 700px) {
  .sitme-modal-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 18px;
  }

  .sitme-modal-facts span:nth-child(3) {
    border-left: 0;
  }

  .sitme-modal-facts span:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .sitme-modal-body.plan,
  .sitme-modal-body.plan.split {
    padding: 18px 18px 28px;
  }

  .sitme-modal-body.plan > div {
    grid-template-columns: 1fr;
  }

  .sitme-modal-body.plan .sitme-modal-section:first-child,
  .sitme-modal-body.plan .sitme-modal-section:last-child {
    grid-column: auto;
  }
}

/* Final plan-modal polish */
.sitme-modal-panel:has(.sitme-modal-body.plan) {
  position: relative;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.sitme-modal-panel:has(.sitme-modal-body.plan)::-webkit-scrollbar {
  width: 9px;
}

.sitme-modal-panel:has(.sitme-modal-body.plan)::-webkit-scrollbar-track {
  background: #e8f0f8;
}

.sitme-modal-panel:has(.sitme-modal-body.plan)::-webkit-scrollbar-thumb {
  border: 2px solid #e8f0f8;
  border-radius: 999px;
  background: #8eacd0;
}

.sitme-modal-panel:has(.sitme-modal-body.plan) .sitme-modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 20;
  margin: 0;
  transform: none;
}

.sitme-modal-panel:has(.sitme-modal-body.plan) .sitme-modal-close:hover {
  transform: rotate(6deg);
}

.sitme-modal-body.plan,
.sitme-modal-body.plan.split {
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
}

.sitme-modal-body.plan .sitme-modal-aside {
  align-self: start;
  padding: 30px;
}

.sitme-modal-body.plan .sitme-modal-aside > strong {
  max-width: 100%;
  font-size: clamp(2rem, 3.25vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  text-wrap: balance;
}

.sitme-modal-body.plan .sitme-modal-aside > p {
  max-width: 30ch;
  margin-top: 16px;
}

.sitme-modal-body.plan .sitme-modal-price-breakdown {
  margin: 24px 0;
}

.sitme-modal-body.plan .sitme-modal-price-breakdown > div {
  min-height: 58px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sitme-modal-body.plan .sitme-modal-price-breakdown span {
  flex: 0 1 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sitme-modal-body.plan .sitme-modal-price-breakdown strong {
  flex: 0 0 auto;
  max-width: 58%;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.3;
  text-align: right;
  overflow-wrap: anywhere;
}

.sitme-modal-body.plan .sitme-modal-aside .btn {
  width: 100%;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .sitme-modal-body.plan,
  .sitme-modal-body.plan.split {
    grid-template-columns: 1fr;
  }

  .sitme-modal-body.plan .sitme-modal-aside > p {
    max-width: 52ch;
  }
}

@media (max-width: 700px) {
  .sitme-modal-panel:has(.sitme-modal-body.plan) {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
  }

  .sitme-modal-panel:has(.sitme-modal-body.plan) .sitme-modal-close {
    top: 12px;
    right: 12px;
  }

  .sitme-modal-facts span {
    min-height: 68px;
    padding: 24px 13px 14px;
    font-size: 0.7rem;
  }

  .sitme-modal-facts span::before {
    top: 16px;
    left: 13px;
  }

  .sitme-modal-body.plan .sitme-modal-aside {
    padding: 24px;
  }

  .sitme-modal-body.plan .sitme-modal-aside > strong {
    font-size: clamp(1.9rem, 10vw, 2.45rem);
  }
}

/* Pitch video */
.pitch-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 116px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 87% 16%, rgba(67, 193, 215, 0.2), transparent 31%),
    linear-gradient(135deg, #071d39 0%, #0a345b 58%, #0d5871 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.pitch-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  left: -190px;
  bottom: -210px;
  border: 1px solid rgba(96, 215, 230, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(96, 215, 230, 0.035), 0 0 0 108px rgba(96, 215, 230, 0.025);
  pointer-events: none;
}

.pitch-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.pitch-copy {
  min-width: 0;
}

.pitch-eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(135, 223, 233, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #8ae3ed;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pitch-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58d5df;
  box-shadow: 0 0 0 5px rgba(88, 213, 223, 0.12);
}

.pitch-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4.3vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.pitch-copy > p {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(232, 243, 252, 0.72);
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.72;
}

.pitch-points {
  margin-top: 30px;
  display: grid;
  gap: 1px;
  border-block: 1px solid rgba(255, 255, 255, 0.11);
}

.pitch-points > div {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.pitch-points > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pitch-points span {
  padding-top: 2px;
  color: #65d5e2;
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
}

.pitch-points p {
  margin: 0;
  color: rgba(228, 240, 250, 0.68);
  font-size: 0.83rem;
  line-height: 1.55;
}

.pitch-points strong {
  margin-right: 5px;
  color: #fff;
  font-size: 0.86rem;
}

.pitch-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}

.pitch-youtube-link {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(105, 215, 227, 0.5);
  text-underline-offset: 5px;
}

.pitch-youtube-link:hover {
  color: #fff;
}

.pitch-media {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 36px 90px rgba(0, 12, 31, 0.42);
  backdrop-filter: blur(12px);
}

.pitch-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #031126;
}

.pitch-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.pitch-media-footer {
  min-height: 82px;
  padding: 17px 12px 5px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.pitch-media-footer div {
  display: grid;
  gap: 4px;
}

.pitch-media-footer span {
  color: #74d9e4;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pitch-media-footer strong {
  color: #fff;
  font-size: 0.96rem;
}

.pitch-media-footer p {
  max-width: 175px;
  margin: 0;
  color: rgba(232, 243, 252, 0.58);
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 1040px) {
  .pitch-shell {
    grid-template-columns: 1fr;
  }

  .pitch-copy h2,
  .pitch-copy > p {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .pitch-section {
    padding-block: 66px;
    background-size: 38px 38px, 38px 38px, auto, auto;
  }

  .pitch-shell {
    gap: 34px;
  }

  .pitch-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .pitch-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pitch-actions .btn {
    width: 100%;
  }

  .pitch-youtube-link {
    padding: 6px 0;
    text-align: center;
  }

  .pitch-media {
    padding: 8px;
    border-radius: 18px;
  }

  .pitch-video-frame {
    border-radius: 12px;
  }

  .pitch-media-footer {
    min-height: 0;
    padding: 14px 8px 6px;
  }

  .pitch-media-footer p {
    display: none;
  }
}

/* Navigation, pitch and footer refinement */
.navbar {
  background: rgba(249, 252, 255, 0.92);
  border-bottom-color: rgba(16, 35, 62, 0.1);
  box-shadow: 0 12px 34px rgba(10, 49, 95, 0.07);
}

.nav-content {
  min-height: 76px;
  gap: clamp(14px, 2vw, 28px);
}

.logo-image {
  height: 43px;
  max-width: 164px;
}

.nav-links {
  max-width: 760px;
  gap: 3px;
  overflow: visible;
  padding: 4px;
  border: 1px solid rgba(16, 35, 62, 0.07);
  border-radius: 14px;
  background: rgba(237, 244, 251, 0.65);
}

.nav-links > a,
.nav-dropdown-trigger {
  min-height: 38px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #52667d;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-links > a::after,
.nav-dropdown-trigger::after {
  display: none;
}

.nav-links > a:hover,
.nav-dropdown-trigger:hover,
.nav-dropdown.open .nav-dropdown-trigger {
  color: var(--primary-dark);
  background: #fff;
  box-shadow: 0 5px 16px rgba(10, 49, 95, 0.09);
}

.nav-links > .nav-pitch-link {
  gap: 7px;
  color: #096e91;
}

.nav-links > .nav-pitch-link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35bfd0;
  box-shadow: 0 0 0 4px rgba(53, 191, 208, 0.12);
}

.nav-dropdown {
  display: inline-flex;
}

.nav-dropdown-trigger {
  gap: 7px;
}

.nav-dropdown-arrow {
  width: 14px;
  height: 14px;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -12px;
  width: calc(100% + 24px);
  height: 16px;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 330px;
  min-width: 330px;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(8, 35, 70, 0.18);
  transform: translate(-50%, -8px);
  transform-origin: top center;
  z-index: 2001;
}

.nav-dropdown-menu.active,
.nav-dropdown:hover .nav-dropdown-menu {
  transform: translate(-50%, 0);
}

.nav-dropdown-menu.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 9999 !important;
}

.navbar,
.nav-content,
.nav-links,
.nav-dropdown {
  overflow: visible !important;
}

.nav-dropdown-intro {
  margin-bottom: 5px;
  padding: 14px 14px 13px;
  border-radius: 11px;
  background: linear-gradient(135deg, #08284d, #0c6682);
}

.nav-dropdown-intro span {
  color: #75dce7;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-dropdown-intro p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.45;
}

.nav-dropdown-menu a {
  min-height: 62px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border-radius: 10px;
  color: #314b65;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu a:hover {
  color: var(--primary-dark);
  background: #edf5fb;
}

.nav-menu-index {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #e3f2f8;
  color: #087d9d;
  font-size: 0.58rem;
  font-weight: 900;
}

.nav-dropdown-menu a > span:last-child {
  display: grid;
  gap: 3px;
}

.nav-dropdown-menu strong {
  color: #173552;
  font-size: 0.78rem;
}

.nav-dropdown-menu small {
  color: #718398;
  font-size: 0.66rem;
  font-weight: 600;
}

.nav-contact-desktop {
  min-width: 142px;
  min-height: 46px;
  border-radius: 12px;
  font-size: 0.82rem;
}

/* Preserve the approved pitch background; refine only its composition. */
.pitch-section {
  padding-block: clamp(76px, 7.5vw, 98px);
}

.pitch-shell {
  grid-template-columns: minmax(390px, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(46px, 5vw, 70px);
}

.pitch-copy h2 {
  max-width: 620px;
  font-size: clamp(2.4rem, 3.7vw, 3.55rem);
  line-height: 1.045;
}

.pitch-copy > p {
  max-width: 570px;
  margin-top: 19px;
  font-size: 0.98rem;
  line-height: 1.67;
}

.pitch-points {
  margin-top: 24px;
}

.pitch-points > div {
  padding: 13px 0;
}

.pitch-actions {
  margin-top: 24px;
}

.pitch-media {
  padding: 10px;
  border-radius: 22px;
}

.pitch-video-frame {
  border-radius: 14px;
}

.pitch-media-footer {
  min-height: 74px;
  padding: 15px 10px 4px;
}

/* Structured footer */
.footer {
  padding: 66px 0 22px;
}

.footer-content {
  grid-template-columns: minmax(280px, 1.15fr) minmax(210px, 0.72fr) minmax(300px, 0.95fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.footer-brand {
  max-width: 430px;
}

.footer-logo {
  width: min(210px, 70vw);
  margin-bottom: 17px;
}

.footer-brand p {
  margin: 0;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.45;
}

.footer-brand > span {
  max-width: 54ch;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  line-height: 1.62;
}

.footer-badges {
  margin-top: 20px;
}

.footer-badges span {
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
}

.footer-navigation {
  display: grid;
  gap: 17px;
}

.footer-navigation .footer-group-label {
  color: #77dbe6;
}

.footer-navigation .footer-links-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  justify-content: start;
}

.footer-navigation .footer-links-compact a {
  min-height: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 700;
}

.footer-navigation .footer-links-compact a:hover {
  color: #fff;
}

.footer-contact-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 50px rgba(3, 24, 51, 0.16);
}

.footer-panel-eyebrow {
  color: #78dce7;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact-panel h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.32;
  text-wrap: balance;
}

.footer-contact-panel > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.58;
}

.footer-contact-panel .footer-actions {
  margin-top: 18px;
  justify-content: flex-start;
}

.footer-contact-link {
  min-height: 42px;
  padding-inline: 13px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
}

.footer-social-list {
  justify-content: flex-start;
}

.footer-social {
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.84);
}

.footer-contact-link:hover,
.footer-social:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.footer-note {
  margin-top: 42px;
  padding-top: 19px;
}

.footer-note p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.footer-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-note a:hover {
  color: #fff;
}

@media (max-width: 1120px) {
  .nav-links > a,
  .nav-dropdown-trigger {
    padding-inline: 8px;
    font-size: 0.72rem;
  }

  .pitch-shell {
    grid-template-columns: minmax(350px, 0.85fr) minmax(460px, 1.15fr);
    gap: 40px;
  }

  .footer-content {
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  }

  .footer-navigation {
    order: 3;
    grid-column: 1 / -1;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-navigation .footer-links-compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-links {
    max-width: none;
    overflow: visible;
    padding: 18px;
    border-radius: 0 0 18px 18px;
    background: rgba(249, 252, 255, 0.98);
  }

  .nav-links > a {
    width: min(420px, 100%);
    justify-content: center;
  }

  .nav-dropdown::after,
  .nav-dropdown-intro,
  .nav-menu-index,
  .nav-dropdown-menu small {
    display: none;
  }

  .nav-dropdown-menu,
  .nav-dropdown-menu.active,
  .nav-dropdown:hover .nav-dropdown-menu {
    width: 100%;
    min-width: 0;
    transform: none;
    z-index: 2001;
  }

  .nav-dropdown-menu a {
    min-height: 38px;
    display: flex;
    justify-content: center;
  }

  .pitch-shell {
    grid-template-columns: 1fr;
  }

  .pitch-copy h2 {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .footer {
    padding-top: 54px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-navigation {
    order: initial;
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
  }

  .footer-navigation .footer-links-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact-panel {
    padding: 21px;
  }

  .footer-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Complete responsive system audit */
html {
  scroll-padding-top: 88px;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

main > section,
footer,
#pitch,
#planes,
#preguntas {
  scroll-margin-top: 82px;
}

img,
video,
iframe {
  max-width: 100%;
}

.hero-grid > *,
.solution-grid > *,
.responsible-grid > *,
.trust-grid > *,
.mia-grid > *,
.faq-layout > *,
.cta-split > *,
.pricing-grid > *,
.pitch-shell > * {
  min-width: 0;
}

.section-header h2,
.solution-copy h2,
.responsible-copy h2,
.trust-copy h2,
.mia-copy h2,
.faq-intro h2,
.cta-copy h2,
.price-card h3,
.team-card h3,
.pitch-copy h2 {
  overflow-wrap: break-word;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 49, 95, 0.09);
}

.nav-toggle span {
  width: 19px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--primary-dark);
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.nav-toggle.active {
  transform: none;
  background: #fff;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.process-meta,
.plan-meta,
.hero-actions,
.cta-actions,
.mia-quick-actions,
.footer-actions {
  max-width: 100%;
}

.process-meta,
.hero-actions,
.cta-actions,
.footer-actions {
  flex-wrap: wrap;
}

@media (max-width: 1280px) {
  .container,
  .problem-showcase > .container {
    width: min(1160px, calc(100% - 48px));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.68fr);
    gap: 48px;
  }

  .price-card .plan-investment .price {
    font-size: clamp(1.9rem, 2.65vw, 2.45rem);
  }
}

@media (max-width: 1100px) {
  .section {
    padding-block: clamp(76px, 8vw, 96px);
  }

  .hero-grid {
    gap: 38px;
  }

  .solution-grid,
  .responsible-grid {
    gap: 48px;
  }

  .problem-card .card-media {
    height: 196px;
  }

  .audience-card,
  .product-flow-card {
    grid-template-rows: 190px 1fr;
  }

  .kpi,
  .kpi:has(.kpi-status) {
    min-height: 300px;
  }

  .price-card,
  .price-card.featured {
    width: 100%;
    max-width: 760px;
  }
}

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

  .container,
  .problem-showcase > .container {
    width: min(880px, calc(100% - 40px));
  }

  .navbar,
  .nav-content {
    min-height: 72px;
  }

  .logo-image {
    height: 40px;
    max-width: 154px;
  }

  .nav-toggle {
    display: grid;
    flex: 0 0 46px;
  }

  .nav-contact-desktop {
    display: none;
  }

  .nav-links {
    top: 72px;
    max-height: calc(100dvh - 72px);
    gap: 5px;
    padding: 18px 20px 24px;
    border: 0;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 24px 48px rgba(10, 49, 95, 0.14);
  }

  .nav-links > a,
  .nav-dropdown-menu a {
    min-height: 44px;
  }

  .btn.nav-contact.nav-contact-mobile {
    width: min(420px, 100%);
    min-height: 48px;
    display: inline-flex;
    margin-top: 5px;
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero-grid,
  .pitch-shell {
    gap: 46px;
  }

  .hero-text {
    max-width: 760px;
  }

  .hero-visual.solution-visual {
    width: min(100%, 660px);
    margin-inline: auto;
  }

  .hero-proof {
    max-width: 760px;
  }

  .section-header {
    max-width: 780px;
  }

  .feature-solution-copy {
    order: 1;
  }

  .feature-solution-visual {
    order: 2;
  }

  .solution-kpis,
  .trust-cards,
  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-layout,
  .mia-grid,
  .cta-box.cta-split {
    gap: 42px;
  }

  .faq-intro {
    max-width: 720px;
  }

  .faq-intro .btn {
    width: fit-content;
  }

  .mia-panel {
    width: min(100%, 720px);
  }

  .cta-box.cta-split {
    padding: 44px;
  }

  .cta-next {
    width: 100%;
  }

  .sitme-modal-panel,
  .sitme-modal-panel:has(.sitme-modal-body.plan) {
    width: calc(100vw - 32px);
    max-height: calc(100dvh - 32px);
  }

  .sitme-modal-body.plan > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container,
  .problem-showcase > .container {
    width: min(680px, calc(100% - 32px));
  }

  .section {
    padding-block: 68px;
  }

  .section-header {
    margin-bottom: 34px;
  }

  .section-header h2,
  .solution-copy h2,
  .responsible-copy h2,
  .trust-copy h2,
  .mia-copy h2,
  .faq-intro h2 {
    font-size: clamp(1.95rem, 7.5vw, 2.75rem);
    line-height: 1.08;
  }

  .section-header p,
  .solution-copy > p,
  .responsible-copy > p,
  .trust-copy > p,
  .mia-copy > p,
  .faq-intro > p {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .hero {
    padding: 52px 0 62px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(2.45rem, 10.5vw, 3.7rem);
    line-height: 1;
  }

  .hero p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-proof div {
    min-height: 104px;
  }

  .problem-grid,
  .audience-grid,
  .product-flow-grid,
  .kpi-grid,
  .team-section .team-grid,
  .pricing-grid {
    gap: 16px;
  }

  .problem-card .card-media {
    height: clamp(180px, 48vw, 240px);
  }

  .problem-card-content {
    padding: 21px 20px 23px;
  }

  .audience-card,
  .product-flow-card {
    grid-template-rows: clamp(180px, 48vw, 240px) auto;
  }

  .audience-card div,
  .product-flow-card div {
    padding: 20px;
  }

  .solution-kpis,
  .trust-cards,
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 6px 15px;
  }

  .process-node {
    width: 44px;
    height: 44px;
  }

  .process-meta {
    gap: 6px;
  }

  .kpi,
  .kpi:has(.kpi-status) {
    min-height: 0;
    padding: 23px;
  }

  .kpi-value {
    margin-block: 20px 14px;
  }

  .supporting-entities {
    margin-top: 48px;
  }

  .team-section .team-card {
    min-height: 0;
  }

  .price-card,
  .price-card.featured {
    min-height: 0;
  }

  .price-card-top {
    min-height: 0;
  }

  .plan-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-list summary {
    padding-block: 21px;
    font-size: 1rem;
  }

  .faq-list summary::after {
    top: 16px;
  }

  .mia-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mia-question {
    width: 100%;
    min-height: 44px;
  }

  .pitch-section {
    padding-block: 68px;
  }

  .pitch-copy h2 {
    font-size: clamp(2.15rem, 8vw, 3rem);
  }

  .pitch-media-footer {
    gap: 12px;
  }

  .cta-section {
    padding-block: 62px;
  }

  .cta-box.cta-split {
    padding: 32px 26px;
    border-radius: 22px;
  }

  .cta-box.cta-split h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.05;
  }

  .sitme-modal {
    padding: 0;
  }

  .sitme-modal-panel,
  .sitme-modal-panel:has(.sitme-modal-body.plan) {
    width: 100%;
    max-height: 96dvh;
    border-radius: 20px 20px 0 0;
  }

  .sitme-modal-body.plan > div {
    grid-template-columns: 1fr;
  }

  .sitme-modal-body.plan .sitme-modal-section:first-child,
  .sitme-modal-body.plan .sitme-modal-section:last-child {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .container,
  .problem-showcase > .container {
    width: calc(100% - 24px);
  }

  .navbar,
  .nav-content {
    min-height: 66px;
  }

  .logo-image {
    height: 36px;
    max-width: 138px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .nav-links {
    top: 66px;
    max-height: calc(100dvh - 66px);
    padding-inline: 12px;
  }

  .hero {
    padding: 44px 0 52px;
  }

  .badge {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.1rem, 11.6vw, 2.8rem);
    letter-spacing: -0.048em;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 25px;
  }

  .hero-note {
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .hero-grid,
  .pitch-shell,
  .solution-grid,
  .responsible-grid,
  .mia-grid,
  .faq-layout,
  .cta-box.cta-split {
    gap: 32px;
  }

  .hero-visual.solution-visual,
  .solution-visual,
  .responsible-visual {
    padding: 8px;
    border-radius: 17px;
  }

  .hero-visual img,
  .solution-visual img,
  .responsible-visual img {
    border-radius: 12px;
  }

  .solution-visual-badge,
  .hero-visual .solution-visual-badge {
    padding: 8px 10px;
    font-size: 0.68rem;
  }

  .hero-visual .solution-visual-caption,
  .solution-visual-caption {
    padding: 12px;
    border-radius: 11px;
  }

  .hero > .value-strip {
    padding-top: 28px;
  }

  .value-strip-grid {
    border-radius: 15px;
  }

  .value-strip-grid > div {
    min-height: 0;
    padding: 22px 18px 19px;
  }

  .value-strip-grid > div::before {
    left: 18px;
  }

  .section {
    padding-block: 58px;
  }

  .section-header h2,
  .solution-copy h2,
  .responsible-copy h2,
  .trust-copy h2,
  .mia-copy h2,
  .faq-intro h2 {
    font-size: clamp(1.8rem, 9vw, 2.25rem);
  }

  .section-header span,
  .solution-copy > span,
  .responsible-copy > span,
  .trust-copy > span,
  .mia-copy > span,
  .faq-intro > span {
    font-size: 0.66rem;
  }

  .problem-card,
  .audience-card,
  .product-flow-card,
  .trust-card,
  .kpi,
  .price-card,
  .team-section .team-card,
  .solution-kpi,
  .tech-item,
  .mia-panel {
    border-radius: 16px;
  }

  .problem-card .card-media {
    height: 170px;
  }

  .audience-card,
  .product-flow-card {
    grid-template-rows: 170px auto;
  }

  .process-step {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px 0;
    gap: 5px 12px;
  }

  .process-node {
    width: 38px;
    height: 38px;
  }

  .process-step h3 {
    font-size: 0.96rem;
  }

  .process-step p,
  .process-pill {
    font-size: 0.76rem;
  }

  .pitch-eyebrow {
    margin-bottom: 17px;
    font-size: 0.61rem;
  }

  .pitch-copy h2 {
    font-size: clamp(1.95rem, 10vw, 2.45rem);
  }

  .pitch-copy > p {
    font-size: 0.9rem;
  }

  .pitch-points > div {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 9px;
  }

  .pitch-media-footer {
    min-height: 0;
  }

  .pitch-media-footer strong {
    font-size: 0.84rem;
  }

  .kpi-value {
    font-size: clamp(2.5rem, 14vw, 3.2rem);
  }

  .supporting-entities-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .team-section .team-card,
  .mia-panel {
    padding: 22px 18px;
  }

  .price-card-top {
    padding: 25px 20px 22px;
  }

  .plan-investment,
  .plan-meta,
  .price-card > ul,
  .plan-condition,
  .price-card > .btn,
  .plan-block-label {
    margin-left: 16px;
    margin-right: 16px;
  }

  .plan-investment {
    padding: 17px;
  }

  .price-card .plan-investment .price {
    white-space: normal;
    font-size: clamp(1.8rem, 10vw, 2.2rem);
  }

  .plan-meta {
    grid-template-columns: 1fr;
  }

  .plan-meta span {
    min-height: 42px;
  }

  .mia-quick-actions {
    grid-template-columns: 1fr;
  }

  .mia-panel {
    min-height: 0;
  }

  .mia-chat {
    min-height: 190px;
  }

  .mia-header,
  .mia-footer {
    gap: 10px;
  }

  .mia-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-list summary {
    padding-right: 46px;
    font-size: 0.94rem;
  }

  .faq-list summary::after {
    width: 31px;
    height: 31px;
  }

  .cta-box.cta-split {
    padding: 27px 19px;
  }

  .cta-next {
    padding: 23px 18px;
  }

  .footer-navigation .footer-links-compact {
    gap: 9px 12px;
  }

  .footer-contact-panel {
    padding: 19px 16px;
  }

  .footer-contact-link {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .sitme-modal-hero {
    min-height: 0;
    padding: 56px 18px 27px;
  }

  .sitme-modal-hero h2,
  .sitme-modal-hero:has(> .is-plan) h2 {
    font-size: clamp(1.75rem, 9vw, 2.3rem);
  }

  .sitme-modal-facts {
    padding-inline: 10px;
  }

  .sitme-modal-facts span {
    padding-inline: 10px;
    font-size: 0.64rem;
  }

  .sitme-modal-body,
  .sitme-modal-body.plan,
  .sitme-modal-body.plan.split {
    padding: 15px 12px 24px;
  }

  .sitme-modal-section,
  .sitme-modal-body.plan .sitme-modal-section,
  .sitme-modal-body.plan .sitme-modal-aside {
    padding: 19px 17px;
    border-radius: 14px;
  }
}

@media (max-width: 380px) {
  .container,
  .problem-showcase > .container {
    width: calc(100% - 20px);
  }

  .hero h1 {
    font-size: clamp(2rem, 11.2vw, 2.4rem);
  }

  .btn {
    padding-inline: 16px;
    font-size: 0.8rem;
  }

  .hero-proof,
  .hero > .value-strip .value-strip-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div + div,
  .hero > .value-strip .value-strip-grid > div + div {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .pitch-points p {
    font-size: 0.76rem;
  }

  .plan-investment .plan-setup {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-investment .plan-setup strong {
    text-align: left;
  }

  .footer-navigation .footer-links-compact {
    grid-template-columns: 1fr;
  }

  .sitme-modal-facts {
    grid-template-columns: 1fr;
  }

  .sitme-modal-facts span + span,
  .sitme-modal-facts span:nth-child(3) {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .sitme-modal-body.plan .sitme-modal-price-breakdown > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .sitme-modal-body.plan .sitme-modal-price-breakdown strong {
    max-width: 100%;
    text-align: left;
  }
}

/* Definitive narrow-screen containment. */
@media (max-width: 760px) {
  body > header,
  body > main,
  body > footer,
  main > section,
  .hero > .container,
  .hero > .value-strip,
  .hero > .value-strip > .container {
    box-sizing: border-box;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin-left: 0;
    margin-right: 0;
    inset-inline: auto;
  }

  .hero,
  main > section,
  .footer {
    contain: inline-size paint;
  }

  .hero > .container,
  .hero > .value-strip > .container,
  main > section > .container,
  .footer > .container {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  .hero-grid,
  .hero-text,
  .hero-text > *,
  .hero-actions,
  .hero-proof,
  .hero-visual,
  .hero-visual.solution-visual {
    box-sizing: border-box;
    min-width: 0 !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    translate: none !important;
    transform: none !important;
  }

  .hero-text h1,
  .hero-text p,
  .hero-note {
    width: 100% !important;
  }

  .hero-visual,
  .hero-visual.solution-visual {
    width: 100% !important;
  }

  .supporting-marquee {
    overflow: hidden !important;
    mask-image: none;
  }

  .supporting-track {
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
  }

  .supporting-set {
    display: flex;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    gap: 12px;
  }

  .supporting-card {
    flex: 0 0 136px !important;
    width: 136px !important;
    min-height: 96px !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .supporting-card img {
    width: auto !important;
    max-width: 88% !important;
    max-height: 54px !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 520px) {
  .hero > .container,
  .hero > .value-strip > .container,
  main > section > .container,
  .footer > .container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }
}

@media (max-width: 380px) {
  .hero > .container,
  .hero > .value-strip > .container,
  main > section > .container,
  .footer > .container {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}

@media (hover: none) {
  .problem-card:hover,
  .audience-card:hover,
  .product-flow-card:hover,
  .trust-card:hover,
  .kpi:hover,
  .price-card:hover,
  .price-card.featured:hover,
  .team-section .team-card:hover,
  .solution-kpi:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Mobile overflow hotfix: contain every legacy wide element at the viewport. */
html,
body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden !important;
}

.navbar,
main,
.hero,
main > section,
.cta-section,
.footer,
.supporting-entities,
.supporting-marquee {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.supporting-track {
  max-width: none;
}

@media (max-width: 980px) {
  .hero .container,
  .hero-grid,
  .hero-text,
  .hero-text > *,
  .hero-visual,
  .hero-visual.solution-visual,
  .hero > .value-strip,
  .hero > .value-strip .container,
  .hero > .value-strip .value-strip-grid {
    min-width: 0;
    max-width: 100%;
  }

  .hero .container,
  .hero > .value-strip .container {
    width: min(880px, calc(100% - 40px));
    margin-inline: auto;
    padding-inline: 0;
  }

  .hero-grid {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    left: auto;
    right: auto;
    transform: none !important;
  }

  .hero-text {
    width: 100%;
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    transform: none !important;
  }

  .hero-text .badge,
  .hero-text h1,
  .hero-text p,
  .hero-actions,
  .hero-note,
  .hero-proof {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none !important;
  }

  .hero-text .badge {
    width: fit-content;
    white-space: normal;
  }

  .hero-visual,
  .hero-visual.solution-visual {
    width: min(100%, 660px);
    margin-inline: auto;
    left: auto;
    right: auto;
    transform: none !important;
  }

  .nav-content,
  .nav-links,
  .nav-dropdown,
  .nav-dropdown-menu {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .hero .container,
  .hero > .value-strip .container {
    width: calc(100% - 24px);
  }

  .hero-text h1 {
    width: 100%;
    max-width: none;
  }

  .hero-text p,
  .hero-note {
    width: 100%;
  }

  .hero-actions .btn {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .hero .container,
  .hero > .value-strip .container {
    width: calc(100% - 20px);
  }
}

/* Final mobile layout reset: legacy animation and containment rules must not
   move or crop page content outside the visible viewport. */
@media (max-width: 760px) {
  html,
  body,
  body > main {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    overflow-x: clip !important;
  }

  main > section,
  .hero,
  .footer {
    contain: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  main > section > .container,
  .hero > .container,
  .hero > .value-strip > .container,
  .footer > .container {
    width: calc(100% - 32px) !important;
    min-width: 0 !important;
    max-width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  main *,
  main *::before,
  main *::after {
    min-width: 0;
  }

  .reveal,
  .reveal.active {
    translate: none !important;
    transform: none !important;
  }
}

@media (max-width: 520px) {
  main > section > .container,
  .hero > .container,
  .hero > .value-strip > .container,
  .footer > .container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }
}

/* Final mobile text-fit safeguard for the hero block. */
@media (max-width: 760px) {
  .hero-text h1,
  .hero-text h1 em {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-text h1 {
    font-size: clamp(2rem, 9.8vw, 3rem) !important;
    line-height: 1.06;
    letter-spacing: -0.038em;
    text-wrap: pretty;
  }

  .hero-text p,
  .hero-note,
  .hero-actions .btn {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .hero-text h1 {
    font-size: clamp(1.85rem, 10.2vw, 2.45rem) !important;
  }
}

/* Authoritative mobile fallback to avoid any legacy overflow/cropping. */
@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .navbar,
  .nav-content,
  .hero,
  .hero .container,
  .hero-grid,
  .hero-text,
  .hero-visual,
  .hero-visual.solution-visual,
  .hero > .value-strip,
  .hero > .value-strip > .container,
  .hero > .value-strip .value-strip-grid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    translate: none !important;
  }

  .hero .container,
  .hero > .value-strip > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-inline: auto !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-actions .btn,
  .hero .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .hero > .value-strip .value-strip-grid {
    grid-template-columns: 1fr !important;
  }

  .hero > .value-strip .value-strip-grid > div,
  .hero > .value-strip .value-strip-grid > div + div {
    border-left: 0 !important;
    border-top: 1px solid var(--border) !important;
  }

  .hero > .value-strip .value-strip-grid > div:first-child {
    border-top: 0 !important;
  }

  .nav-links {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 0 16px 16px !important;
  }
}

@media (max-width: 980px) {
  body { padding-top: 72px; }
  .news-grid { grid-template-columns: 1fr; max-width: 680px; }
  .news-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); }
  .news-card > img { height: 100%; min-height: 164px; }
  .news-card-content { min-height: 0; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pilot-validation-card { grid-template-columns: 1fr auto; }
  .pilot-validation-benefits { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 84px; }
  .news-card { grid-template-columns: 1fr; }
  .news-card > img { height: 178px; min-height: 0; }
  .sitme-modal-gallery { grid-template-columns: 1fr; padding: 14px 18px 0; }
  .sitme-modal-gallery img { height: 150px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pilot-validation-card { display: block; padding: 25px 21px; }
  .pilot-validation-benefits { grid-template-columns: 1fr; margin: 22px 0; }
  .pilot-validation-action { text-align: left; }
}
