 /* ============================================
       FAQ PAGE - PORTO TEMPLATE STYLE
       ============================================ */
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;600;700;800&display=swap');

    :root {
        --primary: #c96;
        --primary-dark: #b85580;
        --secondary: #39f;
        --dark: #222529;
        --light: #f4f4f4;
        --white: #fff;
        --border: #e7e7e7;
        --success: #3fbf79;
        --warning: #f7941d;
        --text-color: #777;
        --heading-color: #313131;
    }

   

    /* ============================================
   FAQ CATEGORIES ONLY - SIMPLIFIED CSS
   ============================================ */

/* Categories Grid */
.faq-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.faq-category-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #e7e7e7);
    border-radius: 3px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.faq-category-card:hover {
    border-color: var(--primary, #c96);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.faq-category-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.faq-category-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color, #313131);
    margin-bottom: 8px;
}

.faq-category-count {
    font-size: 13px;
    color: var(--text-color, #777);
}

/* Responsive */
@media (max-width: 991px) {
    .faq-categories-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================
   PRODUCT INFO CONTAINER
================================ */
.tred{
    padding-top: 0;
    padding-bottom: 0;
}
.product-info-container {
    margin-bottom: 6.1rem;
    background-color: #d8dce5;
}

.product-info-container .heading {
    margin: 6.1rem 0 5.2rem;
    font-size: 1.6rem;
}

.product-info-container .heading h4 {
    margin-bottom: 5px;
    font-size: 1.33em;
    font-weight: 500;
    letter-spacing: 0.116em;
    color: rgba(34,37,41,0.7);
}

.product-info-container .heading h2 {
    margin-bottom: 7px;
    font-size: 3em;
    line-height: 1;
}

.product-info-container .heading h5 {
    margin-left: auto;
    margin-right: 5.2rem;
}

.product-info-container .heading h5 span {
    letter-spacing: -0.025em;
}

/* Prix promo */
.product-info-container .coupon-sale-text {
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0 3px 0 12px;
}

.product-info-container .coupon-sale-text em {
    margin: 0 -3px;
}

/* Boutons SHOP */
.product-info-container .btn-group {
    width: 100%;
}

.product-info-container .btn-group .btn {
    padding: 1.6rem 0 1.5rem;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
}

/* ================================
   LISTE PRODUITS (GAUCHE)
================================ */

.product-info-item1 {
    display: flex;
    margin-bottom: 1.5rem;
    padding-left: 1px;
    align-items: center;
}

.product-info-item1:first-child {
    margin-bottom: 1.6rem;
}

.product-info-item1 .price-box, .product-info-item1 .product-default, .product-info-item1 .product-title {
    margin-bottom: 0;
}
.product-default {
    color: #777;
    margin-bottom: 1rem;
    transition: box-shadow 0.3s ease-in-out;
}

.product-info-item1::before {
    content: "";
    margin-right: 1rem;
    width: 6px;
    height: 1px;
    background-color: #3d5167;
}

.product-info-item1 .product-details {
    padding: 0;
    flex-direction: row;
}

.product-info-item1 .product-title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Poppins,sans-serif;
    line-height: 1.35;
    letter-spacing: 0.005em;
    margin-bottom: 0.4rem;
}


.product-info-item1 .price-box {
    margin: 0 2rem;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1.4rem;
    font-weight: 600; 
    line-height: 1;
}

.product-info-item1 .product-price {
    color: #444;
}

.product-info-item1 .btn-add-cart {
    margin-top: -3px;
    padding: 0;
    line-height: 1.3;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
    color: #3d5167;
}

.product-info-item1 .btn-add-cart:hover {
    background: transparent;
    color: #3d5167;
}

/* ================================
   IMAGE CENTRALE
================================ */

.product-info-image {
    position: relative;
    max-width: 400px;
}

/* ================================
   DOTS INTERACTIFS
================================ */

.product-popup-dot {
    position: absolute;
}

.product-popup-dot > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 0.8rem;
}

.product-popup-dot > a::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff7272;
}

.product-popup-dot > a i {
    position: absolute;
    color: #fff;
}

/* Positions des dots */
.product-popup-dot.dot-top-one { top: 22.2%; left: 13.9%; }
.product-popup-dot.dot-middle-one { top: 60.1%; left: 18.7%; }
.product-popup-dot.dot-bottom-one { bottom: 7.4%; left: 11.9%; }

.product-popup-dot.dot-top-two { top: 20.1%; left: 55.9%; }
.product-popup-dot.dot-middle-two { top: 52%; left: 55.4%; }
.product-popup-dot.dot-bottom-two { bottom: 12.2%; left: 53.8%; }

/* ================================
   POPUP PRODUIT (HOVER)
================================ */

.product-popup-wrap {
    position: absolute;
    top: -6.1rem;
    left: -9999999px;
    padding: 2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: opacity 0.3s, visibility 0.3s;
}

