:root {
  --inst-blue: #005c9c;
  --inst-blue-dark: #003f6b;
  --inst-blue-soft: #edf7fd;
  --inst-sky: #dff1fb;
  --inst-green: #16b957;
  --inst-green-dark: #0b8f45;
  --inst-dark: #13253a;
  --inst-text: #4d6173;
  --inst-border: #dfe8ef;
  --inst-soft: #f5f9fc;
  --inst-shadow: 0 16px 38px rgba(18, 47, 73, .09);
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--inst-dark);
  background: #fff;
}

.institucional-page { overflow: hidden; }
.institucional-page a { text-decoration: none; }
.institucional-page p { color: var(--inst-text); line-height: 1.75; }

.inst-hero {
  position: relative;
  padding: 1.5rem 0 4.4rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(0,92,156,.14), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(22,185,87,.08), transparent 24%),
    linear-gradient(135deg, #fff 0%, #f5fbff 48%, #edf7fd 100%);
}

.inst-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-bottom: 2.2rem;
  color: #6d7e8d;
  font-size: .92rem;
}
.inst-breadcrumb a { color: var(--inst-blue); font-weight: 700; }

.inst-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  color: var(--inst-blue);
  font-weight: 850;
  font-size: .9rem;
  letter-spacing: .015em;
}
.inst-eyebrow {
  padding: .5rem .78rem;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,92,156,.14);
  box-shadow: 0 8px 20px rgba(0,92,156,.07);
  margin-bottom: 1rem;
}
.section-kicker { margin-bottom: .72rem; text-transform: uppercase; letter-spacing: .055em; font-size: .82rem; }

.inst-hero h1 {
  color: #10233a;
  font-size: clamp(2.35rem, 4.7vw, 4.55rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 880;
  margin-bottom: 1.15rem;
}
.inst-lead {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.65vw, 1.23rem);
  line-height: 1.65 !important;
  margin-bottom: 0;
}

