:root {
  --lr-ink: #08283d;
  --lr-muted: #56717f;
  --lr-blue: #007da8;
  --lr-cyan: #33b7c8;
  --lr-green: #19a84b;
  --lr-green-soft: #effaf3;
  --lr-red: #d63c3c;
  --lr-red-soft: #fff4f4;
  --lr-yellow: #f0b323;
  --lr-surface: #f4f8fa;
  --lr-line: #d7e5ea;
  --lr-white: #fff;
  --lr-shadow: 0 22px 58px rgba(8, 40, 61, .13);
}

.page-levar-rir,
.page-levar-rir * {
  box-sizing: border-box;
}

.page-levar-rir {
  margin: 0;
  overflow-x: hidden;
  color: var(--lr-ink);
  background: var(--lr-white);
}

.page-levar-rir img {
  max-width: 100%;
}

.lr-guide a {
  color: inherit;
}

.lr-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.lr-skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #062b45;
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.lr-breadcrumb {
  border-bottom: 1px solid var(--lr-line);
  background: #fff;
}

.lr-breadcrumb .lr-container {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  color: #6d808b;
  font-size: .82rem;
}

.lr-breadcrumb a {
  color: #456676;
  text-decoration: none;
}

.lr-breadcrumb strong {
  overflow: hidden;
  color: var(--lr-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lr-hero {
  padding: 58px 0 66px;
  background:
    radial-gradient(circle at 8% 10%, rgba(51, 183, 200, .18), transparent 28%),
    linear-gradient(135deg, #f8fcfd 0%, #eef7f9 100%);
}

.lr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr);
  align-items: center;
  gap: 56px;
}

.lr-kicker,
.lr-eyebrow {
  display: inline-block;
  color: var(--lr-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.lr-hero h1 {
  max-width: 720px;
  margin: 15px 0 18px;
  font-size: clamp(2.65rem, 5.35vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.lr-lead {
  max-width: 700px;
  margin: 0;
  color: #405f6f;
  font-size: clamp(1.04rem, 1.65vw, 1.22rem);
  line-height: 1.66;
}

.lr-lead strong {
  color: var(--lr-ink);
}

.lr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.lr-guide .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.lr-guide .button:hover {
  transform: translateY(-2px);
}

.lr-button-primary {
  color: #fff !important;
  background: var(--lr-green);
  box-shadow: 0 13px 30px rgba(25, 168, 75, .22);
}

.lr-button-primary:hover {
  background: #138d3e;
}

.lr-button-secondary {
  color: var(--lr-ink) !important;
  background: #fff;
  border-color: var(--lr-line) !important;
}

.lr-update {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #6b818c;
  font-size: .8rem;
  font-weight: 700;
}

.lr-update span {
  width: 8px;
  height: 8px;
  background: var(--lr-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(25, 168, 75, .12);
}

.lr-hero-media {
  position: relative;
  margin: 0;
}

.lr-hero-media img {
  display: block;
  width: 100%;
  height: clamp(360px, 36vw, 485px);
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
  box-shadow: var(--lr-shadow);
}

.lr-hero-media::after {
  content: "GUIA 2026";
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(5, 31, 47, .78);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  backdrop-filter: blur(8px);
}

.lr-hero-media figcaption {
  margin: 10px 4px 0;
  color: #72858f;
  font-size: .72rem;
  line-height: 1.45;
  text-align: right;
}

.lr-section-heading h2 {
  max-width: 790px;
  margin: 10px 0 14px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.lr-section-heading > p {
  max-width: 700px;
  margin: 0;
  color: var(--lr-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.lr-section-heading-center {
  text-align: center;
}

.lr-section-heading-center h2,
.lr-section-heading-center > p {
  margin-inline: auto;
}

.lr-at-a-glance,
.lr-allowed,
.lr-forbidden,
.lr-documents,
.lr-checklist,
.lr-faq {
  padding: 82px 0;
}

.lr-at-a-glance {
  background: #fff;
}

.lr-glance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.lr-glance-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--lr-line);
  border-radius: 15px;
  background: #fff;
}

.lr-glance-item > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 900;
}

.lr-glance-item.is-yes > span {
  background: var(--lr-green);
}

.lr-glance-item.is-no > span {
  background: var(--lr-red);
}

.lr-glance-item strong,
.lr-glance-item small {
  display: block;
}

.lr-glance-item strong {
  margin-bottom: 4px;
  font-size: .93rem;
}

.lr-glance-item small {
  color: var(--lr-muted);
  font-size: .76rem;
  line-height: 1.45;
}

.lr-allowed {
  background: var(--lr-green-soft);
}

.lr-allowed .lr-eyebrow {
  color: var(--lr-green);
}

.lr-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.lr-list-card {
  position: relative;
  min-width: 0;
  padding: 30px 30px 28px;
  overflow: hidden;
  border: 1px solid #c8e8d2;
  border-radius: 19px;
  background: #fff;
}

.lr-list-number {
  display: inline-block;
  color: var(--lr-green);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.lr-list-card h3 {
  margin: 8px 0 18px;
  font-size: 1.35rem;
}

.lr-list-card ul,
.lr-forbidden-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lr-list-card li,
.lr-forbidden-grid li {
  position: relative;
  padding-left: 24px;
  color: #4e6875;
  font-size: .93rem;
  line-height: 1.55;
}

.lr-list-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lr-green);
  font-weight: 950;
}

.lr-list-card > p {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--lr-line);
  color: #6a808b;
  font-size: .81rem;
  line-height: 1.55;
}

.lr-food {
  padding: 66px 0;
  color: #fff;
  background: #082d44;
}

.lr-food-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 60px;
}

.lr-food .lr-eyebrow {
  color: #6ed5df;
}

.lr-food h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.lr-food-options {
  display: grid;
  gap: 10px;
}

.lr-food-options > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 14px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: rgba(255, 255, 255, .06);
}

.lr-food-options b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #062b43;
  background: #6ed5df;
  border-radius: 50%;
}

.lr-food-options strong,
.lr-food-options small {
  display: block;
}

.lr-food-options strong {
  margin-bottom: 4px;
}

.lr-food-options small {
  color: #c6d7de;
  font-size: .83rem;
  line-height: 1.5;
}

.lr-food-card > p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 18px 20px;
  color: #d5e2e8;
  background: rgba(255, 255, 255, .07);
  border-left: 4px solid var(--lr-yellow);
  border-radius: 7px;
  font-size: .9rem;
  line-height: 1.6;
}