.product-popup-dot:hover .product-popup-wrap {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.product-popup-wrap figure img {
    max-width: 210px;
}

.product-popup-wrap .btn-add-cart {
    width: 100%;
    padding: 4px 1.4rem;
    background-color: #3d5167;
    color: #fff;
    border: 0;
}
/* ============================================
   AUTH SYSTEM (Login / Signup / Reset / Verify / Provider / Emails)
   - CSS extrait + dédoublonné
   ============================================ */

/* ---------- Page header (souvent utilisé sur les pages auth) ---------- */
.page-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 30px 0;
  }
  
 
  
  /* ---------- Auth wrapper & card (base) ---------- */
  .auth-wrapper {
    padding: 50px 0 60px;
    min-height: 60vh;
  }
  
  .auth-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
  }
  
  /* Par défaut : layout “form” (pas full center). 
     Certaines pages mettent text-align:center via classes spécifiques */
  .auth-card .card-body {
    padding: 36px 32px;
  }
  
  /* ---------- Logo / Icon (selon pages) ---------- */
  .auth-logo {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fe5300 0%, #ff7b3a 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
  
  .auth-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
  }
  
  /* Variantes d’icônes par contexte (info/success/warn/error) */
  .auth-icon.icon-info {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
  }
  
  .auth-icon.icon-success {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
    font-size: 36px;
  }
  
  .auth-icon.icon-warning {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
  }
  
  .auth-icon.icon-danger {
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    color: #dc2626;
  }
  
  /* Success icon anim (pages success) */
  .success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-radius: 50%;
    color: #16a34a;
    font-size: 40px;
    animation: scaleIn 0.4s ease-out;
  }
  
  @keyframes scaleIn {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
  }
  
  /* ---------- Titles / subtitles ---------- */
  .auth-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    text-align: center;
  }
  
  .auth-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 28px;
    text-align: center;
    line-height: 1.6;
  }
  
  .auth-subtitle strong {
    color: #333;
  }
  
  /* ---------- Forms ---------- */
  .auth-form .form-group {
    margin-bottom: 20px;
  }
  
  .auth-form label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
  }
  
  .auth-form .form-control {
    height: 48px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.2s ease;
  }
  
  .auth-form .form-control:focus {
    border-color: #fe5300;
    box-shadow: 0 0 0 3px rgba(254, 83, 0, 0.1);
    outline: none;
  }
  
  .auth-form .form-control::placeholder {
    color: #aaa;
  }
  
  .auth-form .form-control.is-invalid {
    border-color: #dc2626;
  }
  
  /* Field errors */
  .field-error {
    font-size: 12px;
    color: #dc2626;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .field-error i {
    font-size: 11px;
  }
  
  /* Password hint */
  .password-hint {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
  }
  
  .password-hint i {
    margin-right: 4px;
  }
  
  /* ---------- Buttons (auth) ---------- */
  .btn-auth {
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
  }
  
  .btn-auth-primary {
    background: linear-gradient(135deg, #fe5300 0%, #ff7b3a 100%);
    border: none;
    color: #fff;
  }
  
  .btn-auth-primary:hover {
    background: linear-gradient(135deg, #e54a00 0%, #fe5300 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(254, 83, 0, 0.3);
    color: #fff;
  }
  
  .btn-auth-outline {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    color: #333;
  }
  
  .btn-auth-outline:hover {
    background: #f8f8f8;
    border-color: #ccc;
  }
  
  /* Group buttons */
  .btn-group-auth {
    display: flex;
    gap: 12px;
  }
  
  .btn-group-auth .btn {
    flex: 1;
  }
  
  /* Google button */
  .btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    color: #333;
    padding: 0 32px;
  }
  
  .btn-google:hover {
    background: #f8f8f8;
    border-color: #ccc;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .btn-google img,
  .btn-google svg {
    width: 20px;
    height: 20px;
  }
  
  /* Cancel button */
  .btn-cancel {
    background: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    margin-top: 16px;
  }
  
  .btn-cancel:hover {
    color: #333;
    text-decoration: underline;
  }
  
  /* Divider */
  .auth-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
  }
  
  .auth-divider::before,
  .auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e0e0e0;
  }
  
  .auth-divider span {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
  }
  
  /* Remember me / Forgot / options */
  .auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .auth-options .custom-control-label {
    font-size: 13px;
    color: #666;
    cursor: pointer;
  }
  
  .auth-options a {
    font-size: 13px;
    color: #fe5300;
    text-decoration: none;
    font-weight: 500;
  }
  
  .auth-options a:hover {
    text-decoration: underline;
  }
  
  /* Terms checkbox (signup) */
  .terms-check {
    margin-bottom: 20px;
  }
  
  .terms-check .custom-control-label {
    font-size: 13px;
    color: #666;
    cursor: pointer;
  }
  
  .terms-check a {
    color: #fe5300;
    text-decoration: none;
  }
  
  .terms-check a:hover {
    text-decoration: underline;
  }
  
  /* ---------- Alerts ---------- */
  .auth-alert {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .auth-alert.alert-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
  }
  
  .auth-alert.alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
  }
  
  .auth-alert.alert-warning {
    background: #fff8e1;
    border: 1px solid #ffca28;
    color: #f57c00;
  }
  
  .auth-alert.alert-info {
    background: #e3f2fd;
    border: 1px solid #08c;
    color: #0277bd;
  }
  
  /* ---------- Footer (auth pages) ---------- */
  .auth-footer {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-top: 20px;
  }
  
  .auth-footer a {
    color: #fe5300;
    font-weight: 500;
    text-decoration: none;
  }
  
  .auth-footer a:hover {
    text-decoration: underline;
  }
  
  /* Back link (reset / verify pages) */
  .back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.2s;
  }
  
  .back-link:hover {
    color: #fe5300;
    text-decoration: none;
  }
  
  /* Token invalid */
  .token-invalid {
    text-align: center;
    padding: 20px 0;
  }
  
  /* ---------- Provider page info box ---------- */
  .provider-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
  }
  
  .provider-info i {
    color: #fe5300;
    margin-right: 8px;
  }
  
  /* ---------- Signup benefits box ---------- */
  .signup-benefits {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
  }
  
  .signup-benefits h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
  }
  
  .signup-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .signup-benefits li {
    font-size: 13px;
    color: #666;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .signup-benefits li i {
    color: #16a34a;
    font-size: 14px;
  }
  
  /* ---------- Info box (ex: instructions / steps) ---------- */
  .info-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
  }
  
  .info-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .info-box h6 i {
    color: #fe5300;
  }
  
  .info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .info-box li {
    font-size: 13px;
    color: #666;
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
  }
  
  .info-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fe5300;
  }
  
  /* Resend section */
  .resend-section {
    text-align: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
  }
  
  .resend-section p {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
  }
  
  .resend-section a {
    font-size: 13px;
    color: #fe5300;
    font-weight: 500;
    text-decoration: none;
  }
  
  .resend-section a:hover {
    text-decoration: underline;
  }
  
  /* ---------- Emails page (list) ---------- */
  .email-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
  }
  
  .email-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border: 1px solid #e7e7e7;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .email-info {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .email-info i {
    font-size: 2rem;
    color: #d3d3d4;
  }
  
  .email-info.verified i { color: #4caf50; }
  .email-info.primary i  { color: #08c; }
  
  .email-details {
    display: flex;
    flex-direction: column;
  }
  
  .email-address {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222529;
  }
  
  .email-badges {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.3rem;
  }
  
  .badge-verified {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
    background: #e8f5e9;
    color: #4caf50;
    border-radius: 3px;
  }
  
  .badge-primary {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
    background: #e3f2fd;
    color: #08c;
    border-radius: 3px;
  }
  
  .badge-unverified {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
    background: #fff8e1;
    color: #f57c00;
    border-radius: 3px;
  }
  
  .email-actions {
    display: flex;
    gap: 0.5rem;
  }
  
  .email-actions .btn {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  
  .add-email-section {
    border-top: 1px solid #e7e7e7;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  
  .add-email-section h4 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222529;
    margin-bottom: 1.5rem;
  }
  
  /* ---------- Legacy auth container/box (ancien style auth) ---------- */
  .auth-container {
    margin-top: 4.2rem;
    margin-bottom: 5rem;
  }
  
  .auth-box {
    border: 2px solid #e7e7e7;
    padding: 3rem;
    background: #fff;
  }
  
  .auth-box.centered {
    text-align: center;
  }
  
  .auth-box .auth-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222529;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
  }
  
  .auth-box .auth-subtitle {
    font-size: 1.4rem;
    color: #777;
    margin-bottom: 2.5rem;
    line-height: 1.75;
  }
  
  .email-highlight {
    font-weight: 700;
    color: #222529;
  }
  
  /* Success message (legacy) */
  .success-message {
    background: #e8f5e9;
    padding: 1.5rem 2rem;
    margin-bottom: 2.5rem;
    border-left: 3px solid #4caf50;
    text-align: left;
    font-size: 1.4rem;
    color: #2e7d32;
  }
  
  .success-message i {
    margin-right: 0.8rem;
  }
  
  /* Steps & Tips (legacy verify pages) */
  .steps-box {
    background: #f5f7f7;
    padding: 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
    border-left: 3px solid #08c;
  }
  
  .steps-box h6 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222529;
    margin-bottom: 1.5rem;
  }
  
  .steps-box ol {
    padding-left: 2rem;
    margin: 0;
  }
  
  .steps-box li {
    font-size: 1.4rem;
    color: #777;
    padding: 0.5rem 0;
    line-height: 1.6;
  }
  
  .tips-box {
    background: #fff8e1;
    padding: 1.5rem 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
    border-left: 3px solid #ffca28;
  }
  
  .tips-box h6 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #f57c00;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  
  .tips-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .tips-box li {
    font-size: 1.3rem;
    color: #777;
    padding: 0.3rem 0;
    padding-left: 1.5rem;
    position: relative;
  }
  
  .tips-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f57c00;
  }
  
  /* ---------- Responsive ---------- */
  @media (max-width: 576px) {
    .auth-card .card-body {
      padding: 28px 20px;
    }
  
    .auth-options {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .btn-group-auth {
      flex-direction: column;
    }
  
    .auth-box {
      padding: 2rem 1.5rem;
    }
  
    .email-item {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .email-actions {
      width: 100%;
    }
  
    .email-actions .btn {
      flex: 1;
    }
  
    .steps-box,
    .tips-box {
      padding: 1.5rem;
    }
  }

  .faq-search-form {
    display: flex;
}

.faq-search-input {
    
    padding: 2px 4px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none;  /* Important : enlève la bordure droite */
    border-radius: 4px 0 0 4px;  /* Arrondi seulement à gauche */
    outline: none;
}

.faq-search-btn {
    padding: 2px;
    font-size: 14px;
    background-color: #245dc0;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;  /* Arrondi seulement à droite */
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-search-btn:hover {
    background-color: #f8f9fa;
}
   
    /* FAQ Custom Styles - Integration avec votre design system existant */
    
    /* Variables personnalisées pour FAQ */
    .faq-page {
        --faq-primary: #06D6A0;
        --faq-primary-dark: #05B589;
        --faq-secondary: #073B4C;
        --faq-accent: #FFD166;
        --faq-text: #1A1A2E;
        --faq-text-light: #6B7280;
        --faq-bg: #F8FAFC;
        --faq-white: #FFFFFF;
        --faq-border: #E5E7EB;
    }
    
    /* Hero Header - Style moderne */
    .faq-hero-section {
        background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
        padding: 4rem 0 6rem;
        position: relative;
        overflow: hidden;
    }
    
    .faq-hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 80%, rgba(255, 209, 102, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .faq-hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
    }
    
    .faq-hero-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }
    
    .faq-hero-content p {
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 2rem;
    }
    
    /* Breadcrumb moderne */
    .breadcrumb-faq {
        background: transparent;
        padding: 0;
        margin-bottom: 1.5rem;
        font-size: 0.875rem;
    }
    
    .breadcrumb-faq .breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
    }
    
    .breadcrumb-faq .breadcrumb-item {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .breadcrumb-faq .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .breadcrumb-faq .breadcrumb-item a:hover {
        color: #06D6A0;
    }
    
    .breadcrumb-faq .breadcrumb-item.active {
        color: white;
    }
    
    .breadcrumb-faq .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.5);
        content: "›";
        padding: 0 0.5rem;
    }
    
    /* Hero Search Box - Hidden on desktop, visible on mobile */
    .faq-hero-search {
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        display: none; /* Hidden by default on desktop */
    }
    
    .faq-hero-search .faq-search-form {
        display: flex;
        background: white;
        border-radius: 50px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
    }
    
    .faq-hero-search .faq-search-form:focus-within {
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }
    
    .faq-hero-search .faq-search-input {
        flex: 1;
        border: none;
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
        outline: none;
        background: transparent;
    }
    
    .faq-hero-search .faq-search-btn {
        background: #06D6A0;
        color: white;
        border: none;
        padding: 1.25rem 2rem;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .faq-hero-search .faq-search-btn:hover {
        background: #05B589;
    }
    
    /* Content Section */
    .faq-content-wrapper {
        margin-top: -3rem;
        padding-bottom: 5rem;
        position: relative;
        z-index: 3;
    }
    
    /* Sidebar Widget */
    .widget.faq-widget {
        background: white;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        border: 1px solid #E5E7EB;
        transition: all 0.3s ease;
    }
    
    .widget.faq-widget:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
    
    .widget.faq-widget .widget-title {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        color: #1A1A2E;
        position: relative;
        padding-left: 1rem;
    }
    
    .widget.faq-widget .widget-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 1.25rem;
        background: #06D6A0;
        border-radius: 2px;
    }
    
    /* Search Box in Sidebar */
    .faq-search-box .faq-search-form {
        display: flex;
        gap: 0.5rem;
    }
    
    .faq-search-box .faq-search-input {
        flex: 1;
        padding: 0.75rem 1rem;
        border: 1px solid #E5E7EB;
        border-radius: 0.5rem;
        font-size: 0.875rem;
        transition: all 0.3s ease;
    }
    
    .faq-search-box .faq-search-input:focus {
        outline: none;
        border-color: #06D6A0;
        box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.1);
    }
    
    .faq-search-box .faq-search-btn {
        padding: 0.75rem 1.25rem;
        background: #06D6A0;
        color: white;
        border: none;
        border-radius: 0.5rem;
        font-size: 0.875rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    
    .faq-search-box .faq-search-btn:hover {
        background: #05B589;
    }
    
    /* Recent Questions */
    .simple-post-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .simple-post-list li {
        padding: 0.75rem 0;
        border-bottom: 1px solid #E5E7EB;
    }
    
    .simple-post-list li:last-child {
        border-bottom: none;
    }
    
    .simple-post-list .post-info a {
        color: #1A1A2E;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        display: block;
        margin-bottom: 0.25rem;
        transition: color 0.3s ease;
    }
    
    .simple-post-list .post-info a:hover {
        color: #06D6A0;
    }
    
    .simple-post-list .post-meta {
        font-size: 0.75rem;
        color: #6B7280;
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }
    
    /* Tags Cloud */
    .tagcloud {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tagcloud a {
        background: #F8FAFC;
        color: #1A1A2E;
        padding: 0.375rem 0.875rem;
        border-radius: 1.25rem;
        font-size: 0.813rem;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #E5E7EB;
    }
    
    .tagcloud a:hover {
        background: #06D6A0;
        color: white;
        border-color: #06D6A0;
        transform: translateY(-2px);
    }
    
    /* Search Results Header */
    .search-results-header {
        background: white;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        border-left: 4px solid #06D6A0;
    }
    
    .search-results-header h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #1A1A2E;
    }
    
    .search-results-header .search-query {
        color: #06D6A0;
        font-weight: 600;
    }
    
    .search-results-header p {
        color: #06D6A0;
        font-size: 0.875rem;
        font-weight: 600;
        margin: 0;
    }
    
    /* FAQ Accordion Cards */
    .card-accordion {
        background: white;
        border-radius: 1rem;
        margin-bottom: 1rem;
        border: 1px solid #E5E7EB;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.3s ease;
        overflow: hidden;
    }
    
    .card-accordion:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        border-color: #06D6A0;
    }
    
    .card-accordion .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        background: white;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        color: #1A1A2E;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        gap: 1rem;
    }
    
    .card-accordion .card-header:hover {
        background: #F8FAFC;
    }
    
    .card-accordion .card-header[aria-expanded="true"] {
        background: #F8FAFC;
        color: #06D6A0;
    }
    
    .card-accordion .card-header::after {
        content: '+';
        font-size: 1.5rem;
        font-weight: 300;
        color: #06D6A0;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    
    .card-accordion .card-header[aria-expanded="true"]::after {
        content: '−';
    }
    
    .country-badge {
        display: inline-block;
        background: #FFD166;
        color: #1A1A2E;
        padding: 0.25rem 0.75rem;
        border-radius: 0.75rem;
        font-size: 0.75rem;
        font-weight: 600;
        margin-left: 0.5rem;
    }
    
    .card-accordion .card-body {
        padding: 0 1.5rem 1.5rem;
        color: #6B7280;
        font-size: 0.938rem;
        line-height: 1.7;
    }
    
    .card-accordion .card-body p {
        margin-bottom: 0.75rem;
    }
    
    .card-accordion .card-body ul,
    .card-accordion .card-body ol {
        margin: 0.75rem 0;
        padding-left: 1.5rem;
    }
    
    /* Legal Reference */
    .card-body .legal-ref {
        margin-top: 1.25rem;
        padding: 1rem;
        background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
        border-left: 3px solid #3B82F6;
        border-radius: 0.5rem;
        font-size: 0.875rem;
    }
    
    .card-body .legal-ref strong {
        color: #3B82F6;
        display: block;
        margin-bottom: 0.25rem;
    }
    
    /* Section Title */
    .section-title.faq-section-title {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        color: #1A1A2E;
        margin: 3.75rem 0 2.5rem;
    }
    
    /* Categories Grid */
    .faq-categories-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.25rem;
        margin-bottom: 3.75rem;
    }
    
    .faq-category-card {
        background: white;
        border-radius: 1rem;
        padding: 2rem 1.5rem;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid #E5E7EB;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    
    .faq-category-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #06D6A0, #FFD166);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }
    
    .faq-category-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        border-color: #06D6A0;
    }
    
    .faq-category-card:hover::before {
        transform: scaleX(1);
    }
    
    .faq-category-icon {
        font-size: 3rem;
        margin-bottom: 1rem;
        transition: transform 0.3s ease;
    }
    
    .faq-category-card:hover .faq-category-icon {
        transform: scale(1.1);
    }
    
    .faq-category-name {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1A1A2E;
        margin-bottom: 0.5rem;
    }
    
    .faq-category-count {
        font-size: 0.875rem;
        color: #6B7280;
        font-weight: 500;
    }
    
    /* CTA Section */
    .cta-simple.cta-border {
        background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
        border-radius: 1rem;
        padding: 3.75rem 2.5rem;
        text-align: center;
        color: white;
        position: relative;
        overflow: hidden;
        border: none;
    }
    
    .cta-simple.cta-border::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 50%, rgba(6, 214, 160, 0.2) 0%, transparent 50%),
                    radial-gradient(circle at 70% 80%, rgba(255, 209, 102, 0.15) 0%, transparent 50%);
    }
    
    .cta-simple.cta-border > * {
        position: relative;
        z-index: 1;
    }
    
    .cta-simple.cta-border h3 {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: white;
    }
    
    .cta-simple.cta-border p {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 2rem;
    }
    
    .btn-contact {
        display: inline-flex;
        align-items: center;
        gap: 0.625rem;
        background: #06D6A0;
        color: white;
        padding: 1rem 2rem;
        border-radius: 3.125rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px rgba(6, 214, 160, 0.3);
    }
    
    .btn-contact:hover {
        background: #05B589;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
        color: white;
    }
    
    /* Highlight Search Terms */
    mark {
        background: linear-gradient(120deg, #FFD166 0%, #FFD166 100%);
        background-size: 100% 40%;
        background-repeat: no-repeat;
        background-position: 0 90%;
        padding: 0 0.25rem;
        color: #1A1A2E;
        font-weight: 600;
    }
    
    /* Responsive Design */
    @media (max-width: 991px) {
        /* Hide sidebar completely on tablet and mobile */
        .sidebar.mobile-sidebar {
            display: none !important;
        }
        
        /* Show hero search on mobile */
        .faq-hero-search {
            display: block !important;
        }
        
        /* Make main content full width when sidebar is hidden */
        .col-lg-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        
        .faq-hero-content h1 {
            font-size: 2rem;
        }
        
        .faq-categories-grid {
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        }
    }
    
    @media (max-width: 768px) {
        .faq-hero-section {
            padding: 3rem 0 5rem;
        }
        
        .faq-hero-content h1 {
            font-size: 1.75rem;
        }
        
        .faq-hero-content p {
            font-size: 1rem;
        }
        
        .faq-hero-search .faq-search-input {
            padding: 1rem 1.25rem;
            font-size: 0.875rem;
        }
        
        .faq-hero-search .faq-search-btn {
            padding: 1rem 1.5rem;
            font-size: 0.875rem;
        }
        
        .faq-categories-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }
        
        .section-title.faq-section-title {
            font-size: 1.5rem;
        }
        
        .cta-simple.cta-border {
            padding: 2.5rem 1.5rem;
        }
        
        .cta-simple.cta-border h3 {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 576px) {
        .faq-hero-search .faq-search-form {
            flex-direction: column;
            border-radius: 1rem;
        }
        
        .faq-hero-search .faq-search-btn {
            width: 100%;
            justify-content: center;
            border-radius: 0 0 1rem 1rem;
        }
        
        .card-accordion .card-header {
            padding: 1.25rem 1rem;
            font-size: 0.938rem;
        }
        
        .card-accordion .card-body {
            padding: 0 1rem 1.25rem;
        }
        
        .faq-search-box .faq-search-form {
            flex-direction: column;
        }
        
        .faq-search-box .faq-search-btn {
            width: 100%;
        }
    }  

    /* FAQ Category Page - Custom Styles */
    
    /* Variables personnalisées */
    .faq-category-page {
        --faq-primary: #06D6A0;
        --faq-primary-dark: #05B589;
        --faq-secondary: #073B4C;
        --faq-accent: #FFD166;
        --faq-text: #1A1A2E;
        --faq-text-light: #6B7280;
        --faq-bg: #F8FAFC;
        --faq-white: #FFFFFF;
        --faq-border: #E5E7EB;
    }
    
    /* Hero Section for Category */
    .category-hero {
        background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
        padding: 3rem 0 4rem;
        position: relative;
        overflow: hidden;
    }
    
    .category-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 80%, rgba(255, 209, 102, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .category-hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
    }
    
    .category-icon-large {
        font-size: 4rem;
        margin-bottom: 1rem;
        display: inline-block;
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .category-hero-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }
    
    .category-hero-content .lead {
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.9);
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Breadcrumb */
    .breadcrumb-nav {
        background: transparent;
        padding: 1rem 0 0;
    }
    
    .category-hero .breadcrumb {
        background: transparent;
        padding: 0;
        margin-bottom: 1.5rem;
        font-size: 0.875rem;
        justify-content: center;
    }
    
    .category-hero .breadcrumb-item {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .category-hero .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .category-hero .breadcrumb-item a:hover {
        color: #06D6A0;
    }
    
    .category-hero .breadcrumb-item.active {
        color: white;
    }
    
    .category-hero .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.5);
        content: "›";
    }
    
    /* Content Wrapper */
    .category-content-wrapper {
        margin-top: -2rem;
        padding-bottom: 5rem;
        position: relative;
        z-index: 3;
    }
    
    /* Stats Bar */
    .category-stats {
        background: white;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 2rem;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        flex-wrap: wrap;
    }
    
    .stat-item {
        text-align: center;
    }
    
    .stat-number {
        font-size: 2rem;
        font-weight: 700;
        color: #06D6A0;
        display: block;
    }
    
    .stat-label {
        font-size: 0.875rem;
        color: #6B7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    
    /* Sidebar */
    .category-sidebar {
        position: sticky;
        top: 100px;
    }
    
    .widget.category-widget {
        background: white;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        border: 1px solid #E5E7EB;
        transition: all 0.3s ease;
    }
    
    .widget.category-widget:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
    
    .widget.category-widget .widget-title {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        color: #1A1A2E;
        position: relative;
        padding-left: 1rem;
    }
    
    .widget.category-widget .widget-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 1.25rem;
        background: #06D6A0;
        border-radius: 2px;
    }
    
    /* Category List in Sidebar */
    .widget-categories .list1 {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .widget-categories .list1 > li {
        margin-bottom: 0.75rem;
    }
    
    .widget-categories .list1 > li > a {
        color: #1A1A2E;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.938rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem;
        border-radius: 0.5rem;
        transition: all 0.3s ease;
    }
    
    .widget-categories .list1 > li > a:hover {
        background: #F8FAFC;
        color: #06D6A0;
        padding-left: 1rem;
    }
    
    .widget-categories .list1 > li > a::after {
        content: '›';
        font-size: 1.25rem;
        color: #6B7280;
        transition: all 0.3s ease;
    }
    
    .widget-categories .list1 > li > a:hover::after {
        color: #06D6A0;
        transform: translateX(4px);
    }
    
    /* Nested categories */
    .widget-categories .list1 .list1 {
        margin-top: 0.5rem;
        padding-left: 1.5rem;
    }
    
    .widget-categories .list1 .list1 li {
        margin-bottom: 0.5rem;
    }
    
    .widget-categories .list1 .list1 a {
        font-size: 0.875rem;
        font-weight: 500;
        color: #6B7280;
        padding: 0.5rem;
    }
    
    /* Tags */
    .tagcloud {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tagcloud a {
        background: #F8FAFC;
        color: #1A1A2E;
        padding: 0.375rem 0.875rem;
        border-radius: 1.25rem;
        font-size: 0.813rem;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #E5E7EB;
    }
    
    .tagcloud a:hover {
        background: #06D6A0;
        color: white;
        border-color: #06D6A0;
        transform: translateY(-2px);
    }
    
    /* FAQ Accordion */
    .faq-accordion .card-accordion {
        background: white;
        border-radius: 1rem;
        margin-bottom: 1rem;
        border: 1px solid #E5E7EB;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.3s ease;
        overflow: hidden;
    }
    
    .faq-accordion .card-accordion:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        border-color: #06D6A0;
    }
    
    .faq-accordion .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        background: white;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        color: #1A1A2E;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        gap: 1rem;
    }
    
    .faq-accordion .card-header:hover {
        background: #F8FAFC;
    }
    
    .faq-accordion .card-header[aria-expanded="true"] {
        background: #F8FAFC;
        color: #06D6A0;
    }
    
    .faq-accordion .card-header::after {
        content: '+';
        font-size: 1.5rem;
        font-weight: 300;
        color: #06D6A0;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    
    .faq-accordion .card-header[aria-expanded="true"]::after {
        content: '−';
    }
    
    .faq-accordion .card-body {
        padding: 0 1.5rem 1.5rem;
        color: #6B7280;
        font-size: 0.938rem;
        line-height: 1.7;
    }
    
    .faq-accordion .card-body p {
        margin-bottom: 0.75rem;
    }
    
    .faq-accordion .card-body ul,
    .faq-accordion .card-body ol {
        margin: 0.75rem 0;
        padding-left: 1.5rem;
    }
    
    /* Detail Button */
    .btn-sm.btn-primary {
        background: #06D6A0;
        border: none;
        color: white;
        padding: 0.5rem 1.25rem;
        border-radius: 2rem;
        font-weight: 600;
        font-size: 0.875rem;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .btn-sm.btn-primary:hover {
        background: #05B589;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(6, 214, 160, 0.3);
    }
    
    /* Section Title */
    
    
    
    
    /* CTA Section */
    .cta-simple.cta-border {
        background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
        border-radius: 1rem;
        padding: 3.75rem 2.5rem;
        text-align: center;
        color: white;
        position: relative;
        overflow: hidden;
        border: none;
    }
    
    .cta-simple.cta-border::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 50%, rgba(6, 214, 160, 0.2) 0%, transparent 50%),
                    radial-gradient(circle at 70% 80%, rgba(255, 209, 102, 0.15) 0%, transparent 50%);
    }
    
    .cta-simple.cta-border > * {
        position: relative;
        z-index: 1;
    }
    
    .cta-simple.cta-border h3 {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: white;
    }
    
    .cta-simple.cta-border p {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 2rem;
    }
    
    .btn-contact {
        display: inline-flex;
        align-items: center;
        gap: 0.625rem;
        background: #06D6A0;
        color: white;
        padding: 1rem 2rem;
        border-radius: 3.125rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px rgba(6, 214, 160, 0.3);
    }
    
    .btn-contact:hover {
        background: #05B589;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
        color: white;
    }
    
    /* Empty State */
    .empty-state {
        text-align: center;
        padding: 4rem 2rem;
        background: white;
        border-radius: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }
    
    .empty-state-icon {
        font-size: 4rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }
    
    .empty-state h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1A1A2E;
        margin-bottom: 0.5rem;
    }
    
    .empty-state p {
        color: #6B7280;
        margin-bottom: 1.5rem;
    }
    
    /* Responsive */
    @media (max-width: 991px) {
        .category-sidebar,
        .sidebar.mobile-sidebar {
            display: none !important;
        }
        
        .col-lg-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        
        .category-hero-content h1 {
            font-size: 2rem;
        }
        
        .category-stats {
            gap: 2rem;
        }
        
        .stat-number {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 768px) {
        .category-hero {
            padding: 2rem 0 3rem;
        }
        
        .category-hero-content h1 {
            font-size: 1.75rem;
        }
        
        .category-icon-large {
            font-size: 3rem;
        }
        
        .category-stats {
            gap: 1.5rem;
            padding: 1.25rem;
        }
        
        
        
        .cta-simple.cta-border {
            padding: 2.5rem 1.5rem;
        }
        
        .cta-simple.cta-border h3 {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 576px) {
        .faq-accordion .card-header {
            padding: 1.25rem 1rem;
            font-size: 0.938rem;
        }
        
        .faq-accordion .card-body {
            padding: 0 1rem 1.25rem;
        }
    } 
 
    /* FAQ Category Page - Custom Styles */
    
    /* Variables personnalisées */
    .faq-category-page {
        --faq-primary: #06D6A0;
        --faq-primary-dark: #05B589;
        --faq-secondary: #073B4C;
        --faq-accent: #FFD166;
        --faq-text: #1A1A2E;
        --faq-text-light: #6B7280;
        --faq-bg: #F8FAFC;
        --faq-white: #FFFFFF;
        --faq-border: #E5E7EB;
    }
    
    /* Hero Section for Category */
    .category-hero {
        background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
        padding: 3rem 0 4rem;
        position: relative;
        overflow: hidden;
    }
    
    .category-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 80%, rgba(255, 209, 102, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .category-hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
    }
    
    .category-icon-large {
        font-size: 4rem;
        margin-bottom: 1rem;
        display: inline-block;
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .category-hero-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }
    
    .category-hero-content .lead {
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.9);
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Breadcrumb */
    .breadcrumb-nav {
        background: transparent;
        padding: 1rem 0 0;
    }
    
    .category-hero .breadcrumb {
        background: transparent;
        padding: 0;
        margin-bottom: 1.5rem;
        font-size: 0.875rem;
        justify-content: center;
    }
    
    .category-hero .breadcrumb-item {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .category-hero .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .category-hero .breadcrumb-item a:hover {
        color: #06D6A0;
    }
    
    .category-hero .breadcrumb-item.active {
        color: white;
    }
    
    .category-hero .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.5);
        content: "›";
    }
    
    /* Content Wrapper */
    .category-content-wrapper {
        margin-top: -2rem;
        padding-bottom: 5rem;
        position: relative;
        z-index: 3;
    }
    
    /* Stats Bar */
    .category-stats {
        background: white;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 2rem;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        flex-wrap: wrap;
    }
    
    .stat-item {
        text-align: center;
    }
    
    .stat-number {
        font-size: 2rem;
        font-weight: 700;
        color: #06D6A0;
        display: block;
    }
    
    .stat-label {
        font-size: 0.875rem;
        color: #6B7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    
    /* Sidebar */
    .category-sidebar {
        position: sticky;
        top: 100px;
    }
    
    .widget.category-widget {
        background: white;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        border: 1px solid #E5E7EB;
        transition: all 0.3s ease;
    }
    
    .widget.category-widget:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
    
    .widget.category-widget .widget-title {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        color: #1A1A2E;
        position: relative;
        padding-left: 1rem;
    }
    
    .widget.category-widget .widget-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 1.25rem;
        background: #06D6A0;
        border-radius: 2px;
    }
    
    /* Category List in Sidebar */
    .widget-categories .list1 {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .widget-categories .list1 > li {
        margin-bottom: 0.75rem;
    }
    
    .widget-categories .list1 > li > a {
        color: #1A1A2E;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.938rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem;
        border-radius: 0.5rem;
        transition: all 0.3s ease;
    }
    
    .widget-categories .list1 > li > a:hover {
        background: #F8FAFC;
        color: #06D6A0;
        padding-left: 1rem;
    }
    
    .widget-categories .list1 > li > a::after {
        content: '›';
        font-size: 1.25rem;
        color: #6B7280;
        transition: all 0.3s ease;
    }
    
    .widget-categories .list1 > li > a:hover::after {
        color: #06D6A0;
        transform: translateX(4px);
    }
    
    /* Nested categories */
    .widget-categories .list1 .list1 {
        margin-top: 0.5rem;
        padding-left: 1.5rem;
    }
    
    .widget-categories .list1 .list1 li {
        margin-bottom: 0.5rem;
    }
    
    .widget-categories .list1 .list1 a {
        font-size: 0.875rem;
        font-weight: 500;
        color: #6B7280;
        padding: 0.5rem;
    }
    
    /* Tags */
    .tagcloud {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tagcloud a {
        background: #F8FAFC;
        color: #1A1A2E;
        padding: 0.375rem 0.875rem;
        border-radius: 1.25rem;
        font-size: 0.813rem;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #E5E7EB;
    }
    
    .tagcloud a:hover {
        background: #06D6A0;
        color: white;
        border-color: #06D6A0;
        transform: translateY(-2px);
    }
    
    /* FAQ Accordion */
    .faq-accordion .card-accordion {
        background: white;
        border-radius: 1rem;
        margin-bottom: 1rem;
        border: 1px solid #E5E7EB;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.3s ease;
        overflow: hidden;
    }
    
    .faq-accordion .card-accordion:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        border-color: #06D6A0;
    }
    
    .faq-accordion .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        background: white;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        color: #1A1A2E;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        gap: 1rem;
    }
    
    .faq-accordion .card-header:hover {
        background: #F8FAFC;
    }
    
    .faq-accordion .card-header[aria-expanded="true"] {
        background: #F8FAFC;
        color: #06D6A0;
    }
    
    .faq-accordion .card-header::after {
        content: '+';
        font-size: 1.5rem;
        font-weight: 300;
        color: #06D6A0;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    
    .faq-accordion .card-header[aria-expanded="true"]::after {
        content: '−';
    }
    
    .faq-accordion .card-body {
        padding: 0 1.5rem 1.5rem;
        color: #6B7280;
        font-size: 0.938rem;
        line-height: 1.7;
    }
    
    .faq-accordion .card-body p {
        margin-bottom: 0.75rem;
    }
    
    .faq-accordion .card-body ul,
    .faq-accordion .card-body ol {
        margin: 0.75rem 0;
        padding-left: 1.5rem;
    }
    
    /* Detail Button */
    .btn-sm.btn-primary {
        background: #06D6A0;
        border: none;
        color: white;
        padding: 0.5rem 1.25rem;
        border-radius: 2rem;
        font-weight: 600;
        font-size: 0.875rem;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .btn-sm.btn-primary:hover {
        background: #05B589;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(6, 214, 160, 0.3);
    }
    
    
    
   
    
    /* CTA Section */
    .cta-simple.cta-border {
        background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
        border-radius: 1rem;
        padding: 3.75rem 2.5rem;
        text-align: center;
        color: white;
        position: relative;
        overflow: hidden;
        border: none;
    }
    
    .cta-simple.cta-border::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 50%, rgba(6, 214, 160, 0.2) 0%, transparent 50%),
                    radial-gradient(circle at 70% 80%, rgba(255, 209, 102, 0.15) 0%, transparent 50%);
    }
    
    .cta-simple.cta-border > * {
        position: relative;
        z-index: 1;
    }
    
    .cta-simple.cta-border h3 {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: white;
    }
    
    .cta-simple.cta-border p {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 2rem;
    }
    
    .btn-contact {
        display: inline-flex;
        align-items: center;
        gap: 0.625rem;
        background: #06D6A0;
        color: white;
        padding: 1rem 2rem;
        border-radius: 3.125rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px rgba(6, 214, 160, 0.3);
    }
    
    .btn-contact:hover {
        background: #05B589;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
        color: white;
    }
    
    /* Empty State */
    .empty-state {
        text-align: center;
        padding: 4rem 2rem;
        background: white;
        border-radius: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }
    
    .empty-state-icon {
        font-size: 4rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }
    
    .empty-state h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1A1A2E;
        margin-bottom: 0.5rem;
    }
    
    .empty-state p {
        color: #6B7280;
        margin-bottom: 1.5rem;
    }
    
    /* Responsive */
    @media (max-width: 991px) {
        .category-sidebar,
        .sidebar.mobile-sidebar {
            display: none !important;
        }
        
        .col-lg-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        
        .category-hero-content h1 {
            font-size: 2rem;
        }
        
        .category-stats {
            gap: 2rem;
        }
        
        .stat-number {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 768px) {
        .category-hero {
            padding: 2rem 0 3rem;
        }
        
        .category-hero-content h1 {
            font-size: 1.75rem;
        }
        
        .category-icon-large {
            font-size: 3rem;
        }
        
        .category-stats {
            gap: 1.5rem;
            padding: 1.25rem;
        }
        
        
        
        .cta-simple.cta-border {
            padding: 2.5rem 1.5rem;
        }
        
        .cta-simple.cta-border h3 {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 576px) {
        .faq-accordion .card-header {
            padding: 1.25rem 1rem;
            font-size: 0.938rem;
        }
        
        .faq-accordion .card-body {
            padding: 0 1rem 1.25rem;
        }
    }  
    @import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=DM+Sans:wght@400;500;700&display=swap');
    
    :root {
        --primary: #06D6A0;
        --primary-dark: #05B589;
        --secondary: #073B4C;
        --accent: #FFD166;
        --text-dark: #1A1A2E;
        --text-body: #374151;
        --text-light: #6B7280;
        --bg-light: #F8FAFC;
        --bg-white: #FFFFFF;
        --border: #E5E7EB;
        --success: #10B981;
        --error: #EF4444;
    }
    
    body {
        font-family: 'DM Sans', sans-serif;
        color: var(--text-body);
        line-height: 1.7;
    }
    
    /* Breadcrumb */
    .faq-detail-breadcrumb {
        background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%);
        padding: 2rem 0;
        margin-bottom: 0;
    }
    
    .faq-detail-breadcrumb .breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 0.875rem;
    }
    
    .faq-detail-breadcrumb .breadcrumb li {
        display: inline-block;
    }
    
    .faq-detail-breadcrumb .breadcrumb li a {
        color: var(--text-light);
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .faq-detail-breadcrumb .breadcrumb li a:hover {
        color: var(--primary);
    }
    
    .faq-detail-breadcrumb .breadcrumb li.active {
        color: var(--text-dark);
        font-weight: 500;
    }
    
    .faq-detail-breadcrumb .breadcrumb li + li:before {
        content: "›";
        padding: 0 0.75rem;
        color: var(--text-light);
    }
    
    /* Main Container */
    .faq-detail-container {
        padding: 4rem 0;
    }
    
    /* Article Header */
    .faq-article-header {
        margin-bottom: 3rem;
        animation: fadeInUp 0.8s ease-out;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .faq-category-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: linear-gradient(135deg, var(--primary) 0%, #05B589 100%);
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    
    .faq-question-title {
        font-family: 'Crimson Pro', serif;
        font-size: 2.75rem;
        font-weight: 700;
        color: var(--text-dark);
        line-height: 1.2;
        margin-bottom: 1.5rem;
        letter-spacing: -0.02em;
    }
    
    .faq-meta {
        display: flex;
        align-items: center;
        gap: 2rem;
        color: var(--text-light);
        font-size: 0.875rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid var(--border);
    }
    
    .faq-meta-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .faq-meta-item i {
        color: var(--primary);
    }
    
    /* Article Content */
    .faq-article-content {
        background: white;
        border-radius: 1.5rem;
        padding: 3rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        margin-bottom: 3rem;
        animation: fadeInUp 0.8s ease-out 0.2s both;
    }
    
    .faq-answer {
        font-size: 1.125rem;
        line-height: 1.8;
        color: var(--text-body);
    }
    
    .faq-answer h1, .faq-answer h2, .faq-answer h3, .faq-answer h4 {
        font-family: 'Crimson Pro', serif;
        color: var(--text-dark);
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
    
    .faq-answer p {
        margin-bottom: 1.5rem;
    }
    
    .faq-answer ul, .faq-answer ol {
        margin: 1.5rem 0;
        padding-left: 2rem;
    }
    
    .faq-answer li {
        margin-bottom: 0.75rem;
    }
    
    .faq-answer strong {
        color: var(--text-dark);
        font-weight: 600;
    }
    
    .faq-answer a {
        color: var(--primary);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 0.3s ease;
    }
    
    .faq-answer a:hover {
        border-bottom-color: var(--primary);
    }
    
    /* Legal Reference */
    .legal-reference-box {
        background: linear-gradient(135deg, #DBEAFE 0%, #EFF6FF 100%);
        border-left: 4px solid #3B82F6;
        border-radius: 0.75rem;
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .legal-reference-box strong {
        color: #3B82F6;
        font-size: 1rem;
        display: block;
        margin-bottom: 0.5rem;
    }
    
    .legal-reference-box p {
        color: #1E40AF;
        margin: 0;
        font-size: 0.938rem;
    }
    
    /* Feedback Section */
    .faq-feedback-section {
        background: linear-gradient(135deg, var(--bg-light) 0%, #F0F9FF 100%);
        border-radius: 1.5rem;
        padding: 2.5rem;
        text-align: center;
        margin-bottom: 3rem;
        animation: fadeInUp 0.8s ease-out 0.4s both;
    }
    
    .faq-feedback-section h4 {
        font-family: 'Crimson Pro', serif;
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 1.5rem;
    }
    
    .feedback-buttons {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }
    
    .feedback-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 2rem;
        border: 2px solid var(--border);
        background: white;
        border-radius: 3rem;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        color: var(--text-dark);
    }
    
    .feedback-btn i {
        font-size: 1.25rem;
        transition: transform 0.3s ease;
    }
    
    .feedback-btn-yes:hover {
        background: var(--success);
        border-color: var(--success);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
    }
    
    .feedback-btn-yes:hover i {
        transform: scale(1.2);
    }
    
    .feedback-btn-no:hover {
        background: var(--error);
        border-color: var(--error);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
    }
    
    .feedback-btn-no:hover i {
        transform: scale(1.2);
    }
    
    .vote-result {
        margin-top: 1.5rem;
        padding: 1rem;
        background: white;
        border-radius: 0.75rem;
        display: none;
        animation: slideIn 0.5s ease-out;
    }
    
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .vote-result.show {
        display: block;
    }
    
    .vote-result p {
        margin: 0;
        color: var(--success);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .vote-result i {
        font-size: 1.5rem;
    }
    
    /* Sidebar */
    .faq-sidebar {
        animation: fadeInUp 0.8s ease-out 0.6s both;
    }
    
    .sidebar-card {
        background: white;
        border-radius: 1.5rem;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        border: 1px solid var(--border);
    }
    
    .sidebar-card h4 {
        font-family: 'Crimson Pro', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--border);
        position: relative;
    }
    
    .sidebar-card h4::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 60px;
        height: 2px;
        background: var(--primary);
    }
    
    .sidebar-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .sidebar-list li {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--bg-light);
    }
    
    .sidebar-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .sidebar-list a {
        color: var(--text-body);
        text-decoration: none;
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        transition: all 0.3s ease;
        font-size: 0.938rem;
        line-height: 1.5;
    }
    
    .sidebar-list a i {
        color: var(--primary);
        margin-top: 0.25rem;
        font-size: 0.75rem;
        transition: transform 0.3s ease;
    }
    
    .sidebar-list a:hover {
        color: var(--primary);
        padding-left: 0.5rem;
    }
    
    .sidebar-list a:hover i {
        transform: translateX(4px);
    }
    
    /* Related FAQs - Special Style */
    .related-faq-card {
        background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
    }
    
    .related-faq-card h4 {
        color: #92400E;
    }
    
    .related-faq-card h4::after {
        background: #F59E0B;
    }
    
    .related-faq-card .sidebar-list a i {
        color: #F59E0B;
    }
    
    .related-faq-card .sidebar-list a:hover {
        color: #92400E;
    }
    
    /* Back Button */
    .back-to-faq {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 2rem;
        background: white;
        border: 2px solid var(--border);
        border-radius: 3rem;
        color: var(--text-dark);
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        margin-bottom: 2rem;
    }
    
    .back-to-faq:hover {
        background: var(--primary);
        border-color: var(--primary);
        color: white;
        transform: translateX(-4px);
    }
    
    .back-to-faq i {
        transition: transform 0.3s ease;
    }
    
    .back-to-faq:hover i {
        transform: translateX(-4px);
    }
    
    /* Responsive */
    @media (max-width: 991px) {
        .faq-question-title {
            font-size: 2rem;
        }
        
        .faq-article-content {
            padding: 2rem;
        }
        
        .faq-sidebar {
            margin-top: 3rem;
        }
    }
    
    @media (max-width: 768px) {
        .faq-detail-container {
            padding: 2rem 0;
        }
        
        .faq-question-title {
            font-size: 1.75rem;
        }
        
        .faq-answer {
            font-size: 1rem;
        }
        
        .faq-article-content {
            padding: 1.5rem;
        }
        
        .faq-feedback-section {
            padding: 2rem 1.5rem;
        }
        
        .feedback-buttons {
            flex-direction: column;
        }
        
        .feedback-btn {
            width: 100%;
            justify-content: center;
        }
    }
    
    @media (max-width: 576px) {
        .faq-meta {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.75rem;
        }
        
        .faq-question-title {
            font-size: 1.5rem;
        }
        
        .sidebar-card {
            padding: 1.5rem;
        }
    } 

/* ============================================
   TOP NOTICE - HARMONIZED WITH FAQ COLORS
   ============================================ */

   .top-notice {
    background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
    
    border-bottom: 3px solid #06D6A0;
}

/* Subtle background pattern */
.top-notice::before {
    
    background: radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 209, 102, 0.1) 0%, transparent 50%);
    pointer-events: none;
}





/* Category links */
.top-notice .category {
   
    background: rgba(6, 214, 160, 0.2);
    border: 1.5px solid #06D6A0;
    border-radius: 2rem;
    color: #06D6A0;
    text-decoration: none;
    
}

.top-notice .category:hover {
    background: #06D6A0;
    color: #073B4C;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 214, 160, 0.3);
}



 

/* ============================================
   VERTICAL TIMELINE - EXACT REFERENCE DESIGN
   ============================================ */

   .timeline-section {
    padding: 5rem 0;
    background: rgb(170, 230, 189);
    position: relative;
}

.timeline-section .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.timeline-section .section-header h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2C5F4F;
    margin: 0;
}

/* Main timeline container */
.timeline-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Vertical blue line in center */
.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 10px;
    background: blue;
    transform: translateX(-50%);
    border-radius: 100px;
    z-index: 0;
}

