/* ===== NFC-VERIFIZIERUNG – EMERALD DARK THEME ===== */
    body { background: #030712; }

    /* HERO */
    .nfc-hero {
      background: #030712;
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      padding: 120px 0 80px;
      overflow: hidden;
    }
    .nfc-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(16,185,129,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,185,129,.06) 1px, transparent 1px);
      background-size: 50px 50px;
    }
    .nfc-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 50% 70% at 60% 50%, rgba(16,185,129,.1) 0%, transparent 70%),
        radial-gradient(ellipse 30% 40% at 20% 80%, rgba(5,150,105,.08) 0%, transparent 60%);
    }
    .nfc-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }
    .nfc-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: rgba(16,185,129,.12);
      border: 1px solid rgba(16,185,129,.3);
      color: #6ee7b7;
      border-radius: 99px;
      padding: .4rem 1rem;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .04em;
      margin-bottom: 1.5rem;
    }
    .nfc-badge-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: #6ee7b7;
      animation: blink 1.5s infinite;
    }
    .nfc-title {
      font-size: clamp(2.2rem, 3.8vw, 3.2rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 1.25rem;
    }
    .nfc-grad { background: linear-gradient(135deg, #6ee7b7, #34d399, #10b981); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .nfc-sub { font-size: 1.05rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 2rem; }
    .nfc-hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
    .nfc-btn-p {
      background: linear-gradient(135deg, #10b981, #059669);
      color: #fff; border: none; border-radius: 10px;
      padding: .85rem 2rem; font-size: .95rem; font-weight: 700;
      text-decoration: none; display: inline-block;
      box-shadow: 0 0 30px rgba(16,185,129,.3);
      transition: transform .2s, box-shadow .2s;
    }
    .nfc-btn-p:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(16,185,129,.45); }
    .nfc-btn-g {
      background: transparent; color: rgba(255,255,255,.7);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 10px; padding: .85rem 2rem;
      font-size: .95rem; font-weight: 600;
      text-decoration: none; display: inline-block;
      transition: border-color .2s, color .2s;
    }
    .nfc-btn-g:hover { border-color: rgba(255,255,255,.4); color: #fff; }

    /* Phone mockup */
    .nfc-phone-wrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .nfc-phone {
      width: 260px;
      background: #111827;
      border-radius: 32px;
      border: 2px solid rgba(16,185,129,.25);
      overflow: hidden;
      box-shadow: 0 0 60px rgba(16,185,129,.12), 0 0 120px rgba(16,185,129,.06);
      position: relative;
    }
    .nfc-phone-notch {
      width: 100px; height: 22px;
      background: #030712;
      border-radius: 0 0 14px 14px;
      margin: 0 auto;
    }
    .nfc-phone-screen { padding: 1rem 1.25rem 1.5rem; }
    .nfc-phone-status {
      display: flex;
      justify-content: space-between;
      font-size: .6rem;
      color: rgba(255,255,255,.4);
      margin-bottom: 1.25rem;
      padding: 0 .25rem;
    }
    .nfc-phone-app-header {
      text-align: center;
      margin-bottom: 1.5rem;
    }
    .nfc-phone-app-header span {
      font-size: .7rem;
      font-weight: 600;
      color: #6ee7b7;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .nfc-phone-app-header h3 {
      font-size: 1rem;
      font-weight: 800;
      color: #fff;
      margin-top: .25rem;
    }
    .nfc-tap-area {
      width: 130px; height: 130px;
      border-radius: 50%;
      border: 2px solid rgba(16,185,129,.4);
      margin: 0 auto 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      background: rgba(16,185,129,.05);
    }
    .nfc-tap-area::before {
      content: '';
      position: absolute;
      inset: -10px;
      border-radius: 50%;
      border: 1px solid rgba(16,185,129,.15);
      animation: nfc-pulse 2s ease-out infinite;
    }
    .nfc-tap-area::after {
      content: '';
      position: absolute;
      inset: -22px;
      border-radius: 50%;
      border: 1px solid rgba(16,185,129,.08);
      animation: nfc-pulse 2s ease-out infinite .5s;
    }
    @keyframes nfc-pulse {
      0% { transform: scale(.95); opacity: 1; }
      100% { transform: scale(1.15); opacity: 0; }
    }
    .nfc-tap-icon {
      width: 48px; height: 48px;
      color: #34d399;
    }
    .nfc-phone-info {
      text-align: center;
      font-size: .75rem;
      color: rgba(255,255,255,.45);
      margin-bottom: 1rem;
    }
    .nfc-phone-result {
      background: rgba(16,185,129,.1);
      border: 1px solid rgba(16,185,129,.25);
      border-radius: 10px;
      padding: .6rem .75rem;
      display: flex;
      align-items: center;
      gap: .5rem;
    }
    .nfc-phone-result-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #10b981;
      animation: blink 1.5s infinite;
      flex-shrink: 0;
    }
    .nfc-phone-result-text {
      font-size: .72rem;
      font-weight: 600;
      color: #6ee7b7;
    }
    .nfc-phone-result-time {
      font-size: .6rem;
      color: rgba(255,255,255,.35);
      margin-left: auto;
    }

    /* NFC Tag floating element */
    .nfc-tag-float {
      position: absolute;
      left: -20px;
      top: 55%;
      width: 80px; height: 80px;
      background: #1e293b;
      border: 2px solid rgba(16,185,129,.3);
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .25rem;
      box-shadow: 0 8px 30px rgba(0,0,0,.4);
      animation: nfc-float 3s ease-in-out infinite;
    }
    @keyframes nfc-float {
      0%, 100% { transform: translateY(0) rotate(-6deg); }
      50% { transform: translateY(-8px) rotate(-3deg); }
    }
    .nfc-tag-float svg { width: 22px; height: 22px; color: #34d399; }
    .nfc-tag-float span { font-size: .5rem; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: .05em; }

    /* MODI SECTION */
    .nfc-modi { padding: 6rem 0; background: #030712; }
    .nfc-sec-label { display: block; text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #34d399; margin-bottom: .75rem; }
    .nfc-sec-title { text-align: center; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .5rem; }
    .nfc-sec-sub { text-align: center; color: rgba(255,255,255,.5); max-width: 560px; margin: 0 auto 3.5rem; font-size: .95rem; line-height: 1.7; }
    .nfc-modi-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
    .nfc-modi-card {
      background: #0c0f1a;
      border: 1px solid rgba(16,185,129,.12);
      border-radius: 20px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      transition: border-color .3s, transform .3s;
    }
    .nfc-modi-card:hover { border-color: rgba(16,185,129,.35); transform: translateY(-4px); }
    .nfc-modi-card.featured {
      border-color: rgba(16,185,129,.4);
      background: linear-gradient(135deg, rgba(16,185,129,.06), rgba(5,150,105,.03));
    }
    .nfc-modi-badge {
      position: absolute;
      top: 1rem; right: 1rem;
      background: rgba(16,185,129,.15);
      border: 1px solid rgba(16,185,129,.3);
      border-radius: 99px;
      padding: .2rem .6rem;
      font-size: .6rem;
      font-weight: 700;
      color: #6ee7b7;
      letter-spacing: .04em;
    }
    .nfc-modi-icon {
      width: 56px; height: 56px;
      border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.25rem;
    }
    .nfc-modi-icon svg { width: 24px; height: 24px; }
    .nfc-modi-card h3 { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: .5rem; }
    .nfc-modi-card > p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.6; margin-bottom: 1.25rem; }
    .nfc-modi-features {
      display: flex; flex-direction: column; gap: .4rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(255,255,255,.06);
    }
    .nfc-modi-feat {
      display: flex; align-items: center; gap: .6rem;
      font-size: .78rem; color: rgba(255,255,255,.55);
    }
    .nfc-modi-feat::before { content: '✓'; color: #10b981; font-weight: 700; flex-shrink: 0; }

    /* HOW IT WORKS */
    .nfc-how { padding: 6rem 0; background: #060a16; }
    .nfc-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .nfc-how-card {
      background: #0c0f1a;
      border: 1px solid rgba(16,185,129,.12);
      border-radius: 20px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      transition: border-color .3s;
    }
    .nfc-how-card:hover { border-color: rgba(16,185,129,.3); }
    .nfc-how-num {
      position: absolute;
      top: -10px; right: 1rem;
      font-size: 6rem;
      font-weight: 900;
      color: rgba(16,185,129,.06);
      line-height: 1;
    }
    .nfc-how-icon {
      width: 52px; height: 52px; border-radius: 14px;
      background: linear-gradient(135deg, rgba(16,185,129,.18), rgba(5,150,105,.08));
      border: 1px solid rgba(16,185,129,.3);
      display: flex; align-items: center; justify-content: center;
      color: #6ee7b7; margin-bottom: 1.25rem;
      position: relative; z-index: 1;
    }
    .nfc-how-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: .5rem; position: relative; z-index: 1; }
    .nfc-how-card p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.6; position: relative; z-index: 1; }
    .nfc-how-detail {
      margin-top: 1rem; padding-top: 1rem;
      border-top: 1px solid rgba(16,185,129,.1);
      font-size: .78rem; color: rgba(16,185,129,.8);
      font-weight: 600;
      position: relative; z-index: 1;
    }

    /* BENEFITS */
    .nfc-benefits { padding: 6rem 0; background: #030712; }
    .nfc-ben-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .nfc-ben-card {
      background: #0c0f1a;
      border: 1px solid rgba(16,185,129,.1);
      border-radius: 16px;
      padding: 1.75rem;
      transition: all .25s;
    }
    .nfc-ben-card:hover { transform: translateY(-3px); border-color: rgba(16,185,129,.3); box-shadow: 0 8px 30px rgba(16,185,129,.08); }
    .nfc-ben-icon {
      width: 44px; height: 44px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1rem;
    }
    .nfc-ben-icon svg { width: 20px; height: 20px; }
    .nfc-ben-card h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
    .nfc-ben-card p { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.6; }

    /* TECH SPECS */
    .nfc-tech { padding: 6rem 0; background: #060a16; }
    .nfc-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    .nfc-tech-left h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 800; color: #fff; margin-bottom: 1rem; }
    .nfc-tech-left > p { font-size: .95rem; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 2rem; }
    .nfc-tech-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .nfc-spec-box {
      background: #0c0f1a;
      border: 1px solid rgba(16,185,129,.18);
      border-radius: 14px;
      padding: 1.25rem;
    }
    .nfc-spec-val { font-size: 1.6rem; font-weight: 800; color: #6ee7b7; display: block; margin-bottom: .2rem; }
    .nfc-spec-lbl { font-size: .78rem; color: rgba(255,255,255,.5); }
    .nfc-tech-right {
      background: #0c0f1a;
      border: 1px solid rgba(16,185,129,.18);
      border-radius: 20px;
      padding: 2rem;
    }
    .nfc-tech-right h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 1.5rem; }
    .nfc-tech-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
    .nfc-tech-icon {
      width: 40px; height: 40px; border-radius: 10px;
      background: rgba(16,185,129,.1);
      border: 1px solid rgba(16,185,129,.2);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .nfc-tech-icon svg { width: 18px; height: 18px; }
    .nfc-tech-item-title { font-size: .85rem; font-weight: 600; color: #fff; margin-bottom: .15rem; }
    .nfc-tech-item-sub { font-size: .75rem; color: rgba(255,255,255,.4); }

    /* CTA */
    .nfc-cta {
      padding: 6rem 0;
      background: linear-gradient(135deg, #022c22, #064e3b, #022c22);
    }
    .nfc-cta-inner { text-align: center; }
    .nfc-cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .75rem; }
    .nfc-cta-inner p { color: rgba(255,255,255,.6); font-size: 1rem; margin-bottom: 2rem; }
    .nfc-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .nfc-cta-btn-w { background: #fff; color: #064e3b; border-radius: 10px; padding: .85rem 2rem; font-size: .95rem; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
    .nfc-cta-btn-w:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
    .nfc-cta-btn-o { background: transparent; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.3); border-radius: 10px; padding: .85rem 2rem; font-size: .95rem; font-weight: 600; text-decoration: none; transition: border-color .2s, color .2s; }
    .nfc-cta-btn-o:hover { border-color: rgba(255,255,255,.6); color: #fff; }

    @media (max-width: 900px) {
      .nfc-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
      .nfc-modi-grid { grid-template-columns: 1fr; }
      .nfc-how-grid { grid-template-columns: 1fr; }
      .nfc-ben-grid { grid-template-columns: 1fr; }
      .nfc-tech-grid { grid-template-columns: 1fr; }
      .nfc-phone-wrap { order: -1; }
      .nfc-tag-float { left: 10px; }
    }
    @media (min-width: 640px) and (max-width: 900px) {
      .nfc-ben-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
