/* ============================================================
   VORMAIR — shared component styles
   Linked by every page (after styles.css token imports).
   Edit here once; applies site-wide.
   ============================================================ */

      * {
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
      }
      html,
      body {
        margin: 0;
      }
      body {
        font-family: var(--font-body);
        color: var(--text-on-dark);
        background:
          radial-gradient(
            1100px 560px at 86% -14%,
            rgba(232, 100, 26, 0.1),
            transparent 60%
          ),
          #333c42;
        line-height: var(--lh-relaxed);
        -webkit-font-smoothing: antialiased;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      img,
      svg {
        display: block;
      }

      :root {
        --c-light: #f3f6f8;
        --c-muted: #b7bfc4;
        --c-panel: #3c464d;
        --c-panel-hi: #444e55;
        --c-deep: #272d33;
        --c-hair: rgba(255, 255, 255, 0.1);
        --maxw: 1180px;
      }

      .wrap {
        max-width: var(--maxw);
        margin: 0 auto;
        padding: 0 32px;
      }

      /* ---------- Shared type ---------- */
      .eyebrow {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--flame-gold);
        margin: 0;
      }
      .eyebrow.red {
        color: var(--flame-red);
      }
      .display {
        font-family: var(--font-display);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: -0.015em;
        line-height: 1.02;
        color: var(--c-light);
        margin: 0;
      }
      .lead {
        font-size: 19px;
        line-height: 1.58;
        color: var(--c-muted);
      }
      .mono {
        font-family: var(--font-mono);
        font-variant-numeric: tabular-nums;
      }

      /* ---------- Buttons ---------- */
      .btn {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        cursor: pointer;
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        border-radius: var(--radius-md);
        border: 1px solid transparent;
        padding: 14px 22px;
        transition: all var(--dur-base) var(--ease-out);
        text-align: center;
        white-space: nowrap;
      }
      .btn svg {
        width: 17px;
        height: 17px;
      }
      .btn-primary {
        background: var(--gradient-ember);
        color: #fff;
        box-shadow: var(--glow-ember);
      }
      .btn-primary:hover {
        box-shadow: var(--glow-ember-strong);
        transform: translateY(-1px);
      }
      .btn-primary:active {
        transform: translateY(1px);
      }
      .btn-ghost {
        background: transparent;
        color: var(--c-light);
        border-color: rgba(255, 255, 255, 0.26);
      }
      .btn-ghost:hover {
        border-color: var(--flame-gold);
        color: var(--flame-gold);
      }
      .btn-sm {
        padding: 10px 16px;
        font-size: 13px;
      }

      /* ---------- Header ---------- */
      header {
        position: sticky;
        top: 0;
        z-index: 40;
        background: rgba(7, 19, 28, 0.8);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--c-hair);
      }
      .nav {
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .nav .logo {
        height: 48px;
        width: auto;
      }
      .nav-links {
        display: flex;
        gap: 30px;
      }
      .nav-links a {
        font-family: var(--font-display);
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--c-muted);
        transition: color var(--dur-fast) var(--ease-out);
      }
      .nav-links a:hover {
        color: var(--c-light);
      }
      .nav-cta {
        display: flex;
        align-items: center;
        gap: 18px;
      }
      .lang-switch {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--c-muted);
        transition: color var(--dur-fast) var(--ease-out);
      }
      .lang-switch:hover {
        color: var(--flame-gold);
      }

      /* ---------- Hero ---------- */
      .hero {
        padding: 72px 0 64px;
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 48px;
        align-items: center;
      }
      .hero h1 {
        font-size: 50px;
        margin: 18px 0 0;
      }
      .hero .tag {
        font-family: var(--font-display);
        font-weight: 800;
        text-transform: uppercase;
        font-size: 30px;
        letter-spacing: -0.01em;
        color: var(--flame-red);
        margin: 6px 0 0;
        line-height: 1.05;
      }
      .hero p.lead {
        max-width: 480px;
        margin: 24px 0 0;
      }
      .hero-actions {
        display: flex;
        gap: 14px;
        margin-top: 32px;
        flex-wrap: wrap;
      }
      .hero-tags {
        display: flex;
        gap: 22px;
        margin-top: 32px;
        flex-wrap: wrap;
      }
      .hero-tags span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: var(--c-muted);
      }
      .hero-tags svg {
        width: 16px;
        height: 16px;
        color: var(--flame-gold);
        flex: none;
      }

      .hero-visual {
        position: relative;
        display: flex;
        justify-content: center;
      }
      .hero-visual .glow {
        position: absolute;
        inset: 8% 12% 4%;
        border-radius: 999px;
        background: radial-gradient(
          closest-side,
          rgba(232, 100, 26, 0.32),
          rgba(192, 24, 48, 0.12) 55%,
          transparent 75%
        );
        filter: blur(8px);
        z-index: 0;
      }
      .hero-visual img.machine {
        position: relative;
        z-index: 1;
        height: 520px;
        width: auto;
        max-width: 100%;
        filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.5));
      }
      .hero-badge {
        position: absolute;
        z-index: 2;
        left: -8px;
        bottom: 26px;
        background: var(--c-panel-hi);
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-lg);
        padding: 16px 20px;
        box-shadow: var(--shadow-lg);
        display: flex;
        align-items: center;
        gap: 14px;
      }
      .hero-badge .dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: var(--ok);
        box-shadow: 0 0 0 4px rgba(46, 139, 87, 0.22);
        flex: none;
      }
      .hero-badge .k {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--c-muted);
      }
      .hero-badge .v {
        font-family: var(--font-mono);
        font-size: 20px;
        color: var(--c-light);
        margin-top: 2px;
      }

      /* ---------- Stat strip ---------- */
      .strip {
        background: var(--c-deep);
        border-top: 1px solid var(--c-hair);
        border-bottom: 1px solid var(--c-hair);
      }
      .strip .wrap {
        display: flex;
        justify-content: space-between;
        gap: 24px;
        padding: 40px 32px;
      }
      .stat {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .stat .num {
        font-family: var(--font-mono);
        font-weight: 500;
        font-size: 42px;
        line-height: 1;
        color: var(--c-light);
      }
      .stat .num small {
        font-size: 19px;
        color: var(--c-muted);
        margin-left: 2px;
      }
      .stat .lbl {
        font-family: var(--font-display);
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--c-muted);
      }
      .strip .div {
        width: 1px;
        background: var(--c-hair);
        flex: none;
      }

      /* ---------- Section frame ---------- */
      section.block {
        padding: 88px 0;
      }
      .sec-head {
        max-width: 640px;
      }
      .sec-head.center {
        margin: 0 auto;
        text-align: center;
      }
      .sec-head h2 {
        font-size: 40px;
        margin: 14px 0 0;
      }
      .sec-head p {
        margin: 16px 0 0;
        font-size: 17px;
        line-height: 1.6;
        color: var(--c-muted);
      }

      /* ---------- How it works ---------- */
      .steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 52px;
      }
      .card {
        background: var(--c-panel);
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-lg);
        padding: 28px;
        box-shadow: var(--shadow-md);
        transition:
          transform var(--dur-base) var(--ease-out),
          border-color var(--dur-base) var(--ease-out),
          box-shadow var(--dur-base) var(--ease-out);
      }
      .card:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: var(--shadow-lg);
      }
      .card .top {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 14px;
        margin-bottom: 16px;
      }
      .card .top h3 {
        margin: 0;
      }
      .card .icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .card .icon svg {
        width: 25px;
        height: 25px;
      }
      .card .icon.gold {
        background: rgba(242, 176, 30, 0.14);
        color: var(--flame-gold);
      }
      .card .icon.red {
        background: rgba(192, 24, 48, 0.16);
        color: var(--flame-red);
      }
      .card .icon.frost {
        background: rgba(46, 132, 184, 0.16);
        color: var(--frost-300);
      }
      .card .n {
        font-family: var(--font-mono);
        font-size: 13px;
        color: rgba(255, 255, 255, 0.3);
      }
      .card h3 {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 21px;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        color: var(--c-light);
        margin: 22px 0 8px;
      }
      .card p {
        font-size: 15px;
        line-height: 1.6;
        color: var(--c-muted);
        margin: 0;
      }

      /* ---------- FAQ ---------- */
      .faq {
        margin: 52px auto 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .faq details {
        background: var(--c-panel);
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-lg);
        padding: 0 26px;
        box-shadow: var(--shadow-md);
        transition:
          border-color var(--dur-base) var(--ease-out),
          box-shadow var(--dur-base) var(--ease-out);
      }
      .faq details[open] {
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: var(--shadow-lg);
      }
      .faq summary {
        list-style: none;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 22px 0;
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0.01em;
        color: var(--c-light);
      }
      .faq summary::-webkit-details-marker {
        display: none;
      }
      .faq summary .ico {
        flex-shrink: 0;
        position: relative;
        width: 22px;
        height: 22px;
      }
      .faq summary .ico::before,
      .faq summary .ico::after {
        content: "";
        position: absolute;
        background: var(--flame-red);
        border-radius: 2px;
      }
      .faq summary .ico::before {
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        transform: translateY(-50%);
      }
      .faq summary .ico::after {
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        transform: translateX(-50%);
        transition: opacity var(--dur-base) var(--ease-out);
      }
      .faq details[open] summary .ico::after {
        opacity: 0;
      }
      .faq details p {
        margin: 0;
        padding: 0 0 24px;
        font-size: 16px;
        line-height: 1.7;
        color: var(--c-muted);
      }
      @media (max-width: 640px) {
        .faq summary {
          font-size: 16px;
        }
      }

      /* ---------- Feature split ---------- */
      .split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 44px;
        align-items: center;
      }
      .split .imgwrap {
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-xl);
        overflow: hidden;
        background: var(--c-panel);
        box-shadow: var(--shadow-md);
      }
      .split .imgwrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;
      }
      .feat-list {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-top: 8px;
      }
      .feat {
        display: flex;
        gap: 16px;
      }
      .feat .fi {
        width: 44px;
        height: 44px;
        flex: none;
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(242, 176, 30, 0.15);
        color: var(--flame-gold);
      }
      .feat .fi svg {
        width: 22px;
        height: 22px;
      }
      .feat h3 {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        color: var(--c-light);
        margin: 3px 0 6px;
      }
      .feat p {
        font-size: 14.5px;
        line-height: 1.6;
        color: var(--c-muted);
        margin: 0;
      }

      /* ---------- Specs ---------- */
      .specs-grid {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: 52px;
        align-items: start;
      }
      .spec-table {
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-lg);
        overflow: hidden;
        background: var(--c-panel);
        box-shadow: var(--shadow-md);
      }
      .spec-table .r {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 17px 24px;
        border-bottom: 1px solid var(--c-hair);
      }
      .spec-table .r:last-child {
        border-bottom: none;
      }
      .spec-table .k {
        font-family: var(--font-display);
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: var(--c-muted);
      }
      .spec-table .v {
        font-family: var(--font-mono);
        font-size: 15px;
        color: var(--c-light);
        text-align: right;
      }
      .spec-table .v small {
        color: var(--c-muted);
        font-size: 12px;
      }
      .dimrow {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin-top: 18px;
      }
      .dimcard {
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-md);
        padding: 16px;
        background: var(--c-deep);
      }
      .dimcard .l {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--c-muted);
      }
      .dimcard .v {
        font-family: var(--font-mono);
        font-size: 22px;
        color: var(--c-light);
        margin-top: 6px;
      }
      .dimcard .v small {
        font-size: 12px;
        color: var(--c-muted);
      }

      /* ---------- Contact ---------- */
      .contact {
        background: var(--c-deep);
        border-top: 1px solid var(--c-hair);
      }
      .contact-grid {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 56px;
        align-items: start;
      }
      .contact-info .lead {
        margin-top: 18px;
        max-width: 380px;
      }
      .contact-lines {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 34px;
      }
      .cline {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        padding: 16px 0;
        border-bottom: 1px solid var(--c-hair);
      }
      .cline:first-child {
        border-top: 1px solid var(--c-hair);
      }
      .cline .ci {
        width: 42px;
        height: 42px;
        flex: none;
        border-radius: var(--radius-md);
        background: rgba(46, 132, 184, 0.16);
        color: var(--frost-300);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .cline .ci svg {
        width: 20px;
        height: 20px;
      }
      .cline .clbl {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: var(--c-muted);
      }
      .cline .cval {
        font-size: 17px;
        color: var(--c-light);
        margin-top: 3px;
        white-space: nowrap;
      }
      .cline .cval a:hover {
        color: var(--flame-gold);
      }
      .cline .csub {
        font-size: 13px;
        color: var(--c-muted);
        margin-top: 2px;
      }

      /* Form */
      .form-card {
        background: var(--c-panel);
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-xl);
        padding: 36px;
        box-shadow: var(--shadow-lg);
      }
      .form-card h3 {
        font-family: var(--font-display);
        font-weight: 800;
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: -0.005em;
        color: var(--c-light);
        margin: 0 0 6px;
      }
      .form-card .sub {
        font-size: 14.5px;
        color: var(--c-muted);
        margin: 0 0 26px;
      }
      .frow {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }
      .field {
        display: flex;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 16px;
      }
      .field label {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--c-muted);
      }
      .field label .req {
        color: var(--flame-red);
      }
      .field input,
      .field textarea {
        font-family: var(--font-body);
        font-size: 15px;
        color: var(--c-light);
        background: var(--c-deep);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: var(--radius-md);
        padding: 13px 15px;
        width: 100%;
        transition:
          border-color var(--dur-fast) var(--ease-out),
          box-shadow var(--dur-fast) var(--ease-out);
      }
      .field textarea {
        resize: vertical;
        min-height: 118px;
      }
      .field input::placeholder,
      .field textarea::placeholder {
        color: rgba(255, 255, 255, 0.32);
      }
      .field input:focus,
      .field textarea:focus {
        outline: none;
        border-color: var(--frost-500);
        box-shadow: var(--ring);
      }
      .field.invalid input,
      .field.invalid textarea {
        border-color: var(--flame-red);
      }
      .field .err {
        font-size: 12px;
        color: var(--flame-red);
        display: none;
      }
      .field.invalid .err {
        display: block;
      }
      .form-foot {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 8px;
        flex-wrap: wrap;
      }
      .form-note {
        font-size: 12.5px;
        color: var(--c-muted);
        line-height: 1.5;
        flex: 1;
        min-width: 180px;
      }
      .form-success {
        display: none;
        align-items: center;
        gap: 14px;
        padding: 18px 20px;
        margin-top: 4px;
        background: rgba(46, 139, 87, 0.14);
        border: 1px solid rgba(46, 139, 87, 0.4);
        border-radius: var(--radius-md);
      }
      .form-success.show {
        display: flex;
      }
      .form-success svg {
        width: 22px;
        height: 22px;
        color: var(--ok);
        flex: none;
      }
      .form-success span {
        font-size: 14.5px;
        color: var(--c-light);
      }

      /* ---------- Footer ---------- */
      footer {
        border-top: 1px solid var(--c-hair);
      }
      footer .wrap {
        padding: 40px 32px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 28px;
        flex-wrap: wrap;
      }
      footer .logo {
        height: 30px;
        width: auto;
      }
      footer .co {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--c-light);
        margin-top: 16px;
      }
      footer .addr {
        font-size: 13px;
        line-height: 1.6;
        color: var(--c-muted);
        margin-top: 6px;
      }
      footer .fcontact {
        font-size: 13px;
        line-height: 1.9;
        color: var(--c-muted);
      }
      footer .fcontact > div {
        white-space: nowrap;
      }
      footer .fcontact a:hover {
        color: var(--flame-gold);
      }
      footer .copy {
        font-family: var(--font-mono);
        font-size: 12px;
        color: rgba(255, 255, 255, 0.3);
      }

      /* ---------- Responsive ---------- */
      @media (max-width: 920px) {
        .hero {
          grid-template-columns: 1fr;
          gap: 40px;
        }
        .hero h1 {
          font-size: 64px;
        }
        .hero-visual img.machine {
          height: 400px;
        }
        .split,
        .specs-grid,
        .contact-grid {
          grid-template-columns: 1fr;
          gap: 36px;
        }
        .steps {
          grid-template-columns: 1fr;
        }
        .strip .wrap {
          flex-wrap: wrap;
          justify-content: flex-start;
          gap: 32px;
        }
        .strip .div {
          display: none;
        }
        .nav-links {
          display: none;
        }
      }
      @media (max-width: 560px) {
        .wrap {
          padding: 0 20px;
        }
        .hero h1 {
          font-size: 52px;
        }
        .frow {
          grid-template-columns: 1fr;
        }
        .sec-head h2,
        .form-card h3 {
          font-size: 30px;
        }
      }

      /* ============================================================
         ADDED FOR MULTI-PAGE LAYOUT (2026 redesign)
         ============================================================ */

      /* Active nav state */
      .nav-links a.active {
        color: var(--c-light);
      }

      /* Mobile hamburger (hidden on desktop) */
      .nav-toggle {
        display: none;
        background: none;
        border: 0;
        cursor: pointer;
        padding: 8px;
        margin: -8px;
        color: var(--c-light);
      }
      .nav-toggle svg {
        width: 26px;
        height: 26px;
      }

      /* Compact hero for sub-pages */
      .page-hero {
        padding: 64px 0 8px;
      }
      .page-hero.center {
        text-align: center;
      }
      .page-hero h1 {
        font-size: 46px;
        margin: 14px 0 0;
      }
      .page-hero .lead {
        margin: 18px auto 0;
        max-width: 620px;
      }
      @media (max-width: 560px) {
        .page-hero h1 {
          font-size: 34px;
        }
      }

      /* Explore / navigation cards on the landing page */
      .tcards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 52px;
      }
      a.card {
        display: flex;
        flex-direction: column;
        text-decoration: none;
      }
      a.card .arrow {
        margin-top: 18px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--flame-gold);
      }
      a.card .arrow svg {
        width: 16px;
        height: 16px;
        transition: transform var(--dur-base) var(--ease-out);
      }
      a.card:hover .arrow svg {
        transform: translateX(4px);
      }
      @media (max-width: 920px) {
        .tcards {
          grid-template-columns: 1fr;
        }
      }

      /* Knowledge hub (Tudástár) article cards */
      .art-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 52px;
      }
      .art-card {
        display: flex;
        flex-direction: column;
        background: var(--c-panel);
        border: 1px solid var(--c-hair);
        border-radius: var(--radius-lg);
        overflow: hidden;
        box-shadow: var(--shadow-md);
        transition:
          transform var(--dur-base) var(--ease-out),
          border-color var(--dur-base) var(--ease-out),
          box-shadow var(--dur-base) var(--ease-out);
      }
      .art-card:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: var(--shadow-lg);
      }
      .art-card .art-thumb {
        aspect-ratio: 16 / 9;
        background: var(--c-deep);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.18);
      }
      .art-card .art-thumb svg {
        width: 46px;
        height: 46px;
      }
      .art-card .art-body {
        padding: 24px;
        display: flex;
        flex-direction: column;
        flex: 1;
      }
      .art-card .art-tag {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--flame-gold);
      }
      .art-card h3 {
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 19px;
        line-height: 1.25;
        color: var(--c-light);
        margin: 10px 0 8px;
      }
      .art-card p {
        font-size: 14.5px;
        line-height: 1.6;
        color: var(--c-muted);
        margin: 0 0 16px;
      }
      .art-card .art-more {
        margin-top: auto;
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--flame-gold);
      }
      .art-empty {
        margin-top: 44px;
        text-align: center;
        border: 1px dashed var(--c-hair);
        border-radius: var(--radius-lg);
        padding: 56px 28px;
        background: var(--c-panel);
      }
      .art-empty p {
        color: var(--c-muted);
        font-size: 16px;
        margin: 0;
      }
      @media (max-width: 920px) {
        .art-grid {
          grid-template-columns: 1fr;
        }
      }

      /* Mobile dropdown nav */
      @media (max-width: 920px) {
        .nav-toggle {
          display: inline-flex;
          order: 3;
          margin-left: 14px;
        }
        /* a nyelvváltó + hamburger a jobb szélre kerül, szorosan egymás mellé */
        .nav-cta {
          order: 2;
          gap: 14px;
          margin-left: auto;
        }
        /* az ajánlatkérő gomb mobilon kikerül a fejlécből (a Kapcsolat menüpont
           és a hero gomb úgyis elérhető) — így nem zsúfolódik a sor */
        .nav-cta .btn {
          display: none;
        }
        header.nav-open .nav-links {
          display: flex;
          position: absolute;
          top: 74px;
          left: 0;
          right: 0;
          flex-direction: column;
          gap: 0;
          background: rgba(7, 19, 28, 0.97);
          backdrop-filter: blur(12px);
          border-bottom: 1px solid var(--c-hair);
          padding: 8px 0;
        }
        header.nav-open .nav-links a {
          padding: 14px 32px;
          font-size: 15px;
        }
      }