/* Timeline card */
.box {
    position: relative;
    width: 200px;
    min-height: 150px;
    border-radius: 10px;
    background: white;
    margin-bottom: 10px;
    z-index: 1;
}

/* Left positioning */
.box-left {
    left: -150px;
}

/* Right positioning */
.box-right {
    left: 150px;
}

/* Arrow pointing to center line */
.box::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background:#06D6A0;
    border-radius: 0px 10px;
    transform: rotate(-45deg);
    z-index: -1;
    top: 5px;
}

.box-left::after {
    right: -10px;
}

.box-right::after {
    left: -10px;
}

/* Date header (green badge) */
.box .date {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    color: white;
    background: rgb(18, 113, 48);
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    min-height: 40px;
}

/* Content */
.box-content {
    padding: 10px;
}

.box-content p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.box-content strong {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Circle icon on timeline */
.box::before {
    content: '⟲';
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: rgb(18, 113, 48);
    z-index: 2;
    overflow: hidden;
}

.box-left::before {
    left: 113%;
}

.box-right::before {
    right: 225px;
}

/* Animation */
.box {
    opacity: 0;
    animation: fadeIn 0.6s ease-out forwards;
}

.box:nth-child(1) { animation-delay: 0.1s; }
.box:nth-child(2) { animation-delay: 0.2s; }
.box:nth-child(3) { animation-delay: 0.3s; }
.box:nth-child(4) { animation-delay: 0.4s; }
.box:nth-child(5) { animation-delay: 0.5s; }
.box:nth-child(6) { animation-delay: 0.6s; }

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

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media screen and (max-width: 790px) {
    .timeline-section {
        padding: 3rem 0;
    }
    
    .timeline-wrapper::before {
        height: 100%;
    }
    
    .box {
        margin-bottom: 100px;
        left: 0 !important;
    }
    
    .box-left,
    .box-right {
        left: 0 !important;
    }
    
    /* Hide arrows on mobile */
    .box::after {
        display: none;
    }
    
    /* Reposition circle icons on mobile */
    .box::before {
        top: -70px;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 576px) {
    .box {
        width: 90%;
        max-width: 300px;
    }
    
    .box-content p {
        font-size: 0.875rem;
    }
}
/*about page*/

:root {
    --primary: #06D6A0;
    --primary-dark: #05B589;
    --secondary: #073B4C;
    --accent: #FFD166;
    --text-dark: #1A1A2E;
    --text-body: #374151;
    --text-light: #6B7280;
    --bg-gray: #F8FAFC;
    --bg-white: #FFFFFF;
    --border: #E5E7EB;
}

/* Typography */
.about h1, .about h2, .about h3, .about .subtitle {
    font-family: 'Playfair Display', serif;
}

.about {
    font-family: 'Poppins', sans-serif;
    color: var(--text-body);
}

/* Page Header */
.page-header.page-header-bg {
    background: linear-gradient(135deg, var(--secondary) 0%, #0A5568 100%) !important;
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 209, 102, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    animation: fadeInUp 0.8s ease-out;
}

.page-header h1 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--accent);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.page-header p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    line-height: 1.8;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.page-header .btn-dark {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3rem;
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header .btn-dark:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
}

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

/* Breadcrumb */
.breadcrumb-nav {
    background: var(--bg-gray);
    padding: 1.25rem 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--primary);
}

.breadcrumb-item.active {
    color: var(--text-dark);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: var(--text-light);
}

/* About Story Section */
.about-section {
    padding: 5rem 0;
}

.about-section .subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.about-section .subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

.about-section p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-body);
    margin-bottom: 1.5rem;
}