.lr-forbidden {
  background: var(--lr-red-soft);
}

.lr-forbidden .lr-eyebrow {
  color: var(--lr-red);
}

.lr-forbidden-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}

.lr-forbidden-grid article {
  min-width: 0;
  padding: 27px 25px;
  border: 1px solid #f0cccc;
  border-radius: 17px;
  background: #fff;
}

.lr-forbidden-grid h3 {
  margin: 0 0 18px;
  font-size: 1.18rem;
}

.lr-forbidden-grid li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: var(--lr-red);
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1.3;
}

.lr-documents {
  background: #fff;
}

.lr-documents-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 70px;
}

.lr-document-cards {
  display: grid;
  gap: 13px;
}

.lr-document-cards article {
  padding: 27px 28px;
  border: 1px solid var(--lr-line);
  border-radius: 18px;
  background: var(--lr-surface);
}

.lr-document-cards article > span {
  color: var(--lr-blue);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.lr-document-cards h3 {
  margin: 8px 0 9px;
  font-size: 1.25rem;
}

.lr-document-cards p {
  margin: 0;
  color: var(--lr-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.lr-document-cards article > a {
  display: inline-block;
  margin-top: 14px;
  color: var(--lr-blue);
  font-size: .86rem;
  font-weight: 850;
  text-underline-offset: 4px;
}

.lr-document-cards .is-cie {
  border-color: #bfe3ca;
  background: var(--lr-green-soft);
}

.lr-document-cards .is-cie > span {
  color: var(--lr-green);
}

.lr-document-cards .is-cie .button {
  margin-top: 17px;
}

.lr-checklist {
  color: #fff;
  background: linear-gradient(135deg, #07314a, #006a88);
}

.lr-checklist .lr-eyebrow {
  color: #6ed5df;
}

.lr-final-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  max-width: 1000px;
  margin: 38px auto 0;
  padding: 0;
  list-style: none;
}

.lr-final-list li {
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 13px;
  background: rgba(255, 255, 255, .07);
  font-size: .91rem;
  font-weight: 750;
  line-height: 1.45;
}

.lr-final-list span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #07314a;
  background: #70d7df;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 900;
}

.lr-last-check {
  max-width: 760px;
  margin: 24px auto 0;
  color: #c7d9e0;
  font-size: .83rem;
  line-height: 1.55;
  text-align: center;
}

.lr-faq {
  background: var(--lr-surface);
}

.lr-faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 72px;
}

.lr-faq-list {
  display: grid;
  gap: 10px;
}

.lr-faq-list details {
  border: 1px solid var(--lr-line);
  border-radius: 14px;
  background: #fff;
}

.lr-faq-list summary {
  position: relative;
  padding: 20px 50px 20px 22px;
  cursor: pointer;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
}

.lr-faq-list summary::-webkit-details-marker {
  display: none;
}

.lr-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--lr-blue);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.lr-faq-list details[open] summary::after {
  content: "−";
}

