 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
      background: #0b0f1c;
      padding-bottom: 80px;
      color: #e8edf5;
    }

    .container {
      max-width: 520px;
      margin: 0 auto;
      background: #121826;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
      position: relative;
      overflow: hidden;
      border-radius: 0 0 32px 32px;
    }

    .hero {
      background: linear-gradient(145deg, #0b1a1f 0%, #0a101f 60%, #0d1b2b 100%);
      padding: 32px 24px 28px;
      text-align: center;
      position: relative;
      border-bottom: 2px solid #f7931a;
      box-shadow: inset 0 -40px 60px rgba(247, 147, 26, 0.08);
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('../static/bg.jpg');
      
      opacity: 0.3;
      pointer-events: none;
    }

    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 20% 30%, rgba(247, 147, 26, 0.08), transparent 70%);
      pointer-events: none;
    }

    .hero-badge {
      background: rgba(247, 147, 26, 0.18);
      display: inline-block;
      padding: 6px 16px;
      border-radius: 40px;
      font-size: 12px;
      font-weight: 600;
      backdrop-filter: blur(4px);
      margin-bottom: 16px;
      letter-spacing: 1px;
      color: #f7931a;
      border: 1px solid rgba(247, 147, 26, 0.25);
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-size: 30px;
      font-weight: 800;
      line-height: 1.3;
      margin-bottom: 12px;
      background: linear-gradient(135deg, #f7d875, #f7931a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
      z-index: 2;
    }

    .hero p {
      font-size: 16px;
      opacity: 0.8;
      margin-bottom: 24px;
      color: #c8d6e5;
      position: relative;
      z-index: 2;
    }

    .info-grid {
      background: rgba(18, 28, 46, 0.7);
      backdrop-filter: blur(6px);
      border-radius: 24px;
      padding: 18px 16px;
      margin: 18px 0 0;
      border: 1px solid rgba(247, 147, 26, 0.15);
      text-align: left;
      position: relative;
      z-index: 2;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    }

    .info-item {
      display: flex;
      gap: 12px;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
      color: #d6deee;
      font-size: 0.85rem;
      line-height: 1.4;
    }

    .info-item:last-child {
      border-bottom: none;
    }

    .info-item .label {
      font-weight: 600;
      color: #f7b84d;
      min-width: 80px;
      flex-shrink: 0;
    }

    .info-item .desc {
      color: #b8c9e0;
    }

    .btn {
      display: block;
      text-align: center;
      background: linear-gradient(135deg, #f7b731, #f7931a);
      color: #0b0f1c;
      padding: 16px;
      border-radius: 60px;
      text-decoration: none;
      font-weight: 800;
      font-size: 18px;
      margin-top: 20px;
      transition: all 0.2s;
      box-shadow: 0 8px 20px rgba(247, 147, 26, 0.35);
      border: none;
      width: 100%;
      cursor: pointer;
      position: relative;
      z-index: 2;
      letter-spacing: 0.5px;
    }

    .btn:active {
      transform: scale(0.97);
      box-shadow: 0 4px 12px rgba(247, 147, 26, 0.3);
    }

    .hero-stats {
      display: flex;
      justify-content: center;
      gap: 18px;
      margin-top: 12px;
      font-size: 12px;
      background: rgba(0, 0, 0, 0.3);
      padding: 6px 18px;
      border-radius: 60px;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid rgba(247, 147, 26, 0.12);
      color: #b0c4dd;
      position: relative;
      z-index: 2;
    }

    .ai-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      background: rgba(247, 147, 26, 0.08);
      border: 1px solid rgba(247, 147, 26, 0.15);
      border-radius: 60px;
      padding: 2px 14px 2px 8px;
      font-size: 0.6rem;
      font-weight: 600;
      color: #f7b84d;
      letter-spacing: 0.3px;
      margin-bottom: 4px;
    }

    .ai-badge::before {
      content: "⚡";
      font-size: 0.7rem;
    }

    .survey-container {
      padding: 0 20px 30px;
      background: #121826;
    }

    .progress-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 20px 0 10px;
      color: #b8c9e0;
      font-size: 0.85rem;
      font-weight: 600;
    }

    .progress-track {
      width: 100%;
      height: 6px;
      background: #252f44;
      border-radius: 20px;
      margin: 6px 0 20px;
      overflow: hidden;
      box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
    }

    .progress-fill {
      width: 0%;
      height: 100%;
      background: linear-gradient(90deg, #f7b731, #f7931a);
      border-radius: 20px;
      transition: width 0.3s ease;
      box-shadow: 0 0 12px rgba(247, 147, 26, 0.3);
    }

    .question-area {
      background: #1a2335;
      border-radius: 28px;
      padding: 22px 18px 24px;
      margin: 8px 0 10px;
      border: 1px solid #2c3a52;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

    .question-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      font-size: 0.8rem;
      color: #8899b5;
      margin-bottom: 12px;
      padding-bottom: 6px;
      border-bottom: 1px dashed #2c3a52;
    }

    .q-number {
      font-weight: 700;
      color: #f7931a;
      background: rgba(247, 147, 26, 0.12);
      padding: 2px 14px;
      border-radius: 40px;
      font-size: 0.7rem;
    }

    .q-text {
      font-size: 1.1rem;
      font-weight: 600;
      color: #ecf3fa;
      margin-bottom: 20px;
      line-height: 1.4;
    }

    .options-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .option-item {
      display: flex;
      align-items: center;
      background: #0f1729;
      border: 1px solid #2a3850;
      border-radius: 60px;
      padding: 10px 18px;
      transition: all 0.15s;
      cursor: pointer;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    }

    .option-item.selected {
      background: rgba(247, 147, 26, 0.08);
      border-color: #f7931a;
      box-shadow: 0 0 0 1px #f7931a40, inset 0 0 16px rgba(247, 147, 26, 0.03);
    }

    .option-item input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      border: 2px solid #3d4d6a;
      border-radius: 50%;
      margin-right: 14px;
      position: relative;
      flex-shrink: 0;
      transition: 0.1s;
      background: #0b111f;
    }

    .option-item input:checked {
      border-color: #f7931a;
      background: #f7931a;
      box-shadow: 0 0 0 2px #121826, 0 0 0 4px #f7931a60;
    }

    .option-item input:checked::after {
      content: "✓";
      display: block;
      color: #0b0f1c;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 18px;
    }

    .option-item label {
      color: #d6deee;
      font-size: 0.95rem;
      font-weight: 450;
      width: 100%;
      cursor: pointer;
    }

    .option-item input[type="text"] {
      background: transparent;
      border: none;
      border-bottom: 1.5px solid #3d4d6a;
      color: #ecf3fa;
      padding: 8px 4px;
      width: 100%;
      font-size: 0.95rem;
      outline: none;
      transition: 0.2s;
    }

    .option-item input[type="text"]:focus {
      border-bottom-color: #f7931a;
    }

    .option-item input[type="text"]::placeholder {
      color: #5a6f8a;
      font-weight: 300;
    }

    .nav-buttons {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin: 24px 0 8px;
    }

    .btn-secondary {
      background: #1a253b;
      border: 1px solid #2c3a52;
      color: #b8c9e0;
      padding: 12px 0;
      border-radius: 60px;
      font-weight: 600;
      font-size: 0.95rem;
      width: 48%;
      transition: 0.1s;
      cursor: pointer;
      text-align: center;
    }

    .btn-secondary:active {
      background: #25334d;
    }

    .btn-secondary.primary {
      background: linear-gradient(135deg, #f7b731, #f7931a);
      border-color: #f7931a;
      color: #0b0f1c;
      font-weight: 700;
      box-shadow: 0 4px 12px rgba(247, 147, 26, 0.2);
    }

    .btn-secondary.primary:active {
      transform: scale(0.97);
    }

    .btn-secondary:disabled {
      opacity: 0.3;
      pointer-events: none;
    }

    .complete-page {
      text-align: center;
      padding: 18px 6px 8px;
    }

    .complete-page .big-icon {
      font-size: 3.6rem;
      margin-bottom: 6px;
    }

    .complete-page h2 {
      color: #ecf3fa;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .complete-page .result-box {
      background: #1a2335;
      border-radius: 24px;
      padding: 18px 16px;
      margin: 18px 0;
      border: 1px solid rgba(247, 147, 26, 0.15);
      color: #d6deee;
      font-size: 0.95rem;
      box-shadow: inset 0 2px 8px rgba(0,0,0,0.2);
    }

    .complete-page .result-box strong {
      color: #f7b84d;
    }

    .opt-in {
      margin-top: 20px;
      background: #1a2335;
      border-radius: 40px;
      padding: 14px 18px;
      border: 1px solid #2c3a52;
      color: #b8c9e0;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .opt-in a {
      color: #f7931a;
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px dashed #f7931a60;
    }

    .hidden {
      display: none !important;
    }

    .mt-2 { margin-top: 8px; }
    .text-center { text-align: center; }

    .floating-counter {
      position: fixed;
      right: 12px;
      top: 20%;
      transform: translateY(-50%);
      z-index: 1002;
      display: flex;
      flex-direction: column;
      gap: 12px;
      pointer-events: none;
    }

    .counter-card {
      background: linear-gradient(145deg, #1a2335, #0f1729);
      backdrop-filter: blur(8px);
      border-radius: 28px;
      padding: 12px 12px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 0 2px rgba(247, 147, 26, 0.3);
      pointer-events: auto;
      min-width: 110px;
      border: 1px solid rgba(247, 147, 26, 0.4);
      animation: counterGlow 1s ease-in-out infinite alternate;
    }

    @keyframes counterGlow {
      0% {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 0 2px rgba(247, 147, 26, 0.3);
        transform: scale(1);
      }
      100% {
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.7), 0 0 0 3px rgba(247, 147, 26, 0.7);
        transform: scale(1.02);
      }
    }

    .counter-number {
      font-size: 28px;
      font-weight: 800;
      color: #f7b84d;
      line-height: 1.2;
      letter-spacing: 1px;
    }

    .counter-label {
      font-size: 11px;
      color: #b0c4dd;
      font-weight: 500;
      margin-top: 4px;
    }

    .countdown-box {
      background: rgba(0, 0, 0, 0.85);
      backdrop-filter: blur(12px);
      border-radius: 28px;
      padding: 10px 12px;
      text-align: center;
      border-left: 3px solid #f7931a;
      border-right: 3px solid #f7931a;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      pointer-events: auto;
    }

    .countdown-title {
      font-size: 10px;
      font-weight: 600;
      color: #f7b84d;
      letter-spacing: 1px;
      margin-bottom: 6px;
    }

    .countdown-timer {
      font-size: 20px;
      font-weight: 800;
      font-family: monospace;
      color: #ecf3fa;
      background: #0f1729;
      padding: 4px 8px;
      border-radius: 40px;
      display: inline-block;
      letter-spacing: 2px;
      border: 1px solid #2c3a52;
    }

    .flash {
      animation: pulseRed 0.6s ease-out;
    }

    @keyframes pulseRed {
      0% {
        text-shadow: 0 0 0px #f7b84d;
        transform: scale(1);
      }
      50% {
        text-shadow: 0 0 16px #f7931a;
        transform: scale(1.08);
        color: #f7d875;
      }
      100% {
        text-shadow: 0 0 0px #f7b84d;
        transform: scale(1);
      }
    }

    @media (max-width: 640px) {
      .floating-counter {
        right: 8px;
        top: 150px;
       
        transform: none;
        flex-direction: row;
        gap: 8px;
      }
      .counter-card {
        min-width: 95px;
        padding: 8px 8px;
      }
      .counter-number {
        font-size: 22px;
      }
      .countdown-box {
        padding: 6px 10px;
      }
      .countdown-timer {
        font-size: 16px;
      }
    }

    .fixed-btn {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: linear-gradient(135deg, #f7b731, #f7931a);
      color: #0b0f1c;
      text-align: center;
      padding: 16px;
      font-weight: 800;
      font-size: 18px;
      z-index: 1000;
      box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
      cursor: pointer;
      border: none;
      letter-spacing: 0.5px;
    }

    .fixed-btn:active {
      transform: scale(0.98);
    }

    .popup-container {
      position: fixed;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 360px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      z-index: 1001;
      pointer-events: none;
    }

    .popup-item {
      display: flex;
      align-items: center;
      background: #1a2335;
      padding: 10px 12px;
      border-radius: 28px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
      font-size: 13px;
      gap: 10px;
      border-left: 4px solid #f7931a;
      pointer-events: auto;
      animation: fadeUp 0.25s ease;
      color: #d6deee;
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(15px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 2000;
      backdrop-filter: blur(3px);
    }

    .modal-box {
      background: #1a2335;
      width: 85%;
      max-width: 320px;
      padding: 28px 20px 32px;
      border-radius: 32px;
      text-align: center;
      animation: scaleIn 0.2s;
      border: 1px solid #2c3a52;
      color: #ecf3fa;
    }

    @keyframes scaleIn {
      from {
        transform: scale(0.9);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .badge-leader {
      background: #252f44;
      padding: 8px 12px;
      border-radius: 40px;
      font-size: 12px;
      display: inline-block;
      margin-bottom: 16px;
      color: #b8c9e0;
    }

    .trust-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-top: 20px;
    }

    .trust-item {
      flex: 1;
      background: #0f1729;
      border-radius: 20px;
      padding: 10px 6px;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      color: #b8c9e0;
      border: 1px solid #2c3a52;
    }

    .quote {
      background: #1a2335;
      padding: 14px;
      border-radius: 20px;
      font-style: italic;
      color: #d6deee;
      border-left: 3px solid #f7931a;
    }

    .live-counter-inline {
      background: #1a2335;
      padding: 8px 12px;
      border-radius: 30px;
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      color: #f7b84d;
      margin-top: 12px;
      border: 1px solid #2c3a52;
    }

    .comment-section {
      background: #121826;
      padding: 20px;
      border-top: 8px solid #1a2335;
    }

    .comment {
      display: flex;
      gap: 12px;
      margin-bottom: 18px;
    }

    .avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-color: #2c3a52;
      flex-shrink: 0;
      border: 2px solid #f7931a30;
    }

    .comment-body {
      background: #1a2335;
      padding: 12px 14px;
      border-radius: 20px;
      flex: 1;
      font-size: 14px;
      line-height: 1.4;
      color: #d6deee;
    }

    .comment-name {
      font-weight: 700;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
      gap: 6px;
      color: #ecf3fa;
    }

    .comment-time {
      font-size: 10px;
      color: #6a7f9a;
      margin-top: 6px;
    }

    .comment-like {
      font-size: 11px;
      color: #6a7f9a;
      margin-top: 5px;
    }

    .comment-input-box {
      display: flex;
      gap: 10px;
      margin-top: 20px;
      background: #0f1729;
      padding: 6px 6px 6px 16px;
      border-radius: 50px;
      border: 1px solid #2c3a52;
    }

    .comment-input-box input {
      flex: 1;
      border: none;
      padding: 12px 0;
      font-size: 14px;
      outline: none;
      background: transparent;
      color: #ecf3fa;
    }

    .comment-input-box input::placeholder {
      color: #5a6f8a;
    }

    .comment-input-box button {
      background: linear-gradient(135deg, #f7b731, #f7931a);
      border: none;
      color: #0b0f1c;
      padding: 0 20px;
      border-radius: 40px;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
    }

    .comment-input-box button:active {
      transform: scale(0.97);
    }

    .card-list {
      background: #1a2335;
      border-radius: 20px;
      padding: 16px;
      margin-top: 12px;
      border: 1px solid #2c3a52;
    }

    .check-item {
      display: flex;
      gap: 12px;
      align-items: center;
      margin-bottom: 14px;
      font-size: 15px;
      font-weight: 500;
      color: #d6deee;
    }

    .check-icon {
      background: #f7931a;
      color: #0b0f1c;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
    }

    .img-box {
      width: 100%;
      border-radius: 24px;
      overflow: hidden;
      margin: 16px 0 8px;
      background: #0f1729;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
      border: 1px solid #2c3a52;
    }

    .img-box img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .btn-outline {
      background: transparent;
      border: 1.5px solid #f7931a;
      color: #f7931a;
      box-shadow: none;
    }

    .small-text {
      font-size: 12px;
      text-align: center;
      margin-top: 12px;
      color: #6a7f9a;
    }

    .section {
      padding: 28px 20px;
      border-bottom: 1px solid #1a2335;
    }

    .section-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 12px;
      color: #ecf3fa;
      display: flex;
      align-items: center;
      gap: 8px;
    }