.about-section .lead {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--secondary);
    text-align: center;
    padding: 2rem;
    margin: 3rem 0;
    border-left: 4px solid var(--primary);
    background: var(--bg-gray);
    border-radius: 0.5rem;
    font-weight: 500;
}

/* Features Section */
.features-section {
    background: var(--bg-gray);
    padding: 5rem 0;
}

.features-section .subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.features-section .subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

.feature-box {
    background: white;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.feature-box i {
    font-size: 4rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: block;
    transition: transform 0.3s ease;
}

.feature-box:hover i {
    transform: scale(1.1);
}

.feature-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.feature-box p {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0;
}

/* Timeline Section */






/* Testimonials Section */
.testimonials-section {
    background: var(--bg-gray);
    padding: 5rem 0;
}

.testimonials-section .subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.testimonials-section .subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

.testimonial-item {
    background: white;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
    height: 100%;
}

.testimonial-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.testimonial-owner {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.testimonial-owner figure {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary);
}

.testimonial-owner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-owner .testimonial-title {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.testimonial-owner span {
    font-size: 0.875rem;
    color: var(--text-light);
}

.testimonial-item blockquote {
    border: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.testimonial-item blockquote p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-body);
    font-style: italic;
    margin: 0;
}

.testimonial-rating {
    display: flex;
    gap: 0.25rem;
}

.testimonial-rating i {
    color: var(--accent);
    font-size: 1rem;
}

/* Counters Section */
.counters-section {
    background: linear-gradient(135deg, var(--secondary) 0%, #0A5568 100%);
    padding: 5rem 0;
    color: white;
}

.count-container {
    text-align: center;
    margin-bottom: 2rem;
}

.count-wrapper {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1rem;
    line-height: 1;
}

.count-wrapper span {
    font-size: 2rem;
}

.count-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Responsive */
@media (max-width: 991px) {
    .page-header h1 {
        font-size: 3rem;
    }
    
    .timeline-wrapper::before {
        left: 30px;
    }
    
    .box {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 80px !important;
        padding-right: 0 !important;
    }
    
    .box .date {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 5rem 0 4rem;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .page-header h1 span {
        font-size: 1.125rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
    
    .about-section .subtitle,
    .features-section .subtitle,
    .timeline-section .section-header h2,
    .testimonials-section .subtitle {
        font-size: 2rem;
    }
    
    .count-wrapper {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .page-header h1 {
        font-size: 2rem;
    }
    
    .feature-box {
        padding: 2rem 1.5rem;
    }
    
    .testimonial-item {
        padding: 2rem 1.5rem;
    }
}
/* ============================================
   CONTACT PAGE - PROFESSIONAL DESIGN
   ============================================ */

/* Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%);
}

.breadcrumb-nav-light {
    position: relative;
    z-index: 2;
}

.breadcrumb-nav-light .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
}

.breadcrumb-nav-light .breadcrumb-item,
.breadcrumb-nav-light .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-nav-light .breadcrumb-item.active {
    color: white;
}

.breadcrumb-nav-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-family: 'Crimson Pro', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.25rem;
    opacity: 0.95;
}

/* Contact Info Cards */
.contact-info-section {
    margin-top: -3rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 3;
}

.contact-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 1.5rem;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(6, 214, 160, 0.15);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #06D6A0, #05B589);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
    transform: scale(1.1);
}

.contact-icon i {
    font-size: 1.75rem;
    color: white;
}

.contact-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 0.75rem;
}

.contact-card p {
    font-size: 0.938rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
}

.contact-card a {
    color: #6B7280;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-card a:hover {
    color: #06D6A0;
}

/* Main Contact Container */
.contact-container {
    padding: 5rem 0;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: white;
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 0.5rem;
}

.contact-form-wrapper .subtitle {
    color: #6B7280;
    font-size: 1rem;
    margin-bottom: 2rem;
}

/* Messages */
.messages-container {
    margin-bottom: 2rem;
}

.alert-modern {
    border-radius: 0.75rem;
    border: none;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-modern i {
    font-size: 1.25rem;
}

.alert-success {
    background: #DEF7EC;
    color: #03543F;
}

.alert-error {
    background: #FDE8E8;
    color: #9B1C1C;
}

/* Form Styling */
.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    font-size: 0.938rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    display: block;
}

.contact-form .required {
    color: #EF4444;
}

.contact-form .form-control {
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #06D6A0;
    box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.1);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    background: linear-gradient(135deg, #06D6A0, #05B589);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(6, 214, 160, 0.3);
}

/* Map Wrapper */
.map-wrapper {
    margin-bottom: 2rem;
}

.map-wrapper h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 1.5rem;
}

.map-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Company Info Box */
.company-info-box {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
    border-radius: 1rem;
    padding: 2rem;
    border-left: 4px solid #06D6A0;
}

.company-info-box h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 1.5rem;
}

.company-info-box p {
    font-size: 0.938rem;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.company-info-box i {
    color: #06D6A0;
    margin-top: 0.25rem;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: #F8FAFC;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 0.75rem;
}

.section-header p {
    font-size: 1.125rem;
    color: #6B7280;
}

.faq-accordion .card-accordion {
    background: white;
    border: none;
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.faq-accordion .card-header {
    background: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.063rem;
    font-weight: 600;
    color: #1A1A2E;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-accordion .card-header:hover {
    background: #F8FAFC;
    color: #06D6A0;
}

.faq-accordion .card-body {
    padding: 0 1.5rem 1.5rem;
    color: #6B7280;
    line-height: 1.7;
}

/* CTA Section */
.contact-cta {
    background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%);
}

.contact-cta .container {
    position: relative;
    z-index: 2;
}

.contact-cta h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.contact-cta p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 1rem 2.5rem;
    font-weight: 600;
    border-radius: 3rem;
    font-size: 1.063rem;
}

.cta-buttons .btn-light {
    background: white;
    color: #073B4C;
    border: none;
}

.cta-buttons .btn-light:hover {
    background: #06D6A0;
    color: white;
    transform: translateY(-2px);
}

.cta-buttons .btn-outline-light {
    border: 2px solid white;
    color: white;
}

.cta-buttons .btn-outline-light:hover {
    background: white;
    color: #073B4C;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .contact-container {
        padding: 3rem 0;
    }
    
    .contact-form-wrapper,
    .map-wrapper {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1.063rem;
    }
    
    .contact-cta h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .cta-buttons .btn {
        width: 100%;
    }
}
/* ============================================
   WISHLIST PAGE - PROFESSIONAL DESIGN
   ============================================ */

