@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

    :root {
      --bg: #f6f9ff;
      --panel: #ffffff;
      --text: #0f172a;
      --muted: #475569;
      --primary: #1d4ed8;
      --primary-dark: #1e3a8a;
      --border: #dbe7fb;
      --radius: 18px;
      --shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
      --container: 1120px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0; font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif; color: var(--text);
    }

    html, body {
        width: 100%; margin: 0; padding: 0; overflow-x: hidden;
      }

    
    .value-item span i {
      font-size: 1.4rem; color: #0056b3; margin-bottom: 0.5rem; display: inline-block; transition: transform 0.3s ease;
    }

    .value-item:hover i {
      transform: scale(1.1); transition: transform 0.3s ease; color: #003d7a;
    }

    .container {
      width: min(100% - 36px, var(--container)); margin-inline: auto;
    }

    .top-banner {
      position: fixed; top: 0; width: 100%; z-index: 1000; background: #fff; border-bottom: 1px solid #dbe7fb; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08); backdrop-filter: blur(10px);
    }

    .top-banner__content {
      width: 100%; margin-left: 5%; padding-right: 10%; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 26px;
    }

    .top-banner__actions {
      display: flex; align-items: center; gap: 12px; margin-left: auto;
    }

    .brand-block {
      display: flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; color: inherit;
    }

    .top-banner__actions .home-link {
      display: inline-flex; align-items: center; padding: 0; white-space: nowrap;
    }

    .home-link {
      white-space: nowrap;
    }

    .brand-logo-wrap {
      display: inline-flex; align-items: center; flex-shrink: 0; line-height: 0; background: #ffffff; border-radius: 6px;
    }

    .brand-logo {
      height: 44px; width: auto; max-width: min(120px, 22vw); object-fit: contain; display: block; 
      flex-shrink: 0; mix-blend-mode: multiply; opacity: 1;
    }

    .brand-text {
      min-width: 0;
    }

    .brand {
      margin: 0; font-size: 1.15rem; font-weight: 700; color: #0f172a;
    }

    .brand-subtitle {
      margin: 4px 0 0; color: var(--primary); font-size: 0.8rem;
    }

    .home-link {
      position: relative; text-decoration: none; color: #1e293b; font-size: 0.9rem; font-weight: 500; padding: 8px 0; transition: opacity 0.2s ease;
    }

    .home-link::after {
      content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; border-radius: 999px; background: #2563eb; transform: scaleX(0); transform-origin: left center; transition: transform 0.22s ease;
    }

    .home-link:hover {
      opacity: 0.9;
    }

    .home-link:hover::after {
      transform: scaleX(1);
    }

    .mobile-menu-toggle {
      display: none;
      border: none;
      background: transparent;
      cursor: pointer;
    }

    .header-nav {
      flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 18px;
    }

    .nav-group {
      display: flex; align-items: center; gap: 18px;
    }

    .nav-item {
      position: relative;
    }

    .nav-link {
      position: relative; display: inline-flex; align-items: center; color: #1e293b; text-decoration: none; font-weight: 500; font-size: 0.9rem; padding: 8px 0; transition: opacity 0.2s ease;
    }

    .nav-link::after {
      content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; border-radius: 999px; background: #2563eb; transform: scaleX(0); transform-origin: left center; transition: transform 0.22s ease;
    }

    .nav-link:hover {
      opacity: 0.9;
    }

    .nav-link:hover::after {
      transform: scaleX(1);
    }

    .submenu {
      position: absolute; top: 100%; left: 0; min-width: 220px; padding: 10px 0; margin-top: 10px; border-radius: 14px; background: #ffffff; border: 1px solid #e2e8f0; box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
      z-index: 10;
    }

    .nav-item:hover .submenu,
    .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .submenu li {
      list-style: none;
    }

    .submenu li a {
      display: block; padding: 10px 16px; color: #1e293b; text-decoration: none; font-size: 0.95rem;
    }

    .submenu li a:hover {
      background: #f8fafc;
    }

    .hero {
      position: relative; isolation: isolate; padding-top: 5%; padding: 76px 0 84px; background: linear-gradient(135deg, rgba(15, 23, 42, 0.74), rgba(30, 64, 175, 0.68)), url("../IMG/portada2.png") center/cover no-repeat; color: #fff;
    }

    .hero-panel {
      max-width: 760px;
    }

    .hero-inner {
      display: grid; gap: 30px; grid-template-columns: 1fr; align-items: center;
    }

    .eyebrow {
      margin: 0 0 10px; padding-top: 5%; text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.73rem; font-weight: 700; color: rgba(219, 234, 254, 0.9);
    }

    h1 {
      margin: 0 0 12px; font-size: clamp(2rem, 4.1vw, 3rem); letter-spacing: -0.02em; line-height: 1.08;
    }

    .intro {
      margin: 0 0 24px; color: rgba(241, 245, 249, 0.92); line-height: 1.68; font-size: 1.02rem; max-width: 650px;
    }

    .hero-actions {
      display: flex; flex-wrap: wrap; gap: 12px;
    }

    .btn-primary {
      display: inline-flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; text-decoration: none; margin-top: 0;
      padding: 11px 20px; min-height: 46px; border-radius: 10px; font-weight: 600; font-size: 0.92rem; border: 1px solid #1d4ed8; box-shadow: none;
      transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .btn-secondary {
      display: inline-flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; text-decoration: none; margin-top: 0;
      padding: 11px 20px; min-height: 46px; border-radius: 10px; font-weight: 600; font-size: 0.92rem; border: 1px solid transparent; box-shadow: none;
      transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .btn-secondary {
      background: transparent; border-color: rgba(255, 255, 255, 0.9); color: #fff;
    }

    .btn-primary:hover {
      background: #1e40af;
    }


    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.14);
    }

    .section {
      padding: 74px 0; background-color: white;
    }

    .section-alt {
      background: #ffffff;
    }

    .section-head {
      margin-bottom: 26px; max-width: 780px;
    }

    .section-head h2 {
      margin: 0 0 12px; font-size: clamp(1.42rem, 3vw, 1.9rem); letter-spacing: -0.01em;
    }

    .section-head h2::after {
      content: ""; display: block; width: 56px; height: 3px; margin-top: 10px; border-radius: 999px; background: #2563eb;
    }

    .section-head p {
      margin: 0; color: var(--muted); line-height: 1.7;
    }
    

    .about-layout {
      display: grid; grid-template-columns: minmax(350px, 55vw) minmax(0, 1fr); gap: 0; align-items: stretch; background: #fff;
    }

    .about-media {
      margin: 9%; order: 2;
    }

    .about-media img {
      width: 100%; height: 100%; min-height: 400px; max-height: 560px; object-fit: cover; border-radius: 5%; box-shadow: none;
    }

    .about-content {
      padding: 32px 30px; background: #fff; order: 1;
    }

    .about-content .section-head p + p {
      margin-top: 14px;
    }

    .about-content .about-highlights {
      margin: 20px 0 0; padding: 18px 20px; list-style: none; border: 1px solid var(--border);
      border-radius: 14px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); display: grid; gap: 12px;
    }

    .about-content .about-highlights li {
      position: relative; padding-left: 22px; margin: 0; font-size: 0.95rem; color: #334155; line-height: 1.55;
    }

    .about-content .about-highlights li::before {
      content: ""; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; border-radius: 50%; background: #2563eb;
    }

    .timeline-section {
      padding: clamp(56px, 6vw, 88px) 18px;
    }

    .timeline-section-inner {
      width: min(720px, 100% - 32px); margin-inline: auto;
    }

    .timeline-section-head {
      text-align: center; max-width: 560px; margin: 0 auto 40px;
    }

    .timeline-kicker {
      margin: 0 0 10px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 700; color: var(--primary);
    }

    .timeline-section-head h2 {
      margin: 0 0 14px; font-size: clamp(1.45rem, 3vw, 1.95rem); letter-spacing: -0.02em; color: var(--text);
    }

    .timeline-section-head h2::after {
      content: ""; display: block;
      width: 56px; height: 3px; margin: 12px auto 0; border-radius: 999px; background: linear-gradient(90deg, #1d4ed8, #60a5fa);
    }

    .timeline-intro {
      margin: 0; color: var(--muted); line-height: 1.65; font-size: 0.96rem;
    }

    .timeline-section .timeline-list {
      counter-reset: timeline-step; display: flex; flex-direction: column; gap: 16px; margin-top: 0; position: relative; padding: 8px 8px 8px 10px;
    }

    .timeline-section .timeline-list::before {
      content: ""; position: absolute; left: 53px; top: 28px; bottom: 28px;
      width: 2px; border-radius: 999px; background: linear-gradient(180deg, #93c5fd 0%, #bfdbfe 45%, #e2e8f0 100%); z-index: 0;
    }

    .timeline-section .timeline-item {
      counter-increment: timeline-step; position: relative; z-index: 1; display: grid; grid-template-columns: 52px minmax(0, 1fr);
      column-gap: 18px; row-gap: 10px; align-items: start; padding: 22px 24px 24px 18px; border-radius: 20px;
      border: 1px solid #dbe7fb; background: linear-gradient(165deg, #ffffff 0%, #f8fbff 48%, #f1f5f9 100%);
      box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07); transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    }

    .timeline-section .timeline-item:hover {
      border-color: #93c5fd; box-shadow: 0 16px 40px rgba(37, 99, 235, 0.14); transform: translateY(-3px);
    }

    .timeline-section .timeline-item::before {
      content: counter(timeline-step, decimal-leading-zero); grid-column: 1; grid-row: 1 / -1; align-self: center; justify-self: center;
      width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 800; 
      letter-spacing: 0.04em; color: #fff; background: linear-gradient(145deg, #1d4ed8, #3b82f6); 
      border-radius: 50%; box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3); border: 3px solid #fff;
    }

    .timeline-section .timeline-year {
      grid-column: 2; grid-row: 1; margin: 0; display: inline-flex; align-items: center; width: fit-content;
      max-width: 100%; padding: 6px 14px; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: #1e40af; background: rgba(219, 234, 254, 0.95); border: 1px solid #bfdbfe; border-radius: 999px;
    }

    .timeline-section .timeline-item p {
      grid-column: 2; grid-row: 2; margin: 0; font-size: 0.96rem; color: #334155; line-height: 1.68;
    }

    .values {
      display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .values-panel {
      width: min(100% - 28px, 1700px); min-height: 400px; height: auto; margin-inline: auto; border: 1px solid #dbe7fb; border-radius: 20px; background: linear-gradient(160deg, #f8fbff, #f1f5f9 70%); padding: clamp(22px, 2.8vw, 34px);
    }

    .values-panel .section-head {
      margin-bottom: 20px; max-width: 860px;
    }

    .values-panel .section-head h2 {
      font-size: clamp(1.5rem, 3vw, 2.05rem); color: #0f172a;
    }

    .values-panel .section-head h2::after {
      background: linear-gradient(90deg, #1d4ed8, #60a5fa);
    }

    .values-panel .section-head p {
      color: #475569;
    }

    .value-item {
      border: 1px solid #dbe7fb; border-radius: 14px; margin-top: 7%; padding: 16px 15px; background: #fff; box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04); transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .value-item:hover {
      border-color: #93c5fd; transform: translateY(-2px); box-shadow: 0 14px 26px rgba(37, 99, 235, 0.1);
    }

    .value-logo {
      width: 42px; height: 42px; border-radius: 12px; border: 1px solid #bfdbfe; background: #eff6ff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 12px;
    }

    .value-item h3 {
      margin-bottom: 1%; font-size: 1.03rem; color: #0f172a;
    }

    .value-item p {
      margin: 0; font-size: 0.93rem; color: var(--muted); line-height: 1.58;
    }

    .collaborators-section {
      margin: 16px 0 76px; padding: clamp(28px, 4vw, 44px) clamp(18px, 4vw, 56px); background: white;
    }
    
    .collaborators-head {
      text-align: center; margin-bottom: 16px;
    }
    
    .collaborators-head h2 {
      margin-left: auto; margin-right: auto; width: fit-content; color: #0f172a; font-size: clamp(1.28rem, 2.4vw, 1.75rem); letter-spacing: -0.01em;
    }
    
    .collaborators-head h2::after {
      content: ""; display: block; width: 56px; height: 3px; margin: 10px auto 0; border-radius: 999px; background: linear-gradient(90deg, #1d4ed8, #60a5fa);
    }
    
    .collaborators-head p {
      margin: 10px auto 0; max-width: 820px; color: #475569; font-size: 0.95rem; line-height: 1.8;
    }
    
    .collaborators-section {
      margin: 16px 0 76px; padding: clamp(36px, 4vw, 52px) clamp(18px, 4vw, 56px); background: #ffffff;
    }

    .collaborators-logos {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 22px; max-width: 1140px; margin: 24px auto 0; padding: 0;
    }
    
    .collaborator-logo {
      flex: 0 1 140px; display: flex; align-items: center; justify-content: center; padding: 0;
      background: transparent; border: none; box-shadow: none; min-height: 0;
      transition: transform 0.25s ease;
    }
    
    .collaborator-logo:hover {
      transform: translateY(-2px);
    }
    
    .collaborator-logo img {
      max-width: 100%; max-height: 60px; width: auto; height: auto; object-fit: contain; opacity: 0.88;
      filter: grayscale(60%) contrast(1.02); transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
    }
    
    .collaborator-logo:hover img {
      opacity: 1;
      filter: grayscale(0%) contrast(1.05);
      transform: scale(1.04);
    }

    @media (max-width: 960px) {
      .hero-inner {
        grid-template-columns: 1fr;
      }

      .values {
        grid-template-columns: 1fr 1fr;
      }

      .values-panel {
        min-height: 0;
      }

      .value-item {
        margin-top: 0;
      }

      .about-layout {
        grid-template-columns: 1fr;
      }

      .about-media,
      .about-content {
        order: initial;
      }

      .about-media img {
        min-height: 280px; max-height: 360px; border-radius: 4%;
      }

      .about-content {
        padding: 24px 18px 12px;
      }
    }

    @media (max-width: 760px) {
      .top-banner__content {
        min-height: auto; padding: 12px 16px; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;
      }

      .brand-text {
        display: none;
      }

      .home-link {
        font-size: 0.94rem;
      }

      .hero {
        padding-top: 110px;
      }

      .hero-panel {
        max-width: 100%;
      }

      .about-layout {
        grid-template-columns: 1fr;
      }

      .about-media {
        order: 0;
        margin: 0 0 20px;
      }

      .about-content {
        padding: 22px 16px 20px;
      }

      .values {
        grid-template-columns: 1fr;
      }

      .values-panel {
        width: min(100% - 24px, 1320px);
        min-height: 0;
        padding-bottom: clamp(22px, 4vw, 34px);
      }

      .timeline-section .timeline-list::before {
        display: none;
      }

      .timeline-section .timeline-item {
        display: flex; flex-direction: column; gap: 12px; padding: 18px 18px 20px;
      }

      .timeline-section .timeline-item::before {
        flex: 0 0 auto; width: 40px; height: 40px; font-size: 0.7rem; border-width: 2px;
      }

      .timeline-section .timeline-year {
        flex: 0 0 auto; min-width: 0; margin: 0;
      }

      .timeline-section .timeline-item p {
        font-size: 0.95rem; margin: 0;
      }

      .timeline-section-head {
        margin-bottom: 28px;
      }

      .section {
        padding: 62px 0;
      }

      .collaborators-section {
        margin: 0 0 58px; padding: 24px 16px;
      }

      .collaborators-logos {
        display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
      }

    }

    @media (max-width: 520px) {
      .top-banner__content {
        padding: 12px 14px;
      }
      .values-panel {
        padding: 20px 16px;
      }
      .about-content {
        padding: 18px 14px 16px;
      }
    }

    .site-footer {
      background: linear-gradient(120deg, #e2e8f0, #dbeafe 42%, #e2e8f0); color: #1e293b; border-top: 1px solid #cbd5e1; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .site-footer__content {
      padding: 28px 0; display: grid; gap: 18px; grid-template-columns: 1.1fr 1fr 1fr; align-items: start;
    }

    .site-footer h3 {
      margin: 0 0 8px; color: #0f172a; font-size: 1rem;
    }

    .site-footer p {
      margin: 0; line-height: 1.65; font-size: 0.9rem; color: #334155;
    }

    .footer-links {
      display: flex; flex-direction: column; gap: 8px;
    }

    .footer-links a {
      color: #1e40af; text-decoration: none; font-size: 0.9rem;
    }

    .footer-links a:hover {
      color: #1d4ed8; text-decoration: underline; text-underline-offset: 3px;
    }

    .site-footer__bottom {
      border-top: 1px solid #cbd5e1; padding: 12px 0 16px;
    }

    .site-footer__bottom p {
      margin: 0; font-size: 0.83rem; color: #475569;
    }

    @media (max-width: 980px) {
      .insurance-grid,
      .advantages-grid {
        grid-template-columns: 1fr 1fr;
      }

      .stats-grid {
        grid-template-columns: 1fr 1fr;
      }

      .contact-layout {
        width: min(1100px, calc(100% - 40px)); grid-template-columns: 1fr; gap: 20px; min-height: 0;
      }

      .site-footer__content {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 700px) {
      .top-banner__content {
        min-height: auto;
        padding: 12px 0;
        align-items: flex-start;
      }

      .header-nav {
        flex-direction: column; align-items: flex-start; width: 100%;
      }

      .nav-group {
        gap: 10px 14px; flex-wrap: wrap;
      }

      .submenu {
        position: static; opacity: 1; visibility: visible; transform: none; margin-top: 4px; min-width: 100%; box-shadow: none; background: rgba(15, 23, 42, 0.38);
      }

      .hero {
        min-height: 64vh;
      }

      .section {
        padding: 52px 0;
      }

      .insurance-grid,
      .advantages-grid,
      .stats-grid {
        grid-template-columns: 1fr;
      }

      .contact-section {
        padding: 68px 0 86px;
      }

      .contact-layout {
        width: min(1100px, calc(100% - 30px));
      }

      .contact-actions {
        padding: 18px;
      }

      .site-footer__content {
        grid-template-columns: 1fr; padding: 24px 0;
      }
    }

    @media (max-width: 900px) {
      .container { width: min(100% - 28px, var(--container)); }
      .top-banner__content { padding: 12px 18px; justify-content: space-between; flex-wrap: wrap; align-items: center; }
      .top-banner__content { position: relative; }
      .top-banner__content { flex-wrap: wrap; }
      .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 50%;
        border: 1px solid rgba(37,99,235,0.18);
        background: #ffffff;
        color: #1d4ed8;
        font-size: 1.1rem;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
        order: 1;
        margin-left: auto;
        flex-shrink: 0;
      }
      .brand-text { display: none; }
      .brand-logo { max-width: 96px; }
      .mobile-menu-toggle:hover { background: rgba(37,99,235,0.08); }
      .mobile-menu-toggle i { display: block; }
      .header-nav { position: absolute; top: 100%; left: calc(50% - 50vw + 12px); width: calc(100vw - 12px); transform: none; flex-direction: column; align-items: stretch; justify-content: flex-start; max-height: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: max-height 0.32s ease, opacity 0.24s ease; background: #ffffff; border-top: 1px solid #e2e8f0; box-shadow: 0 18px 32px rgba(15,23,42,0.08); }
      .header-nav.is-open { max-height: 900px; opacity: 1; pointer-events: auto; }
      .header-nav { order: 2; }
      .nav-group { width: 100%; flex-direction: column; gap: 12px; }
      .nav-group { align-items: stretch; }
      .nav-item { width: 100%; }
      .submenu { position: static; min-width: auto; margin: 0; left: auto; right: auto; border-radius: 0; border: none; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; padding: 0 0 0 16px; }
      .nav-link::after { display: none; }
      .submenu li a { padding: 10px 16px; border-bottom: 1px solid #f8fafc; }
      .hero { padding: 80px 0 60px; }
      .contact-layout { grid-template-columns: 1fr; min-height: auto; gap: 26px; }
      .contact-actions { padding: 20px; }
      .site-footer__content { grid-template-columns: 1fr 1fr; gap: 16px; }
      .modal { width: min(100%, calc(100% - 32px)); }
      .modal-hero { height: 200px; }
      .modal-body { padding: 24px; }
      .modal-highlight-box { flex-direction: column; align-items: flex-start; }
      .form-row { flex-wrap: wrap; }
      .form-row > .form-group { flex: 1 1 100%; }
      .multi-select-grid { grid-template-columns: 1fr; }
      .coverage-table-wrap { margin-bottom: 20px; }
      .coverage-table thead th,
      .coverage-table__name {
        min-width: auto;
        position: static;
        box-shadow: none;
      }
      .coverage-table thead th:first-child { left: auto; }
      .modal-footer { flex-direction: column; }
      .call-dropdown { width: 100%; }
      .call-dropdown__button { width: 100%; justify-content: space-between; }
      .call-dropdown__menu { min-width: 100%; }
    }

    @media (max-width: 640px) {
      .top-banner__content { margin-left: 0; padding: 12px 14px 8px; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
      .top-banner__content { position: relative; }
      .brand-block { order: 0; }
      .header-nav { position: absolute; top: 100%; left: calc(50% - 50vw + 12px); width: calc(100vw - 12px); transform: none; flex: 0 0 auto; order: 2; flex-direction: column; align-items: stretch; gap: 0; margin-top: 0; max-height: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: max-height 0.32s ease, opacity 0.24s ease; background: #ffffff; border-top: 1px solid #e2e8f0; box-shadow: 0 18px 32px rgba(15,23,42,0.08); }
      .header-nav.is-open { max-height: 900px; opacity: 1; pointer-events: auto; }
      .nav-group { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 0; }
      .nav-item { width: 100%; }
      .nav-link { font-size: 0.88rem; display: block; width: 100%; padding: 14px 16px; border-bottom: 1px solid #f1f5f9; }
      .nav-link::after { display: none; }
      .submenu { position: static; min-width: auto; margin: 0; left: auto; right: auto; border-radius: 0; border: none; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; padding: 0 0 0 16px; }
      .nav-item:hover .submenu, .nav-item:focus-within .submenu { opacity: 1; visibility: visible; }
      .submenu li a { padding: 10px 16px; border-bottom: 1px solid #f8fafc; }
      .hero { padding: 70px 0 55px; }
      .hero p { margin: 18px auto 22px; }
    }

    .reveal {
    opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out;
    }

    .reveal.active {
    opacity: 1; transform: translateY(0);
    }