.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
       DESIGN SYSTEM — LRE Consultoría
       ============================================================ */

    :root {
      /* --- Color Palette (derived from logo) --- */
      --navy:        #1B2A4A;   /* primary — logo navy */
      --navy-deep:   #111D33;   /* deeper navy for hover/text */
      --navy-light:  #2C3E64;   /* lighter navy for gradients */
      --gold:        #C9A84C;   /* accent — logo gold sweep */
      --gold-light:  #D9BB72;   /* hover state */
      --gold-muted:  #8A7033;   /* muted gold for borders */
      --silver:      #8A8E99;   /* neutral — logo silver bar */
      --white:       #FFFFFF;
      --off-white:   #F7F8FA;   /* section backgrounds */
      --surface:     #FFFFFF;   /* card surfaces */
      --border:      #E2E6EE;   /* subtle borders */
      --text:        #1B2030;   /* body text */
      --text-light:  #5C6478;   /* secondary text */
      --text-muted:  #8A8E99;   /* muted / captions */

      /* --- Typography --- */
      --font-display: 'Playfair Display', Georgia, serif;
      --font-body:    'Inter', system-ui, sans-serif;

      /* --- Type Scale --- */
      --text-xs:    0.75rem;
      --text-sm:    0.875rem;
      --text-base:  1rem;
      --text-lg:    1.125rem;
      --text-xl:    1.25rem;
      --text-2xl:   1.5rem;
      --text-3xl:   1.875rem;
      --text-4xl:   2.25rem;
      --text-5xl:   3rem;
      --text-6xl:   3.75rem;

      /* --- Spacing (8px grid) --- */
      --space-1:  0.25rem;
      --space-2:  0.5rem;
      --space-3:  0.75rem;
      --space-4:  1rem;
      --space-5:  1.25rem;
      --space-6:  1.5rem;
      --space-8:  2rem;
      --space-10: 2.5rem;
      --space-12: 3rem;
      --space-16: 4rem;
      --space-20: 5rem;
      --space-24: 6rem;
      --space-32: 8rem;

      /* --- Layout --- */
      --container: 1200px;
      --container-narrow: 800px;

      /* --- Borders & Radius --- */
      --radius-sm:  4px;
      --radius-md:  8px;
      --radius-lg:  12px;
      --border-w:   1px;

      /* --- Shadows --- */
      --shadow-sm:  0 1px 3px rgba(27, 42, 74, 0.06), 0 1px 2px rgba(27, 42, 74, 0.04);
      --shadow-md:  0 4px 16px rgba(27, 42, 74, 0.08), 0 2px 6px rgba(27, 42, 74, 0.05);
      --shadow-lg:  0 12px 40px rgba(27, 42, 74, 0.10), 0 4px 12px rgba(27, 42, 74, 0.06);

      /* --- Transitions --- */
      --transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* ============================================================
       RESET & BASE
       ============================================================ */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html {
      scroll-behavior: smooth;
      font-size: 16px;
      width: 100%;
      overflow-x: hidden;
    }

    body {
      font-family: var(--font-body);
      color: var(--text);
      background: var(--white);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      width: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    img { display: block; max-width: 100%; }

    a { color: inherit; text-decoration: none; }

    ul { list-style: none; }

    /* ============================================================
       UTILITIES
       ============================================================ */

    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 var(--space-8);
    }

    .container--narrow {
      max-width: var(--container-narrow);
      margin: 0 auto;
      padding: 0 var(--space-8);
    }

    .section-pad { padding: var(--space-24) 0; }

    .section-pad-lg { padding: var(--space-32) 0; }

    /* Eyebrow label — small gold uppercase tag above titles */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: var(--space-2);
      font-family: var(--font-body);
      font-size: var(--text-xs);
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: var(--space-4);
    }

    .eyebrow::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1px;
      background: var(--gold);
    }

    /* Section titles */
    .section-title {
      font-family: var(--font-display);
      font-size: var(--text-4xl);
      font-weight: 600;
      color: var(--navy);
      line-height: 1.2;
      letter-spacing: -0.01em;
    }

    .section-subtitle {
      font-size: var(--text-lg);
      color: var(--text-light);
      line-height: 1.7;
      max-width: 620px;
      margin-top: var(--space-4);
    }

    /* ============================================================
       BUTTONS
       ============================================================ */

    .btn {
      display: inline-flex;
      align-items: center;
      gap: var(--space-2);
      font-family: var(--font-body);
      font-size: var(--text-sm);
      font-weight: 600;
      letter-spacing: 0.03em;
      border-radius: var(--radius-sm);
      padding: var(--space-4) var(--space-8);
      cursor: pointer;
      border: 2px solid transparent;
      transition: all var(--transition);
      white-space: nowrap;
    }

    .btn--primary {
      background: var(--gold);
      color: var(--navy-deep);
      border-color: var(--gold);
    }

    .btn--primary:hover {
      background: var(--gold-light);
      border-color: var(--gold-light);
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(201, 168, 76, 0.30);
    }

    .btn--outline {
      background: transparent;
      color: var(--white);
      border-color: rgba(255,255,255,0.5);
    }

    .btn--outline:hover {
      border-color: var(--white);
      background: rgba(255,255,255,0.08);
    }

    .btn--outline-dark {
      background: transparent;
      color: var(--navy);
      border-color: var(--border);
    }

    .btn--outline-dark:hover {
      border-color: var(--navy);
    }

    .btn svg { flex-shrink: 0; }

    /* ============================================================
       NAVIGATION
       ============================================================ */

    .nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      width: 100%;
      z-index: 100;
      background: rgba(27, 42, 74, 0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
      transition: all var(--transition);
      box-sizing: border-box;
    }

    .nav.scrolled {
      background: var(--navy-deep);
      box-shadow: 0 2px 20px rgba(0,0,0,0.2);
    }

    .nav__inner {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 var(--space-8);
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .nav__logo {
      display: flex;
      align-items: center;
    }

    .nav__logo img {
      height: 40px;
      width: auto;
      /* Invert/filter for white nav background */
      filter: brightness(0) invert(1);
    }

    .nav__links {
      display: flex;
      align-items: center;
      gap: var(--space-8);
    }

    .nav__link {
      font-size: var(--text-sm);
      font-weight: 500;
      color: rgba(255,255,255,0.75);
      letter-spacing: 0.02em;
      transition: color var(--transition);
      position: relative;
      padding-bottom: 2px;
    }

    .nav__link::after {
      content: '';
      position: absolute;
      bottom: -2px; left: 0;
      width: 0; height: 1px;
      background: var(--gold);
      transition: width var(--transition);
    }

    .nav__link:hover { color: var(--white); }
    .nav__link:hover::after { width: 100%; }

    .nav__cta {
      font-size: var(--text-sm);
      font-weight: 600;
      color: var(--navy-deep);
      background: var(--gold);
      padding: var(--space-2) var(--space-5);
      border-radius: var(--radius-sm);
      transition: all var(--transition);
    }

    .nav__cta:hover {
      background: var(--gold-light);
      transform: translateY(-1px);
    }

    /* Hamburger */
    .nav__hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: var(--space-2);
      background: none;
      border: none;
    }

    .nav__hamburger span {
      display: block;
      width: 22px;
      height: 1.5px;
      background: var(--white);
      transition: all var(--transition);
    }

    .nav__mobile {
      display: none;
      flex-direction: column;
      background: var(--navy-deep);
      padding: var(--space-6) var(--space-8);
      gap: var(--space-4);
      border-top: 1px solid rgba(255,255,255,0.06);
    }

    .nav__mobile.open { display: flex; }

    .nav__mobile .nav__link {
      font-size: var(--text-base);
      color: rgba(255,255,255,0.8);
    }

    /* ============================================================
       HERO
       ============================================================ */

    .hero {
      min-height: 100vh;
      width: 100%;
      background: var(--navy);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding-top: 72px; /* nav height */
      box-sizing: border-box;
    }

    /* Architectural grid lines — structural decoration */
    .hero__grid {
      position: absolute;
      inset: 0;
      opacity: 0.04;
      background-image:
        linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
      background-size: 80px 80px;
      pointer-events: none;
    }

    /* Gold accent bar — echoes logo sweep */
    .hero__accent {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold) 70%, transparent 100%);
    }

    .hero__inner {
      position: relative;
      max-width: var(--container);
      margin: 0 auto;
      padding: var(--space-24) var(--space-8);
    }

    .hero__inner--centered {
      display: flex;
      justify-content: center;
    }

    .hero__content { animation: fadeUp 0.8s ease both; }

    .hero__content--centered {
      text-align: center;
      max-width: 780px;
    }

    .hero__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: var(--space-3);
      font-size: var(--text-xs);
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: var(--space-6);
    }

    .hero__eyebrow::before {
      content: '';
      width: 24px; height: 1px;
      background: var(--gold);
    }

    .hero__title {
      font-family: var(--font-display);
      font-size: clamp(2.25rem, 5vw, 4rem);
      font-weight: 600;
      color: var(--white);
      line-height: 1.12;
      letter-spacing: -0.02em;
      margin-bottom: var(--space-6);
    }

    .hero__title em {
      font-style: normal;
      color: var(--gold);
    }

    .hero__text {
      font-size: var(--text-lg);
      color: rgba(255,255,255,0.60);
      line-height: 1.8;
      margin-bottom: var(--space-10);
    }

    .hero__text--centered {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero__actions {
      display: flex;
      align-items: center;
      gap: var(--space-4);
      flex-wrap: wrap;
    }

    .hero__actions--centered {
      justify-content: center;
      margin-bottom: var(--space-16);
    }

    /* Services strip */
    .hero__services-strip {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: var(--space-4);
      padding-top: var(--space-8);
      border-top: 1px solid rgba(255,255,255,0.08);
      font-size: var(--text-xs);
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.35);
    }

    .hero__strip-sep {
      display: inline-block;
      width: 1px;
      height: 12px;
      background: rgba(255,255,255,0.15);
    }

    /* ============================================================
       ABOUT
       ============================================================ */

    .about { background: var(--white); }

    .about__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-20);
      align-items: start;
    }

    .about__lead {
      font-family: var(--font-display);
      font-size: var(--text-2xl);
      font-weight: 500;
      color: var(--navy);
      line-height: 1.4;
      margin-bottom: var(--space-6);
    }

    .about__body {
      color: var(--text-light);
      line-height: 1.8;
      margin-bottom: var(--space-8);
    }

    /* Problems panel */
    .about__panel {
      background: var(--navy);
      border-radius: var(--radius-lg);
      padding: var(--space-10);
    }

    .about__panel-title {
      font-family: var(--font-display);
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--white);
      margin-bottom: var(--space-6);
    }

    .about__panel-subtitle {
      font-size: var(--text-sm);
      color: rgba(255,255,255,0.55);
      margin-bottom: var(--space-6);
      line-height: 1.6;
    }

    .problem-list { display: flex; flex-direction: column; gap: var(--space-3); }

    .problem-item {
      display: flex;
      align-items: flex-start;
      gap: var(--space-3);
      padding: var(--space-4);
      background: rgba(255,255,255,0.04);
      border-radius: var(--radius-md);
      border: 1px solid rgba(255,255,255,0.06);
      font-size: var(--text-sm);
      color: rgba(255,255,255,0.75);
      line-height: 1.5;
    }

    .problem-item__icon {
      flex-shrink: 0;
      width: 18px; height: 18px;
      margin-top: 1px;
      color: var(--gold);
    }

    /* Value props */
    .about__values {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-4);
      margin-top: var(--space-8);
    }

    .value-item {
      display: flex;
      align-items: flex-start;
      gap: var(--space-3);
    }

    .value-item__dot {
      flex-shrink: 0;
      width: 6px; height: 6px;
      margin-top: 8px;
      background: var(--gold);
      border-radius: 50%;
    }

    .value-item__text {
      font-size: var(--text-sm);
      color: var(--text-light);
      line-height: 1.5;
    }

    /* ============================================================
       SERVICES
       ============================================================ */

    .services { background: var(--off-white); }

    .services__header {
      margin-bottom: var(--space-16);
    }

    .services__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: var(--space-6);
    }

    .service-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: var(--space-10);
      transition: all var(--transition);
      position: relative;
      overflow: hidden;
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 3px; height: 0;
      background: var(--gold);
      transition: height 0.35s ease;
    }

    .service-card:hover {
      border-color: rgba(201, 168, 76, 0.25);
      box-shadow: var(--shadow-lg);
      transform: translateY(-3px);
    }

    .service-card:hover::before { height: 100%; }

    .service-card__icon {
      width: 48px; height: 48px;
      background: rgba(27, 42, 74, 0.06);
      border-radius: var(--radius-md);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: var(--space-6);
      color: var(--navy);
      transition: background var(--transition);
    }

    .service-card:hover .service-card__icon {
      background: rgba(201, 168, 76, 0.12);
      color: var(--gold-muted);
    }

    .service-card__title {
      font-family: var(--font-display);
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--navy);
      margin-bottom: var(--space-4);
      line-height: 1.3;
    }

    .service-card__desc {
      font-size: var(--text-sm);
      color: var(--text-light);
      line-height: 1.7;
      margin-bottom: var(--space-6);
    }

    .service-card__list {
      display: flex;
      flex-direction: column;
      gap: var(--space-2);
    }

    .service-card__list-item {
      display: flex;
      align-items: flex-start;
      gap: var(--space-3);
      font-size: var(--text-sm);
      color: var(--text-light);
    }

    .service-card__list-item::before {
      content: '';
      flex-shrink: 0;
      width: 4px; height: 4px;
      background: var(--gold);
      border-radius: 50%;
      margin-top: 8px;
    }

    /* ============================================================
       SECTORS
       ============================================================ */

    .sectors { background: var(--white); }

    .sectors__inner {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: var(--space-20);
      align-items: start;
    }

    .sectors__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: var(--space-4);
    }

    .sector-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: var(--space-3);
      padding: var(--space-6);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      transition: all var(--transition);
    }

    .sector-item:hover {
      border-color: var(--gold);
      background: rgba(201, 168, 76, 0.04);
    }

    .sector-item__icon {
      width: 36px; height: 36px;
      color: var(--navy);
    }

    .sector-item__name {
      font-size: var(--text-sm);
      font-weight: 600;
      color: var(--navy);
    }

    /* ============================================================
       METHODOLOGY
       ============================================================ */

    .methodology { background: var(--navy); }

    .methodology .eyebrow { color: var(--gold); }
    .methodology .eyebrow::before { background: var(--gold); }

    .methodology .section-title { color: var(--white); }

    .methodology .section-subtitle { color: rgba(255,255,255,0.55); }

    .methodology__steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: var(--space-6);
      margin-top: var(--space-16);
      position: relative;
    }

    /* Connector line between steps */
    .methodology__steps::before {
      content: '';
      position: absolute;
      top: 28px; left: calc(12.5%); right: calc(12.5%);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), rgba(201,168,76,0.3), transparent);
      pointer-events: none;
    }

    .step-card {
      text-align: center;
      padding: var(--space-8) var(--space-6);
      position: relative;
    }

    .step-card__number {
      width: 56px; height: 56px;
      border-radius: 50%;
      border: 1px solid rgba(201, 168, 76, 0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto var(--space-6);
      font-family: var(--font-display);
      font-size: var(--text-lg);
      font-weight: 600;
      color: var(--gold);
      background: rgba(201, 168, 76, 0.06);
      position: relative;
      z-index: 1;
    }

    .step-card__title {
      font-family: var(--font-display);
      font-size: var(--text-lg);
      font-weight: 600;
      color: var(--white);
      margin-bottom: var(--space-3);
    }

    .step-card__desc {
      font-size: var(--text-sm);
      color: rgba(255,255,255,0.5);
      line-height: 1.7;
    }

    /* ============================================================
       CTA SECTION
       ============================================================ */

    .cta-section { background: var(--off-white); }

    .cta-section__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-20);
      align-items: start;
    }

    .cta-section__title {
      font-family: var(--font-display);
      font-size: var(--text-4xl);
      font-weight: 600;
      color: var(--navy);
      line-height: 1.2;
      margin-bottom: var(--space-6);
    }

    .cta-section__text {
      font-size: var(--text-lg);
      color: var(--text-light);
      line-height: 1.75;
      margin-bottom: var(--space-8);
    }

    /* Contact Form */
    .form {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: var(--space-10);
      box-shadow: var(--shadow-md);
    }

    .form__title {
      font-family: var(--font-display);
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--navy);
      margin-bottom: var(--space-2);
    }

    .form__subtitle {
      font-size: var(--text-sm);
      color: var(--text-muted);
      margin-bottom: var(--space-8);
    }

    .form__row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-4);
    }

    .form__group {
      display: flex;
      flex-direction: column;
      gap: var(--space-2);
      margin-bottom: var(--space-5);
    }

    .form__label {
      font-size: var(--text-xs);
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-light);
    }

    .form__input,
    .form__select,
    .form__textarea {
      font-family: var(--font-body);
      font-size: var(--text-sm);
      color: var(--text);
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: var(--space-3) var(--space-4);
      transition: border-color var(--transition), box-shadow var(--transition);
      appearance: none;
      width: 100%;
    }

    .form__input:focus,
    .form__select:focus,
    .form__textarea:focus {
      outline: none;
      border-color: var(--navy);
      box-shadow: 0 0 0 3px rgba(27, 42, 74, 0.08);
    }

    .form__textarea {
      resize: vertical;
      min-height: 100px;
    }

    .form__select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C6478' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 36px;
    }

    .form__submit {
      width: 100%;
      justify-content: center;
      padding: var(--space-4) var(--space-8);
      font-size: var(--text-base);
    }

    .form__note {
      font-size: var(--text-xs);
      color: var(--text-muted);
      text-align: center;
      margin-top: var(--space-4);
    }

    /* ============================================================
       FOOTER
       ============================================================ */

    .footer {
      background: var(--navy-deep);
      color: rgba(255,255,255,0.6);
      padding: var(--space-20) 0 var(--space-10);
    }

    .footer__grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: var(--space-16);
      margin-bottom: var(--space-16);
      padding-bottom: var(--space-16);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .footer__brand {}

    .footer__logo {
      height: 36px;
      filter: brightness(0) invert(1);
      margin-bottom: var(--space-6);
    }

    .footer__tagline {
      font-size: var(--text-sm);
      color: rgba(255,255,255,0.45);
      line-height: 1.7;
      max-width: 280px;
    }

    .footer__col-title {
      font-size: var(--text-xs);
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--white);
      margin-bottom: var(--space-5);
    }

    .footer__links {
      display: flex;
      flex-direction: column;
      gap: var(--space-3);
    }

    .footer__link {
      font-size: var(--text-sm);
      color: rgba(255,255,255,0.5);
      transition: color var(--transition);
    }

    .footer__link:hover { color: var(--gold); }

    .footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: var(--space-4);
    }

    .footer__copy {
      font-size: var(--text-xs);
      color: rgba(255,255,255,0.3);
    }

    /* Gold rule — structural brand element */
    .gold-rule {
      width: 48px;
      height: 2px;
      background: var(--gold);
      margin: var(--space-6) 0;
    }

    /* ============================================================
       ANIMATIONS
       ============================================================ */

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .fade-up {
      opacity: 1;
      transform: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .fade-up, .hero__content, .hero__panel { animation: none; transition: none; }
      .fade-up { opacity: 1; transform: none; }
    }

    /* ============================================================
       RESPONSIVE
       ============================================================ */

    @media (max-width: 1024px) {
      .about__inner { grid-template-columns: 1fr; }
      .services__grid { grid-template-columns: 1fr; }
      .cta-section__inner { grid-template-columns: 1fr; }
      .sectors__inner { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      .nav__links { display: none; }
      .nav__hamburger { display: flex; }
      .methodology__steps { grid-template-columns: 1fr 1fr; }
      .methodology__steps::before { display: none; }
      .sectors__grid { grid-template-columns: 1fr 1fr; }
      .footer__grid { grid-template-columns: 1fr; gap: var(--space-10); }
      .form__row { grid-template-columns: 1fr; }
      .section-title { font-size: var(--text-3xl); }
      .hero__title { font-size: var(--text-4xl); }
      .about__values { grid-template-columns: 1fr; }
    }

    @media (max-width: 480px) {
      .container { padding: 0 var(--space-5); }
      .methodology__steps { grid-template-columns: 1fr; }
      .sectors__grid { grid-template-columns: 1fr; }
      .hero__actions { flex-direction: column; align-items: flex-start; }
    }/* End custom CSS */