/* Hero Section */
.wishlist-hero {
    background: linear-gradient(135deg, #073B4C 0%, #0A5568 100%);
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.wishlist-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%);
}

.breadcrumb-nav-light {
    position: relative;
    z-index: 2;
}

.breadcrumb-nav-light .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
}

.breadcrumb-nav-light .breadcrumb-item,
.breadcrumb-nav-light .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-nav-light .breadcrumb-item.active {
    color: white;
}

.breadcrumb-nav-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: "/";
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.wishlist-hero-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #FFD166;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.hero-content h1 {
    font-family: 'Crimson Pro', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.hero-content p {
    font-size: 1.125rem;
    opacity: 0.95;
}

/* Wishlist Content */
.wishlist-content {
    padding: 4rem 0;
}

/* Wishlist Stats */
.wishlist-stats {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: -3rem auto 3rem;
    max-width: 500px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
    z-index: 3;
}

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

.stat-number {
    display: block;
    font-family: 'Crimson Pro', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #06D6A0;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-divider {
    width: 2px;
    height: 60px;
    background: #E5E7EB;
}

/* Desktop Table */
.wishlist-table-wrapper {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.wishlist-table {
    margin: 0;
}

.wishlist-table thead th {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1A1A2E;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #E5E7EB;
    padding: 1rem;
}

.wishlist-item {
    border-bottom: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.wishlist-item:hover {
    background: #F8FAFC;
}

.wishlist-item td {
    padding: 1.5rem 1rem;
    vertical-align: middle;
}

/* Product Image */
.product-image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 2px solid #E5E7EB;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-remove-item {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: #EF4444;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
}

.wishlist-item:hover .btn-remove-item {
    opacity: 1;
}

.btn-remove-item:hover {
    background: #DC2626;
    transform: scale(1.1);
}

/* Product Info */
.product-info {
    padding: 0 1rem;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.product-name a {
    color: #1A1A2E;
    text-decoration: none;
    transition: color 0.3s;
}

.product-name a:hover {
    color: #06D6A0;
}

.product-category {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

/* Product Price */
.product-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.old-price {
    font-size: 0.875rem;
    color: #9CA3AF;
    text-decoration: line-through;
}

.new-price,
.current-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1A1A2E;
}

.discount-badge {
    display: inline-block;
    background: #FEF3C7;
    color: #D97706;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Stock Badge */
.stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stock-badge.in-stock {
    background: #DEF7EC;
    color: #03543F;
}

.stock-badge.out-of-stock {
    background: #FDE8E8;
    color: #9B1C1C;
}

/* Product Actions */
.product-actions {
    display: flex;
    gap: 0.75rem;
}

.btn-add-cart {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.btn-view {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0.75rem;
}

/* Mobile Cards */
.wishlist-cards {
    display: grid;
    gap: 1.5rem;
}

.wishlist-card {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
}

.wishlist-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.btn-remove-card {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    background: rgba(239, 68, 68, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.btn-remove-card:hover {
    background: #DC2626;
    transform: scale(1.1);
}

.card-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-badge-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #D97706;
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    z-index: 1;
}

.card-content {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.card-title a {
    color: #1A1A2E;
    text-decoration: none;
}

.card-category {
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 1rem;
}

.card-price {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.card-stock {
    margin-bottom: 1rem;
}

.card-actions .btn {
    width: 100%;
}

/* Share Wishlist */
.wishlist-share {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    margin-top: 3rem;
}

.wishlist-share h3 {
    font-family: 'Crimson Pro', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 0.5rem;
}

.wishlist-share p {
    color: #6B7280;
    margin-bottom: 2rem;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-share {
    background: white;
    border: 2px solid #E5E7EB;
    color: #1A1A2E;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-share:hover {
    border-color: #06D6A0;
    background: #06D6A0;
    color: white;
    transform: translateY(-2px);
}

/* Empty Wishlist */
.wishlist-empty {
    text-align: center;
    padding: 5rem 2rem;
}

.empty-icon {
    font-size: 6rem;
    color: #D1D5DB;
    margin-bottom: 2rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.wishlist-empty h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 1rem;
}

.wishlist-empty p {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .wishlist-content {
        padding: 3rem 0;
    }
}

@media (max-width: 768px) {
    .wishlist-hero {
        padding: 3rem 0 2rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .wishlist-stats {
        margin-top: -2rem;
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .btn-share {
        width: 100%;
    }
}

/*cart*/ 
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
    
    :root {
        --primary: #06D6A0;
        --primary-dark: #05B589;
        --primary-light: #7FE8CC;
        --secondary: #073B4C;
        --accent: #FFD166;
        --success: #10B981;
        --error: #EF4444;
        --warning: #F59E0B;
        --text-dark: #1A1A2E;
        --text-body: #374151;
        --text-light: #6B7280;
        --text-lighter: #9CA3AF;
        --bg-page: #F9FAFB;
        --bg-white: #FFFFFF;
        --bg-card: #FFFFFF;
        --border: #E5E7EB;
        --border-light: #F3F4F6;
        --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
        --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
        --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
        --radius: 12px;
        --radius-lg: 16px;
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    body {
        font-family: 'Outfit', sans-serif;
        background: var(--bg-page);
        color: var(--text-body);
        line-height: 1.6;
    }
    
    .header-bottom {
        margin-bottom: 0;
    }
    
    [v-cloak] {
        display: none;
    }
    
    /* ============================================
       HERO HEADER
    ============================================ */
    .cart-page-header {
        background: linear-gradient(135deg, var(--secondary) 0%, #0A5568 100%);
        padding: 3rem 0 2rem;
        position: relative;
        overflow: hidden;
    }
    
    .cart-page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .cart-page-header .container {
        position: relative;
        z-index: 2;
    }
    
    .cart-page-header .breadcrumb {
        background: transparent;
        padding: 0;
        margin-bottom: 1rem;
        font-size: 0.875rem;
    }
    
    .cart-page-header .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .cart-page-header .breadcrumb-item a:hover {
        color: var(--primary-light);
    }
    
    .cart-page-header .breadcrumb-item.active {
        color: white;
    }
    
    .cart-page-header .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: rgba(255, 255, 255, 0.5);
    }
    
    .cart-page-header h1 {
        font-size: 2.5rem;
        font-weight: 800;
        color: white;
        margin: 0;
        letter-spacing: -0.02em;
        animation: fadeInUp 0.6s ease-out;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* ============================================
       STEPPER
    ============================================ */
    .cart-stepper {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin: 2rem 0;
        padding: 0 1rem;
    }
    
    .step-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        opacity: 0.4;
        transition: var(--transition);
    }
    
    .step-item.active {
        opacity: 1;
    }
    
    .step-num {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--border);
        color: var(--text-light);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
        transition: var(--transition);
    }
    
    .step-item.active .step-num {
        background: var(--primary);
        color: white;
        box-shadow: 0 4px 12px rgba(6, 214, 160, 0.3);
        transform: scale(1.1);
    }
    
    .step-label {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-body);
    }
    
    .step-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 20px;
        left: calc(50% + 20px);
        width: 2rem;
        height: 2px;
        background: var(--border);
        z-index: -1;
    }
    
    /* ============================================
       TOASTS
    ============================================ */
    .cart-toast-wrap {
        position: fixed;
        top: 5rem;
        right: 2rem;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .cart-toast {
        min-width: 300px;
        padding: 1rem 1.5rem;
        border-radius: var(--radius);
        font-weight: 600;
        font-size: 0.938rem;
        box-shadow: var(--shadow-lg);
        animation: slideInRight 0.4s ease-out;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(100px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    .cart-toast--ok {
        background: white;
        color: var(--success);
        border-left: 4px solid var(--success);
    }
    
    .cart-toast--err {
        background: white;
        color: var(--error);
        border-left: 4px solid var(--error);
    }
    
    /* ============================================
       MAIN CARD
    ============================================ */
    .card-modern {
        background: var(--bg-card);
        border-radius: var(--radius-lg);
        padding: 2rem;
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
        margin-bottom: 2rem;
        animation: fadeInUp 0.6s ease-out 0.2s both;
    }
    
    .card-modern__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--bg-page);
    }
    
    .card-modern__title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
        margin: 0;
    }
    
    .card-modern__meta {
        font-size: 0.938rem;
        color: var(--text-light);
        font-weight: 600;
        background: var(--bg-page);
        padding: 0.375rem 1rem;
        border-radius: 2rem;
    }
    
    /* ============================================
       CART ITEMS
    ============================================ */
    .cart-items {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .cart-item {
        display: grid;
        grid-template-columns: 100px 1fr auto;
        gap: 1.5rem;
        padding: 1.5rem;
        border: 1px solid var(--border-light);
        border-radius: var(--radius);
        transition: var(--transition);
        background: white;
    }
    
    .cart-item:hover {
        border-color: var(--primary);
        box-shadow: 0 4px 12px rgba(6, 214, 160, 0.08);
        transform: translateY(-2px);
    }
    
    .cart-item__img {
        width: 100px;
        height: 100px;
        border-radius: var(--radius);
        overflow: hidden;
        background: var(--bg-page);
        display: block;
        transition: var(--transition);
    }
    
    .cart-item__img:hover {
        transform: scale(1.05);
    }
    
    .cart-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .cart-item__info {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .cart-item__title {
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--text-dark);
        text-decoration: none;
        transition: color 0.3s ease;
        line-height: 1.4;
    }
    
    .cart-item__title:hover {
        color: var(--primary);
    }
    
    .cart-item__sub {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.875rem;
    }
    
    .cart-price {
        font-weight: 700;
        color: var(--primary);
        font-size: 1rem;
    }
    
    .cart-dot {
        color: var(--border);
    }
    
    .cart-muted {
        color: var(--text-light);
    }
    
    .cart-item__actions {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: auto;
    }
    
    /* Quantity Pill */
    .qty-pill {
        display: flex;
        align-items: center;
        gap: 0;
        border: 2px solid var(--border);
        border-radius: 2rem;
        overflow: hidden;
        background: white;
    }
    
    .qty-btn {
        width: 36px;
        height: 36px;
        border: none;
        background: transparent;
        color: var(--text-body);
        font-size: 1.25rem;
        font-weight: 600;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .qty-btn:hover {
        background: var(--primary);
        color: white;
    }
    
    .qty-value {
        min-width: 40px;
        text-align: center;
        font-weight: 700;
        color: var(--text-dark);
        user-select: none;
    }
    
    .remove-btn {
        padding: 0.5rem 1rem;
        border: 1px solid var(--border);
        border-radius: 2rem;
        background: white;
        color: var(--text-light);
        font-size: 0.875rem;
        font-weight: 600;
        cursor: pointer;
        transition: var(--transition);
        font-family: 'Outfit', sans-serif;
    }
    
    .remove-btn:hover {
        background: var(--error);
        border-color: var(--error);
        color: white;
    }
    
    .cart-item__total {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 0.25rem;
        min-width: 120px;
    }
    
    .cart-strong {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text-dark);
    }
    
    /* ============================================
       COUPON SECTION
    ============================================ */
    .cart-coupon {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 2rem;
        padding: 1.5rem;
        background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
        border-radius: var(--radius);
        margin-top: 2rem;
        align-items: center;
    }
    
    .cart-coupon__left {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .cart-coupon__title {
        font-size: 1.125rem;
        font-weight: 700;
        color: #92400E;
    }
    
    .cart-coupon__desc {
        font-size: 0.875rem;
        color: #78350F;
    }
    
    .coupon-row {
        display: flex;
        gap: 0.75rem;
        align-items: center;
    }
    
    .coupon-input {
        padding: 0.75rem 1rem;
        border: 2px solid rgba(146, 64, 14, 0.2);
        border-radius: var(--radius);
        font-size: 0.938rem;
        font-family: 'Outfit', sans-serif;
        font-weight: 600;
        background: white;
        min-width: 200px;
        transition: var(--transition);
        color: var(--text-dark);
    }
    
    .coupon-input:focus {
        outline: none;
        border-color: #F59E0B;
        box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
    }
    
    .coupon-applied {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    
    .badge-save {
        background: var(--success);
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        font-weight: 700;
        font-size: 0.875rem;
    }
    
    /* ============================================
       BUTTONS
    ============================================ */
    .btn-modern {
        padding: 0.875rem 1.75rem;
        border: none;
        border-radius: var(--radius);
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: var(--transition);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .btn-modern--primary {
        background: var(--primary);
        color: white;
        box-shadow: 0 4px 12px rgba(6, 214, 160, 0.3);
    }
    
    .btn-modern--primary:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(6, 214, 160, 0.4);
    }
    
    .btn-modern--ghost {
        background: transparent;
        color: var(--text-body);
        border: 2px solid var(--border);
    }
    
    .btn-modern--ghost:hover {
        background: var(--bg-page);
        border-color: var(--primary);
        color: var(--primary);
    }
    
    .btn-modern--danger {
        background: white;
        color: var(--error);
        border: 2px solid var(--error);
    }
    
    .btn-modern--danger:hover {
        background: var(--error);
        color: white;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .mt-2 {
        margin-top: 0.5rem;
    }
    
    .mt-3 {
        margin-top: 1rem;
    }
    
    /* ============================================
       SIDEBAR SUMMARY
    ============================================ */
    .cart-summary {
        position: sticky;
        top: 2rem;
        animation: fadeInUp 0.6s ease-out 0.4s both;
    }
    
    .summary-line {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem 0;
        font-size: 0.938rem;
        border-bottom: 1px solid var(--border-light);
    }
    
    .summary-line:last-of-type {
        border-bottom: none;
    }
    
    .summary-total {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem 0 1rem;
        margin-top: 1rem;
        border-top: 2px solid var(--border);
        font-size: 1.125rem;
        font-weight: 700;
        color: var(--text-dark);
    }
    
    .summary-total strong {
        color: var(--primary);
        font-size: 1.5rem;
    }
    
    /* Trust Badges */
    .cart-trust {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding-top: 1rem;
        border-top: 1px solid var(--border-light);
    }
    
    .trust-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.875rem;
        color: var(--text-body);
    }
    
    /* ============================================
       EMPTY STATE
    ============================================ */
    .text-center {
        text-align: center;
    }
    
    .p-4 {
        padding: 3rem;
    }
    
    .mb-2 {
        margin-bottom: 0.5rem;
    }
    
    .mb-3 {
        margin-bottom: 1rem;
    }
    
    .text-muted {
        color: var(--text-light);
    }
    
    /* ============================================
       RESPONSIVE
    ============================================ */
    @media (max-width: 991px) {
        .cart-summary {
            position: static;
            margin-top: 2rem;
        }
        
        .cart-stepper {
            gap: 1rem;
        }
        
        .step-item:not(:last-child)::after {
            width: 1rem;
        }
    }
    
    @media (max-width: 768px) {
        .cart-page-header h1 {
            font-size: 2rem;
        }
        
        .cart-item {
            grid-template-columns: 80px 1fr;
            gap: 1rem;
        }
        
        .cart-item__total {
            grid-column: 1 / -1;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding-top: 1rem;
            border-top: 1px solid var(--border-light);
        }
        
        .cart-coupon {
            grid-template-columns: 1fr;
            gap: 1rem;
        }
        
        .coupon-row {
            flex-direction: column;
            width: 100%;
        }
        
        .coupon-input {
            width: 100%;
        }
        
        .cart-toast-wrap {
            right: 1rem;
            left: 1rem;
        }
        
        .cart-toast {
            min-width: auto;
        }
    }
    
    @media (max-width: 576px) {
        .cart-page-header {
            padding: 2rem 0 1.5rem;
        }
        
        .cart-page-header h1 {
            font-size: 1.75rem;
        }
        
        .step-label {
            font-size: 0.75rem;
        }
        
        .step-num {
            width: 36px;
            height: 36px;
            font-size: 0.875rem;
        }
        
        .cart-item {
            padding: 1rem;
        }
        
        .cart-item__img {
            width: 80px;
            height: 80px;
        }
        
        .cart-item__title {
            font-size: 1rem;
        }
        
        .cart-item__actions {
            flex-wrap: wrap;
        }
        
        .card-modern {
            padding: 1.5rem;
        }
        
        .p-4 {
            padding: 2rem 1.5rem;
        }
    } 

  /*chekout*/
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
    
    :root {
        --primary: #06D6A0;
        --primary-dark: #05B589;
        --secondary: #073B4C;
        --accent: #FFD166;
        --success: #10B981;
        --error: #EF4444;
        --warning: #F59E0B;
        --text-dark: #1A1A2E;
        --text-body: #374151;
        --text-light: #6B7280;
        --text-lighter: #9CA3AF;
        --bg-page: #F9FAFB;
        --bg-white: #FFFFFF;
        --border: #E5E7EB;
        --border-focus: #06D6A0;
        --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
        --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
        --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
        --radius: 12px;
        --radius-lg: 16px;
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: 'Outfit', sans-serif;
        background: var(--bg-page);
        color: var(--text-body);
        line-height: 1.6;
    }
    
    /* ============================================
       HERO HEADER
    ============================================ */
    .checkout-hero {
        background: linear-gradient(135deg, var(--secondary) 0%, #0A5568 100%);
        padding: 3rem 0 2rem;
        margin-bottom: 2rem;
        position: relative;
        overflow: hidden;
    }
    
    .checkout-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .checkout-hero .container {
        position: relative;
        z-index: 2;
    }
    
    .hero-content {
        text-align: center;
        color: white;
    }
    
    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .hero-title {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
        letter-spacing: -0.02em;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.9);
    }
    
    /* ============================================
       PROGRESS STEPS
    ============================================ */
    .progress-steps {
        display: flex;
        justify-content: center;
        gap: 3rem;
        margin-top: 2rem;
        padding: 0 1rem;
    }
    
    .progress-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        opacity: 0.5;
        transition: var(--transition);
    }
    
    .progress-step.active {
        opacity: 1;
    }
    
    .progress-step.completed {
        opacity: 1;
    }
    
    .step-circle {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.125rem;
        color: white;
        transition: var(--transition);
    }
    
    .progress-step.active .step-circle {
        background: var(--primary);
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.2);
    }
    
    .progress-step.completed .step-circle {
        background: rgba(16, 185, 129, 0.9);
        border-color: rgba(16, 185, 129, 0.9);
    }
    
    .step-label {
        font-size: 0.875rem;
        font-weight: 600;
        color: white;
        text-align: center;
    }
    
    /* Connecting line */
    .progress-step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 24px;
        left: calc(50% + 24px);
        width: 3rem;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
        z-index: -1;
    }
    
    .progress-step.completed:not(:last-child)::after {
        background: rgba(16, 185, 129, 0.5);
    }
    
    /* ============================================
       MAIN LAYOUT
    ============================================ */
    .checkout-main {
        padding: 0 0 4rem;
    }
    
    .checkout-grid {
        display: grid;
        grid-template-columns: 1fr 420px;
        gap: 2rem;
        max-width: 1400px;
        margin: 0 auto;
    }
    
    /* ============================================
       FORM SECTION
    ============================================ */
    .checkout-form {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .form-card {
        background: white;
        border-radius: var(--radius-lg);
        padding: 2rem;
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
        transition: var(--transition);
    }
    
    .form-card:hover {
        box-shadow: var(--shadow-md);
    }
    
    .form-card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--bg-page);
    }
    
    .form-card-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .form-card-number {
        width: 32px;
        height: 32px;
        background: var(--primary);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
    }
    
    .secure-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: #EFF6FF;
        color: #1E40AF;
        padding: 0.375rem 0.875rem;
        border-radius: 2rem;
        font-size: 0.813rem;
        font-weight: 600;
    }
    
    /* ============================================
       FORM INPUTS
    ============================================ */
    .form-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .form-group {
        margin-bottom: 1.25rem;
    }
    
    .form-group.full-width {
        grid-column: 1 / -1;
    }
    
    .form-label {
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 0.5rem;
    }
    
    .form-label .required {
        color: var(--error);
    }
    
    .form-input,
    .form-select {
        width: 100%;
        padding: 0.875rem 1rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        font-size: 1rem;
        font-family: 'Outfit', sans-serif;
        color: var(--text-dark);
        background: white;
        transition: var(--transition);
    }
    
    .form-input:focus,
    .form-select:focus {
        outline: none;
        border-color: var(--border-focus);
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.1);
    }
    
    .form-input::placeholder {
        color: var(--text-lighter);
    }
    
    .form-hint {
        font-size: 0.813rem;
        color: var(--text-light);
        margin-top: 0.375rem;
    }
    
    /* ============================================
       DELIVERY OPTIONS
    ============================================ */
    .delivery-options {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .delivery-option {
        position: relative;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        padding: 1.25rem;
        cursor: pointer;
        transition: var(--transition);
        background: white;
    }
    
    .delivery-option:hover {
        border-color: var(--primary);
        background: rgba(6, 214, 160, 0.02);
    }
    
    .delivery-option input[type="radio"] {
        position: absolute;
        opacity: 0;
    }
    
    .delivery-option input[type="radio"]:checked + .delivery-option-content {
        border-color: var(--primary);
    }
    
    .delivery-option input[type="radio"]:checked ~ .delivery-option-check {
        opacity: 1;
        transform: scale(1);
    }
    
    .delivery-option-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
    }
    
    .delivery-option-left {
        flex: 1;
    }
    
    .delivery-option-icon {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .delivery-option-name {
        font-size: 1rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .delivery-option-desc {
        font-size: 0.875rem;
        color: var(--text-light);
    }
    
    .delivery-option-badge {
        display: inline-block;
        background: var(--accent);
        color: var(--text-dark);
        padding: 0.25rem 0.625rem;
        border-radius: 0.5rem;
        font-size: 0.75rem;
        font-weight: 700;
        margin-top: 0.5rem;
    }
    
    .delivery-option-price {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text-dark);
        white-space: nowrap;
    }
    
    .delivery-option-check {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 24px;
        height: 24px;
        background: var(--primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.75rem;
        opacity: 0;
        transform: scale(0.5);
        transition: var(--transition);
    }
    
    .delivery-option input[type="radio"]:checked ~ .delivery-option-check {
        opacity: 1;
        transform: scale(1);
    }
    
    .delivery-option:has(input[type="radio"]:checked) {
        border-color: var(--primary);
        background: rgba(6, 214, 160, 0.05);
        box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.1);
    }
    
    /* ============================================
       PAYMENT METHODS
    ============================================ */
    .payment-methods {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1rem;
    }
    
    .payment-method {
        position: relative;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        padding: 1.25rem 1rem;
        text-align: center;
        cursor: pointer;
        transition: var(--transition);
        background: white;
    }
    
    .payment-method:hover {
        border-color: var(--primary);
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }
    
    .payment-method input[type="radio"] {
        position: absolute;
        opacity: 0;
    }
    
    .payment-method:has(input[type="radio"]:checked) {
        border-color: var(--primary);
        background: rgba(6, 214, 160, 0.05);
        box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.1);
    }
    
    .payment-method-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .payment-method-name {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .payment-method-desc {
        font-size: 0.75rem;
        color: var(--text-light);
    }
    
    .payment-check {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        width: 20px;
        height: 20px;
        background: var(--primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.625rem;
        opacity: 0;
        transform: scale(0.5);
        transition: var(--transition);
    }
    
    .payment-method:has(input[type="radio"]:checked) .payment-check {
        opacity: 1;
        transform: scale(1);
    }
    
    /* ============================================
       STRIPE CARD ELEMENT
    ============================================ */
    #card-element {
        padding: 1rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        background: white;
        transition: var(--transition);
    }
    
    #card-element:focus-within {
        border-color: var(--border-focus);
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.1);
    }
    
    #card-errors {
        color: var(--error);
        font-size: 0.875rem;
        margin-top: 0.5rem;
        display: none;
    }
    
    #card-errors.show {
        display: block;
    }
    
    /* ============================================
       ORDER SUMMARY (STICKY SIDEBAR)
    ============================================ */
    .order-summary {
        position: sticky;
        top: 2rem;
        background: white;
        border-radius: var(--radius-lg);
        padding: 2rem;
        box-shadow: var(--shadow-md);
        border: 1px solid var(--border);
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
    }
    
    .summary-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--bg-page);
    }
    
    .summary-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .summary-subtitle {
        font-size: 0.875rem;
        color: var(--text-light);
    }
    
    .summary-items {
        margin-bottom: 1.5rem;
    }
    
    .summary-item {
        display: flex;
        gap: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid var(--bg-page);
    }
    
    .summary-item:last-child {
        border-bottom: none;
    }
    
    .summary-item-image {
        width: 64px;
        height: 64px;
        border-radius: var(--radius);
        object-fit: cover;
        background: var(--bg-page);
    }
    
    .summary-item-details {
        flex: 1;
    }
    
    .summary-item-name {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .summary-item-meta {
        font-size: 0.75rem;
        color: var(--text-light);
    }
    
    .summary-item-price {
        font-size: 0.875rem;
        font-weight: 700;
        color: var(--text-dark);
        text-align: right;
    }
    
    .summary-totals {
        margin-bottom: 1.5rem;
    }
    
    .summary-line {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem 0;
        font-size: 0.938rem;
    }
    
    .summary-line-label {
        color: var(--text-light);
    }
    
    .summary-line-value {
        font-weight: 600;
        color: var(--text-dark);
    }
    
    .summary-total {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem 0;
        border-top: 2px solid var(--bg-page);
        font-size: 1.125rem;
        font-weight: 700;
        color: var(--text-dark);
    }
    
    .summary-total-value {
        color: var(--primary);
        font-size: 1.5rem;
    }
    
    /* ============================================
       TRUST BADGES
    ============================================ */
    .trust-badges {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 2px solid var(--bg-page);
    }
    
    .trust-badge {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.813rem;
        color: var(--text-light);
    }
    
    .trust-badge-icon {
        font-size: 1.25rem;
    }
    
    /* ============================================
       SUBMIT BUTTON
    ============================================ */
    .submit-section {
        background: white;
        border-radius: var(--radius-lg);
        padding: 2rem;
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
        margin-top: 1.5rem;
    }
    
    .form-checkbox {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    
    .form-checkbox input[type="checkbox"] {
        margin-top: 0.25rem;
        width: 18px;
        height: 18px;
        accent-color: var(--primary);
    }
    
    .form-checkbox-label {
        font-size: 0.875rem;
        color: var(--text-body);
        line-height: 1.5;
    }
    
    .form-checkbox-label a {
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
    }
    
    .form-checkbox-label a:hover {
        text-decoration: underline;
    }
    
    .submit-button {
        width: 100%;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: var(--radius);
        padding: 1.25rem 2rem;
        font-size: 1.125rem;
        font-weight: 700;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        box-shadow: 0 4px 16px rgba(6, 214, 160, 0.3);
    }
    
    .submit-button:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
    }
    
    .submit-button:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }
    
    .submit-button-icon {
        font-size: 1.25rem;
    }
    
    .submit-legal {
        font-size: 0.75rem;
        color: var(--text-light);
        text-align: center;
        margin-top: 1rem;
        line-height: 1.6;
    }
    
    /* ============================================
       RESPONSIVE
    ============================================ */
    @media (max-width: 1024px) {
        .checkout-grid {
            grid-template-columns: 1fr;
        }
        
        .order-summary {
            position: static;
            max-height: none;
        }
    }
    
    @media (max-width: 768px) {
        .hero-title {
            font-size: 2rem;
        }
        
        .progress-steps {
            gap: 1.5rem;
        }
        
        .progress-step:not(:last-child)::after {
            width: 1.5rem;
            left: calc(50% + 24px);
        }
        
        .step-label {
            font-size: 0.75rem;
        }
        
        .form-row {
            grid-template-columns: 1fr;
        }
        
        .payment-methods {
            grid-template-columns: 1fr;
        }
        
        .form-card {
            padding: 1.5rem;
        }
    }
    
    @media (max-width: 576px) {
        .checkout-hero {
            padding: 2rem 0 1.5rem;
        }
        
        .hero-title {
            font-size: 1.75rem;
        }
        
        .hero-subtitle {
            font-size: 1rem;
        }
        
        .progress-steps {
            flex-wrap: wrap;
            gap: 1rem;
        }
        
        .step-circle {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }
        
        .form-card-title {
            font-size: 1.25rem;
        }
    }