.lr-faq-list p {
  margin: 0;
  padding: 0 22px 21px;
  color: var(--lr-muted);
  font-size: .94rem;
  line-height: 1.68;
}

.lr-sources {
  padding: 30px 0;
  border-top: 1px solid var(--lr-line);
  background: #fff;
}

.lr-sources .lr-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.lr-sources strong {
  min-width: max-content;
  font-size: .8rem;
}

.lr-sources nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.lr-sources a {
  color: var(--lr-blue);
  font-size: .78rem;
  font-weight: 750;
  text-underline-offset: 3px;
}

.lr-mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .lr-hero-grid,
  .lr-food-card,
  .lr-documents-grid,
  .lr-faq-grid {
    grid-template-columns: 1fr;
  }

  .lr-hero-grid {
    gap: 38px;
  }

  .lr-hero-media {
    max-width: 760px;
  }

  .lr-hero-media img {
    height: clamp(320px, 61vw, 470px);
  }

  .lr-glance-grid,
  .lr-forbidden-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lr-food-card,
  .lr-documents-grid,
  .lr-faq-grid {
    gap: 38px;
  }

  .lr-final-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .lr-container {
    width: min(100% - 28px, 1180px);
  }

  .lr-breadcrumb .lr-container {
    min-height: 43px;
    font-size: .73rem;
  }

  .lr-hero {
    padding: 34px 0 44px;
  }

  .lr-hero h1 {
    margin-top: 12px;
    font-size: clamp(2.22rem, 11vw, 3rem);
  }

  .lr-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

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

  .lr-guide .button {
    width: 100%;
  }

  .lr-hero-media img {
    width: 100%;
    height: 240px;
    border-radius: 18px;
  }

  .lr-hero-media figcaption {
    text-align: left;
  }

  .lr-at-a-glance,
  .lr-allowed,
  .lr-forbidden,
  .lr-documents,
  .lr-checklist,
  .lr-faq {
    padding: 58px 0;
  }

  .lr-section-heading h2,
  .lr-food h2 {
    font-size: 2.05rem;
  }

  .lr-glance-grid,
  .lr-list-grid,
  .lr-forbidden-grid,
  .lr-final-list {
    grid-template-columns: 1fr;
  }

  .lr-list-card,
  .lr-forbidden-grid article {
    padding: 24px 21px;
  }

  .lr-food {
    padding: 56px 0;
  }

  .lr-food-options > div {
    grid-template-columns: 35px 1fr;
    padding: 16px;
  }

  .lr-document-cards article {
    padding: 23px 21px;
  }

  .lr-sources .lr-container {
    flex-direction: column;
  }

  .lr-sources nav {
    justify-content: flex-start;
  }

  .lr-mobile-cta {
    position: fixed;
    z-index: 500;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #d6e5dc;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
  }

  .lr-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    color: #fff;
    background: var(--lr-green);
    border-radius: 11px;
    font-weight: 900;
    text-decoration: none;
  }

  .page-levar-rir .ncie-footer {
    padding-bottom: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lr-guide .button {
    transition: none;
  }
}
