
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --brand:       #ee810b;
      --brand-dark:  #d4700a;
      --brand-light: #FEF3E2;
      --brand-mid:   #FDE8C8;
      --text:        #0F172A;
      --text-2:      #334155;
      --muted:       #64748B;
      --border:      #E2E8F0;
      --bg:          #F8FAFC;
      --white:       #FFFFFF;
      --shadow-sm:   0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
      --shadow:      0 4px 16px rgba(0,0,0,.08);
      --shadow-lg:   0 12px 40px rgba(0,0,0,.12);
      --shadow-xl:   0 24px 60px rgba(0,0,0,.14);
    }

    html { scroll-behavior: smooth; font-size: 16px; }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    img { display: block; max-width: 100%; }

    .container { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
    .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

    body > nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 200;
      background: rgba(255,255,255,.96);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
    }

    .nav-inner {
      max-width: 1160px; margin: 0 auto; padding: 0 32px;
      height: 70px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 24px;
    }

    .logo { display: flex; align-items: center; text-decoration: none; }
    .logo img { height: 44px; width: auto; object-fit: contain; }

    .nav-links {
      display: flex; align-items: center; gap: 6px;
      list-style: none; margin: 0 auto;
    }

    .nav-links a {
      text-decoration: none; color: var(--muted);
      font-size: .875rem; font-weight: 500;
      padding: 6px 14px; border-radius: 8px;
      transition: color .18s, background .18s;
    }

    .nav-links a:hover { color: var(--brand); background: var(--brand-light); }
    .nav-links a[aria-current] { color: var(--brand); font-weight: 600; }

    .nav-right { display: flex; align-items: center; gap: 12px; }

    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: inherit; font-size: .875rem; font-weight: 600;
      text-decoration: none; border: none; cursor: pointer;
      border-radius: 10px; padding: 10px 22px;
      transition: transform .15s, box-shadow .15s, background .18s;
      white-space: nowrap;
    }

    .btn:hover { transform: translateY(-1px); }

    .btn-primary {
      background: var(--brand); color: var(--white);
      box-shadow: 0 4px 14px rgba(238,129,11,.35);
    }
    .btn-primary:hover { background: var(--brand-dark); box-shadow: 0 6px 20px rgba(238,129,11,.45); }

    .btn-ghost {
      background: transparent; color: var(--text);
      border: 1.5px solid var(--border);
    }
    .btn-ghost:hover { border-color: var(--brand); color: var(--brand); }

    .btn-white {
      background: var(--white); color: var(--text);
      box-shadow: var(--shadow);
    }
    .btn-white:hover { background: var(--bg); box-shadow: var(--shadow-lg); }

    .btn-lg { padding: 14px 28px; font-size: .95rem; border-radius: 12px; }

    .hero {
      padding: 160px 32px 100px;
      background: linear-gradient(160deg, var(--white) 55%, var(--brand-light) 100%);
      position: relative; overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute; top: -120px; right: -80px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(238,129,11,.10) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero-inner {
      max-width: 1160px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 64px; align-items: center;
    }

    .hero-kicker {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--brand-light); color: var(--brand);
      font-size: .75rem; font-weight: 700;
      letter-spacing: .08em; text-transform: uppercase;
      padding: 6px 14px; border-radius: 100px;
      border: 1px solid var(--brand-mid);
      margin-bottom: 22px;
    }

    .hero-kicker span {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--brand); flex-shrink: 0;
    }

    .hero h1 {
      font-size: clamp(2.5rem, 4.5vw, 3.6rem);
      font-weight: 900; line-height: 1.1; letter-spacing: -2px;
      color: var(--text); margin-bottom: 22px;
    }

    .hero h1 em { font-style: normal; color: var(--brand); }

    .hero-lead {
      font-size: 1.05rem; line-height: 1.75;
      color: var(--muted); max-width: 500px;
      margin-bottom: 36px;
    }

    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

    .hero-trust {
      display: flex; gap: 20px; align-items: flex-start;
      padding-top: 32px; border-top: 1px solid var(--border);
      flex-wrap: wrap;
    }

    .trust-item { display: flex; align-items: center; gap: 10px; flex: 1 1 140px; }

    .trust-icon {
      width: 38px; height: 38px; border-radius: 10px;
      background: var(--brand-light);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    .trust-icon svg {
      width: 18px; height: 18px;
      fill: none; stroke: var(--brand); stroke-width: 1.8;
      stroke-linecap: round; stroke-linejoin: round;
    }

    .trust-text strong { display: block; font-size: .82rem; font-weight: 700; line-height: 1.2; }
    .trust-text span { font-size: .75rem; color: var(--muted); }

    .hero-visual { position: relative; }

    .hero-photo {
      border-radius: 24px; overflow: hidden;
      aspect-ratio: 1 / 1;
      background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
      display: flex; align-items: center; justify-content: center;
      position: relative;
      box-shadow: var(--shadow-xl);
    }

    .hero-photo-img {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center bottom;
    }

    .hero-photo-inner {
      display: flex; flex-direction: column; align-items: center;
      gap: 14px; opacity: .4;
    }

    .hero-photo-inner svg {
      width: 68px; height: 68px;
      fill: none; stroke: var(--white); stroke-width: 1.3;
      stroke-linecap: round; stroke-linejoin: round;
    }
    .hero-photo-inner p { font-size: .8rem; color: var(--white); font-style: italic; }

    .hero-cert {
      position: absolute; bottom: -18px; left: 24px;
      background: var(--white); border-radius: 16px;
      padding: 14px 18px; box-shadow: var(--shadow-xl);
      display: flex; align-items: center; gap: 12px;
      min-width: 220px;
    }

    .cert-badge {
      width: 44px; height: 44px; border-radius: 12px;
      background: linear-gradient(135deg, #DC2626, #B91C1C);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    .cert-badge svg { width: 22px; height: 22px; fill: white; }

    .cert-text strong { display: block; font-size: .875rem; font-weight: 800; }
    .cert-text span { font-size: .75rem; color: var(--muted); }

    .hero-stat {
      position: absolute; top: 18px; right: -14px;
      background: var(--brand); color: var(--white);
      border-radius: 16px; padding: 14px 18px;
      box-shadow: 0 8px 28px rgba(238,129,11,.45);
      text-align: center;
    }

    .hero-stat strong { display: block; font-size: 1.4rem; font-weight: 900; line-height: 1; }
    .hero-stat span { font-size: .7rem; font-weight: 600; opacity: .85; }

    section { padding: 96px 32px; }

    .section-label {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: .72rem; font-weight: 800;
      letter-spacing: .12em; text-transform: uppercase;
      color: var(--brand); margin-bottom: 14px;
    }

    .section-label::before {
      content: ''; display: block;
      width: 22px; height: 2.5px;
      background: var(--brand); border-radius: 2px;
    }

    .section-title {
      font-size: clamp(1.9rem, 3vw, 2.6rem);
      font-weight: 900; letter-spacing: -1.2px; line-height: 1.18;
      margin-bottom: 16px;
    }

    .section-sub {
      font-size: 1rem; color: var(--muted);
      line-height: 1.75; max-width: 540px;
    }

    .section-head { margin-bottom: 60px; }

    #sistema { background: var(--bg); }

    .steps {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 2px; background: var(--border);
      border-radius: 20px; overflow: hidden;
    }

    .step {
      background: var(--white); padding: 36px 28px;
      position: relative;
    }

    .step-num {
      font-size: 3rem; font-weight: 900;
      color: var(--brand); line-height: 1;
      margin-bottom: 16px; letter-spacing: -2px;
    }

    .step h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; }
    .step p { font-size: .845rem; color: var(--muted); line-height: 1.65; }

    #componente { background: var(--white); }

    .components-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .comp-card {
      border: 1px solid var(--border); border-radius: 20px;
      overflow: hidden; background: var(--white);
      transition: box-shadow .25s, transform .25s;
      display: flex; flex-direction: column;
    }

    .comp-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }

    .comp-img {
      height: 200px; background: linear-gradient(135deg, #F1F5F9, #E2E8F0);
      display: flex; align-items: center; justify-content: center;
      position: relative; overflow: hidden;
    }

    .comp-img-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .comp-img-inner svg {
      width: 48px; height: 48px; opacity: .4;
      fill: none; stroke: var(--muted); stroke-width: 1.4;
      stroke-linecap: round; stroke-linejoin: round;
    }
    .comp-img-inner span { font-size: .72rem; color: var(--muted); font-style: italic; }

    .comp-chip {
      position: absolute; top: 12px; left: 12px;
      background: var(--white); border: 1px solid var(--border);
      font-size: .68rem; font-weight: 700;
      padding: 4px 10px; border-radius: 100px;
      color: var(--text-2); letter-spacing: .04em; text-transform: uppercase;
    }

    .comp-chip.fire { background: #FEF2F2; border-color: #FECACA; color: #DC2626; }
    .comp-chip.new { background: var(--brand-light); border-color: var(--brand-mid); color: var(--brand); }

    .comp-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }

    .comp-body h3 {
      font-size: 1.05rem; font-weight: 800;
      letter-spacing: -.4px; margin-bottom: 8px;
    }

    .comp-body p {
      font-size: .86rem; color: var(--muted);
      line-height: 1.65; margin-bottom: 18px; flex: 1;
    }

    .comp-specs {
      list-style: none; display: flex; flex-direction: column; gap: 7px;
      padding-top: 16px; border-top: 1px solid var(--border);
    }

    .comp-specs li {
      display: flex; align-items: flex-start; gap: 9px;
      font-size: .82rem; color: var(--text-2); line-height: 1.4;
    }

    .comp-specs li::before {
      content: '';
      width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0;
      margin-top: 1px;
      background-color: var(--brand-light);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ee810b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
      background-size: 10px; background-repeat: no-repeat; background-position: center;
    }

    .specs-band {
      background: var(--text); color: var(--white);
      padding: 72px 32px;
    }

    .specs-band-inner {
      max-width: 1160px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 80px; align-items: center;
    }

    .specs-band .section-label { color: var(--brand); }
    .specs-band .section-label::before { background: var(--brand); }
    .specs-band .section-title { color: var(--white); }
    .specs-band .section-sub { color: #94A3B8; }

    .specs-list {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .spec-item {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 14px; padding: 20px;
    }

    .spec-item .val {
      font-size: 1.6rem; font-weight: 900;
      color: var(--brand); letter-spacing: -1px;
      line-height: 1; margin-bottom: 4px;
    }

    .spec-item .lbl {
      font-size: .8rem; color: #94A3B8; font-weight: 500; line-height: 1.4;
    }

    #aplicatii { background: var(--bg); }

    .apps-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .app-card {
      border-radius: 20px; overflow: hidden;
      border: 1px solid var(--border);
      background: var(--white);
      transition: box-shadow .25s, transform .25s;
    }

    .app-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

    .app-img {
      height: 180px; position: relative; overflow: hidden;
    }

    .app-img-photo {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; display: block;
    }

    .app-body { padding: 24px; }

    .app-body h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; letter-spacing: -.3px; }
    .app-body p { font-size: .855rem; color: var(--muted); line-height: 1.65; }

    #avantaje { background: var(--white); }

    .why-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .why-row {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 16px; grid-column: 1/-1;
    }

    .why-card {
      border: 1px solid var(--border); border-radius: 16px;
      padding: 28px;
      transition: box-shadow .25s;
      background: var(--white);
    }

    .why-card:hover { box-shadow: var(--shadow); }

    .why-icon {
      width: 48px; height: 48px; border-radius: 13px;
      background: var(--brand-light);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
    }

    .why-icon svg {
      width: 24px; height: 24px;
      fill: none; stroke: var(--brand); stroke-width: 1.6;
      stroke-linecap: round; stroke-linejoin: round;
    }

    .why-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -.2px; }
    .why-card p { font-size: .845rem; color: var(--muted); line-height: 1.65; }

    .breadcrumb {
      max-width: 1160px; margin: 0 auto; padding: 0 32px;
      margin-bottom: 24px;
    }

    .breadcrumb ol {
      list-style: none; display: flex; flex-wrap: wrap; align-items: center;
      gap: 8px; font-size: .8rem;
    }

    .breadcrumb a { color: var(--muted); text-decoration: none; }
    .breadcrumb a:hover { color: var(--brand); }
    .breadcrumb li[aria-current] { color: var(--text-2); font-weight: 600; }
    .breadcrumb .sep { color: var(--border); }

    #faq { background: var(--bg); }

    .faq-list {
      max-width: 820px; margin: 0 auto;
      display: flex; flex-direction: column; gap: 12px;
    }

    .faq-item {
      border: 1px solid var(--border); border-radius: 14px;
      background: var(--white); overflow: hidden;
      transition: box-shadow .2s;
    }

    .faq-item[open] { box-shadow: var(--shadow); }

    .faq-item summary {
      list-style: none; cursor: pointer;
      padding: 20px 24px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px;
      font-size: .98rem; font-weight: 700; color: var(--text);
      letter-spacing: -.2px;
    }

    .faq-item summary::-webkit-details-marker { display: none; }

    .faq-item summary::after {
      content: '';
      width: 20px; height: 20px; flex-shrink: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ee810b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-size: contain; background-repeat: no-repeat; background-position: center;
      transition: transform .25s;
    }

    .faq-item[open] summary::after { transform: rotate(180deg); }

    .faq-item .faq-body {
      padding: 0 24px 22px;
      font-size: .9rem; color: var(--muted); line-height: 1.75;
    }

    .product-explorer {
      max-width: 940px; margin: 0 auto;
    }

    .product-explorer--tall { max-width: 460px; }
    .product-explorer--tall .product-explorer-ph { aspect-ratio: 3 / 4; }

    .product-explorer-stage {
      position: relative;
      border-radius: 20px; overflow: hidden;
      border: 1px solid var(--border);
      background: var(--bg);
    }

    .product-explorer-stage img {
      width: 100%; height: auto; display: block;
    }

    .product-explorer-ph {
      aspect-ratio: 16 / 11;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center; gap: 12px;
      color: var(--muted);
      background-image:
        linear-gradient(var(--border) 1px, transparent 1px),
        linear-gradient(90deg, var(--border) 1px, transparent 1px);
      background-size: 40px 40px;
      background-position: -1px -1px;
    }
    .product-explorer-ph svg {
      width: 56px; height: 56px;
      fill: none; stroke: var(--muted); stroke-width: 1.2;
      stroke-linecap: round; stroke-linejoin: round; opacity: .5;
    }
    .product-explorer-ph span { font-size: .8rem; font-style: italic; }

    .hotspot {
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px; height: 30px; padding: 0;
      border-radius: 50%;
      border: 2px solid var(--white);
      background: var(--brand); color: var(--white);
      font-size: .82rem; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; z-index: 2;
      box-shadow: 0 2px 10px rgba(0,0,0,.3);
      transition: background .2s, transform .15s;
    }
    .hotspot:hover { transform: translate(-50%, -50%) scale(1.12); }

    .hotspot::before {
      content: ''; position: absolute; inset: -5px;
      border-radius: 50%; border: 2px solid var(--brand);
      opacity: .55; pointer-events: none;
      animation: hotspotPulse 2.6s ease-out infinite;
    }
    .hotspot.is-active { background: var(--text); }
    .hotspot.is-active::before { display: none; }

    @keyframes hotspotPulse {
      0%   { transform: scale(.75); opacity: .55; }
      100% { transform: scale(1.7); opacity: 0; }
    }

    .hotspot-pop {
      position: absolute; left: 0; top: 0;
      width: 230px; max-width: calc(100% - 20px);
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 13px;
      box-shadow: var(--shadow-lg);
      padding: 15px 17px; z-index: 6;
      text-align: left;
      opacity: 0; visibility: hidden;
      transition: opacity .18s ease, visibility .18s;
    }
    .hotspot-pop.is-visible { opacity: 1; visibility: visible; }

    .hotspot-pop .eyebrow {
      font-size: .65rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: .08em; color: var(--brand); margin-bottom: 5px;
    }
    .hotspot-pop h4 {
      font-size: .92rem; font-weight: 800; letter-spacing: -.2px;
      color: var(--text); margin-bottom: 5px;
    }
    .hotspot-pop p { font-size: .82rem; color: var(--muted); line-height: 1.6; }

    .product-explorer-hint {
      text-align: center; font-size: .8rem; color: var(--muted);
      margin-top: 16px;
    }

    #video { background: var(--bg); }
    .video-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    }
    .video-card {
      border-radius: 18px; overflow: hidden;
      border: 1px solid var(--border); background: var(--white);
      box-shadow: var(--shadow);
    }
    .video-card video {
      display: block; width: 100%; aspect-ratio: 16 / 9;
      object-fit: contain; background: #0b0f1a;
    }
    .video-cap { padding: 16px 20px; }
    .video-cap h3 { font-size: .98rem; font-weight: 700; letter-spacing: -.2px; }
    @media (max-width: 760px) { .video-grid { grid-template-columns: 1fr; } }

    .video-single { max-width: 860px; margin: 0 auto; }

    #beneficii { background: var(--bg); }
    #beneficii .section-sub { color: var(--text-2); }
    .hook-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
      padding-top: 28px;
    }
    .hook-card {
      position: relative;
      background: var(--white); border-radius: 20px;
      padding: 44px 26px 28px;
      border: 1px solid var(--border); box-shadow: var(--shadow-sm);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .hook-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-lg); border-color: var(--brand-mid);
    }
    .hook-card:hover .hook-ic { transform: rotate(-6deg) scale(1.05); }
    .hook-ic {
      position: absolute; top: -26px; left: 26px;
      width: 60px; height: 60px; border-radius: 18px;
      background: linear-gradient(140deg, #243244, var(--text));
      display: flex; align-items: center; justify-content: center;
      transition: transform .25s ease;
    }
    .hook-ic svg {
      width: 30px; height: 30px;
      fill: none; stroke: #fff; stroke-width: 1.8;
      stroke-linecap: round; stroke-linejoin: round;
    }
    .hook-card h3 { font-size: 1.08rem; font-weight: 800; letter-spacing: -.3px; margin-bottom: 10px; color: var(--text); }
    .hook-card p { color: #475569; font-size: .93rem; line-height: 1.62; }
    .hook-num {
      position: absolute; top: 16px; right: 22px;
      font-size: 2.4rem; font-weight: 900; line-height: 1;
      color: var(--brand); opacity: .16; letter-spacing: -1px;
    }
    @media (max-width: 900px) { .hook-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 520px) { .hook-grid { grid-template-columns: 1fr; } }

    .seg-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 24px; margin-bottom: 24px;
    }
    .seg-card p { color: var(--muted); font-size: .97rem; line-height: 1.6; margin-top: 6px; }
    .seg-spec {
      display: inline-flex; align-items: center; gap: 8px;
      margin-top: 16px; padding: 7px 14px; border-radius: 100px;
      background: var(--brand-light); color: var(--brand-dark);
      font-size: .82rem; font-weight: 700; letter-spacing: .2px;
    }
    .seg-rec {
      margin-top: 14px; padding: 12px 16px; border-radius: 12px;
      background: var(--bg); border-left: 3px solid var(--brand);
      color: var(--text-2); font-size: .92rem; line-height: 1.55;
    }
    .seg-note {
      border: 1px solid var(--border); border-radius: 18px;
      padding: 28px 32px; background: var(--white); box-shadow: var(--shadow);
      margin-top: 24px;
    }
    .seg-note h3 { font-size: 1.15rem; font-weight: 800; letter-spacing: -.3px; margin-bottom: 10px; }
    .seg-note > p { color: var(--muted); font-size: .97rem; line-height: 1.65; }
    .seg-list { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
    .seg-list li { position: relative; padding-left: 30px; color: var(--text-2); font-size: .95rem; line-height: 1.55; }
    .seg-list li::before {
      content: ''; position: absolute; left: 0; top: 3px;
      width: 18px; height: 18px; border-radius: 50%;
      background: var(--brand-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ee810b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
    }
    @media (max-width: 760px) { .seg-grid { grid-template-columns: 1fr; } }

    .comp-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    }
    .comp-card {
      display: flex; flex-direction: column;
      border-radius: 16px; overflow: hidden;
      border: 1px solid var(--border); background: var(--white);
      text-decoration: none; color: inherit;
      transition: box-shadow .25s, transform .25s, border-color .25s;
    }
    .comp-card:hover {
      box-shadow: var(--shadow-lg); transform: translateY(-3px);
      border-color: var(--brand);
    }
    .comp-img {
      aspect-ratio: 1 / 1; background: #f5f6f8;
      display: flex; align-items: center; justify-content: center;
    }
    .comp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .comp-body {
      padding: 14px 16px; display: flex; align-items: center;
      justify-content: space-between; gap: 8px;
    }
    .comp-body h3 { font-size: .9rem; font-weight: 700; letter-spacing: -.2px; }
    .comp-body svg { flex: none; color: var(--brand); opacity: 0; transition: opacity .2s; }
    .comp-card:hover .comp-body svg { opacity: 1; }
    @media (max-width: 900px) { .comp-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 600px) { .comp-grid { grid-template-columns: repeat(2, 1fr); } }

    button.comp-card {
      font: inherit; text-align: left; width: 100%;
      padding: 0; cursor: pointer; -webkit-appearance: none; appearance: none;
    }
    button.comp-card:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

    .comp-modal {
      position: fixed; inset: 0; z-index: 1000;
      background: rgba(11, 15, 26, .55);
      display: flex; align-items: center; justify-content: center;
      padding: 24px; backdrop-filter: blur(2px);
    }
    .comp-modal[hidden] { display: none; }
    .comp-modal-dialog {
      position: relative; background: var(--white);
      border-radius: 20px; overflow: hidden;
      width: 100%; max-width: 760px; max-height: 90vh; overflow-y: auto;
      display: grid; grid-template-columns: 300px 1fr;
      box-shadow: var(--shadow-lg);
    }
    .comp-modal-close {
      position: absolute; top: 12px; right: 12px; z-index: 2;
      width: 38px; height: 38px; border-radius: 50%;
      border: none; background: rgba(255, 255, 255, .9); color: #0b0f1a;
      display: flex; align-items: center; justify-content: center; cursor: pointer;
      box-shadow: var(--shadow); transition: background .2s;
    }
    .comp-modal-close:hover { background: #fff; }
    .comp-modal-media { background: #f5f6f8; }
    .comp-modal-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .comp-modal-body { padding: 28px; }
    .comp-modal-body h3 { font-size: 1.3rem; font-weight: 800; letter-spacing: -.4px; margin-bottom: 14px; }
    .comp-modal-desc p { color: var(--muted); font-size: .95rem; line-height: 1.6; margin-bottom: 12px; }
    .comp-modal-specs { margin: 18px 0 22px; border-top: 1px solid var(--border); }
    .comp-modal-specs > div {
      display: grid; grid-template-columns: 38% 1fr; gap: 12px;
      padding: 10px 0; border-bottom: 1px solid var(--border);
    }
    .comp-modal-specs dt { font-weight: 700; font-size: .85rem; color: #0b0f1a; }
    .comp-modal-specs dd { font-size: .85rem; color: var(--muted); }
    @media (max-width: 640px) {
      .comp-modal-dialog { grid-template-columns: 1fr; }
      .comp-modal-media { height: 200px; }
    }

    @media (max-width: 640px) {
      .hotspot-pop {
        left: 12px !important; right: 12px !important;
        top: auto !important; bottom: 12px !important;
        width: auto !important; max-width: none !important;
      }
    }

    .cta-strip {
      background: linear-gradient(135deg, var(--brand) 0%, #d4700a 100%);
      padding: 72px 32px;
    }

    .cta-strip-inner {
      max-width: 1160px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between;
      gap: 40px; flex-wrap: wrap;
    }

    .cta-strip h2 {
      font-size: clamp(1.6rem, 2.8vw, 2.2rem);
      font-weight: 900; color: var(--white);
      letter-spacing: -1px; margin-bottom: 8px;
    }

    .cta-strip p { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.6; }

    .cta-strip-right { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

    .btn-outline-white {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: var(--white);
      border: 2px solid rgba(255,255,255,.4);
      font-family: inherit; font-size: .95rem; font-weight: 600;
      padding: 13px 26px; border-radius: 12px;
      text-decoration: none; cursor: pointer;
      transition: border-color .18s, background .18s, transform .15s;
    }

    .btn-outline-white:hover {
      border-color: var(--white);
      background: rgba(255,255,255,.12);
      transform: translateY(-1px);
    }

    #contact { background: var(--bg); }

    .contact-wrap {
      display: grid; grid-template-columns: 1fr 1.45fr;
      gap: 64px; align-items: start;
    }

    .contact-info-title {
      font-size: 1.1rem; font-weight: 800;
      margin-bottom: 28px; letter-spacing: -.4px;
    }

    .c-item {
      display: flex; align-items: flex-start;
      gap: 16px; margin-bottom: 22px;
    }

    .c-icon {
      width: 44px; height: 44px; border-radius: 12px;
      background: var(--white); border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    .c-icon svg {
      width: 20px; height: 20px;
      fill: none; stroke: var(--brand); stroke-width: 1.7;
      stroke-linecap: round; stroke-linejoin: round;
    }

    .c-text strong { display: block; font-size: .84rem; font-weight: 700; margin-bottom: 2px; }
    .c-text span, .c-text a { font-size: .84rem; color: var(--muted); }
    .c-text a { color: var(--brand); text-decoration: none; font-weight: 600; }

    .contact-note {
      margin-top: 32px; padding: 20px;
      background: var(--brand-light); border-radius: 14px;
      border: 1px solid var(--brand-mid);
    }

    .contact-note p { font-size: .84rem; line-height: 1.65; color: var(--text-2); }
    .contact-note strong { color: var(--brand); }

    .form-card {
      background: var(--white); border-radius: 22px;
      padding: 40px; border: 1px solid var(--border);
      box-shadow: var(--shadow-lg);
    }

    .form-card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 6px; letter-spacing: -.4px; }
    .form-card p { font-size: .855rem; color: var(--muted); margin-bottom: 28px; }

    .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

    .f-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }

    .f-group label { font-size: .8rem; font-weight: 700; color: var(--text); }

    .f-group input,
    .f-group select,
    .f-group textarea {
      padding: 12px 16px;
      border: 1.5px solid var(--border);
      border-radius: 11px;
      font-family: inherit; font-size: .9rem;
      color: var(--text); background: var(--white);
      outline: none; transition: border-color .2s, box-shadow .2s;
    }

    .f-group input:focus,
    .f-group select:focus,
    .f-group textarea:focus {
      border-color: var(--brand);
      box-shadow: 0 0 0 3px rgba(238,129,11,.12);
    }

    .f-group textarea { resize: vertical; min-height: 120px; }

    .f-submit {
      width: 100%; padding: 15px;
      background: var(--brand); color: var(--white);
      font-family: inherit; font-size: .95rem; font-weight: 700;
      border: none; border-radius: 12px; cursor: pointer;
      transition: background .18s, transform .15s, box-shadow .18s;
      box-shadow: 0 4px 14px rgba(238,129,11,.35);
    }

    .f-submit:hover {
      background: var(--brand-dark);
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(238,129,11,.45);
    }

    .f-submit:disabled { opacity: .7; cursor: default; transform: none; box-shadow: none; }

    .form-status {
      margin-top: 14px; font-size: .9rem; font-weight: 500;
      line-height: 1.5;
    }
    .form-status--ok { color: #15803d; }
    .form-status--err { color: #b91c1c; }

    footer {
      background: var(--text); color: #A9B6C8;
      padding: 60px 32px 32px;
    }

    .footer-wrap { max-width: 1160px; margin: 0 auto; }

    .footer-top {
      display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr;
      gap: 48px; padding-bottom: 48px;
      border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .footer-logo { display: flex; align-items: center; }
    .footer-logo img { height: 40px; width: auto; object-fit: contain; }

    .footer-brand p {
      font-size: .855rem; line-height: 1.75;
      margin-top: 14px; max-width: 280px; color: #A9B6C8;
    }

    .footer-col h4 {
      font-size: .75rem; font-weight: 700; color: #94A3B8;
      text-transform: uppercase; letter-spacing: .1em;
      margin-bottom: 16px;
    }

    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }

    .footer-col ul a {
      text-decoration: none; color: #A9B6C8; font-size: .875rem;
      transition: color .18s;
    }

    .footer-col ul a:hover { color: var(--brand); }

    .footer-bottom {
      padding-top: 28px;
      display: flex; justify-content: space-between; align-items: center;
      flex-wrap: wrap; gap: 12px; font-size: .8rem;
    }

    .footer-bottom a { color: var(--brand); text-decoration: none; }

    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-visual { display: none; }
      .steps { grid-template-columns: 1fr 1fr; }
      .components-grid { grid-template-columns: 1fr 1fr; }
      .apps-grid { grid-template-columns: 1fr; }
      .why-row { grid-template-columns: 1fr 1fr; }
      .why-grid { grid-template-columns: 1fr; }
      .specs-band-inner { grid-template-columns: 1fr; gap: 40px; }
      .contact-wrap { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
      .footer-brand { grid-column: 1 / -1; }
    }

    @media (max-width: 640px) {
      .hero { padding: 120px 20px 72px; }
      section { padding: 72px 20px; }
      .container { padding: 0 20px; }
      .components-grid { grid-template-columns: 1fr; }
      .steps { grid-template-columns: 1fr; }
      .why-row { grid-template-columns: 1fr; }
      .specs-list { grid-template-columns: 1fr 1fr; }
      .nav-links { display: none; }
      .f-row { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .hero-trust { flex-direction: column; gap: 14px; padding-top: 24px; }
      .trust-item { flex: 1 1 auto; width: 100%; }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-7px); }
    }

    .hero-kicker  { animation: fadeUp .6s cubic-bezier(.16,1,.3,1) both; }
    .hero h1      { animation: fadeUp .65s cubic-bezier(.16,1,.3,1) .1s both; }
    .hero-lead    { animation: fadeUp .65s cubic-bezier(.16,1,.3,1) .18s both; }
    .hero-actions { animation: fadeUp .65s cubic-bezier(.16,1,.3,1) .28s both; }
    .hero-trust   { animation: fadeUp .65s cubic-bezier(.16,1,.3,1) .38s both; }
    .hero-visual  { animation: fadeIn .8s cubic-bezier(.16,1,.3,1) .22s both; }

    .hero-cert { animation: float 4.5s ease-in-out .9s infinite; }
    .hero-stat { animation: float 4.5s ease-in-out 2.2s infinite; }

    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .55s cubic-bezier(.16,1,.3,1),
                  transform .55s cubic-bezier(.16,1,.3,1);
    }
    .reveal.visible { opacity: 1; transform: none; }

    .hero-home {
      padding: 150px 32px 110px;
      background:
        linear-gradient(180deg, rgba(15,23,42,.80) 0%, rgba(15,23,42,.70) 40%, rgba(15,23,42,.95) 100%),
        url('assets/hero-cladiri.webp') center center / cover no-repeat;
      position: relative;
      overflow: hidden;
    }

    .hero-home::after {
      content: '';
      position: absolute; top: -200px; right: -80px;
      width: 640px; height: 640px;
      background: radial-gradient(circle, rgba(238,129,11,.14) 0%, transparent 65%);
      pointer-events: none;
    }

    .hero-home-text {
      max-width: 680px; margin: 0 auto 60px;
      text-align: center;
      position: relative; z-index: 1;
    }

    .hero-home-text h1 {
      font-size: clamp(2.6rem, 5.5vw, 4rem);
      font-weight: 900; line-height: 1.06;
      letter-spacing: -2.5px; color: var(--white);
      margin-bottom: 0;
      text-shadow: 0 2px 24px rgba(15,23,42,.55);
    }

    .hero-home-text h1 em {
      font-style: normal; color: var(--brand);
    }

    .hero-rule {
      width: 52px; height: 3px; border-radius: 2px;
      background: var(--brand);
      margin: 24px auto;
    }

    .hero-home-lead {
      font-size: 1rem; color: rgba(255,255,255,.72);
      line-height: 1.8; max-width: 520px; margin: 0 auto;
      text-shadow: 0 1px 12px rgba(15,23,42,.5);
    }

    .product-nav {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 24px;
      position: relative; z-index: 1;
    }

    .product-nav-card {
      display: flex; align-items: flex-start; gap: 22px;
      padding: 32px; border-radius: 18px;
      border: 1.5px solid var(--border);
      background: var(--white);
      text-decoration: none; color: inherit;
      transition: border-color .2s, box-shadow .2s, transform .2s;
      position: relative; overflow: hidden;
    }

    .product-nav-card:hover {
      border-color: var(--brand);
      box-shadow: var(--shadow-lg);
      transform: translateY(-3px);
    }

    .product-nav-icon {
      width: 52px; height: 52px; border-radius: 14px;
      background: var(--brand-light);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    .product-nav-icon svg { width: 26px; height: 26px; stroke: var(--brand); }

    .product-nav-icon--gunoi { background: #EFF6FF; }
    .product-nav-icon--gunoi svg { stroke: #2563EB; }

    .product-nav-body { flex: 1; }

    .product-nav-body h2 {
      font-size: 1.1rem; font-weight: 800;
      letter-spacing: -.4px; margin-bottom: 6px;
    }

    .product-nav-body p {
      font-size: .845rem; color: var(--muted);
      line-height: 1.6; margin-bottom: 14px;
    }

    .product-nav-badges {
      display: flex; flex-wrap: wrap; gap: 6px;
    }

    .product-nav-badges span {
      font-size: .68rem; font-weight: 700;
      padding: 3px 9px; border-radius: 100px;
      background: var(--brand-light);
      border: 1px solid var(--brand-mid);
      color: var(--brand); letter-spacing: .04em;
      text-transform: uppercase;
    }

    .product-nav-card:hover .product-nav-badges span { background: var(--brand-mid); }

    .product-nav-arrow {
      width: 32px; height: 32px; border-radius: 50%;
      background: var(--bg); border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; margin-top: 2px;
      transition: background .2s, border-color .2s;
    }

    .product-nav-arrow svg { width: 14px; height: 14px; stroke: var(--muted); }
    .product-nav-card:hover .product-nav-arrow { background: var(--brand); border-color: var(--brand); }
    .product-nav-card:hover .product-nav-arrow svg { stroke: var(--white); }

    .hero-home .product-nav-card {
      box-shadow: 0 24px 64px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.25);
      border-color: rgba(255,255,255,.08);
    }
    .hero-home .product-nav-card:hover {
      box-shadow: 0 32px 80px rgba(0,0,0,.5), 0 6px 20px rgba(0,0,0,.3);
    }

    .product-nav-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 4px;
      background: var(--border);
    }
    .product-nav-card:first-child::before { background: var(--brand); }
    .product-nav-card:last-child::before { background: #2563EB; }

    .section-alt { background: var(--bg); }

    .reasons {
      display: grid;
      grid-template-columns: minmax(260px, 350px) 1fr;
      gap: 60px;
      align-items: start;
    }

    .reasons-aside { position: sticky; top: 104px; }

    .reason-list { list-style: none; }

    .reason-row {
      display: grid;
      grid-template-columns: auto auto 1fr;
      align-items: start;
      gap: 22px;
      padding: 26px 4px;
      border-top: 1px solid var(--border);
    }
    .reason-row:last-child { border-bottom: 1px solid var(--border); }

    .reason-index {
      font-size: 1rem; font-weight: 800; color: var(--brand);
      letter-spacing: .06em; padding-top: 10px;
      font-variant-numeric: tabular-nums;
    }

    .reason-icon {
      width: 42px; height: 42px; border-radius: 11px;
      background: var(--brand-light); flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
    }
    .reason-icon svg {
      width: 21px; height: 21px;
      fill: none; stroke: var(--brand); stroke-width: 1.6;
      stroke-linecap: round; stroke-linejoin: round;
    }

    .reason-text h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 6px; letter-spacing: -.2px; }
    .reason-text p { font-size: .9rem; color: var(--muted); line-height: 1.7; max-width: 560px; }

    .skyline {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 30px;
    }

    .skyline-item { text-align: center; }

    .skyline-art {
      height: 160px;
      display: flex; align-items: flex-end; justify-content: center;
      border-bottom: 3px solid var(--brand);
    }

    .skyline-art svg {
      width: auto; height: 150px; max-width: 100%;
      fill: none; stroke: var(--text-2); stroke-width: 2;
      stroke-linecap: round; stroke-linejoin: round;
      transition: stroke .25s;
    }

    .skyline-item:hover .skyline-art svg { stroke: var(--brand); }

    .skyline-item h3 { font-size: 1rem; font-weight: 700; margin: 22px 0 8px; letter-spacing: -.2px; }
    .skyline-item p { font-size: .85rem; color: var(--muted); line-height: 1.6; }

    .stats-band {
      background: var(--text); color: var(--white);
      padding: 64px 32px;
    }

    .stats-band-inner {
      max-width: 1160px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 32px; text-align: center;
    }

    .stat-val {
      font-size: clamp(2.4rem, 4vw, 3.2rem);
      font-weight: 900; color: var(--brand);
      letter-spacing: -2px; line-height: 1;
      margin-bottom: 8px;
    }

    .stat-lbl {
      font-size: .82rem; color: #94A3B8;
      font-weight: 500; line-height: 1.4;
    }

    .brands-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      max-width: 780px;
      margin: 0 auto;
    }

    .brand-card {
      position: relative;
      height: 96px;
      padding: 12px 20px;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: var(--white);
      display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
      overflow: hidden;
      transition: border-color .25s, box-shadow .25s, transform .25s;
    }

    .brand-card:hover {
      border-color: var(--text-2);
      box-shadow: var(--shadow);
      transform: translateY(-3px);
    }

    .brand-card-name {
      font-size: 1.3rem; font-weight: 800;
      color: var(--text-2); letter-spacing: -.5px;
      line-height: 1.15; text-align: center;
    }

    .brand-card-country {
      font-size: .7rem; font-weight: 600;
      color: var(--muted); letter-spacing: 1.5px;
      text-transform: uppercase; text-align: center;
    }

    @media (max-width: 640px) {
      .brands-strip { grid-template-columns: 1fr; max-width: 340px; gap: 16px; }
      .brand-card { height: 84px; }
    }

    .nav-burger {
      display: none; flex-direction: column; justify-content: center;
      gap: 5px; background: none; border: none;
      cursor: pointer; padding: 6px; margin-left: 8px;
    }

    .nav-burger span {
      display: block; width: 22px; height: 2px;
      background: var(--text); border-radius: 2px;
      transition: transform .2s, opacity .2s;
    }

    .footer-legal-strip {
      padding: 18px 0;
      border-top: 1px solid rgba(255,255,255,.07);
      border-bottom: 1px solid rgba(255,255,255,.07);
      margin-bottom: 0;
    }

    .footer-legal-strip p {
      font-size: .78rem; color: #A9B6C8;
      text-align: center; line-height: 1.6;
    }

    .footer-legal-links {
      display: flex; gap: 20px; flex-wrap: wrap;
    }

    .footer-legal-links a {
      color: #A9B6C8; font-size: .8rem;
      text-decoration: none; transition: color .18s;
    }

    .footer-legal-links a:hover { color: var(--brand); }

    .f-group--check { margin-bottom: 20px; }

    .f-check-label {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: .84rem; color: var(--text-2);
      cursor: pointer; line-height: 1.5;
    }

    .f-check-label input[type="checkbox"] {
      width: 16px; height: 16px; flex-shrink: 0;
      margin-top: 2px; accent-color: var(--brand);
      cursor: pointer;
    }

    .f-check-label a { color: var(--brand); text-decoration: none; font-weight: 600; }
    .f-check-label a:hover { text-decoration: underline; }

    @media (max-width: 900px) {
      .reasons { grid-template-columns: 1fr; gap: 36px; }
      .reasons-aside { position: static; }
      .skyline { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
      .stats-band-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
    }

    @media (max-width: 640px) {
      .hero-home { padding: 120px 20px 80px; }
      .product-nav { grid-template-columns: 1fr; }
      .stats-band-inner { grid-template-columns: 1fr 1fr; }
      .nav-burger { display: flex; }
      .nav-links { display: none; flex-direction: column; gap: 0;
        position: absolute; top: 70px; left: 0; right: 0;
        background: var(--white); border-bottom: 1px solid var(--border);
        padding: 12px 0; z-index: 199;
      }
      .nav-links--open { display: flex; }
      .nav-links li a { padding: 12px 24px; display: block; border-radius: 0; }
    }

    @media (max-width: 480px) {
      .skyline { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
      .reason-row { grid-template-columns: auto 1fr; gap: 4px 16px; }
      .reason-icon { display: none; }
      .product-nav-card { padding: 18px 14px; gap: 12px; }
      .product-nav-icon { width: 40px; height: 40px; border-radius: 10px; }
      .product-nav-icon svg { width: 20px; height: 20px; }
      .product-nav-arrow { display: none; }
    }

    .legal-hero {
      padding: 130px 32px 44px;
      background: var(--bg);
      border-bottom: 1px solid var(--border);
    }
    .legal-hero .container { max-width: 820px; }
    .legal-hero h1 {
      font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 900;
      letter-spacing: -1.5px; color: var(--text);
    }
    .legal-hero p { color: var(--muted); margin-top: 10px; font-size: .95rem; }

    .legal-body { padding: 52px 32px 80px; }
    .legal-body .container { max-width: 820px; }
    .legal-body h2 {
      font-size: 1.25rem; font-weight: 800; letter-spacing: -.5px;
      margin: 38px 0 12px; color: var(--text);
    }
    .legal-body h2:first-child { margin-top: 0; }
    .legal-body h3 { font-size: 1.02rem; font-weight: 700; margin: 22px 0 8px; }
    .legal-body p, .legal-body li {
      color: var(--text-2); line-height: 1.8; font-size: .94rem; margin-bottom: 12px;
    }
    .legal-body ul { padding-left: 22px; margin-bottom: 16px; }
    .legal-body a:not(.btn) { color: var(--brand); }
    .legal-updated { font-size: .85rem; color: var(--muted); font-style: italic; }
    .legal-box {
      background: var(--bg); border: 1px solid var(--border);
      border-radius: 14px; padding: 22px 24px; margin: 16px 0 8px;
    }
    .legal-box p { margin-bottom: 6px; }

    .blog-grid {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
    }
    .blog-card {
      display: flex; flex-direction: column; height: 100%;
      border: 1px solid var(--border); border-radius: 16px;
      background: var(--white); padding: 24px 24px 22px;
      text-decoration: none; color: inherit;
      transition: box-shadow .2s, transform .2s, border-color .2s;
    }
    .blog-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--brand-mid); }
    .blog-card h2 { font-size: 1.1rem; font-weight: 800; letter-spacing: -.3px; line-height: 1.3; margin: 14px 0 10px; color: var(--text); }
    .blog-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; margin-bottom: 18px; flex-grow: 1; }
    .blog-card-more { color: var(--brand); font-weight: 700; font-size: .875rem; }

    .post-tag {
      align-self: flex-start; display: inline-block;
      font-size: .7rem; font-weight: 800;
      letter-spacing: .08em; text-transform: uppercase;
      color: var(--brand); background: var(--brand-light);
      padding: 5px 11px; border-radius: 999px;
    }
    .legal-hero .post-tag { margin-bottom: 14px; }

    .post-lead {
      font-size: 1.06rem; color: var(--text-2); line-height: 1.8;
      font-weight: 500; margin-bottom: 8px;
    }
    .post-cta {
      margin-top: 44px; text-align: center;
      background: var(--brand-light); border: 1px solid var(--brand-mid);
      border-radius: 16px; padding: 30px;
    }
    .post-cta h2 { margin-top: 0; }
    .post-cta p { margin-bottom: 20px; }

    @media (max-width: 720px) { .blog-grid { grid-template-columns: 1fr; } }

    .nf {
      min-height: 70vh; display: flex; flex-direction: column;
      align-items: center; justify-content: center; text-align: center;
      padding: 140px 24px 80px;
    }
    .nf-code {
      font-size: clamp(5rem, 16vw, 9rem); font-weight: 900;
      letter-spacing: -4px; color: var(--brand); line-height: 1;
    }
    .nf h1 { font-size: 1.6rem; font-weight: 800; letter-spacing: -.5px; margin: 8px 0 12px; }
    .nf p { color: var(--muted); max-width: 440px; margin: 0 auto 28px; line-height: 1.7; }
    .nf-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

    .cookie-banner {
      position: fixed; bottom: 16px; left: 16px; right: 16px;
      max-width: 1080px; margin: 0 auto;
      background: var(--text); color: var(--white);
      border-radius: 16px; padding: 20px 24px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 20px; flex-wrap: wrap;
      box-shadow: 0 20px 50px rgba(0,0,0,.35); z-index: 500;
      transform: translateY(180%); transition: transform .45s cubic-bezier(.16,1,.3,1);
    }
    .cookie-banner.is-visible { transform: translateY(0); }
    .cookie-text { font-size: .85rem; color: #E2E8F0; line-height: 1.6; flex: 1 1 360px; }
    .cookie-text a { color: #F6A24A; text-decoration: underline; }
    .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    .cookie-btn {
      font-family: inherit; font-size: .85rem; font-weight: 600;
      padding: 10px 20px; border-radius: 10px; cursor: pointer;
      border: 1.5px solid transparent; white-space: nowrap;
    }
    .cookie-btn--primary { background: var(--brand); color: var(--white); }
    .cookie-btn--primary:hover { background: var(--brand-dark); }
    .cookie-btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.3); }
    .cookie-btn--ghost:hover { border-color: rgba(255,255,255,.6); }

    @media (max-width: 520px) {
      .cookie-banner { padding: 18px; }
      .cookie-actions { width: 100%; }
      .cookie-btn { flex: 1; }
    }