/*success*/
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
    
    :root {
        --primary: #06D6A0;
        --primary-dark: #05B589;
        --secondary: #073B4C;
        --success: #10B981;
        --text-dark: #1A1A2E;
        --text-body: #374151;
        --text-light: #6B7280;
        --bg-page: #F9FAFB;
        --bg-white: #FFFFFF;
        --border: #E5E7EB;
        --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
        --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
        --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
        --radius: 12px;
        --radius-lg: 16px;
    }
    
    body {
        font-family: 'Outfit', sans-serif;
        background: var(--bg-page);
        color: var(--text-body);
    }
    
    /* ============================================
       SUCCESS HERO
    ============================================ */
    .success-hero {
        background: linear-gradient(135deg, #10B981 0%, #059669 100%);
        padding: 4rem 0 3rem;
        position: relative;
        overflow: hidden;
    }
    
    .success-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .success-hero .container {
        position: relative;
        z-index: 2;
    }
    
    .success-content {
        text-align: center;
        color: white;
        max-width: 700px;
        margin: 0 auto;
        animation: fadeInUp 0.8s ease-out;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .success-icon {
        width: 80px;
        height: 80px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        font-size: 3rem;
        animation: scaleIn 0.5s ease-out 0.3s both;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }
    
    @keyframes scaleIn {
        from {
            opacity: 0;
            transform: scale(0.5);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    
    .success-title {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }
    
    .success-subtitle {
        font-size: 1.125rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.95);
        margin-bottom: 2rem;
    }
    
    .success-order-number {
        display: inline-block;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        padding: 0.75rem 1.5rem;
        border-radius: 2rem;
        font-size: 1rem;
        font-weight: 600;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    /* ============================================
       MAIN CONTENT
    ============================================ */
    .success-main {
        padding: 3rem 0;
    }
    
    .success-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    /* ============================================
       ORDER DETAILS CARD
    ============================================ */
    .details-card {
        background: white;
        border-radius: var(--radius-lg);
        padding: 2rem;
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
    }
    
    .details-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
        border-bottom: 2px solid var(--bg-page);
    }
    
    .details-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
    }
    
    .print-button {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        background: var(--bg-page);
        color: var(--text-body);
        border: none;
        border-radius: var(--radius);
        font-size: 0.938rem;
        font-weight: 600;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .print-button:hover {
        background: var(--border);
        transform: translateY(-2px);
    }
    
    /* Order Items Table */
    .order-table {
        margin-bottom: 2rem;
    }
    
    .table-header {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        background: var(--bg-page);
        border-radius: var(--radius);
        font-size: 0.875rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 0.5rem;
    }
    
    .table-row {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 1rem;
        padding: 1.25rem 1rem;
        border-bottom: 1px solid var(--bg-page);
        align-items: center;
    }
    
    .table-row:last-child {
        border-bottom: none;
    }
    
    .item-info {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    
    .item-image {
        width: 64px;
        height: 64px;
        border-radius: var(--radius);
        object-fit: cover;
        background: var(--bg-page);
    }
    
    .item-details {
        flex: 1;
    }
    
    .item-name {
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .item-meta {
        font-size: 0.875rem;
        color: var(--text-light);
    }
    
    .item-qty,
    .item-price {
        font-weight: 600;
        color: var(--text-dark);
    }
    
    /* Order Totals */
    .order-totals {
        background: var(--bg-page);
        border-radius: var(--radius);
        padding: 1.5rem;
    }
    
    .total-line {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem 0;
        font-size: 0.938rem;
    }
    
    .total-label {
        color: var(--text-light);
    }
    
    .total-value {
        font-weight: 600;
        color: var(--text-dark);
    }
    
    .total-final {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem 0 0.5rem;
        margin-top: 0.75rem;
        border-top: 2px solid white;
        font-size: 1.25rem;
        font-weight: 700;
    }
    
    .total-final-label {
        color: var(--text-dark);
    }
    
    .total-final-value {
        color: var(--primary);
        font-size: 1.5rem;
    }
    
    /* ============================================
       SIDEBAR
    ============================================ */
    .success-sidebar {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .sidebar-card {
        background: white;
        border-radius: var(--radius-lg);
        padding: 1.5rem;
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
    }
    
    .sidebar-card-title {
        font-size: 1.125rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .info-row {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--bg-page);
    }
    
    .info-row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .info-label {
        font-size: 0.813rem;
        color: var(--text-light);
        font-weight: 600;
    }
    
    .info-value {
        font-size: 0.938rem;
        color: var(--text-dark);
    }
    
    /* Action Buttons */
    .action-buttons {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .action-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 1rem;
        border: none;
        border-radius: var(--radius);
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .action-button-primary {
        background: var(--primary);
        color: white;
        box-shadow: 0 4px 12px rgba(6, 214, 160, 0.25);
    }
    
    .action-button-primary:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(6, 214, 160, 0.35);
    }
    
    .action-button-secondary {
        background: var(--bg-page);
        color: var(--text-dark);
        border: 1px solid var(--border);
    }
    
    .action-button-secondary:hover {
        background: white;
        border-color: var(--primary);
        color: var(--primary);
    }
    
    /* Next Steps */
    .next-steps {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .step-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
        background: var(--bg-page);
        border-radius: var(--radius);
    }
    
    .step-icon {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
    }
    
    .step-content {
        flex: 1;
    }
    
    .step-title {
        font-size: 0.938rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .step-desc {
        font-size: 0.813rem;
        color: var(--text-light);
        line-height: 1.5;
    }
    
    /* Trust Badges */
    .trust-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding-top: 1rem;
        border-top: 1px solid var(--bg-page);
        margin-top: 1rem;
    }
    
    .trust-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.875rem;
        color: var(--text-body);
    }
    
    .trust-icon {
        font-size: 1.125rem;
    }
    
    /* ============================================
       RESPONSIVE
    ============================================ */
    @media (max-width: 1024px) {
        .success-grid {
            grid-template-columns: 1fr;
        }
    }
    
    @media (max-width: 768px) {
        .success-title {
            font-size: 2rem;
        }
        
        .table-header,
        .table-row {
            grid-template-columns: 2fr 0.5fr 1fr;
        }
        
        .item-info {
            flex-direction: column;
            align-items: flex-start;
        }
        
        .item-image {
            width: 100%;
            height: 200px;
        }
        
        .details-card {
            padding: 1.5rem;
        }
    }
    
    @media (max-width: 576px) {
        .success-hero {
            padding: 3rem 0 2rem;
        }
        
        .success-icon {
            width: 64px;
            height: 64px;
            font-size: 2.5rem;
        }
        
        .success-title {
            font-size: 1.75rem;
        }
        
        .success-subtitle {
            font-size: 1rem;
        }
        
        .table-header {
            display: none;
        }
        
        .table-row {
            grid-template-columns: 1fr;
            gap: 0.75rem;
            padding: 1rem;
            background: var(--bg-page);
            border-radius: var(--radius);
            margin-bottom: 0.75rem;
            border: none;
        }
        
        .item-info {
            flex-direction: row;
        }
        
        .item-image {
            width: 80px;
            height: 80px;
        }
        
        .item-qty,
        .item-price {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        
        .item-qty::before {
            content: 'Qty: ';
            color: var(--text-light);
            font-weight: 400;
        }
        
        .item-price::before {
            content: 'Total: ';
            color: var(--text-light);
            font-weight: 400;
        }
    }
    
    /* Print Styles */
    @media print {
        .action-buttons,
        .print-button,
        .success-hero,
        .next-steps {
            display: none !important;
        }
        
        .success-grid {
            grid-template-columns: 1fr;
        }
        
        .details-card,
        .sidebar-card {
            box-shadow: none;
            border: 1px solid #ddd;
            page-break-inside: avoid;
        }
    }

    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');
    
    :root {
        --primary: #06D6A0;
        --primary-dark: #05B589;
        --primary-light: #08EFB7;
        --secondary: #073B4C;
        --accent: #FFD166;
        --success: #10B981;
        --error: #EF4444;
        --warning: #F59E0B;
        
        --text-dark: #0F172A;
        --text-body: #334155;
        --text-light: #64748B;
        --text-lighter: #94A3B8;
        
        --bg-page: #F8FAFC;
        --bg-white: #FFFFFF;
        --bg-gray: #F1F5F9;
        
        --border: #E2E8F0;
        --border-light: #F1F5F9;
        
        --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
        --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
        --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
        --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.16);
        
        --radius-sm: 8px;
        --radius: 12px;
        --radius-lg: 16px;
        --radius-xl: 24px;
        
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
        background: var(--bg-page);
        color: var(--text-body);
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    [v-cloak] { display: none; }
    
    /* ============================================
       HERO HEADER
    ============================================ */
    .cart-hero {
        background: linear-gradient(135deg, var(--secondary) 0%, #0A5568 100%);
        padding: 3rem 0 2rem;
        position: relative;
        overflow: hidden;
    }
    
    .cart-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            radial-gradient(circle at 20% 50%, rgba(6, 214, 160, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 80% 50%, rgba(255, 209, 102, 0.08) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .cart-hero .container {
        position: relative;
        z-index: 2;
    }
    
    .hero-content {
        text-align: center;
        color: white;
    }
    
    .hero-icon {
        width: 64px;
        height: 64px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        margin-bottom: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .hero-title {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
        letter-spacing: -0.02em;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .breadcrumb {
        background: transparent;
        padding: 0;
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
    
    .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        font-size: 0.938rem;
        transition: var(--transition);
    }
    
    .breadcrumb-item a:hover {
        color: white;
    }
    
    .breadcrumb-item.active {
        color: white;
        font-weight: 600;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: rgba(255, 255, 255, 0.6);
        margin: 0 0.5rem;
    }
    
    /* ============================================
       PROGRESS STEPPER
    ============================================ */
    .progress-stepper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin: 2rem 0 3rem;
        padding: 0 1rem;
    }
    
    .step-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        opacity: 0.4;
        transition: var(--transition);
    }
    
    .step-item.active {
        opacity: 1;
    }
    
    .step-item.completed {
        opacity: 0.8;
    }
    
    .step-circle {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: white;
        border: 3px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.125rem;
        color: var(--text-light);
        transition: var(--transition);
        position: relative;
    }
    
    .step-item.active .step-circle {
        background: var(--primary);
        border-color: var(--primary);
        color: white;
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.15);
        transform: scale(1.1);
    }
    
    .step-item.completed .step-circle {
        background: var(--success);
        border-color: var(--success);
        color: white;
    }
    
    .step-label {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-body);
        text-align: center;
    }
    
    .step-item.active .step-label {
        color: var(--text-dark);
        font-weight: 700;
    }
    
    /* Connecting line */
    .step-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 24px;
        left: calc(50% + 28px);
        width: 3rem;
        height: 3px;
        background: var(--border);
        border-radius: 2px;
        z-index: -1;
    }
    
    .step-item.completed:not(:last-child)::after {
        background: var(--success);
    }
    
    /* ============================================
       TOAST NOTIFICATIONS
    ============================================ */
    .toast-container {
        position: fixed;
        top: 2rem;
        right: 2rem;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .toast {
        background: white;
        padding: 1rem 1.5rem;
        border-radius: var(--radius);
        box-shadow: var(--shadow-lg);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        min-width: 320px;
        animation: slideInRight 0.3s ease-out;
        border-left: 4px solid var(--success);
    }
    
    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(100px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    .toast.toast-error {
        border-left-color: var(--error);
    }
    
    .toast-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        background: var(--success);
        color: white;
        flex-shrink: 0;
    }
    
    .toast.toast-error .toast-icon {
        background: var(--error);
    }
    
    .toast-message {
        font-size: 0.938rem;
        font-weight: 500;
        color: var(--text-dark);
    }
    
    /* ============================================
       MAIN LAYOUT
    ============================================ */
    .cart-main {
        padding: 0 0 4rem;
    }
    
    .cart-grid {
        display: grid;
        grid-template-columns: 1fr 420px;
        gap: 2rem;
        align-items: start;
    }
    
    /* ============================================
       CARD CONTAINER
    ============================================ */
    .card-premium {
        background: white;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
        overflow: hidden;
        transition: var(--transition);
    }
    
    .card-premium:hover {
        box-shadow: var(--shadow-md);
    }
    
    .card-header {
        padding: 2rem;
        border-bottom: 2px solid var(--bg-gray);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .card-title {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--text-dark);
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .card-badge {
        background: var(--bg-gray);
        color: var(--text-body);
        padding: 0.375rem 0.875rem;
        border-radius: 2rem;
        font-size: 0.875rem;
        font-weight: 600;
    }
    
    .card-body {
        padding: 0;
    }
    
    /* ============================================
       CART ITEMS
    ============================================ */
    .cart-item {
        display: grid;
        grid-template-columns: 100px 1fr auto;
        gap: 1.5rem;
        padding: 2rem;
        border-bottom: 1px solid var(--border-light);
        transition: var(--transition);
        animation: fadeInUp 0.4s ease-out backwards;
    }
    
    .cart-item:hover {
        background: var(--bg-page);
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .cart-item:nth-child(1) { animation-delay: 0.05s; }
    .cart-item:nth-child(2) { animation-delay: 0.1s; }
    .cart-item:nth-child(3) { animation-delay: 0.15s; }
    .cart-item:nth-child(4) { animation-delay: 0.2s; }
    .cart-item:nth-child(5) { animation-delay: 0.25s; }
    
    .item-image {
        position: relative;
        width: 100px;
        height: 100px;
        border-radius: var(--radius);
        overflow: hidden;
        background: var(--bg-gray);
        border: 1px solid var(--border);
    }
    
    .item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--transition);
    }
    
    .item-image:hover img {
        transform: scale(1.05);
    }
    
    .item-info {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .item-name {
        font-size: 1rem;
        font-weight: 600;
        color: var(--text-dark);
        text-decoration: none;
        transition: var(--transition);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .item-name:hover {
        color: var(--primary);
    }
    
    .item-meta {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 0.875rem;
    }
    
    .item-price {
        font-weight: 700;
        color: var(--text-dark);
    }
    
    .item-stock {
        color: var(--text-light);
        display: flex;
        align-items: center;
        gap: 0.375rem;
    }
    
    .stock-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--success);
    }
    
    .item-actions {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: 0.5rem;
    }
    
    /* Quantity Control */
    .qty-control {
        display: inline-flex;
        align-items: center;
        background: var(--bg-gray);
        border-radius: 3rem;
        padding: 0.25rem;
        border: 1px solid var(--border);
    }
    
    .qty-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background: white;
        color: var(--text-dark);
        font-size: 1.125rem;
        font-weight: 700;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .qty-btn:hover:not(:disabled) {
        background: var(--primary);
        color: white;
        transform: scale(1.1);
    }
    
    .qty-btn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }
    
    .qty-value {
        min-width: 32px;
        text-align: center;
        font-weight: 700;
        font-size: 0.938rem;
        color: var(--text-dark);
    }
    
    .btn-remove {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        background: transparent;
        border: 1px solid var(--border);
        border-radius: 3rem;
        color: var(--text-light);
        font-size: 0.875rem;
        font-weight: 600;
        cursor: pointer;
        transition: var(--transition);
    }
    
    .btn-remove:hover {
        background: var(--error);
        border-color: var(--error);
        color: white;
        transform: translateY(-2px);
    }
    
    .item-total {
        text-align: right;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .item-total-label {
        font-size: 0.813rem;
        color: var(--text-light);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 600;
    }
    
    .item-total-price {
        font-size: 1.25rem;
        font-weight: 800;
        color: var(--text-dark);
    }
    
    /* ============================================
       COUPON SECTION
    ============================================ */
    .coupon-section {
        padding: 2rem;
        background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
        border-top: 2px dashed var(--accent);
        display: flex;
        gap: 2rem;
        align-items: center;
    }
    
    .coupon-left {
        flex: 1;
    }
    
    .coupon-title {
        font-size: 1.125rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .coupon-desc {
        font-size: 0.875rem;
        color: var(--text-body);
    }
    
    .coupon-right {
        flex: 1;
        max-width: 400px;
    }
    
    .coupon-input-group {
        display: flex;
        gap: 0.75rem;
    }
    
    .coupon-input {
        flex: 1;
        padding: 0.875rem 1.25rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Outfit', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        transition: var(--transition);
    }
    
    .coupon-input:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.1);
    }
    
    .btn-coupon {
        padding: 0.875rem 2rem;
        background: var(--text-dark);
        color: white;
        border: none;
        border-radius: var(--radius);
        font-size: 1rem;
        font-weight: 700;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: var(--transition);
        white-space: nowrap;
    }
    
    .btn-coupon:hover {
        background: var(--primary);
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }
    
    .coupon-applied {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem 1.5rem;
        background: white;
        border-radius: var(--radius);
        border: 2px solid var(--success);
    }
    
    .coupon-badge {
        background: var(--success);
        color: white;
        padding: 0.375rem 0.875rem;
        border-radius: 3rem;
        font-size: 0.875rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .btn-remove-coupon {
        background: transparent;
        border: 1px solid var(--error);
        color: var(--error);
        padding: 0.5rem 1rem;
        border-radius: 3rem;
        font-size: 0.875rem;
        font-weight: 600;
        cursor: pointer;
        transition: var(--transition);
    }
    
    .btn-remove-coupon:hover {
        background: var(--error);
        color: white;
    }
    
    /* ============================================
       ORDER SUMMARY
    ============================================ */
    .summary-sticky {
        position: sticky;
        top: 2rem;
    }
    
    .summary-section {
        padding: 2rem;
    }
    
    .summary-line {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
        font-size: 1rem;
        border-bottom: 1px solid var(--border-light);
    }
    
    .summary-line:last-child {
        border-bottom: none;
    }
    
    .summary-label {
        color: var(--text-body);
        font-weight: 500;
    }
    
    .summary-value {
        font-weight: 700;
        color: var(--text-dark);
    }
    
    .summary-discount {
        color: var(--success) !important;
    }
    
    .summary-total {
        display: flex;
        justify-content: space-between;
        padding: 1.5rem 0;
        margin-top: 1rem;
        border-top: 2px solid var(--text-dark);
        font-size: 1.25rem;
        font-weight: 800;
    }
    
    .summary-total-value {
        color: var(--primary);
        font-size: 1.75rem;
    }
    
    .summary-actions {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0 2rem 2rem;
    }
    
    .btn-primary {
        width: 100%;
        padding: 1.25rem 2rem;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: var(--radius);
        font-size: 1.125rem;
        font-weight: 700;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        box-shadow: 0 4px 16px rgba(6, 214, 160, 0.3);
        text-decoration: none;
    }
    
    .btn-primary:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
    }
    
    .btn-secondary {
        width: 100%;
        padding: 1rem 2rem;
        background: white;
        color: var(--text-body);
        border: 2px solid var(--border);
        border-radius: var(--radius);
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        text-decoration: none;
    }
    
    .btn-secondary:hover {
        background: var(--bg-gray);
        border-color: var(--text-dark);
        color: var(--text-dark);
    }
    
    .trust-badges {
        display: grid;
        gap: 0.75rem;
        padding: 2rem;
        background: var(--bg-page);
        border-top: 1px solid var(--border-light);
    }
    
    .trust-badge {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.875rem;
        color: var(--text-body);
    }
    
    .trust-icon {
        font-size: 1.125rem;
    }
    
    /* ============================================
       EMPTY STATE
    ============================================ */
    .empty-state {
        text-align: center;
        padding: 4rem 2rem;
        animation: fadeIn 0.5s ease-out;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    .empty-icon {
        font-size: 5rem;
        opacity: 0.15;
        margin-bottom: 1.5rem;
    }
    
    .empty-title {
        font-size: 1.75rem;
        font-weight: 800;
        color: var(--text-dark);
        margin-bottom: 0.75rem;
    }
    
    .empty-desc {
        font-size: 1.125rem;
        color: var(--text-light);
        margin-bottom: 2rem;
    }
    
    /* ============================================
       RESPONSIVE
    ============================================ */
    @media (max-width: 1024px) {
        .cart-grid {
            grid-template-columns: 1fr;
        }
        
        .summary-sticky {
            position: static;
        }
    }
    
    @media (max-width: 768px) {
        .hero-title {
            font-size: 2rem;
        }
        
        .progress-stepper {
            gap: 0.5rem;
        }
        
        .step-circle {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }
        
        .step-label {
            font-size: 0.75rem;
        }
        
        .step-item:not(:last-child)::after {
            width: 2rem;
            left: calc(50% + 24px);
        }
        
        .cart-item {
            grid-template-columns: 80px 1fr;
            gap: 1rem;
        }
        
        .item-total {
            grid-column: 1 / -1;
            flex-direction: row;
            justify-content: space-between;
            padding-top: 1rem;
            border-top: 1px solid var(--border-light);
        }
        
        .coupon-section {
            flex-direction: column;
            gap: 1.5rem;
        }
        
        .coupon-right {
            max-width: 100%;
        }
    }
    
    @media (max-width: 576px) {
        .card-header {
            padding: 1.5rem;
        }
        
        .cart-item {
            padding: 1.5rem;
            grid-template-columns: 1fr;
        }
        
        .item-image {
            width: 100%;
            height: 200px;
        }
        
        .item-actions {
            flex-wrap: wrap;
        }
        
        .coupon-input-group {
            flex-direction: column;
        }
        
        .toast {
            min-width: auto;
            max-width: calc(100vw - 2rem);
        }
        
        .toast-container {
            right: 1rem;
            left: 1rem;
        }
    }

/*Checkout*/
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
    
    :root {
        --primary: #06D6A0;
        --primary-dark: #05B589;
        --secondary: #073B4C;
        --accent: #FFD166;
        --success: #10B981;
        --error: #EF4444;
        
        --text-dark: #0F172A;
        --text-body: #334155;
        --text-light: #64748B;
        
        --bg-page: #F8FAFC;
        --bg-white: #FFFFFF;
        --bg-gray: #F1F5F9;
        
        --border: #E2E8F0;
        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
        --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
        --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
        
        --radius: 12px;
        --radius-lg: 16px;
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: 'Outfit', sans-serif;
        background: var(--bg-page);
        color: var(--text-body);
        line-height: 1.6;
    }
    
    .checkout-hero {
        background: linear-gradient(135deg, var(--secondary) 0%, #0A5568 100%);
        padding: 2rem 0;
        color: white;
        text-align: center;
    }
    
    .checkout-hero h1 {
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
    }
    
    .checkout-hero p {
        opacity: 0.9;
    }
    
    /* Progress Steps */
    .progress-steps {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin: 2rem 0;
    }
    
    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        opacity: 0.4;
    }
    
    .step.active {
        opacity: 1;
    }
    
    .step-circle {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: white;
        border: 3px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        transition: var(--transition);
    }
    
    .step.active .step-circle {
        background: var(--primary);
        border-color: var(--primary);
        color: white;
        transform: scale(1.1);
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.15);
    }
    
    .step-label {
        font-size: 0.875rem;
        font-weight: 600;
    }
    
    /* Layout */
    .checkout-grid {
        display: grid;
        grid-template-columns: 1fr 420px;
        gap: 2rem;
        margin-top: 2rem;
    }
    
    /* Card */
    .card {
        background: white;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--border);
        overflow: hidden;
    }
    
    .card-header {
        padding: 1.5rem 2rem;
        border-bottom: 2px solid var(--bg-gray);
    }
    
    .card-title {
        font-size: 1.25rem;
        font-weight: 800;
        color: var(--text-dark);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .card-body {
        padding: 2rem;
    }
    
    .section-title {
        font-size: 1rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .section-number {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--primary);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: 700;
    }
    
    /* Forms */
    .form-label {
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 0.5rem;
    }
    
    .form-input {
        width: 100%;
        padding: 0.875rem 1rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        font-size: 1rem;
        font-family: 'Outfit', sans-serif;
        transition: var(--transition);
    }
    
    .form-input:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(6, 214, 160, 0.1);
    }
    
    .form-group {
        margin-bottom: 1.5rem;
    }
    
    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .divider {
        height: 2px;
        background: var(--bg-gray);
        margin: 2rem 0;
    }
    
    /* Delivery Methods */
    .delivery-methods {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .delivery-card {
        position: relative;
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1.25rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        cursor: pointer;
        transition: var(--transition);
    }
    
    .delivery-card:hover {
        border-color: var(--primary);
        background: rgba(6, 214, 160, 0.02);
    }
    
    .delivery-card input[type="radio"] {
        width: 20px;
        height: 20px;
        accent-color: var(--primary);
    }
    
    .delivery-card.selected {
        border-color: var(--primary);
        background: rgba(6, 214, 160, 0.05);
    }
    
    .delivery-info {
        flex: 1;
    }
    
    .delivery-name {
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .delivery-desc {
        font-size: 0.875rem;
        color: var(--text-light);
    }
    
    .delivery-price {
        font-size: 1.125rem;
        font-weight: 800;
        color: var(--primary);
    }
    
    /* Payment */
    .payment-methods {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .payment-card {
        padding: 1.5rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        text-align: center;
        cursor: pointer;
        transition: var(--transition);
    }
    
    .payment-card:hover {
        border-color: var(--primary);
        transform: translateY(-2px);
    }
    
    .payment-card.selected {
        border-color: var(--primary);
        background: rgba(6, 214, 160, 0.05);
    }
    
    .payment-card input[type="radio"] {
        margin-bottom: 0.75rem;
    }
    
    .payment-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .payment-name {
        font-weight: 700;
        color: var(--text-dark);
    }
    
    #card-element {
        padding: 1rem;
        border: 2px solid var(--border);
        border-radius: var(--radius);
        margin-top: 1rem;
    }
    
    /* Summary Sidebar */
    .summary-sticky {
        position: sticky;
        top: 2rem;
    }
    
    .summary-item {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid var(--border);
    }
    
    .summary-item:last-child {
        border-bottom: none;
    }
    
    .item-image {
        width: 60px;
        height: 60px;
        border-radius: var(--radius);
        object-fit: cover;
        background: var(--bg-gray);
    }
    
    .item-info {
        flex: 1;
    }
    
    .item-name {
        font-weight: 600;
        font-size: 0.875rem;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .item-qty {
        font-size: 0.813rem;
        color: var(--text-light);
    }
    
    .item-price {
        font-weight: 700;
        color: var(--text-dark);
    }
    
    .summary-line {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
        font-size: 0.938rem;
    }
    
    .summary-total {
        display: flex;
        justify-content: space-between;
        padding: 1.5rem 0;
        margin-top: 1rem;
        border-top: 2px solid var(--text-dark);
        font-size: 1.25rem;
        font-weight: 800;
    }
    
    .total-price {
        color: var(--primary);
        font-size: 1.75rem;
    }
    
    /* Trust Badges */
    .trust-badges {
        display: grid;
        gap: 0.75rem;
        padding: 1.5rem;
        background: var(--bg-page);
        border-radius: var(--radius);
        margin-top: 1.5rem;
    }
    
    .trust-badge {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.875rem;
        color: var(--text-body);
    }
    
    /* Buttons */
    .btn-primary {
        width: 100%;
        padding: 1.25rem 2rem;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: var(--radius);
        font-size: 1.125rem;
        font-weight: 700;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }
    
    .btn-primary:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.4);
    }
    
    .btn-primary:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    
    /* Legal */
    .legal-text {
        font-size: 0.813rem;
        color: var(--text-light);
        line-height: 1.5;
        margin-top: 1rem;
    }
    
    .legal-text a {
        color: var(--primary);
        text-decoration: none;
    }
    
    .legal-text a:hover {
        text-decoration: underline;
    }
    
    /* Checkbox */
    .checkbox-group {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-top: 1.5rem;
    }
    
    .checkbox-group input[type="checkbox"] {
        width: 20px;
        height: 20px;
        accent-color: var(--primary);
        flex-shrink: 0;
        margin-top: 0.125rem;
    }
    
    .checkbox-label {
        font-size: 0.875rem;
        color: var(--text-body);
    }
    
    /* Error Messages */
    .error-message {
        background: #FEE;
        border-left: 4px solid var(--error);
        padding: 1rem;
        border-radius: var(--radius);
        margin-bottom: 1rem;
        color: var(--error);
        font-weight: 600;
        display: none;
    }
    
    .error-message.show {
        display: block;
    }
    
    /* Loading */
    .loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    
    .loading-overlay.show {
        display: flex;
    }
    
    .loading-spinner {
        text-align: center;
        color: white;
    }
    
    .spinner {
        width: 48px;
        height: 48px;
        border: 4px solid rgba(255, 255, 255, 0.2);
        border-top-color: var(--primary);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 1rem;
    }
    
    @keyframes spin {
        to { transform: rotate(360deg); }
    }
    
    /* Responsive */
    @media (max-width: 1024px) {
        .checkout-grid {
            grid-template-columns: 1fr;
        }
        
        .summary-sticky {
            position: static;
        }
    }
    
    @media (max-width: 768px) {
        .form-row {
            grid-template-columns: 1fr;
        }
        
        .payment-methods {
            grid-template-columns: 1fr;
        }
        
        .checkout-hero h1 {
            font-size: 1.5rem;
        }
    }

    /*Success*/
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
    
    :root {
        --primary: #06D6A0;
        --success: #10B981;
        --text-dark: #0F172A;
        --text-body: #334155;
        --text-light: #64748B;
        --bg-page: #F8FAFC;
        --border: #E2E8F0;
        --radius-lg: 16px;
    }
    
    body {
        font-family: 'Outfit', sans-serif;
        background: var(--bg-page);
    }
    
    .success-hero {
        background: linear-gradient(135deg, var(--success) 0%, #059669 100%);
        padding: 4rem 0;
        text-align: center;
        color: white;
        position: relative;
        overflow: hidden;
    }
    
    .success-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0%, transparent 70%);
    }
    
    .success-icon {
        width: 80px;
        height: 80px;
        background: white;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        margin-bottom: 1.5rem;
        animation: successPop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
        z-index: 2;
    }
    
    @keyframes successPop {
        0% { transform: scale(0); opacity: 0; }
        50% { transform: scale(1.2); }
        100% { transform: scale(1); opacity: 1; }
    }
    
    .success-title {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 1rem;
        position: relative;
        z-index: 2;
    }
    
    .success-subtitle {
        font-size: 1.125rem;
        opacity: 0.95;
        position: relative;
        z-index: 2;
    }
    
    .order-badge {
        display: inline-block;
        background: rgba(255,255,255,0.2);
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        font-weight: 700;
        margin-top: 1rem;
        backdrop-filter: blur(10px);
    }
    
    .success-content {
        max-width: 900px;
        margin: -3rem auto 4rem;
        position: relative;
        z-index: 3;
    }
    
    .card {
        background: white;
        border-radius: var(--radius-lg);
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        border: 1px solid var(--border);
        overflow: hidden;
        margin-bottom: 2rem;
    }
    
    .card-header {
        padding: 2rem;
        border-bottom: 2px solid var(--bg-page);
    }
    
    .card-title {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--text-dark);
    }
    
    .card-body {
        padding: 2rem;
    }
    
    .info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .info-item {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .info-label {
        font-size: 0.875rem;
        color: var(--text-light);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    
    .info-value {
        font-size: 1.125rem;
        color: var(--text-dark);
        font-weight: 600;
    }
    
    .order-table {
        width: 100%;
        border-collapse: collapse;
    }
    
    .order-table th {
        text-align: left;
        padding: 1rem;
        background: var(--bg-page);
        font-weight: 700;
        font-size: 0.875rem;
        color: var(--text-dark);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    
    .order-table td {
        padding: 1.25rem 1rem;
        border-bottom: 1px solid var(--border);
    }
    
    .product-info {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    
    .product-image {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
        background: var(--bg-page);
    }
    
    .product-name {
        font-weight: 600;
        color: var(--text-dark);
    }
    
    .totals-section {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        background: var(--bg-page);
        border-radius: var(--radius-lg);
        margin-top: 2rem;
    }
    
    .total-line {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
        font-size: 1rem;
    }
    
    .total-line.grand {
        border-top: 2px solid var(--text-dark);
        padding-top: 1.5rem;
        margin-top: 1rem;
        font-size: 1.5rem;
        font-weight: 800;
    }
    
    .total-line.grand .value {
        color: var(--success);
    }
    
    .timeline {
        display: grid;
        gap: 1.5rem;
    }
    
    .timeline-item {
        display: flex;
        gap: 1rem;
    }
    
    .timeline-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--primary);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
    }
    
    .timeline-icon.done {
        background: var(--success);
    }
    
    .timeline-icon.pending {
        background: var(--bg-page);
        color: var(--text-light);
    }
    
    .timeline-content h4 {
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 0.25rem;
    }
    
    .timeline-content p {
        font-size: 0.875rem;
        color: var(--text-light);
    }
    
    .action-buttons {
        display: flex;
        gap: 1rem;
        margin-top: 2rem;
    }
    
    .btn {
        flex: 1;
        padding: 1rem 2rem;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1rem;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: all 0.3s;
        text-decoration: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .btn-primary {
        background: var(--primary);
        color: white;
        border: none;
    }
    
    .btn-primary:hover {
        background: #05B589;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 214, 160, 0.3);
    }
    
    .btn-secondary {
        background: white;
        color: var(--text-body);
        border: 2px solid var(--border);
    }
    
    .btn-secondary:hover {
        border-color: var(--text-dark);
        background: var(--bg-page);
    }
    
    .trust-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        padding: 2rem;
        background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
        border-radius: var(--radius-lg);
        margin-top: 2rem;
    }
    
    .trust-item {
        text-align: center;
    }
    
    .trust-item-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .trust-item-text {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-dark);
    }
    
    @media print {
        .no-print {
            display: none !important;
        }
        
        .success-hero {
            background: white;
            color: black;
            padding: 2rem 0;
        }
        
        .card {
            box-shadow: none;
            page-break-inside: avoid;
        }
    }
    
    @media (max-width: 768px) {
        .success-title {
            font-size: 2rem;
        }
        
        .info-grid {
            grid-template-columns: 1fr;
        }
        
        .action-buttons {
            flex-direction: column;
        }
        
        .trust-box {
            grid-template-columns: 1fr;
        }
    } 
