:root {
      --bg: #050505;
      --bg-soft: #09090b;
      --bg-elevated: #101013;
      --bg-elevated-2: #16161a;
      --surface: rgba(255, 255, 255, 0.035);
      --surface-hover: rgba(255, 255, 255, 0.065);
      --line: rgba(255, 255, 255, 0.085);
      --line-strong: rgba(212, 175, 55, 0.32);
      --text: #f7f7f4;
      --text-soft: #d1d1ca;
      --text-muted: #96968f;
      --gold: #d4af37;
      --gold-light: #f3dc83;
      --gold-dark: #856a19;
      --success: #87d895;
      --warning: #e9ca70;
      --danger: #e58a8a;
      --radius-sm: 12px;
      --radius-md: 18px;
      --radius-lg: 26px;
      --radius-xl: 36px;
      --radius-pill: 999px;
      --shadow-sm: 0 12px 36px rgba(0, 0, 0, 0.28);
      --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.48);
      --shadow-gold: 0 0 0 1px rgba(212, 175, 55, 0.12), 0 18px 50px rgba(212, 175, 55, 0.09);
      --max-width: 1280px;
      --transition: 220ms cubic-bezier(0.16, 1, 0.3, 1);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 112px;
    }

    body {
      margin: 0;
      min-width: 320px;
      overflow-x: hidden;
      color: var(--text);
      background:
        radial-gradient(circle at 50% -5%, rgba(212, 175, 55, 0.11), transparent 27%),
        radial-gradient(circle at 8% 27%, rgba(212, 175, 55, 0.05), transparent 24%),
        radial-gradient(circle at 92% 38%, rgba(212, 175, 55, 0.045), transparent 22%),
        linear-gradient(180deg, #040404 0%, #060607 42%, #09090a 100%);
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    body.menu-open {
      overflow: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input {
      font: inherit;
    }

    button {
      border: 0;
      color: inherit;
      background: none;
      cursor: pointer;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    :focus-visible {
      outline: 2px solid var(--gold-light);
      outline-offset: 3px;
    }

    .container {
      width: min(var(--max-width), calc(100% - 32px));
      margin-inline: auto;
    }

    .page-view[hidden] {
      display: none !important;
    }

    .section {
      position: relative;
      padding: 54px 0;
    }

    .section + .section {
      border-top: 1px solid rgba(255, 255, 255, 0.035);
    }

    .section-shell {
      position: relative;
      overflow: hidden;
      padding: 36px 30px;
      border: 1px solid var(--line);
      border-radius: 32px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.012)),
        rgba(9, 9, 11, 0.91);
      box-shadow: var(--shadow-sm);
      backdrop-filter: blur(12px);
    }

    .section-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 12% 0%, rgba(212, 175, 55, 0.09), transparent 24%),
        linear-gradient(135deg, rgba(212, 175, 55, 0.07), transparent 30%);
      opacity: 0.75;
    }

    .section-shell > * {
      position: relative;
      z-index: 1;
    }

    .section-header {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 28px;
    }

    .section-title-wrap {
      max-width: 890px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 36px;
      padding: 0 14px;
      border: 1px solid rgba(212, 175, 55, 0.23);
      border-radius: var(--radius-pill);
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.07);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .eyebrow-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 14px rgba(212, 175, 55, 0.8);
    }

    .section-title {
      margin: 16px 0 12px;
      font-size: clamp(2.15rem, 4vw, 4.5rem);
      line-height: 1;
      letter-spacing: -0.055em;
      font-weight: 900;
    }

    .highlight {
      color: var(--gold-light);
    }

    .section-copy {
      max-width: 850px;
      margin: 0;
      color: var(--text-muted);
      font-size: clamp(1rem, 1.35vw, 1.24rem);
      line-height: 1.72;
    }

    .small-copy {
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .muted {
      color: var(--text-muted);
    }

    .gold-text {
      color: var(--gold-light);
    }

    .text-center {
      text-align: center;
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    /* Promo */
    .promo-bar {
      position: relative;
      z-index: 70;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      background:
        linear-gradient(90deg, rgba(212, 175, 55, 0.055), rgba(212, 175, 55, 0.012)),
        rgba(5, 5, 6, 0.97);
    }

    .promo-inner {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 9px 0;
      color: var(--text-soft);
      font-size: 13px;
      text-align: center;
    }

    .promo-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 11px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(212, 175, 55, 0.23);
      background: rgba(212, 175, 55, 0.07);
      color: var(--gold-light);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 60;
      border-bottom: 1px solid rgba(255, 255, 255, 0.055);
      background: rgba(6, 6, 7, 0.88);
      backdrop-filter: blur(16px);
    }

    .header-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      min-width: 0;
      display: inline-flex;
      align-items: center;
      gap: 13px;
      flex-shrink: 0;
    }

    .brand-mark {
      position: relative;
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 1px solid rgba(212, 175, 55, 0.32);
      border-radius: 15px;
      background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.23), rgba(212, 175, 55, 0.05)),
        #101012;
      box-shadow: var(--shadow-gold);
    }

    .brand-mark::before {
      content: "";
      position: absolute;
      inset: 6px;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 10px;
    }

    .brand-mark span {
      position: relative;
      color: var(--gold-light);
      font-size: 17px;
      font-weight: 900;
      letter-spacing: -0.06em;
    }

    .brand-copy {
      min-width: 0;
      display: grid;
      gap: 3px;
    }

    .brand-name {
      font-size: 18px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.035em;
      white-space: nowrap;
    }

    .brand-tagline {
      color: var(--text-muted);
      font-size: 11px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .nav-link {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 15px;
      border-radius: 14px;
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 700;
      transition: color var(--transition), background var(--transition), transform var(--transition);
    }

    .nav-link:hover,
    .nav-link.is-active {
      color: var(--text);
      background: rgba(255, 255, 255, 0.05);
      transform: translateY(-1px);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .menu-toggle {
      width: 46px;
      height: 46px;
      display: none;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: var(--surface);
      font-size: 20px;
    }

    .mobile-nav {
      display: none;
      padding: 0 0 16px;
    }

    .mobile-nav.is-open {
      display: block;
    }

    .mobile-nav-grid {
      display: grid;
      gap: 8px;
      padding-top: 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.055);
    }

    .mobile-nav-grid a,
    .mobile-company-link {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 15px;
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.035);
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 700;
    }

    .mobile-company-list {
      display: grid;
      gap: 8px;
    }

    /* Buttons */
    .btn {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 21px;
      border: 1px solid transparent;
      border-radius: 16px;
      font-weight: 800;
      letter-spacing: -0.015em;
      white-space: nowrap;
      transition:
        transform var(--transition),
        color var(--transition),
        background var(--transition),
        border-color var(--transition),
        box-shadow var(--transition),
        opacity var(--transition);
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      color: #151207;
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
      box-shadow: 0 13px 34px rgba(212, 175, 55, 0.19);
    }

    .btn-primary:hover {
      box-shadow: 0 18px 42px rgba(212, 175, 55, 0.27);
    }

    .btn-secondary {
      color: var(--text);
      border-color: rgba(212, 175, 55, 0.21);
      background: rgba(255, 255, 255, 0.04);
    }

    .btn-secondary:hover {
      border-color: rgba(212, 175, 55, 0.38);
      background: rgba(255, 255, 255, 0.07);
    }

    .btn-ghost {
      min-height: 44px;
      padding: 0 16px;
      border-color: var(--line);
      border-radius: 14px;
      color: var(--text-soft);
      background: rgba(255, 255, 255, 0.035);
    }

    .btn-ghost:hover {
      color: var(--text);
      background: rgba(255, 255, 255, 0.065);
    }

    .btn-small {
      min-height: 42px;
      padding: 0 15px;
      border-radius: 13px;
      font-size: 13px;
    }

    .btn[aria-disabled="true"] {
      pointer-events: none;
      opacity: 0.58;
    }

    /* Hero */
    .hero {
      padding: 22px 0 26px;
    }

    .hero-shell {
      position: relative;
      min-height: 500px;
      display: grid;
      align-items: center;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6)),
        radial-gradient(circle at 50% 18%, rgba(212, 175, 55, 0.15), transparent 27%),
        linear-gradient(145deg, #0b0b0d 0%, #060607 58%, #0a0a0b 100%);
      box-shadow: var(--shadow-lg);
      isolation: isolate;
    }

    .hero-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
    }

    .hero-shell::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 62px;
      width: min(920px, 86%);
      height: 180px;
      z-index: -1;
      transform: translateX(-50%);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(212, 175, 55, 0.17), transparent 66%);
      filter: blur(30px);
    }

    .hero-visual {
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
    }

    .market-line {
      position: absolute;
      left: 8%;
      right: 8%;
      bottom: 82px;
      height: 205px;
      opacity: 0.55;
    }

    .market-line svg {
      width: 100%;
      height: 100%;
    }

    .hero-content {
      width: 100%;
      padding: 46px 28px 54px;
      text-align: center;
    }

    .hero-copy {
      max-width: 1050px;
      margin-inline: auto;
    }

    .hero-kicker {
      margin: 20px 0 18px;
      color: rgba(255, 255, 255, 0.84);
      font-size: clamp(1rem, 1.8vw, 1.55rem);
      font-weight: 500;
      letter-spacing: -0.025em;
    }

    .hero-title {
      margin: 0;
      font-size: clamp(3rem, 7vw, 6.2rem);
      line-height: 0.88;
      letter-spacing: -0.078em;
      font-weight: 900;
    }

    .hero-title span {
      display: block;
      color: var(--gold-light);
    }

    .hero-subtitle {
      max-width: 850px;
      margin: 20px auto 0;
      color: var(--text-muted);
      font-size: clamp(1rem, 1.5vw, 1.3rem);
      line-height: 1.72;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .hero-metrics {
      max-width: 840px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin: 30px auto 0;
    }

    .metric {
      min-height: 92px;
      display: grid;
      align-content: center;
      gap: 8px;
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, 0.065);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.027);
      backdrop-filter: blur(10px);
    }

    .metric strong {
      color: var(--text);
      font-size: 23px;
      line-height: 1;
      letter-spacing: -0.045em;
    }

    .metric span {
      color: var(--text-muted);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* Generic grids and cards */
    .grid {
      display: grid;
      gap: 18px;
    }

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

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

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

    .card {
      position: relative;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.075);
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.012)),
        rgba(12, 12, 14, 0.94);
      box-shadow: var(--shadow-sm);
      transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 175, 55, 0.25);
      box-shadow: 0 20px 52px rgba(0, 0, 0, 0.37);
    }

    .card-body {
      padding: 24px;
    }

    .card-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .badge {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0 11px;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: var(--radius-pill);
      color: var(--text-soft);
      background: rgba(255, 255, 255, 0.035);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .badge.gold {
      border-color: rgba(212, 175, 55, 0.22);
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.07);
    }

    .badge.success {
      border-color: rgba(135, 216, 149, 0.18);
      color: var(--success);
      background: rgba(135, 216, 149, 0.07);
    }

    .company-avatar,
    .tool-icon {
      display: grid;
      place-items: center;
      flex-shrink: 0;
      border: 1px solid rgba(212, 175, 55, 0.22);
      color: var(--gold-light);
      background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.17), rgba(212, 175, 55, 0.035)),
        rgba(255, 255, 255, 0.025);
      box-shadow: var(--shadow-gold);
    }

    .company-avatar {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      font-size: 17px;
      font-weight: 900;
      letter-spacing: -0.045em;
    }

    .company-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .company-card .card-body {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .company-heading {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .company-heading-copy {
      min-width: 0;
    }

    .company-name {
      margin: 0;
      font-size: 21px;
      line-height: 1.15;
      font-weight: 850;
      letter-spacing: -0.038em;
    }

    .company-category {
      margin-top: 5px;
      color: var(--text-muted);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.065em;
      text-transform: uppercase;
    }

    .company-description {
      margin: 0;
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .feature-list {
      display: grid;
      gap: 11px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.55;
    }

    .feature-list li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      margin-top: 1px;
      border-radius: 50%;
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.08);
      font-size: 11px;
      font-weight: 900;
    }

    .card-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: auto;
      padding-top: 4px;
    }

    /* Offer cards */
    .offer-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .offer-card .card-body {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .offer-value {
      margin: 0;
      color: var(--success);
      font-size: clamp(2.4rem, 4vw, 4rem);
      line-height: 0.93;
      letter-spacing: -0.065em;
      font-weight: 900;
    }

    .offer-label {
      margin: 7px 0 0;
      color: var(--text-muted);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .coupon-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 15px;
      border: 1px dashed rgba(212, 175, 55, 0.31);
      border-radius: 16px;
      background: rgba(212, 175, 55, 0.055);
    }

    .tool-offer-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
      align-items: center;
      gap: 20px;
      margin-bottom: 24px;
      padding: 18px 20px;
      border: 1px solid rgba(212, 175, 55, 0.16);
      border-radius: 20px;
      background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.035), transparent 42%),
        rgba(10, 10, 12, 0.82);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
    }

    .tool-offer-main {
      min-width: 0;
      display: grid;
      gap: 10px;
    }

    .tool-offer-heading {
      display: flex;
      align-items: center;
      gap: 10px 14px;
      flex-wrap: wrap;
    }

    .tool-offer-heading .badge {
      flex-shrink: 0;
    }

    .tool-offer-main h3 {
      margin: 0;
      font-size: clamp(1.08rem, 1.55vw, 1.35rem);
      line-height: 1.25;
      letter-spacing: -0.025em;
    }

    .tool-offer-main p {
      max-width: 860px;
      margin: 0;
      color: var(--text-muted);
      font-size: 12.5px;
      line-height: 1.65;
    }

    .tool-offer-main p strong {
      color: var(--gold-light);
    }

    .tool-offer-perks {
      display: flex;
      align-items: stretch;
      gap: 8px;
      flex-wrap: wrap;
    }

    .tool-offer-perk {
      min-width: 0;
      flex: 1 1 210px;
      display: grid;
      grid-template-columns: 20px minmax(0, 1fr);
      align-items: start;
      gap: 8px;
      padding: 9px 11px;
      border: 1px solid rgba(255, 255, 255, 0.055);
      border-radius: 13px;
      background: rgba(255, 255, 255, 0.022);
    }

    .tool-offer-perk::before {
      content: "✓";
      width: 20px;
      height: 20px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.08);
      font-size: 10px;
      font-weight: 900;
    }

    .tool-offer-perk-copy {
      min-width: 0;
      display: grid;
      gap: 2px;
    }

    .tool-offer-perk strong {
      color: var(--text-soft);
      font-size: 11px;
      line-height: 1.4;
    }

    .tool-offer-perk span {
      color: var(--text-muted);
      font-size: 10.5px;
      line-height: 1.45;
    }

    .tool-offer-actions {
      min-width: 0;
      display: grid;
      gap: 9px;
    }

    .tool-offer-actions .btn,
    .tool-offer-coupon {
      width: 100%;
    }

    .tool-offer-actions .btn {
      min-height: 44px;
      padding-inline: 15px;
      border-radius: 14px;
      font-size: 12px;
    }

    .tool-offer-coupon {
      padding: 10px 11px;
      border-style: solid;
      border-radius: 14px;
      background: rgba(212, 175, 55, 0.035);
    }

    .tool-offer-coupon .coupon-meta span {
      font-size: 9px;
    }

    .tool-offer-coupon .coupon-meta strong {
      margin-top: 3px;
      font-size: 13px;
    }

    .tool-offer-coupon .copy-button {
      width: 36px;
      height: 36px;
      border-radius: 11px;
    }

    .tool-promo-page {
      margin-top: 20px;
    }

    .tool-promo-page .tool-offer-panel {
      margin-bottom: 0;
    }

    .coupon-meta {
      min-width: 0;
    }

    .coupon-meta span {
      display: block;
      color: var(--text-muted);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    .coupon-meta strong {
      display: block;
      overflow: hidden;
      margin-top: 5px;
      color: var(--gold-light);
      font-size: 15px;
      letter-spacing: 0.1em;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .copy-button {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      border: 1px solid rgba(255, 255, 255, 0.075);
      border-radius: 13px;
      color: var(--text-soft);
      background: rgba(255, 255, 255, 0.045);
      transition: color var(--transition), background var(--transition), border-color var(--transition);
    }

    .copy-button:hover {
      border-color: rgba(212, 175, 55, 0.26);
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.09);
    }

    .offer-note {
      margin: 0;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.6;
    }

    /* Tools */

    .tool-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .tool-card[hidden] {
      display: none;
    }

    .tool-card .card-body {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .tool-card .tool-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      font-size: 19px;
    }

    .tool-icon {
      width: 52px;
      height: 52px;
      border-radius: 17px;
      font-size: 22px;
    }


    .tool-meta {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .tool-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: var(--radius-pill);
      color: var(--text-soft);
      background: rgba(255, 255, 255, 0.035);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.065em;
      text-transform: uppercase;
    }


    /* CTA */
    .cta-shell {
      position: relative;
      overflow: hidden;
      padding: 56px 32px;
      border: 1px solid rgba(212, 175, 55, 0.25);
      border-radius: 30px;
      text-align: center;
      background:
        radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.17), transparent 40%),
        linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.017)),
        #0a0a0c;
      box-shadow: var(--shadow-gold);
    }

    .cta-shell h2 {
      max-width: 820px;
      margin: 0 auto;
      font-size: clamp(2.2rem, 4.7vw, 5rem);
      line-height: 0.98;
      letter-spacing: -0.06em;
    }

    .cta-shell p {
      max-width: 690px;
      margin: 20px auto 0;
      color: var(--text-muted);
      line-height: 1.7;
    }

    .cta-actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    /* Company page */
    .company-page {
      padding: 38px 0 80px;
    }

    .company-page-hero {
      position: relative;
      overflow: hidden;
      padding: 54px 38px;
      border: 1px solid var(--line);
      border-radius: 32px;
      background:
        radial-gradient(circle at 84% 15%, rgba(212, 175, 55, 0.15), transparent 27%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 46%),
        #0a0a0c;
      box-shadow: var(--shadow-lg);
    }

    .company-page-hero::after {
      content: attr(data-mark);
      position: absolute;
      right: 3%;
      bottom: -7%;
      color: rgba(255, 255, 255, 0.025);
      font-size: clamp(8rem, 24vw, 20rem);
      line-height: 0.8;
      font-weight: 900;
      letter-spacing: -0.09em;
      pointer-events: none;
    }

    .back-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 28px;
      color: var(--text-muted);
      font-size: 13px;
      font-weight: 750;
      transition: color var(--transition);
    }

    .back-link:hover {
      color: var(--gold-light);
    }

    .company-page-head {
      position: relative;
      z-index: 1;
      max-width: 920px;
    }

    .company-page-heading {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 24px;
    }

    .company-page-heading .company-avatar {
      width: 72px;
      height: 72px;
      border-radius: 21px;
      font-size: 20px;
    }

    .company-page-title {
      margin: 0;
      font-size: clamp(3rem, 7vw, 6.7rem);
      line-height: 0.92;
      letter-spacing: -0.07em;
      font-weight: 900;
    }

    .company-page-lead {
      max-width: 800px;
      margin: 22px 0 0;
      color: var(--text-muted);
      font-size: clamp(1rem, 1.5vw, 1.25rem);
      line-height: 1.72;
    }

    .company-page-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .company-facts {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 36px;
    }

    .fact-card {
      min-height: 98px;
      display: grid;
      align-content: center;
      gap: 7px;
      padding: 17px;
      border: 1px solid rgba(255, 255, 255, 0.065);
      border-radius: 17px;
      background: rgba(255, 255, 255, 0.03);
    }

    .fact-card span {
      color: var(--text-muted);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.085em;
      text-transform: uppercase;
    }

    .fact-card strong {
      color: var(--text);
      font-size: 14px;
      line-height: 1.4;
    }

    .company-detail-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.8fr);
      gap: 20px;
      margin-top: 22px;
    }

    .company-detail-grid--single {
      grid-template-columns: 1fr;
    }

    .detail-panel {
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(12, 12, 14, 0.88);
      box-shadow: var(--shadow-sm);
    }

    .detail-panel h2,
    .detail-panel h3 {
      margin: 0;
      letter-spacing: -0.035em;
    }

    .detail-panel h2 {
      font-size: clamp(1.8rem, 3vw, 3rem);
    }

    .detail-panel h3 {
      font-size: 19px;
    }

    .detail-panel > p {
      margin: 14px 0 0;
      color: var(--text-muted);
      line-height: 1.75;
    }

    .detail-list {
      display: grid;
      gap: 12px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    .detail-list li {
      display: grid;
      grid-template-columns: 30px minmax(0, 1fr);
      gap: 11px;
      color: var(--text-soft);
      line-height: 1.65;
    }

    .detail-list-icon {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.08);
      font-size: 12px;
      font-weight: 900;
    }

    .detail-offer {
      position: sticky;
      top: 102px;
      align-self: start;
    }

    .detail-offer .offer-value {
      margin-top: 18px;
    }

    .detail-caution {
      margin-top: 20px;
      padding: 16px;
      border: 1px solid rgba(233, 202, 112, 0.16);
      border-radius: 15px;
      color: var(--text-muted);
      background: rgba(233, 202, 112, 0.045);
      font-size: 12px;
      line-height: 1.65;
    }

    /* Footer */
    .site-footer {
      padding: 32px 0 52px;
    }

    .footer-shell {
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: 30px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.012)),
        rgba(9, 9, 11, 0.93);
      box-shadow: var(--shadow-sm);
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
      gap: 34px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .footer-brand p {
      max-width: 360px;
      margin: 18px 0 0;
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.75;
    }

    .footer-title {
      margin: 0 0 16px;
      font-size: 13px;
      font-weight: 850;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    .footer-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-list a,
    .footer-list span {
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.55;
      transition: color var(--transition);
    }

    .footer-list a:hover {
      color: var(--gold-light);
    }

    .footer-legal {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      padding: 28px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .legal-block h3 {
      margin: 0 0 10px;
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .legal-block p {
      margin: 0;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.7;
    }

    .footer-bottom {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      padding-top: 24px;
    }

    .footer-bottom p {
      max-width: 820px;
      margin: 0;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.7;
    }

    .copyright {
      flex-shrink: 0;
      color: var(--text-soft);
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
    }

    /* Toast */
    .toast {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 100;
      max-width: min(360px, calc(100% - 40px));
      padding: 14px 17px;
      border: 1px solid rgba(212, 175, 55, 0.28);
      border-radius: 14px;
      color: var(--text-soft);
      background: rgba(15, 15, 17, 0.96);
      box-shadow: var(--shadow-lg);
      font-size: 13px;
      font-weight: 700;
      opacity: 0;
      transform: translateY(14px);
      pointer-events: none;
      transition: opacity var(--transition), transform var(--transition);
    }

    .toast.is-visible {
      opacity: 1;
      transform: translateY(0);
    }


    /* Navegación desplegable */
    .nav-dropdown {
      position: relative;
    }

    .nav-trigger {
      gap: 7px;
    }

    .nav-caret {
      color: var(--gold-light);
      font-size: 11px;
      transition: transform var(--transition);
    }

    .nav-dropdown:hover .nav-caret,
    .nav-dropdown:focus-within .nav-caret {
      transform: rotate(180deg);
    }

    .dropdown-panel {
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      width: 318px;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        rgba(10, 10, 12, 0.985);
      box-shadow: var(--shadow-lg);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate(-50%, -8px);
      transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
    }

    .dropdown-panel::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -12px;
      height: 12px;
    }

    .dropdown-panel.tools-dropdown {
      width: min(690px, calc(100vw - 36px));
    }

    .nav-dropdown:hover .dropdown-panel,
    .nav-dropdown:focus-within .dropdown-panel {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .dropdown-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 7px 8px 12px;
      color: var(--text-muted);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    .dropdown-grid {
      display: grid;
      gap: 6px;
    }

    .dropdown-grid.tools-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dropdown-item {
      min-width: 0;
      display: grid;
      grid-template-columns: 40px minmax(0, 1fr) auto;
      align-items: center;
      gap: 11px;
      padding: 10px;
      border: 1px solid transparent;
      border-radius: 14px;
      transition: border-color var(--transition), background var(--transition), transform var(--transition);
    }

    .dropdown-item:hover {
      border-color: rgba(212, 175, 55, 0.18);
      background: rgba(255, 255, 255, 0.045);
      transform: translateY(-1px);
    }

    .dropdown-icon {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(212, 175, 55, 0.19);
      border-radius: 12px;
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.07);
      font-size: 12px;
      font-weight: 900;
    }

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

    .dropdown-copy strong,
    .dropdown-copy span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .dropdown-copy strong {
      color: var(--text);
      font-size: 12px;
      line-height: 1.35;
    }

    .dropdown-copy span {
      margin-top: 3px;
      color: var(--text-muted);
      font-size: 10px;
      line-height: 1.35;
    }

    .dropdown-arrow {
      color: var(--gold-light);
      font-size: 14px;
    }

    .dropdown-footer {
      display: flex;
      justify-content: flex-end;
      margin-top: 8px;
      padding: 10px 8px 2px;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .dropdown-footer a {
      color: var(--gold-light);
      font-size: 12px;
      font-weight: 800;
    }

    .mobile-nav-label {
      padding: 9px 4px 2px;
      color: var(--text-muted);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    .mobile-tool-list {
      display: grid;
      gap: 8px;
    }

    .mobile-tool-link {
      font-size: 12px !important;
    }

    .catalog-action-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-top: 22px;
      padding: 18px 20px;
      border: 1px solid rgba(255, 255, 255, 0.065);
      border-radius: 19px;
      background: rgba(255, 255, 255, 0.025);
    }

    .catalog-action-copy {
      min-width: 0;
      display: grid;
      gap: 5px;
    }

    .catalog-action-copy strong {
      color: var(--text);
      font-size: 14px;
      letter-spacing: -0.02em;
    }

    .catalog-action-copy span {
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.55;
    }


    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    .benefit-card {
      min-height: 132px;
      padding: 19px;
      border: 1px solid rgba(255, 255, 255, 0.065);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.026);
    }

    .benefit-card strong {
      display: block;
      color: var(--gold-light);
      font-size: 14px;
      line-height: 1.4;
    }

    .benefit-card p {
      margin: 9px 0 0;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.62;
    }

    @media (max-width: 980px) {
      .benefit-grid {
        grid-template-columns: 1fr;
      }
    }




    /* Logotipos reutilizables */
    .brand-mark-image {
      padding: 0;
      background: #050505;
    }

    .brand-mark-image::before {
      display: none;
    }

    .brand-mark-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .company-logo-frame {
      display: grid;
      place-items: center;
      flex-shrink: 0;
      width: 96px;
      height: 62px;
      overflow: hidden;
      padding: 7px;
      border: 1px solid rgba(212, 175, 55, 0.22);
      border-radius: 18px;
      background: #0a0a0c;
      box-shadow: var(--shadow-gold);
    }

    .company-logo-frame.theme-light {
      background: #ffffff;
    }

    .company-logo-frame img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .company-logo-frame.logo-compact {
      width: 54px;
      height: 42px;
      padding: 5px;
      border-radius: 13px;
    }

    .company-logo-frame.logo-page {
      width: 144px;
      height: 90px;
      padding: 10px;
      border-radius: 22px;
    }

    /* Variante reutilizable para logotipos cuadrados */
    .company-logo-frame.logo-shape-square {
      width: 62px;
      height: 62px;
      padding: 0;
    }

    .company-logo-frame.logo-shape-square.logo-compact {
      width: 48px;
      height: 48px;
      padding: 0;
    }

    .company-logo-frame.logo-shape-square.logo-page {
      width: 90px;
      height: 90px;
      padding: 0;
    }

    .company-logo-frame.logo-shape-square img {
      object-fit: cover;
      object-position: center;
    }

    .offer-brand {
      display: flex;
      align-items: center;
      gap: 11px;
      min-width: 0;
    }

    .offer-card .card-topline {
      align-items: center;
      flex-wrap: wrap;
      row-gap: 10px;
    }

    .offer-card .offer-brand {
      flex: 1 1 auto;
    }

    .offer-card .card-topline > .badge {
      max-width: 100%;
      margin-left: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    /* Se conserva la información de promoción en los datos, pero no se muestra para evitar cruces visuales. */
    .offer-promo-badge {
      display: none !important;
    }

    .dropdown-icon.has-logo {
      overflow: hidden;
      padding: 4px;
      background: #0a0a0c;
    }

    .dropdown-icon.has-logo.theme-light {
      background: #ffffff;
    }

    .dropdown-icon.has-logo.logo-shape-square {
      padding: 0;
    }

    .dropdown-icon.has-logo.logo-shape-square img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .dropdown-icon.has-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* Guías y artículos: un único sistema reutilizable */
    .guide-card {
      min-height: 100%;
    }

    .guide-card .card-body {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .guide-card h3 {
      margin: 0;
      font-size: clamp(1.55rem, 2.5vw, 2.25rem);
      line-height: 1.12;
      letter-spacing: -0.045em;
    }

    .guide-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.72;
    }


    .article-page {
      padding: 38px 0 86px;
    }

    .article-shell {
      width: min(980px, 100%);
      margin-inline: auto;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 32px;
      background:
        radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.10), transparent 24%),
        rgba(10, 10, 12, 0.94);
      box-shadow: var(--shadow-lg);
    }

    .article-hero {
      padding: 48px 42px 38px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    }

    .article-hero h1 {
      max-width: 820px;
      margin: 18px 0 0;
      font-size: clamp(2.7rem, 6.5vw, 6rem);
      line-height: 0.95;
      letter-spacing: -0.065em;
    }

    .article-hero p {
      max-width: 760px;
      margin: 20px 0 0;
      color: var(--text-muted);
      font-size: clamp(1rem, 1.4vw, 1.2rem);
      line-height: 1.72;
    }

    .article-body {
      padding: 42px;
    }

    .article-content {
      color: var(--text-soft);
      font-size: 16px;
      line-height: 1.82;
    }

    .article-content h2,
    .article-content h3,
    .article-content h4 {
      color: var(--text);
      letter-spacing: -0.035em;
    }

    .article-content h2 {
      margin: 58px 0 18px;
      font-size: clamp(2rem, 4vw, 3.45rem);
      line-height: 1.04;
    }

    .article-content h2:first-of-type {
      margin-top: 22px;
    }

    .article-content h3 {
      margin: 38px 0 14px;
      font-size: clamp(1.35rem, 2.5vw, 2rem);
      line-height: 1.16;
    }

    .article-content h4 {
      margin: 28px 0 10px;
      font-size: 1.08rem;
      line-height: 1.35;
    }

    .article-content p {
      margin: 0 0 18px;
    }

    .article-content ul {
      display: grid;
      gap: 10px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }

    .article-content li {
      position: relative;
      padding-left: 28px;
    }

    .article-content li::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 0.74em;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 12px rgba(212, 175, 55, 0.52);
    }

    .article-source {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      margin: 30px 0 4px;
      padding: 0 13px;
      border: 1px solid rgba(212, 175, 55, 0.22);
      border-radius: var(--radius-pill);
      color: var(--gold-light);
      background: rgba(212, 175, 55, 0.07);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.06em;
    }

    .article-source:first-child {
      margin-top: 0;
    }

    .article-highlight-box {
      margin: 24px 0;
      padding: 22px;
      border: 1px solid rgba(212, 175, 55, 0.18);
      border-radius: 19px;
      background: rgba(212, 175, 55, 0.045);
    }

    .article-highlight-box > :last-child {
      margin-bottom: 0;
    }

    .article-image {
      margin: 24px 0 34px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 20px;
      background: #ffffff;
      box-shadow: var(--shadow-sm);
    }

    .article-image img {
      width: 100%;
      height: auto;
    }

    .article-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 44px;
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.065);
    }

    .article-actions--navigation {
      justify-content: space-between;
    }

    .article-actions--navigation-next-only {
      justify-content: flex-end;
    }


    .guide-card--preview .guide-description,
    .guide-card--archive .guide-description {
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
    }

    .guide-card--preview .guide-description {
      -webkit-line-clamp: 4;
    }

    .guide-card--archive .guide-description {
      -webkit-line-clamp: 3;
    }

    .guide-home-actions {
      display: flex;
      justify-content: center;
      margin-top: 28px;
    }

    .guide-archive-header {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 28px;
    }

    .guide-archive-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 24px;
    }

    .guide-search {
      width: min(560px, 100%);
      display: grid;
      gap: 8px;
    }

    .guide-search span {
      color: var(--text-muted);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .guide-search input {
      width: 100%;
      min-height: 50px;
      padding: 0 16px;
      border: 1px solid var(--line);
      border-radius: 16px;
      outline: none;
      color: var(--text);
      background: rgba(255, 255, 255, 0.035);
      transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
    }

    .guide-search input::placeholder {
      color: var(--text-muted);
    }

    .guide-search input:focus {
      border-color: rgba(212, 175, 55, 0.38);
      background: rgba(255, 255, 255, 0.055);
      box-shadow: var(--shadow-gold);
    }

    .guide-results-meta {
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.5;
      white-space: nowrap;
    }

    .guide-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .guide-pagination .btn {
      min-width: 44px;
      padding-inline: 14px;
    }

    .guide-empty {
      grid-column: 1 / -1;
      padding: 34px 22px;
      border: 1px dashed rgba(212, 175, 55, 0.22);
      border-radius: 20px;
      color: var(--text-muted);
      background: rgba(212, 175, 55, 0.035);
      text-align: center;
      line-height: 1.7;
    }

    @media (max-width: 1120px) {
      .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .footer-top > :last-child {
        grid-column: auto;
      }
    }

    @media (max-width: 640px) {
      .company-logo-frame {
        width: 86px;
        height: 56px;
      }

      .company-logo-frame.logo-page {
        width: 124px;
        height: 78px;
      }

      .article-shell {
        border-radius: 24px;
      }

      .article-hero,
      .article-body {
        padding: 30px 19px;
      }

      .article-content {
        font-size: 15px;
        line-height: 1.78;
      }

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

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


      .guide-archive-header,
      .guide-archive-controls {
        align-items: stretch;
        flex-direction: column;
      }

      .guide-results-meta {
        white-space: normal;
      }

      .guide-home-actions .btn {
        width: 100%;
      }
    }


    /* Responsive */
    @media (max-width: 1120px) {
      .nav {
        display: none;
      }

      .tool-offer-panel {
        grid-template-columns: 1fr;
      }

      .tool-offer-actions {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
        align-items: center;
      }

      .menu-toggle {
        display: inline-flex;
      }

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


      .company-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .footer-top {
        grid-template-columns: 1.4fr 1fr 1fr;
      }

      .footer-top > :last-child {
        grid-column: 2 / -1;
      }
    }

    @media (max-width: 860px) {
      .hero-shell {
        min-height: 480px;
      }

      .tool-offer-actions {
        grid-template-columns: 1fr;
      }

      .catalog-action-row {
        align-items: stretch;
        flex-direction: column;
      }

      .catalog-action-row .btn {
        width: 100%;
      }

      .hero-content {
        padding: 42px 20px 48px;
      }

      .hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 620px;
        gap: 8px;
      }

      .metric {
        min-height: 72px;
        padding: 12px 9px;
      }

      .section-header {
        align-items: flex-start;
        flex-direction: column;
      }

      .grid-2,
      .grid-3,
      .grid-4 {
        grid-template-columns: 1fr;
      }

      .company-detail-grid {
        grid-template-columns: 1fr;
      }

      .detail-offer {
        position: static;
      }

      .footer-top,
      .footer-legal {
        grid-template-columns: 1fr 1fr;
      }

      .footer-top > :last-child {
        grid-column: auto;
      }

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

    @media (max-width: 640px) {
      .container {
        width: min(var(--max-width), calc(100% - 20px));
      }

      .tool-offer-panel {
        padding: 15px;
        border-radius: 17px;
      }

      .tool-offer-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }

      .tool-offer-perk {
        flex-basis: 100%;
      }

      html {
        scroll-padding-top: 88px;
      }

      .promo-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 10px 0;
        text-align: left;
      }

      .header-inner {
        min-height: 72px;
      }

      .brand-mark {
        width: 44px;
        height: 44px;
      }

      .brand-tagline,
      .header-actions .btn {
        display: none;
      }

      .hero {
        padding-top: 18px;
      }

      .hero-shell {
        min-height: 430px;
        border-radius: 25px;
      }

      .hero-title {
        font-size: clamp(2.7rem, 13.5vw, 4.15rem);
      }

      .hero-subtitle {
        line-height: 1.58;
      }

      .hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 24px;
      }

      .metric {
        min-height: 68px;
        padding: 10px 6px;
      }

      .metric strong {
        font-size: 19px;
      }

      .metric span {
        font-size: 9px;
        letter-spacing: 0.045em;
      }

      .hero-actions,
      .company-page-actions,
      .card-actions,
      .cta-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .hero-actions .btn,
      .company-page-actions .btn,
      .card-actions .btn,
      .cta-actions .btn {
        width: 100%;
      }

      .section {
        padding: 40px 0;
      }

      .section-shell,
      .footer-shell {
        padding: 26px 18px;
        border-radius: 24px;
      }

      .company-facts,
      .footer-top,
      .footer-legal {
        grid-template-columns: 1fr;
      }

      .company-page {
        padding-top: 18px;
      }

      .company-page-hero {
        padding: 35px 19px;
        border-radius: 24px;
      }

      .company-page-heading {
        align-items: flex-start;
        flex-direction: column;
      }

      .company-page-title {
        font-size: clamp(2.7rem, 14vw, 4.5rem);
      }

      .detail-panel {
        padding: 22px 18px;
      }

      .cta-shell {
        padding: 42px 20px;
        border-radius: 24px;
      }

      .footer-shell {
        padding: 28px 18px;
      }

      .footer-bottom {
        gap: 18px;
      }

      .copyright {
        white-space: normal;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition: none !important;
      }
    }
