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

    :root {
      --primary-green: #149240;
      --dark-green: #0d5a2a;
      --light-green: #e8f5ed;
      --accent-gold: #ffd700;
      --text-dark: #1a1a1a;
      --text-gray: #666666;
      --bg-light: #f8f9fa;
    }

    body {
      font-family: 'Inter', sans-serif;
      background-color: #ffffff;
      overflow-x: hidden;
      color: var(--text-dark);
    }

    .canpay-landing {
      font-family: 'Inter', sans-serif;
      background-color: #ffffff;
      width: 100%;
      overflow-x: hidden;
    }

    /* Header Styles */
    .pre-header {
      background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
      padding: 15px 0;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .pre-header-height {
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo-container {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }

    .logo-icon {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

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

    .logo-text {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
    }

    .logo-brand {
      font-family: 'Poppins', sans-serif;
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--primary-green);
      letter-spacing: -0.5px;
      margin: 0;
    }

    .logo-tagline-small {
      font-family: 'Inter', sans-serif;
      font-size: 0.7rem;
      color: var(--text-gray);
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0;
    }

    .header-tagline {
      font-family: 'Poppins', sans-serif;
      font-size: 0.85rem;
      color: var(--primary-green);
      font-weight: 600;
      text-align: right;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--light-green);
      padding: 8px 16px;
      border-radius: 50px;
    }

    .header-tagline i {
      color: var(--accent-gold);
      font-size: 1rem;
    }

    .header-login-btn {
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 0.85rem;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(20, 146, 64, 0.3);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      white-space: nowrap;
    }

    .header-login-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(20, 146, 64, 0.4);
      background: linear-gradient(135deg, var(--dark-green) 0%, #0a4520 100%);
      color: white;
    }

    .header-login-btn i {
      font-size: 1rem;
    }

    /* Header Logout Button */
    .header-logout-btn {
      background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 0.85rem;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      white-space: nowrap;
      margin-left: 10px;
    }

    .header-logout-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
      background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
      color: white;
    }

    .header-logout-btn i {
      font-size: 1rem;
    }

    /* Header Buttons Container */
    .header-buttons-container {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    /* Hero Section */
    .hero-section {
      background: linear-gradient(135deg, #149240 0%, #0d5a2a 100%);
      color: white;
      padding: 100px 0 120px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
      opacity: 0.3;
    }

    .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero-badge {
      display: inline-block;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      padding: 8px 20px;
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 25px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      letter-spacing: 0.5px;
    }

    .hero-title {
      font-family: 'Poppins', sans-serif;
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 25px;
      color: white;
      line-height: 1.2;
      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    }

    .hero-title .highlight {
      color: var(--accent-gold);
      position: relative;
      display: inline-block;
    }

    .hero-subtitle {
      font-family: 'Inter', sans-serif;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.7;
      margin-bottom: 40px;
      color: rgba(255, 255, 255, 0.95);
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-stats {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin-top: 50px;
      flex-wrap: wrap;
    }

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

    .stat-number {
      font-family: 'Poppins', sans-serif;
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--accent-gold);
      display: block;
      margin-bottom: 5px;
    }

    .stat-label {
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 500;
    }

    /* Gift Cards Section */
    .gift-cards-section {
      padding: 100px 0;
      background: linear-gradient(to bottom, #ffffff 0%, var(--light-green) 100%);
      color: var(--text-dark);
      position: relative;
    }

    .section-title {
      font-family: 'Poppins', sans-serif;
      font-size: 2.8rem;
      font-weight: 700;
      text-align: left;
      margin-bottom: 20px;
      color: var(--primary-green);
      line-height: 1.2;
    }

    .section-subtitle {
      font-size: 1.1rem;
      color: var(--primary-green);
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .section-description {
      font-size: 1.2rem;
      line-height: 1.8;
      color: var(--text-gray);
      margin-bottom: 40px;
    }

    .gift-cards-features {
      list-style: none;
      padding: 0;
    }

    .gift-feature {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
      font-size: 1.1rem;
      color: var(--text-dark);
      font-weight: 500;
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .gift-feature:hover {
      transform: translateX(10px);
      box-shadow: 0 6px 25px rgba(20, 146, 64, 0.15);
    }

    .gift-feature-icon {
      width: 55px;
      height: 55px;
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      color: white;
      flex-shrink: 0;
      font-size: 1.3rem;
    }

    .gift-cards-visual {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 0;
      position: relative;
    }

    .gift-card-image-container {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .gift-card-image-container::before {
      content: '';
      position: absolute;
      width: 120%;
      height: 120%;
      background: radial-gradient(circle, rgba(20, 146, 64, 0.1) 0%, transparent 70%);
      z-index: 0;
      animation: pulse 3s ease-in-out infinite;
    }

    @keyframes pulse {

      0%,
      100% {
        transform: scale(1);
        opacity: 0.5;
      }

      50% {
        transform: scale(1.1);
        opacity: 0.8;
      }
    }

    .gift-card-image {
      width: 100%;
      max-width: 450px;
      height: auto;
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(20, 146, 64, 0.3);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      position: relative;
      z-index: 1;
    }

    .gift-card-image:hover {
      transform: translateY(-10px) rotate(2deg);
      box-shadow: 0 30px 80px rgba(20, 146, 64, 0.4);
    }

    /* Animated Redemption Illustration */
    .redemption-illustration {
      position: relative;
      width: 100%;
      max-width: 550px;
      margin: 0 auto;
      padding: 20px 10px;
    }

    .redemption-card {
      background: white;
      border-radius: 25px;
      padding: 40px 30px;
      box-shadow: 0 20px 60px rgba(20, 146, 64, 0.15);
      position: relative;
      overflow: hidden;
    }

    .redemption-card::before {
      content: '';
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      bottom: -3px;
      background: linear-gradient(135deg, var(--primary-green), var(--accent-gold), var(--primary-green));
      border-radius: 25px;
      z-index: -1;
      opacity: 0.3;
      animation: borderGlow 3s ease-in-out infinite;
    }

    @keyframes borderGlow {

      0%,
      100% {
        opacity: 0.3;
      }

      50% {
        opacity: 0.6;
      }
    }

    .redemption-title {
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 35px;
    }

    .redemption-title i {
      color: var(--accent-gold);
      margin-right: 10px;
    }

    .redemption-steps {
      display: flex;
      flex-direction: column;
      gap: 30px;
      position: relative;
    }

    .redemption-steps::before {
      content: '';
      position: absolute;
      left: 29px;
      top: 60px;
      bottom: 60px;
      width: 2px;
      background: linear-gradient(to bottom, var(--primary-green), var(--accent-gold));
      opacity: 0.3;
    }

    .step-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      position: relative;
      animation: fadeInUp 0.6s ease-out forwards;
      opacity: 0;
      padding-right: 70px;
    }

    .step-item:nth-child(1) {
      animation-delay: 0.2s;
    }

    .step-item:nth-child(2) {
      animation-delay: 0.4s;
    }

    .step-item:nth-child(3) {
      animation-delay: 0.6s;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .step-number {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: 800;
      color: white;
      flex-shrink: 0;
      box-shadow: 0 8px 20px rgba(20, 146, 64, 0.4);
      position: relative;
      z-index: 1;
    }

    .step-content {
      flex: 1;
      padding-top: 8px;
      min-width: 0;
      overflow: hidden;
    }

    .step-title {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 8px;
      font-family: 'Poppins', sans-serif;
    }

    .step-description {
      font-size: 0.9rem;
      color: var(--text-gray);
      margin: 0;
      line-height: 1.6;
    }

    .step-code {
      display: inline-block;
      background: var(--light-green);
      color: var(--primary-green);
      padding: 8px 16px;
      border-radius: 8px;
      font-family: 'Courier New', monospace;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 2px;
      margin-top: 10px;
      border: 2px dashed var(--primary-green);
    }

    .step-icon-badge {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, var(--light-green), #d4f1e0);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: var(--primary-green);
      animation: iconFloat 2s ease-in-out infinite;
      flex-shrink: 0;
    }

    .step-item:nth-child(1) .step-icon-badge {
      animation-delay: 0s;
    }

    .step-item:nth-child(2) .step-icon-badge {
      animation-delay: 0.3s;
    }

    .step-item:nth-child(3) .step-icon-badge {
      animation-delay: 0.6s;
    }

    @keyframes iconFloat {

      0%,
      100% {
        transform: translateY(-50%) scale(1);
      }

      50% {
        transform: translateY(-50%) scale(1.1);
      }
    }

    /* CTA Section */
    .cta-section {
      padding: 100px 0;
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      color: white;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .cta-section::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -10%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
      border-radius: 50%;
    }

    .cta-section::after {
      content: '';
      position: absolute;
      bottom: -50%;
      left: -10%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
      border-radius: 50%;
    }

    .cta-content {
      max-width: 700px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .cta-icon {
      font-size: 4rem;
      margin-bottom: 25px;
      color: var(--accent-gold);
      animation: bounce 2s ease-in-out infinite;
    }

    @keyframes bounce {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-10px);
      }
    }

    .cta-title {
      font-family: 'Poppins', sans-serif;
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: white;
      line-height: 1.2;
    }

    .cta-description {
      font-size: 1.3rem;
      line-height: 1.7;
      margin-bottom: 45px;
      color: rgba(255, 255, 255, 0.95);
    }

    .cta-button {
      padding: 22px 50px;
      border-radius: 50px;
      width: 100%;
      max-width: 450px;
      border: none;
      background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
      font-family: 'Poppins', sans-serif;
      font-size: 17px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      cursor: pointer;
      transition: all 0.4s ease;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
    }

    .cta-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s ease;
    }

    .cta-button:hover:not(:disabled)::before {
      left: 100%;
    }

    .cta-button:hover:not(:disabled) {
      background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    }

    .cta-button:disabled {
      background: #666666;
      cursor: not-allowed;
      opacity: 0.6;
      transform: none;
    }

    .cta-button i {
      margin-left: 10px;
      transition: transform 0.3s ease;
    }

    .cta-button:hover:not(:disabled) i {
      transform: translateX(5px);
    }

    .cta-note {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .cta-note-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .cta-note-item i {
      color: var(--accent-gold);
    }

    /* Modal Styles */
    .modal-backdrop.show {
      opacity: 0.6;
      backdrop-filter: blur(4px);
    }

    .modal.fade .modal-dialog {
      transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease-out;
    }

    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }

    .modal-content {
      border-radius: 20px;
      border: none;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
      overflow: hidden;
      background: #ffffff;
    }

    .modal-header {
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      color: white;
      border-radius: 0;
      padding: 20px 30px;
      border-bottom: none;
      position: relative;
      overflow: hidden;
    }

    .modal-header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
      opacity: 0.3;
    }

    .modal-title {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      z-index: 1;
      margin: 0;
    }

    .modal-title i {
      color: var(--accent-gold);
      font-size: 1.6rem;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

    .modal-body {
      padding: 25px 30px;
      background: #ffffff;
    }

    .modal-body p {
      color: var(--text-gray);
      line-height: 1.6;
      font-size: 1rem;
      margin-bottom: 15px;
    }

    .modal-body h4 {
      color: var(--text-dark);
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      margin-bottom: 12px;
      font-size: 1.3rem;
    }

    .modal-body .mb-4 {
      margin-bottom: 1.5rem !important;
    }

    .modal-body .mb-3 {
      margin-bottom: 1rem !important;
    }

    .form-label {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 8px;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .form-label i {
      color: var(--primary-green);
      font-size: 1.1rem;
      width: 20px;
      text-align: center;
    }

    .form-control {
      border: 2px solid #e8e8e8;
      border-radius: 12px;
      padding: 12px 16px;
      font-size: 1rem;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      font-family: 'Inter', sans-serif;
      background-color: #fafafa;
    }

    .form-control:hover {
      border-color: #d0d0d0;
      background-color: #ffffff;
    }

    .form-control:focus {
      border-color: var(--primary-green);
      box-shadow: 0 0 0 4px rgba(20, 146, 64, 0.1);
      transform: translateY(-2px);
      background-color: #ffffff;
      outline: none;
    }

    .form-control.is-invalid {
      border-color: #dc3545 !important;
      background-color: #fff5f5;
    }

    .form-control.is-invalid:focus {
      border-color: #dc3545 !important;
      box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15) !important;
      transform: translateY(-2px);
    }

    .form-control::placeholder {
      color: #aaa;
      font-weight: 400;
    }

    .form-control[type="tel"],
    .form-control[type="number"],
    .form-control[type="password"] {
      font-size: 1.2rem;
      letter-spacing: 2px;
      font-weight: 600;
      text-align: center;
    }

    /* Gift card code input styling to match phone number */
    #giftCardCode {
      font-size: 1.2rem;
      letter-spacing: 2px;
      font-weight: 600;
      text-align: center;
    }

    /* Name input fields styling */
    #firstName,
    #middleName,
    #lastName {
      font-size: 1.1rem;
      font-weight: 500;
      text-align: center;
    }

    /* PIN Creation Modal - Compact styling for desktop */
    #pinCreationModal .modal-body {
      padding: 20px 30px;
    }

    #pinCreationModal .mb-4 {
      margin-bottom: 1rem !important;
    }

    #pinCreationModal .form-control {
      padding: 10px 14px;
      font-size: 0.95rem;
    }

    #pinCreationModal .form-label {
      margin-bottom: 0.4rem;
      font-size: 0.9rem;
    }

    #pinCreationModal small.text-muted {
      font-size: 0.75rem;
      display: block;
      margin-top: 0.25rem;
    }

    #pinCreationModal p.text-center {
      font-size: 0.9rem;
      margin-bottom: 1.25rem !important;
      line-height: 1.4;
    }

    /* Name fields row styling */
    #pinCreationModal .row.mb-3 {
      margin-bottom: 1.5rem !important;
    }

    #pinCreationModal .row .col-md-4 {
      padding-left: 8px;
      padding-right: 8px;
    }

    /* PIN inputs keep larger size */
    #pinCreationModal #newPin,
    #pinCreationModal #confirmPin {
      font-size: 1.3rem !important;
      letter-spacing: 0.4rem !important;
      padding: 12px 14px !important;
    }

    /* Responsive: Stack name fields on mobile */
    @media (max-width: 767px) {
      #pinCreationModal .row .col-md-4 {
        margin-bottom: 1rem;
      }

      #pinCreationModal .row .col-md-4:last-child {
        margin-bottom: 0;
      }
    }

    .form-control:valid {
      /* border-color: #28a745; */
    }

    /* Input group styling */
    .input-group {
      position: relative;
    }

    .input-group .form-control {
      padding-right: 50px;
    }

    .input-group-text {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      color: var(--primary-green);
      font-size: 1.2rem;
      z-index: 10;
    }

    .btn-close {
      filter: brightness(0) invert(1);
      opacity: 0.9;
      transition: all 0.3s ease;
      position: relative;
      z-index: 2;
      width: 32px;
      height: 32px;
      background-size: 16px;
    }

    .btn-close:hover {
      opacity: 1;
      transform: rotate(90deg);
    }

    .modal-footer {
      border-top: 1px solid #f0f0f0;
      padding: 20px 30px;
      background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
      border-radius: 0;
      gap: 12px;
    }

    .btn-load-gift-card {
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      color: white;
      border: none;
      padding: 14px 40px;
      border-radius: 50px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      min-width: 180px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      box-shadow: 0 6px 20px rgba(20, 146, 64, 0.3);
      position: relative;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .btn-load-gift-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s ease;
    }

    .btn-load-gift-card:hover::before {
      left: 100%;
    }

    .btn-load-gift-card:hover:not(:disabled) {
      background: linear-gradient(135deg, var(--dark-green) 0%, #0a4520 100%);
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 12px 35px rgba(20, 146, 64, 0.5);
      color: white;
    }

    .btn-load-gift-card:active:not(:disabled) {
      transform: translateY(-1px) scale(0.98);
    }

    .btn-load-gift-card:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      transform: none;
    }

    /* Loading spinner for buttons */
    .btn-load-gift-card.loading {
      pointer-events: none;
      position: relative;
      color: transparent;
    }

    .btn-load-gift-card.loading::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -10px;
      border: 3px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      border-top-color: white;
      animation: spinner 0.8s linear infinite;
    }

    @keyframes spinner {
      to {
        transform: rotate(360deg);
      }
    }

    .btn-cancel-modal {
      padding: 12px 30px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1rem;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      color: #6c757d;
      border: 2px solid #dee2e6;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      font-family: 'Poppins', sans-serif;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-transform: none;
      letter-spacing: 0.3px;
    }

    .btn-cancel-modal i {
      font-size: 1.1rem;
    }

    .btn-cancel-modal:hover {
      background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
      color: #495057;
      border-color: #adb5bd;
      transform: translateY(-2px);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    .btn-cancel-modal:active {
      transform: translateY(0);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .btn-cancel-modal:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.15);
    }

    /* Alert Styles in Modals */
    .modal-body .alert {
      border-radius: 12px;
      border: none;
      padding: 16px 20px;
      margin-bottom: 20px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 12px;
      animation: slideDown 0.3s ease-out;
    }

    .modal-body .alert::before {
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      font-size: 1.3rem;
    }

    .modal-body .alert-success {
      background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
      color: #155724;
      box-shadow: 0 4px 12px rgba(21, 87, 36, 0.15);
    }

    .modal-body .alert-success::before {
      content: '\f058';
    }

    .modal-body .alert-danger {
      background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
      color: #721c24;
      box-shadow: 0 4px 12px rgba(114, 28, 36, 0.15);
    }

    .modal-body .alert-danger::before {
      content: '\f06a';
    }

    .modal-body .alert-warning {
      background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
      color: #856404;
      box-shadow: 0 4px 12px rgba(133, 100, 4, 0.15);
    }

    .modal-body .alert-warning::before {
      content: '\f071';
    }

    @keyframes slideDown {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Success Icon Animation */
    .modal-body .text-success {
      animation: scaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

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

      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    /* Gift Card Action Section Styles */
    #giftCardActionSection {
      padding: 20px 0;
    }

    #actionMessage {
      font-size: 1.05rem;
      color: var(--text-dark);
      line-height: 1.7;
      background: var(--light-green);
      padding: 20px;
      border-radius: 12px;
      border-left: 4px solid var(--primary-green);
    }

    #actionMessage strong {
      color: var(--primary-green);
      font-size: 1.15rem;
      display: block;
      margin-bottom: 8px;
    }

    .btn-outline-primary {
      border: 2px solid var(--primary-green);
      color: var(--primary-green);
      background-color: transparent;
      padding: 16px 45px;
      border-radius: 50px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 1.05rem;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .btn-outline-primary:hover {
      background-color: var(--primary-green);
      color: white;
      border-color: var(--primary-green);
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(20, 146, 64, 0.3);
    }

    .alert {
      border-radius: 12px;
      padding: 15px 20px;
      margin-bottom: 25px;
      border: none;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .alert i {
      font-size: 1.3rem;
    }

    .alert-success {
      background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
      color: #155724;
    }

    .alert-danger {
      background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
      color: #721c24;
    }

    .alert-warning {
      background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
      color: #856404;
    }

    .alert-info {
      background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
      color: #0c5460;
    }

    /* About CanPay Section */
    .about-section {
      padding: 100px 0;
      background: linear-gradient(to bottom, var(--light-green) 0%, #ffffff 100%);
      color: var(--text-dark);
    }

    .about-section .section-title {
      font-family: 'Poppins', sans-serif;
      text-align: center;
      margin-bottom: 20px;
      color: var(--primary-green);
      font-size: 2.8rem;
    }

    .about-section .section-subtitle {
      text-align: center;
      color: var(--text-gray);
      font-size: 1.2rem;
      margin-bottom: 70px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .about-section .row {
      display: flex;
      flex-wrap: wrap;
    }

    .about-section .row>[class*='col-'] {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px;
    }

    .feature-card {
      background: #ffffff;
      border: none;
      border-radius: 20px;
      padding: 45px 35px;
      text-align: center;
      margin-bottom: 30px;
      transition: all 0.4s ease;
      display: flex;
      flex-direction: column;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      position: relative;
      overflow: hidden;
      height: 100%;
      min-height: 320px;
    }

    .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: linear-gradient(90deg, var(--primary-green) 0%, var(--accent-gold) 100%);
      transform: scaleX(0);
      transition: transform 0.4s ease;
    }

    .feature-card:hover::before {
      transform: scaleX(1);
    }

    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(20, 146, 64, 0.2);
    }

    .feature-icon {
      width: 90px;
      height: 90px;
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      color: white;
      font-size: 2.5rem;
      transition: all 0.4s ease;
    }

    .feature-card:hover .feature-icon {
      transform: rotateY(360deg);
      background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 100%);
    }

    .feature-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 18px;
      color: var(--text-dark);
    }

    .feature-description {
      font-size: 1.05rem;
      line-height: 1.7;
      color: var(--text-gray);
      margin-bottom: 0;
      flex-grow: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .pre-header {
        padding: 10px 0;
      }

      .pre-header-height {
        min-height: auto;
        flex-direction: row;
        gap: 0;
      }

      .logo-container {
        gap: 8px;
      }

      .logo-icon {
        width: 45px;
        height: 45px;
      }

      .logo-brand {
        font-size: 1.1rem;
      }

      .logo-tagline-small {
        font-size: 0.6rem;
      }

      .header-tagline {
        font-size: 0.7rem;
        padding: 6px 12px;
        gap: 6px;
        justify-content: center;
        margin-top: 10px;
      }

      .header-tagline i {
        font-size: 0.85rem;
      }

      .header-login-btn {
        font-size: 0.7rem;
        padding: 8px 12px;
        white-space: nowrap;
        gap: 5px;
      }

      .header-login-btn span {
        display: none;
      }

      .header-login-btn::after {
        content: 'Gift Login';
      }

      .header-login-btn i {
        font-size: 0.85rem;
      }

      .header-logout-btn {
        font-size: 0.7rem;
        padding: 8px 12px;
        border-radius: 20px;
        gap: 6px;
        margin-left: 5px;
      }

      .header-logout-btn span {
        display: none;
      }

      .header-logout-btn::after {
        content: 'Logout';
      }

      .header-logout-btn i {
        font-size: 0.85rem;
      }

      #headerMyGiftCardsBtn::after {
        content: 'My Cards';
      }

      .header-buttons-container {
        gap: 5px;
      }

      .hero-section {
        padding: 60px 0 80px;
      }

      .hero-badge {
        font-size: 0.75rem;
        padding: 6px 15px;
      }

      .hero-title {
        font-size: 2.5rem;
      }

      .hero-subtitle {
        font-size: 1.1rem;
        padding: 0 20px;
      }

      .hero-stats {
        gap: 30px;
      }

      .stat-number {
        font-size: 2rem;
      }

      .stat-label {
        font-size: 0.85rem;
      }

      .gift-cards-section {
        padding: 70px 0;
      }

      .section-title {
        font-size: 2.2rem;
        text-align: center;
      }

      .section-subtitle {
        text-align: center;
        font-size: 0.9rem;
      }

      .section-description {
        font-size: 1.05rem;
        text-align: center;
      }

      .gift-feature {
        flex-direction: row;
        text-align: left;
        padding: 15px;
      }

      .gift-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
      }

      .gift-card-image {
        max-width: 350px;
      }

      .redemption-illustration {
        padding: 15px 5px;
      }

      .redemption-card {
        padding: 30px 20px;
      }

      .redemption-title {
        font-size: 1.15rem;
        margin-bottom: 25px;
      }

      .redemption-steps {
        gap: 25px;
      }

      .redemption-steps::before {
        left: 22px;
        top: 50px;
        bottom: 50px;
      }

      .step-item {
        gap: 12px;
        padding-right: 60px;
      }

      .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
      }

      .step-title {
        font-size: 1rem;
      }

      .step-description {
        font-size: 0.85rem;
      }

      .step-code {
        font-size: 0.85rem;
        padding: 6px 12px;
      }

      .step-icon-badge {
        width: 42px;
        height: 42px;
        font-size: 1.2rem;
        right: 5px;
      }

      .cta-section {
        padding: 70px 0;
      }

      .cta-icon {
        font-size: 3rem;
      }

      .cta-title {
        font-size: 2.2rem;
      }

      .cta-description {
        font-size: 1.15rem;
        padding: 0 20px;
      }

      .cta-button {
        padding: 18px 35px;
        font-size: 15px;
      }

      .cta-note {
        flex-direction: column;
        gap: 10px;
      }

      .about-section {
        padding: 70px 0;
      }

      .about-section .section-title {
        font-size: 2.2rem;
      }

      .about-section .section-subtitle {
        font-size: 1.05rem;
        margin-bottom: 50px;
      }

      .feature-card {
        padding: 35px 25px;
        margin-bottom: 25px;
      }

      .feature-icon {
        width: 75px;
        height: 75px;
        font-size: 2rem;
      }

      .feature-title {
        font-size: 1.4rem;
      }

      .feature-description {
        font-size: 1rem;
      }

      .modal-dialog {
        margin: 1rem auto;
        max-width: 95%;
      }

      .modal-content {
        border-radius: 18px;
      }

      .modal-header {
        padding: 18px 25px;
      }

      .modal-title {
        font-size: 1.25rem;
        gap: 10px;
      }

      .modal-title i {
        font-size: 1.4rem;
      }

      .modal-body {
        padding: 20px 25px;
      }

      .modal-body h4 {
        font-size: 1.2rem;
      }

      .modal-body p {
        font-size: 0.95rem;
      }

      .modal-footer {
        padding: 18px 25px;
      }

      .btn-load-gift-card {
        padding: 12px 35px;
        font-size: 0.95rem;
        min-width: 160px;
      }

      .btn-cancel-modal {
        padding: 10px 25px;
        font-size: 0.95rem;
      }

      .form-control {
        padding: 12px 16px;
        font-size: 0.95rem;
      }
    }

    @media (max-width: 480px) {
      .pre-header {
        padding: 8px 0;
      }

      .pre-header-height {
        min-height: auto;
      }

      .logo-container {
        gap: 6px;
      }

      .logo-icon {
        width: 40px;
        height: 40px;
      }

      .logo-brand {
        font-size: 1rem;
      }

      .logo-tagline-small {
        font-size: 0.55rem;
      }

      .header-tagline {
        font-size: 0.65rem;
        padding: 5px 10px;
        justify-content: center;
      }

      .header-tagline span {
        display: none;
      }

      .header-tagline::after {
        content: 'Perfect Gift';
        font-size: 0.65rem;
      }

      .header-login-btn {
        font-size: 0.65rem;
        padding: 6px 10px;
        white-space: nowrap;
      }

      .header-login-btn::after {
        content: 'Login';
      }

      .header-logout-btn {
        font-size: 0.65rem;
        padding: 6px 10px;
        margin-left: 3px;
        white-space: nowrap;
      }

      .header-logout-btn::after {
        content: 'Logout';
      }

      #headerMyGiftCardsBtn::after {
        content: 'Cards';
      }

      .header-buttons-container {
        gap: 3px;
      }

      .hero-section {
        padding: 40px 0 60px;
      }

      .hero-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
      }

      .hero-title {
        font-size: 2rem;
      }

      .hero-subtitle {
        font-size: 1rem;
      }

      .stat-number {
        font-size: 1.7rem;
      }

      .stat-label {
        font-size: 0.8rem;
      }

      .section-title {
        font-size: 1.9rem;
      }

      .section-description {
        font-size: 1rem;
      }

      .gift-card-image {
        max-width: 300px;
      }

      .redemption-illustration {
        padding: 10px 0;
      }

      .redemption-card {
        padding: 25px 15px;
      }

      .redemption-title {
        font-size: 1.05rem;
        margin-bottom: 20px;
      }

      .redemption-steps {
        gap: 20px;
      }

      .redemption-steps::before {
        display: none;
      }

      .step-item {
        gap: 10px;
        padding-right: 55px;
      }

      .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
      }

      .step-content {
        padding-top: 3px;
      }

      .step-title {
        font-size: 0.95rem;
      }

      .step-description {
        font-size: 0.8rem;
      }

      .step-code {
        font-size: 0.8rem;
        padding: 5px 10px;
        letter-spacing: 1px;
      }

      .step-icon-badge {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        right: 5px;
      }

      .cta-icon {
        font-size: 2.5rem;
      }

      .cta-title {
        font-size: 1.9rem;
      }

      .cta-description {
        font-size: 1rem;
      }

      .cta-button {
        padding: 16px 30px;
        font-size: 14px;
      }

      .about-section .section-title {
        font-size: 1.9rem;
      }

      .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
      }

      .modal-dialog {
        margin: 0.5rem auto;
        max-width: 96%;
      }

      .modal-content {
        border-radius: 16px;
      }

      .modal-header {
        padding: 15px 20px;
      }

      .modal-title {
        font-size: 1.1rem;
        gap: 8px;
      }

      .modal-title i {
        font-size: 1.3rem;
      }

      .modal-body {
        padding: 18px 20px;
      }

      .modal-body h4 {
        font-size: 1.1rem;
      }

      .modal-body p {
        font-size: 0.9rem;
      }

      .modal-footer {
        padding: 15px 20px;
      }

      .btn-load-gift-card {
        padding: 12px 30px;
        font-size: 0.9rem;
        min-width: 140px;
      }

      .btn-cancel-modal {
        padding: 10px 20px;
        font-size: 0.9rem;
      }

      .form-control {
        padding: 10px 14px;
        font-size: 0.9rem;
      }

      .form-label {
        font-size: 0.85rem;
      }
    }

    /* Desktop enhancements */
    @media (min-width: 1200px) {
      .hero-section {
        padding: 120px 0 140px;
      }

      .hero-title {
        font-size: 4rem;
      }

      .hero-subtitle {
        font-size: 1.5rem;
      }

      .gift-cards-section {
        padding: 120px 0;
      }

      .cta-section {
        padding: 120px 0;
      }

      .about-section {
        padding: 120px 0;
      }

      .container {
        max-width: 1200px;
      }
    }

    /* Floating Action Buttons */
    .floating-buttons {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .floating-btn {
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      color: white;
      border: none;
      padding: 16px 24px;
      border-radius: 50px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 0.95rem;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 5px 15px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
      min-width: 200px;
      justify-content: center;
    }

    .floating-btn:hover {
      transform: translateY(-3px);
      box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.6),
        0 8px 20px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15);
      background: linear-gradient(135deg, var(--dark-green) 0%, #0a4520 100%);
    }

    .floating-btn-secondary {
      background: white;
      color: var(--primary-green);
      border: 2px solid var(--primary-green);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .floating-btn-secondary:hover {
      background: var(--light-green);
      color: var(--dark-green);
      border-color: var(--dark-green);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .floating-btn i {
      font-size: 1.1rem;
    }

    @media (max-width: 768px) {
      .floating-buttons {
        bottom: 20px;
        right: 20px;
        gap: 12px;
      }

      .floating-btn {
        padding: 14px 20px;
        font-size: 0.85rem;
        min-width: 180px;
      }
    }

    @media (max-width: 480px) {
      .floating-buttons {
        bottom: 15px;
        right: 15px;
        left: 15px;
        gap: 10px;
      }

      .floating-btn {
        padding: 12px 18px;
        font-size: 0.8rem;
        min-width: auto;
        width: 100%;
      }
    }

    /* Animations */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-in-up {
      animation: fadeInUp 0.8s ease-out;
    }

    /* Gift Cards Display in Modal */
    #giftCardsDisplaySection {
      max-height: 500px;
      overflow-y: auto;
    }

    /* Gift Card Item - Consumer App Style */
    .gift-card-item {
      background-color: white;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .gift-card-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .card-top-content {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      width: 100%;
    }

    /* Card Icon */
    .card-icon {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card-icon.has-logo {
      width: 56px;
      height: 56px;
      background-color: #f8f9fa;
      border-radius: 8px;
      border: 1px solid #e8e8e8;
      padding: 4px;
    }

    .logo-container {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      overflow: hidden;
      background-color: white;
    }

    .giftcard-store-logo {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      object-position: center;
    }

    .icon-circle {
      width: 48px;
      height: 48px;
      background-color: #179346;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-circle svg {
      color: white;
      width: 28px;
      height: 25px;
    }

    /* Card Content */
    .card-content {
      flex: 1;
      min-width: 0;
    }

    .card-header-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 12px;
      gap: 12px;
    }

    .giftcard-store-info-top {
      flex: 1;
      min-width: 0;
    }

    .giftcard-store-name {
      font-size: 14px;
      font-weight: 500;
      color: #666;
      font-family: 'Inter', sans-serif;
      text-align: left;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .card-info {
      flex: 1;
      min-width: 0;
    }

    .card-amount {
      font-size: 26px;
      font-weight: 600;
      color: #000;
      font-family: 'Poppins', sans-serif;
      text-align: left;
    }

    .card-number-footer {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #5b5a5a;
      font-family: 'Inter', sans-serif;
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px solid #f0f0f0;
    }

    .card-number-label {
      font-weight: 500;
      color: #999;
    }

    .card-number-value {
      font-weight: 600;
      color: #666;
      font-family: 'Courier New', monospace;
      letter-spacing: 0.5px;
    }

    /* Status Badge */
    .card-status {
      flex-shrink: 0;
      margin-left: 16px;
    }

    .status-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
    }

    .status-badge {
      padding: 0;
      border-radius: 0;
      font-size: 16px;
      font-weight: bolder;
      text-transform: none;
      letter-spacing: 0;
      font-family: 'Inter', sans-serif;
      background-color: transparent;
      border: none;
    }

    .status-badge.status-pending {
      color: #007EE5;
    }

    .status-badge.status-redeemed {
      color: #1B9142;
    }

    .status-badge.status-delivered {
      color: #FFA500;
    }

    /* Card Footer */
    .card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      width: 100%;
      padding: 14px 0 0 0;
      background-color: #ffffff;
      border: none;
    }

    .card-type {
      font-size: 14px;
      color: #000;
      font-family: 'Inter', sans-serif;
      text-align: left;
      margin: 0;
    }

    .purchase-date {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      color: #000;
      font-family: 'Inter', sans-serif;
    }

    .purchase-date svg {
      color: #000;
    }

    /* Old Bootstrap card styles - keep for backward compatibility */
    #giftCardsList .card {
      border: none;
    }

    #giftCardsList .card-body {
      padding: 0;
    }

    /* Professional Modal Header Styling */
    #loginModalHeader {
      background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
      color: white;
      padding: 20px 24px;
      border-bottom: none;
      border-radius: 0.5rem 0.5rem 0 0;
    }

    #loginModalHeader .modal-title {
      font-size: 1.25rem;
      font-weight: 600;
      color: white;
      margin: 0;
    }

    #loginModalHeader .modal-title i {
      font-size: 1.3rem;
    }

    #loginModalHeader .btn-close-white {
      filter: brightness(0) invert(1);
      opacity: 0.9;
    }

    #loginModalHeader .btn-close-white:hover {
      opacity: 1;
    }

    /* Logout Button Styling */
    #logoutBtn {
      font-size: 0.875rem;
      font-weight: 500;
      padding: 8px 20px;
      border-radius: 6px;
      border: 1.5px solid rgba(255, 255, 255, 0.9);
      color: white;
      background-color: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
    }

    #logoutBtn:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: white;
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    #logoutBtn i {
      font-size: 0.9rem;
    }

    /* Scrollbar styling for gift cards section */
    #giftCardsDisplaySection::-webkit-scrollbar {
      width: 8px;
    }

    #giftCardsDisplaySection::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
    }

    #giftCardsDisplaySection::-webkit-scrollbar-thumb {
      background: var(--primary-green);
      border-radius: 10px;
    }

    #giftCardsDisplaySection::-webkit-scrollbar-thumb:hover {
      background: var(--dark-green);
    }

    /* Responsive styles for gift cards */
    @media (max-width: 767px) {
      .gift-card-item {
        padding: 16px;
        margin-bottom: 12px;
      }

      .icon-circle {
        width: 40px;
        height: 40px;
      }

      .icon-circle svg {
        width: 20px;
        height: 20px;
      }

      .card-amount {
        font-size: 22px;
      }

      .card-type {
        font-size: 12px;
      }

      .status-badge {
        font-size: 14px;
      }

      .purchase-date {
        font-size: 12px;
      }

      .card-number-footer {
        font-size: 12px;
      }
    }

    @media (max-width: 480px) {
      .gift-card-item {
        padding: 14px;
      }

      .card-amount {
        font-size: 20px;
      }

      .giftcard-store-name {
        font-size: 12px;
      }
    }

    /* Header Menu Styles */
    .header-nav {
      display: inline-flex;
      align-items: center;
      margin-right: 25px;
    }

    .nav-link-custom {
      color: var(--text-dark);
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      font-size: 0.95rem;
      text-decoration: none;
      padding: 8px 15px;
      transition: color 0.3s ease;
    }

    .nav-link-custom:hover,
    .nav-link-custom.active {
      color: var(--primary-green);
    }

    .dropdown-menu-custom {
      border: none;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      padding: 10px;
      margin-top: 15px;
      border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .dropdown-menu-custom .dropdown-item {
      padding: 10px 20px;
      border-radius: 10px;
      font-weight: 500;
      font-family: 'Inter', sans-serif;
      font-size: 0.9rem;
      color: var(--text-dark);
      transition: all 0.2s ease;
    }

    .dropdown-menu-custom .dropdown-item:hover {
      background-color: var(--light-green);
      color: var(--primary-green);
      transform: translateX(3px);
    }

    @media (max-width: 991px) {
      .header-nav {
        display: none;
      }
    }