.inst-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.65rem; }
.btn-inst-whatsapp,
.btn-inst-secondary,
.btn-product-primary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .82rem 1.18rem;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-inst-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--inst-green), var(--inst-green-dark));
  box-shadow: 0 15px 28px rgba(22,185,87,.22);
}
.btn-inst-whatsapp:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 18px 34px rgba(22,185,87,.28); }
.btn-inst-secondary { color: var(--inst-blue); background: #fff; border: 1px solid rgba(0,92,156,.16); }
.btn-inst-secondary:hover { color: #fff; background: var(--inst-blue); }

.inst-proof { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.inst-proof span {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .42rem .65rem;
  border-radius: 999px;
  color: #39546c;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,92,156,.09);
  font-size: .9rem;
}
.inst-proof i { color: var(--inst-green); }

.inst-hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  background:
    linear-gradient(155deg, rgba(255,255,255,.98), rgba(234,247,254,.96));
  border: 1px solid rgba(0,92,156,.11);
  box-shadow: var(--inst-shadow);
  overflow: hidden;
}

.inst-hero-visual:before {
 display: none;
}

/*
.inst-hero-visual:before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  right: -110px;
  top: -120px;
  background: rgba(0,92,156,.06);
}
*/

.inst-product { position: absolute; display: flex; align-items: center; justify-content: center; }
.inst-product img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(15,42,67,.12)); }
.inst-product-main { width: 48%; height: 56%; left: 26%; top: 7%; z-index: 3; }
.inst-product-left { width: 34%; height: 39%; left: 3%; top: 26%; z-index: 2; opacity: .95; }
.inst-product-right { width: 34%; height: 39%; right: 3%; top: 26%; z-index: 2; opacity: .95; }
.inst-hero-note {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 12px 26px rgba(15,42,67,.09);
}
.inst-hero-note strong, .inst-hero-note small { display: block; }
.inst-hero-note strong { color: #173650; font-size: 1rem; }
.inst-hero-note small { color: #607384; margin-top: .15rem; }

.section-tight { padding: 1.6rem 0; }
.section-standard { padding: 4.4rem 0; }
.section-soft { background: var(--inst-soft); }
.section-standard h2 {
  color: #132d46;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -.032em;
  font-weight: 870;
  margin-bottom: 1rem;
}
.section-standard h3 { color: #17344d; }
.section-intro { max-width: 850px; font-size: 1.04rem; margin-bottom: 1.7rem; }
.direct-answer { font-size: 1.08rem; color: #344e64 !important; }

.inst-trust { background: #fff; }
.inst-trust-card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1.05rem;
  border: 1px solid var(--inst-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(18,47,73,.05);
}
.inst-trust-card > i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--inst-blue);
  background: var(--inst-blue-soft);
  font-size: 1.25rem;
}
.inst-trust-card strong, .inst-trust-card span { display: block; }
.inst-trust-card strong { color: #19354e; font-size: .99rem; }
.inst-trust-card span { color: #637687; font-size: .91rem; line-height: 1.45; margin-top: .15rem; }

.inst-fact-box,
.inst-check-card,
.inst-guide-card,
.price-card,
.inst-quote-card {
  border: 1px solid var(--inst-border);
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--inst-shadow);
  padding: 1.35rem;
}
.inst-fact-title,
.inst-check-card > strong,
.inst-guide-card > strong,
.price-card > span,
.inst-quote-card > strong {
  display: block;
  color: #173650;
  font-weight: 870;
  margin-bottom: .85rem;
}
.inst-fact-box dl { margin: 0; }
.inst-fact-box dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid #edf2f6; }
.inst-fact-box dl > div:last-child { border-bottom: 0; }
.inst-fact-box dt { color: #6b7c8c; font-weight: 650; }
.inst-fact-box dd { color: #1c3a54; font-weight: 820; text-align: right; margin: 0; }

.inst-check-card ul,
.inst-quote-card ul { list-style: none; padding: 0; margin: 0; }
.inst-check-card li,
.inst-quote-card li { display: flex; gap: .55rem; margin-bottom: .7rem; color: #43586c; }
.inst-check-card li:last-child,
.inst-quote-card li:last-child { margin-bottom: 0; }
.inst-check-card i,
.inst-quote-card i { color: var(--inst-green); margin-top: .12rem; }
.inst-quote-card .btn-inst-whatsapp { margin-top: 1rem; }

.inst-use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.inst-use-grid article {
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid var(--inst-border);
  background: #fff;
  box-shadow: 0 9px 22px rgba(18,47,73,.05);
}
.inst-use-grid i { color: var(--inst-blue); font-size: 1.5rem; }
.inst-use-grid h3 { font-size: 1.06rem; font-weight: 850; margin: .7rem 0 .35rem; }
.inst-use-grid p { margin: 0; font-size: .93rem; line-height: 1.55; }

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}
.format-grid article {
  position: relative;
  min-height: 245px;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid var(--inst-border);
  background: #fff;
  box-shadow: 0 10px 24px rgba(18,47,73,.05);
}
.format-grid .format-featured { background: linear-gradient(160deg, #fff 0%, #edf8fe 100%); border-color: rgba(0,92,156,.2); }
.format-number { display: inline-flex; color: var(--inst-blue); font-weight: 900; font-size: .82rem; letter-spacing: .06em; }
.format-grid h3 { font-size: 1.22rem; font-weight: 870; margin: .8rem 0 .5rem; }
.format-grid p { font-size: .95rem; }
.format-grid a { color: var(--inst-blue); font-weight: 830; }

.inst-product-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--inst-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(18,47,73,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.inst-product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(18,47,73,.11); }
.inst-product-card-featured { border-color: rgba(0,92,156,.24); }
.inst-product-image {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: linear-gradient(180deg, #fff 0%, #f4f9fc 100%);
}
.inst-product-image img { max-width: 100%; max-height: 285px; width: auto; height: auto; object-fit: contain; }
.inst-product-body { padding: 1.25rem; }
.product-label { display: inline-flex; padding: .34rem .62rem; border-radius: 999px; background: var(--inst-blue-soft); color: var(--inst-blue); font-size: .8rem; font-weight: 850; margin-bottom: .62rem; }
.inst-product-body h3 { font-size: 1.35rem; font-weight: 870; margin-bottom: .45rem; }
.inst-product-body p { font-size: .94rem; line-height: 1.6; }
.product-pills { display: flex; flex-wrap: wrap; gap: .42rem; margin: .9rem 0; }
.product-pills span { padding: .35rem .55rem; border-radius: 999px; background: #f2f7fa; border: 1px solid #e0e9ef; color: #405b71; font-size: .82rem; font-weight: 750; }
.inst-price { color: var(--inst-blue); font-weight: 900; margin: .9rem 0; }
.btn-product-primary { min-height: 46px; border-radius: 14px; padding: .68rem .9rem; background: var(--inst-blue); color: #fff; }
.btn-product-primary:hover { color: #fff; background: var(--inst-blue-dark); }
.data-note { margin-top: 1rem; padding: .82rem 1rem; border-radius: 14px; background: #f5f8fa; border: 1px solid var(--inst-border); font-size: .9rem; }
.inst-text-link { color: var(--inst-blue); font-weight: 820; }
.inst-text-link:hover { color: var(--inst-blue-dark); text-decoration: underline; }

.inst-comparison-table-wrap { overflow-x: auto; border: 1px solid var(--inst-border); border-radius: 22px; box-shadow: 0 12px 28px rgba(18,47,73,.06); }
.inst-comparison-table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; }
.inst-comparison-table th, .inst-comparison-table td { padding: .95rem 1rem; border-bottom: 1px solid #e8eef3; }
.inst-comparison-table thead th { background: #eaf5fc; color: #173c59; font-weight: 850; }
.inst-comparison-table tbody th { color: #29485f; font-weight: 800; }
.inst-comparison-table td { color: #586b7b; }
.inst-comparison-table tr:last-child th, .inst-comparison-table tr:last-child td { border-bottom: 0; }

.inst-notice { display: flex; gap: .7rem; align-items: flex-start; margin-top: 1.1rem; padding: 1rem; border-radius: 16px; background: #f7fbfe; border: 1px solid #dbeaf4; color: #405d73; }
.inst-notice i { color: var(--inst-blue); margin-top: .12rem; }
.inst-guide-card { display: grid; gap: .65rem; }
.inst-guide-card > div { display: flex; align-items: center; gap: .7rem; padding: .78rem .85rem; border-radius: 14px; background: #f7fafc; border: 1px solid #e6edf2; color: #40576b; }
.inst-guide-card i { color: var(--inst-blue); font-size: 1.15rem; }

.inst-decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 1.4rem; }
.inst-decision-grid article { padding: 1.05rem; border-radius: 18px; background: #fff; border: 1px solid var(--inst-border); box-shadow: 0 8px 20px rgba(18,47,73,.04); }
.inst-decision-grid strong, .inst-decision-grid span { display: block; }
.inst-decision-grid strong { color: #183750; margin-bottom: .25rem; }
.inst-decision-grid span { color: #617483; font-size: .91rem; line-height: 1.45; }

.price-card { background: linear-gradient(155deg, #fff 0%, #f3fbf6 100%); border-color: #cfe5d6; }
.price-card > div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid #e1eee5; }
.price-card > div:last-of-type { border-bottom: 0; }
.price-card strong { color: #38524a; }
.price-card b { color: #167642; }
.price-card .btn-inst-whatsapp { margin-top: 1rem; }

.category-contrast { display: grid; gap: .8rem; }
.category-contrast > div { padding: 1.15rem; border-radius: 19px; border: 1px solid var(--inst-border); background: #fff; box-shadow: 0 9px 22px rgba(18,47,73,.05); }
.category-contrast span, .category-contrast strong, .category-contrast small { display: block; }
.category-contrast span { color: var(--inst-blue); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.category-contrast strong { color: #18364f; margin-top: .2rem; }
.category-contrast small { color: #687b8a; margin-top: .2rem; }

.inst-faq-list { display: grid; gap: .72rem; max-width: 980px; }
.inst-faq-list details { overflow: hidden; border: 1px solid var(--inst-border); border-radius: 17px; background: #fff; box-shadow: 0 7px 18px rgba(18,47,73,.04); }
.inst-faq-list summary { cursor: pointer; list-style: none; position: relative; padding: 1rem 3rem 1rem 1.15rem; color: #19374f; font-weight: 820; }
.inst-faq-list summary::-webkit-details-marker { display: none; }
.inst-faq-list summary:after { content: "+"; position: absolute; right: 1.15rem; top: 50%; transform: translateY(-50%); color: var(--inst-blue); font-size: 1.32rem; }
.inst-faq-list details[open] summary { background: var(--inst-blue-soft); }
.inst-faq-list details[open] summary:after { content: "−"; }
.inst-faq-list details p { margin: 0; padding: 0 1.15rem 1.1rem; font-size: .96rem; }

.inst-closing-wrap { padding-top: 1rem; }
.inst-closing {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: 32px;
  color: #fff;
  background: linear-gradient(135deg, var(--inst-blue), var(--inst-blue-dark));
  box-shadow: 0 22px 48px rgba(0,92,156,.22);
}
.inst-closing:after { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -120px; border-radius: 50%; background: rgba(255,255,255,.1); }
.inst-closing span { display: block; color: #d6f1ff; font-weight: 820; margin-bottom: .45rem; }
.inst-closing h2 { color: #fff; margin-bottom: .65rem; }
.inst-closing p { color: rgba(255,255,255,.87); max-width: 780px; margin: 0; }
.inst-closing-btn { position: relative; z-index: 2; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.2rem; border-radius: 999px; background: #fff; color: var(--inst-green-dark); font-weight: 870; white-space: nowrap; }
.inst-closing-btn:hover { color: #066b35; transform: translateY(-1px); }

.inst-sticky-mobile { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040; padding: .68rem .8rem calc(.68rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid #e2e8ed; box-shadow: 0 -8px 24px rgba(0,0,0,.08); }
.inst-sticky-mobile a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: .6rem; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--inst-green), var(--inst-green-dark)); }
.inst-sticky-mobile i { font-size: 1.3rem; }
.inst-sticky-mobile strong, .inst-sticky-mobile small { display: block; }
.inst-sticky-mobile small { opacity: .9; }

@media (max-width: 1199.98px) {
  .inst-use-grid, .inst-decision-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .inst-hero { padding-bottom: 3rem; }
  .inst-hero-visual { min-height: 440px; margin-top: .5rem; }
  .format-grid { grid-template-columns: 1fr; }
  .inst-closing { grid-template-columns: 1fr; }
  .inst-closing-btn { justify-self: start; }
}

@media (max-width: 767.98px) {
  .section-standard { padding: 3.3rem 0; }
  .inst-hero { padding-top: 1.2rem; }
  .inst-breadcrumb { margin-bottom: 1.35rem; }
  .inst-actions .btn-inst-whatsapp, .inst-actions .btn-inst-secondary { width: 100%; }
  .inst-hero-visual { min-height: 380px; border-radius: 26px; }
  .inst-use-grid, .inst-decision-grid { grid-template-columns: 1fr; }
  .inst-product-image { min-height: 265px; }
  .inst-closing-btn { width: 100%; }
  body { padding-bottom: 92px; }
}

@media (max-width: 575.98px) {
  .inst-hero h1 { font-size: 2.35rem; }
  .inst-hero-visual { min-height: 330px; }
  .inst-product-main { width: 51%; height: 53%; left: 24.5%; top: 5%; }
  .inst-product-left, .inst-product-right { width: 34%; height: 35%; top: 25%; }
  .inst-hero-note { left: .75rem; right: .75rem; bottom: .75rem; padding: .8rem; }
  .inst-comparison-table th, .inst-comparison-table td { padding: .8rem; }
}
