/* ================================================
   IP-PAGES.CSS — Page-specific styles for InstaPulse design
   All page-level components that extend the base ip- design system
   ================================================ */

/* ------------------------------------------------
   PAGE HERO (used on about, FAQ, contact, terms, privacy)
   ------------------------------------------------ */
.ip-page-hero {
    background: linear-gradient(135deg, #7C3AED 0%, #3B82F6 100%);
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ip-page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.ip-page-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
}
.ip-page-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

/* ------------------------------------------------
   HERO ENHANCEMENTS (homepage floating badges, image, product card)
   ------------------------------------------------ */
.ip-hero-image-wrapper {
    position: relative;
    max-width: 400px;
    margin: 30px auto 0;
}
.ip-hero-image {
    width: 300px;
    height: 380px;
    background: linear-gradient(135deg, #f0abfc 0%, #c084fc 50%, #818cf8 100%);
    background-image: url('/assets/images/hero-woman.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(124,58,237,0.3);
}
.ip-hero-floating-badge {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a2e;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 6px;
    animation: floatBadge 3s ease-in-out infinite;
    z-index: 2;
    white-space: nowrap;
}
.ip-hero-floating-badge i {
    color: #7C3AED;
}
.ip-float-1 {
    top: 20%;
    left: -20px;
    animation-delay: 0s;
}
.ip-float-2 {
    top: 50%;
    right: -15px;
    animation-delay: 1s;
}
.ip-float-2 i {
    color: #ef4444;
}
.ip-float-3 {
    bottom: 15%;
    left: -10px;
    animation-delay: 2s;
}

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

.ip-hero-product-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    max-width: 300px;
    margin: 24px auto 0;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ip-hero-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.ip-hero-product-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.ip-hero-product-info {
    display: flex;
    flex-direction: column;
}
.ip-hero-product-label {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 0.95rem;
}
.ip-hero-product-price {
    font-size: 0.85rem;
    color: #7C3AED;
    font-weight: 600;
}

/* ------------------------------------------------
   PARTNERS / META SECTION (homepage)
   ------------------------------------------------ */
.ip-partners-section {
    padding: 80px 0;
    background: #faf5ff;
}
.ip-partners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.ip-partners-image {
    position: relative;
}
.ip-partners-visual {
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, #fecaca 0%, #fbbf24 50%, #fb923c 100%);
    background-image: url('/assets/images/meta-partners.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(124,58,237,0.2);
}
.ip-partners-metrics {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.ip-partners-metrics .ip-hero-floating-badge {
    position: absolute;
}
.ip-partners-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.3;
}
.ip-partners-content > p {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 24px;
}
.ip-partners-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ip-partners-badges .ip-badge {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #1a1a2e;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.ip-partners-badges .ip-badge i {
    color: #7C3AED;
}

/* ------------------------------------------------
   FEATURES CAROUSEL (homepage)
   ------------------------------------------------ */
.ip-features-section {
    padding: 80px 0;
    background: #fff;
}
.ip-features-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.ip-feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    cursor: default;
}
.ip-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(124,58,237,0.1);
    border-color: #c4b5fd;
}
.ip-feature-card-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}
.ip-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.ip-feature-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
}

/* ------------------------------------------------
   FAQ TABS (homepage & faq page)
   ------------------------------------------------ */
.ip-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 30px;
}
.ip-faq-tab {
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ip-faq-tab:hover {
    border-color: #c4b5fd;
    color: #7C3AED;
    background: #faf5ff;
}
.ip-faq-tab.active {
    background: #7C3AED;
    color: #fff;
    border-color: #7C3AED;
}
.ip-faq-tab i {
    font-size: 0.85rem;
}

/* ------------------------------------------------
   AUTH PAGES (login, register, forgot/reset password)
   ------------------------------------------------ */
.ip-auth-section {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 50%, #e0e7ff 100%);
}
.ip-auth-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px;
    max-width: 440px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(124,58,237,0.08);
}
.ip-auth-header {
    text-align: center;
    margin-bottom: 28px;
}
.ip-auth-header-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(124,58,237,0.3);
}
.ip-auth-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.ip-auth-subtitle {
    font-size: 0.95rem;
    color: #6b7280;
}
.ip-auth-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ip-auth-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ip-auth-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ip-auth-label i {
    color: #7C3AED;
    font-size: 0.8rem;
}
.ip-auth-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafafa;
    color: #1a1a2e;
    box-sizing: border-box;
}
.ip-auth-input:focus {
    outline: none;
    border-color: #7C3AED;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
    background: #fff;
}
.ip-auth-input::placeholder {
    color: #9ca3af;
}
.ip-auth-link-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip-auth-forgot {
    font-size: 0.85rem;
    color: #7C3AED;
    text-decoration: none;
    font-weight: 600;
}
.ip-auth-forgot:hover {
    text-decoration: underline;
}
.ip-auth-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}
.ip-auth-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(124,58,237,0.35);
}
.ip-auth-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.ip-auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}
.ip-auth-divider span {
    background: #fff;
    padding: 0 16px;
    color: #9ca3af;
    font-size: 0.85rem;
    position: relative;
}
.ip-auth-switch {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}
.ip-auth-switch a {
    color: #7C3AED;
    font-weight: 600;
    text-decoration: none;
}
.ip-auth-switch a:hover {
    text-decoration: underline;
}
.ip-auth-trust {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.ip-auth-trust .ip-badge {
    background: rgba(255,255,255,0.8);
    font-size: 0.8rem;
}

/* ------------------------------------------------
   FORM COMPONENTS (contact, support, etc.)
   ------------------------------------------------ */
.ip-form-group {
    margin-bottom: 18px;
}
.ip-form-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}
.ip-form-label i {
    color: #7C3AED;
    font-size: 0.8rem;
}
.ip-form-input,
.ip-form-select,
.ip-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafafa;
    color: #1a1a2e;
    box-sizing: border-box;
}
.ip-form-input:focus,
.ip-form-select:focus,
.ip-form-textarea:focus {
    outline: none;
    border-color: #7C3AED;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
    background: #fff;
}
.ip-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}
.ip-form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* ------------------------------------------------
   CONTACT PAGE
   ------------------------------------------------ */
.ip-contact-section {
    padding: 60px 0;
}
.ip-contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}
.ip-contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}
.ip-contact-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}
.ip-contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}
.ip-contact-method:last-of-type {
    border-bottom: none;
}
.ip-contact-method h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.ip-contact-method p {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}
.ip-contact-help-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.ip-contact-help-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.ip-contact-help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(124,58,237,0.1);
    border-color: #c4b5fd;
}
.ip-contact-help-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 12px 0 4px;
}
.ip-contact-help-card p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

/* ------------------------------------------------
   ABOUT PAGE
   ------------------------------------------------ */
.ip-about-section {
    padding: 80px 0;
}
.ip-about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.ip-about-team-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s, box-shadow 0.3s;
}
.ip-about-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(124,58,237,0.1);
}
.ip-about-team-card .ip-author-avatar {
    width: 64px;
    height: 64px;
    font-size: 1.2rem;
    margin: 0 auto 14px;
}
.ip-about-team-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.ip-about-team-card p {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 10px;
    line-height: 1.5;
}
.ip-about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.ip-about-stat {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s;
}
.ip-about-stat:hover {
    transform: translateY(-3px);
}

/* ------------------------------------------------
   PAYMENT SUCCESS PAGE
   ------------------------------------------------ */
.ip-success-section {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 50%, #faf5ff 100%);
}
.ip-success-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(16,185,129,0.15);
    animation: successFadeIn 0.6s ease-out;
}
@keyframes successFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.ip-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981, #34d399);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: successPulse 2s ease-in-out infinite;
}
.ip-success-icon i {
    color: #fff;
    font-size: 2rem;
}
@keyframes successPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.3); }
    50% { box-shadow: 0 0 0 15px rgba(16,185,129,0); }
}
.ip-success-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.ip-success-details {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 24px 0;
    text-align: left;
}
.ip-success-points {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0;
    text-align: left;
}
.ip-success-points strong {
    display: block;
    color: #92400e;
    font-size: 0.95rem;
}
.ip-success-points span {
    font-size: 0.85rem;
    color: #a16207;
}
.ip-success-next {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 20px 0;
    text-align: left;
}
.ip-success-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ------------------------------------------------
   DASHBOARD STAT ICON (shared)
   ------------------------------------------------ */
.ip-dash-stat-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ------------------------------------------------
   CART PAGE
   ------------------------------------------------ */
.ip-cart-section {
    padding: 40px 0 80px;
}
.ip-cart-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
    align-items: start;
}
.ip-cart-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ip-cart-item {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: border-color 0.2s;
}
.ip-cart-item:hover {
    border-color: #c4b5fd;
}
.ip-cart-item-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.ip-cart-item-details {
    flex: 1;
    min-width: 0;
}
.ip-cart-item-name {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 0.95rem;
    margin-bottom: 4px;
}
.ip-cart-item-meta {
    font-size: 0.85rem;
    color: #6b7280;
}
.ip-cart-item-url {
    width: 100%;
    padding: 8px 12px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
    margin-top: 8px;
    transition: border-color 0.2s;
}
.ip-cart-item-url:focus {
    outline: none;
    border-color: #7C3AED;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
}
.ip-cart-item-price {
    font-weight: 700;
    color: #7C3AED;
    font-size: 1.1rem;
    white-space: nowrap;
}
.ip-cart-item-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    font-size: 1rem;
}
.ip-cart-item-remove:hover {
    color: #ef4444;
    background: #fef2f2;
}
.ip-cart-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}
.ip-cart-sidebar h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}
.ip-cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #6b7280;
}
.ip-cart-summary-row.ip-cart-total {
    border-top: 2px solid #e5e7eb;
    margin-top: 12px;
    padding-top: 16px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
}
.ip-cart-summary-row.ip-cart-total strong {
    color: #7C3AED;
    font-size: 1.3rem;
}
.ip-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 20px;
    text-decoration: none;
}
.ip-cart-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236,72,153,0.3);
    color: #fff;
}
.ip-cart-trust {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.ip-cart-trust span {
    font-size: 0.8rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 4px;
}
.ip-cart-trust i {
    color: #10b981;
}
/* Cart Add-ons Grid */
.cart-addons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .cart-addons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.ip-cart-empty {
    text-align: center;
    padding: 60px 20px;
}
.ip-cart-empty-icon {
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #9ca3af;
}
.ip-cart-urgency {
    background: linear-gradient(135deg, #fef3c7, #fffbeb);
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 14px 18px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #92400e;
    font-weight: 600;
}
.ip-cart-urgency i {
    color: #f59e0b;
}

/* ------------------------------------------------
   CHECKOUT PAGE
   ------------------------------------------------ */
.ip-checkout-section {
    padding: 40px 0 80px;
}
.ip-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 30px;
    align-items: start;
}
.ip-checkout-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ip-checkout-step {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.ip-checkout-step-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.ip-checkout-step-number {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
}
.ip-checkout-step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
}
.ip-checkout-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}
.ip-checkout-sidebar h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}
.ip-payment-methods {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.ip-payment-method {
    flex: 1;
    padding: 14px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    color: #6b7280;
}
.ip-payment-method:hover {
    border-color: #c4b5fd;
}
.ip-payment-method.active {
    border-color: #7C3AED;
    background: #faf5ff;
    color: #7C3AED;
}

/* ------------------------------------------------
   DASHBOARD PAGE
   ------------------------------------------------ */
.ip-dashboard-section {
    padding: 40px 0 80px;
}
.ip-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 16px;
}
.ip-dashboard-welcome h1 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.ip-dashboard-welcome p {
    color: #6b7280;
    font-size: 0.95rem;
}
.ip-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.ip-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s;
}
.ip-stat-card:hover {
    transform: translateY(-2px);
}
.ip-stat-info {
    flex: 1;
}
.ip-stat-label {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 4px;
}
.ip-stat-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
}
.ip-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.ip-dashboard-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e5e7eb;
}
.ip-dashboard-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ip-dashboard-card h3 i {
    color: #7C3AED;
}

/* ------------------------------------------------
   ORDERS PAGE
   ------------------------------------------------ */
.ip-orders-section {
    padding: 40px 0 80px;
}
.ip-orders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.ip-orders-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.ip-orders-filter {
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}
.ip-orders-filter:hover {
    border-color: #c4b5fd;
    color: #7C3AED;
}
.ip-orders-filter.active {
    background: #7C3AED;
    color: #fff;
    border-color: #7C3AED;
}

/* ------------------------------------------------
   DATA TABLE (orders, admin, etc.)
   ------------------------------------------------ */
.ip-table-wrapper {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.ip-table {
    width: 100%;
    border-collapse: collapse;
}
.ip-table thead {
    background: #f9fafb;
}
.ip-table th {
    padding: 14px 18px;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e7eb;
}
.ip-table td {
    padding: 14px 18px;
    font-size: 0.95rem;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}
.ip-table tbody tr {
    transition: background 0.15s;
}
.ip-table tbody tr:hover {
    background: #faf5ff;
}
.ip-table tbody tr:last-child td {
    border-bottom: none;
}

/* ------------------------------------------------
   STATUS BADGES
   ------------------------------------------------ */
.ip-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.ip-status-pending {
    background: #fef3c7;
    color: #92400e;
}
.ip-status-processing {
    background: #dbeafe;
    color: #1e40af;
}
.ip-status-completed {
    background: #d1fae5;
    color: #065f46;
}
.ip-status-failed,
.ip-status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}
.ip-status-refunded {
    background: #f3e8ff;
    color: #6b21a8;
}

/* ------------------------------------------------
   EMPTY STATES
   ------------------------------------------------ */
.ip-empty-state {
    text-align: center;
    padding: 60px 20px;
}
.ip-empty-icon {
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #9ca3af;
}
.ip-empty-state h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.ip-empty-state p {
    color: #6b7280;
    margin-bottom: 20px;
}

/* ------------------------------------------------
   LEGAL PAGES (terms, privacy)
   ------------------------------------------------ */
.ip-legal-section {
    padding: 60px 0;
}
.ip-legal-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}
.ip-legal-card h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 32px 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f3f4f6;
}
.ip-legal-card h2:first-child {
    margin-top: 0;
}
.ip-legal-card p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}
.ip-legal-card ul {
    padding-left: 24px;
    margin-bottom: 16px;
}
.ip-legal-card li {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 8px;
}
.ip-legal-card strong {
    color: #1a1a2e;
}
.ip-legal-updated {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}

/* ------------------------------------------------
   SOCIAL PROOF NOTIFICATIONS
   ------------------------------------------------ */
.ip-social-proof {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    pointer-events: none;
}
.ip-social-proof-notification {
    background: #fff;
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: slideInNotification 0.5s ease-out;
    max-width: 340px;
    border: 1px solid #e5e7eb;
}
@keyframes slideInNotification {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
.ip-social-proof-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}
.ip-social-proof-text {
    font-size: 0.85rem;
    color: #374151;
    line-height: 1.4;
}
.ip-social-proof-text strong {
    color: #1a1a2e;
}
.ip-social-proof-time {
    font-size: 0.75rem;
    color: #9ca3af;
    display: block;
    margin-top: 2px;
}

/* ------------------------------------------------
   PAGINATION
   ------------------------------------------------ */
.ip-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
}
.ip-pagination a,
.ip-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.ip-pagination a {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
}
.ip-pagination a:hover {
    border-color: #7C3AED;
    color: #7C3AED;
    background: #faf5ff;
}
.ip-pagination .active {
    background: #7C3AED;
    color: #fff;
    border: 1px solid #7C3AED;
}

/* ------------------------------------------------
   ALERTS / FLASH MESSAGES
   ------------------------------------------------ */
.ip-alert {
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ip-alert-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.ip-alert-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.ip-alert-warning {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}
.ip-alert-info {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

/* ------------------------------------------------
   SUPPORT / TICKET PAGE
   ------------------------------------------------ */
.ip-support-section {
    padding: 40px 0 80px;
}
.ip-ticket-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    border: 1px solid #e5e7eb;
    margin-bottom: 16px;
    transition: border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: inherit;
}
.ip-ticket-card:hover {
    border-color: #c4b5fd;
}
.ip-ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.ip-ticket-subject {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 1rem;
}
.ip-ticket-meta {
    font-size: 0.85rem;
    color: #6b7280;
}
.ip-ticket-message-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.ip-ticket-message {
    background: #f9fafb;
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #f3f4f6;
}
.ip-ticket-message.ip-admin-reply {
    background: #faf5ff;
    border-color: #e9d5ff;
}
.ip-ticket-message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.85rem;
}
.ip-ticket-message-author {
    font-weight: 700;
    color: #1a1a2e;
}
.ip-ticket-message-time {
    color: #9ca3af;
}
.ip-ticket-message-body {
    color: #4b5563;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ------------------------------------------------
   WISHLIST PAGE
   ------------------------------------------------ */
.ip-wishlist-section {
    padding: 40px 0 80px;
}
.ip-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ip-wishlist-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    transition: transform 0.2s, border-color 0.2s;
}
.ip-wishlist-card:hover {
    transform: translateY(-3px);
    border-color: #c4b5fd;
}
.ip-wishlist-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.ip-wishlist-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.ip-wishlist-remove:hover {
    color: #ef4444;
}

/* ------------------------------------------------
   AFFILIATE DASHBOARD
   ------------------------------------------------ */
.ip-affiliate-section {
    padding: 40px 0 80px;
}
.ip-affiliate-link-box {
    background: #faf5ff;
    border: 2px dashed #c4b5fd;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.ip-affiliate-link-box input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #374151;
}
.ip-affiliate-link-box button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: #7C3AED;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.ip-affiliate-link-box button:hover {
    background: #6D28D9;
}
.ip-affiliate-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.ip-affiliate-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    text-align: center;
}
.ip-affiliate-stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #7C3AED;
}
.ip-affiliate-stat-label {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 4px;
}

/* ------------------------------------------------
   SEARCH RESULTS
   ------------------------------------------------ */
.ip-search-section {
    padding: 40px 0 80px;
}
.ip-search-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
}
.ip-search-result {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    border: 1px solid #e5e7eb;
    transition: border-color 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
}
.ip-search-result:hover {
    border-color: #c4b5fd;
}
.ip-search-result h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.ip-search-result p {
    font-size: 0.9rem;
    color: #6b7280;
}

/* ------------------------------------------------
   CONFETTI EFFECT (payment success)
   ------------------------------------------------ */
.ip-confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
}
.ip-confetti-piece {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    animation: confettiFall 3s ease-in forwards;
}
@keyframes confettiFall {
    0% { transform: translateY(0) rotate(0deg); opacity: 1; }
    100% { transform: translateY(100vh) rotate(720deg); opacity: 0; }
}

/* ------------------------------------------------
   GLOBAL FORM FONT CONSISTENCY
   ------------------------------------------------ */
input, select, textarea, button {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ------------------------------------------------
   CHECKOUT PROGRESS STEPPER (InstaPulse style)
   ------------------------------------------------ */
.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 20px 0;
}
.progress-step {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.4;
    transition: all 0.3s ease;
}
.progress-step.active,
.progress-step.completed {
    opacity: 1;
}
.checkout-progress .step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin: 0;
}
.progress-step.active .step-number {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    color: #fff;
    box-shadow: 0 3px 10px rgba(124, 58, 237, 0.3);
}
.progress-step.completed .step-number {
    background: #10b981;
    color: #fff;
}
.progress-step > span:last-child {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}
.progress-step.active > span:last-child {
    color: #7C3AED;
}
.progress-step.completed > span:last-child {
    color: #10b981;
}
.progress-divider {
    width: 50px;
    height: 3px;
    background: #e5e7eb;
    margin: 0 12px;
    border-radius: 2px;
    transition: background 0.3s ease;
    flex-shrink: 0;
}
.progress-step.completed + .progress-divider {
    background: #10b981;
}

/* Security badges (checkout) */
.security-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.security-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}
.security-badge > i {
    color: #7C3AED;
    font-size: 1.2rem;
}
.security-badge-title {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 0.85rem;
    display: block;
}
.security-badge-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
    display: block;
}

/* Checkout form overrides */
.checkout-section .section-number {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    color: #fff;
}
.checkout-section .payment-method-card {
    border-radius: 12px;
}
.checkout-section .payment-method-option input:checked + .payment-method-card {
    border-color: #7C3AED;
    background: #faf5ff;
}

/* ------------------------------------------------
   CHECKOUT: LAYOUT & FORM SECTIONS
   ------------------------------------------------ */
.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}
.checkout-form {
    min-width: 0;
}
.checkout-section-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    transition: border-color 0.3s ease;
}
.checkout-section-card:hover {
    border-color: #c4b5fd;
}
.section-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f3f4f6;
}
.section-number {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}
.section-header h2 {
    margin: 0;
    font-size: 1.25rem;
    color: #1a1a2e;
}
.login-prompt {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f5f3ff;
    padding: 0.85rem 1.1rem;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    border-left: 4px solid #7C3AED;
    font-size: 0.9rem;
    color: #1a1a2e;
}
.login-prompt i {
    color: #7C3AED;
    font-size: 1.15rem;
}
.login-prompt a {
    color: #7C3AED;
    font-weight: 600;
    text-decoration: none;
}
.login-prompt a:hover {
    text-decoration: underline;
}
.form-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}
.form-group label i {
    color: #7C3AED;
}
.form-hint {
    display: block;
    margin-top: 0.4rem;
    color: #6b7280;
    font-size: 0.8rem;
}
.form-control {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}
.form-control:focus {
    outline: none;
    border-color: #7C3AED;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.08);
}
.form-control::placeholder {
    color: #9ca3af;
}

/* ------------------------------------------------
   CHECKOUT: PAYMENT METHOD SELECTOR
   ------------------------------------------------ */
.payment-method-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}
.payment-method-option {
    cursor: pointer;
    display: block;
}
.payment-method-option input[type="radio"] {
    display: none;
}
.payment-method-card {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.15rem;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #fff;
}
.payment-method-option:hover .payment-method-card {
    border-color: #c4b5fd;
    background: #faf5ff;
}
.payment-method-option input[type="radio"]:checked + .payment-method-card {
    border-color: #7C3AED;
    background: #faf5ff;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}
.payment-icon {
    font-size: 2rem;
    color: #7C3AED;
    min-width: 40px;
    text-align: center;
}
.payment-icon .fa-paypal {
    color: #0070ba;
}
.payment-method-info {
    flex: 1;
    min-width: 0;
}
.payment-method-info h4 {
    margin: 0 0 0.2rem 0;
    font-size: 1rem;
    color: #1a1a2e;
}
.payment-method-desc {
    margin: 0;
    font-size: 0.8rem;
    color: #6b7280;
}
.accepted-cards {
    display: flex;
    gap: 0.4rem;
    font-size: 1.1rem;
    color: #9ca3af;
    margin-top: 3px;
}
.payment-form-container {
    margin-top: 1rem;
}
.payment-notice {
    text-align: center;
    color: #6b7280;
    font-size: 0.85rem;
    margin-top: 0.75rem;
}
.payment-notice i {
    color: #7C3AED;
}

/* ------------------------------------------------
   CHECKOUT: ORDER SUMMARY SIDEBAR
   ------------------------------------------------ */
.order-summary {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e5e7eb;
    padding: 0;
    position: sticky;
    top: 20px;
    height: fit-content;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #f3f4f6;
    background: linear-gradient(135deg, #faf5ff, #fff);
    border-radius: 16px 16px 0 0;
}
.summary-header h2 {
    margin: 0;
    font-size: 1.15rem;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.summary-header h2 i {
    color: #7C3AED;
}
.item-count {
    background: #7C3AED;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
.summary-items {
    padding: 1.25rem;
    max-height: 380px;
    overflow-y: auto;
}
.summary-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.85rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}
.summary-item:hover {
    border-color: #e9d5ff;
}
.summary-item:last-child {
    margin-bottom: 0;
}
.item-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.item-details {
    flex: 1;
    min-width: 0;
}
.item-title {
    margin: 0 0 0.35rem 0;
    font-size: 0.9rem;
    color: #1a1a2e;
    font-weight: 600;
    line-height: 1.3;
}
.item-meta {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
    flex-wrap: wrap;
}
.item-platform,
.item-quantity {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: #6b7280;
}
.item-platform i,
.item-quantity i {
    color: #7C3AED;
    font-size: 0.7rem;
}
.item-delivery {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    color: #6b7280;
    padding: 0.25rem 0.5rem;
    background: #fff;
    border-radius: 6px;
    width: fit-content;
}
.item-delivery i {
    color: #10b981;
}
.item-price-box {
    font-size: 1.05rem;
    font-weight: 700;
    color: #7C3AED;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    white-space: nowrap;
}
.summary-totals {
    padding: 1.25rem 1.5rem;
    border-top: 2px solid #f3f4f6;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #4b5563;
}
.summary-row.total {
    padding-top: 0.85rem;
    margin-top: 0.5rem;
    border-top: 2px solid #e5e7eb;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
}
.summary-row.total span:last-child {
    color: #7C3AED;
    font-size: 1.3rem;
}
.summary-row.discount span {
    color: #10b981;
    font-weight: 600;
}

/* ------------------------------------------------
   CHECKOUT: ORDER BUMP
   ------------------------------------------------ */
.order-bump {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.03));
    border: 2px solid #10b981;
    border-radius: 14px;
    padding: 0;
    margin: 1rem 1.25rem;
    overflow: hidden;
}
.order-bump-header {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-align: center;
}
.order-bump-content {
    padding: 1.25rem;
}
.order-bump-checkbox {
    display: flex;
    gap: 0.85rem;
    cursor: pointer;
    margin: 0;
}
.order-bump-checkbox input[type="checkbox"] {
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
    margin-top: 0.2rem;
    accent-color: #10b981;
}
.order-bump-details {
    flex: 1;
}
.order-bump-badge {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.order-bump-details h4 {
    font-size: 1rem;
    margin: 0 0 0.2rem;
    color: #1a1a2e;
}
.order-bump-details p {
    color: #6b7280;
    font-size: 0.85rem;
    margin: 0.2rem 0;
}
.order-bump-pricing {
    margin: 0.6rem 0;
}
.order-bump-pricing .original-price {
    text-decoration: line-through;
    color: #9ca3af;
    margin-right: 0.6rem;
    font-size: 0.9rem;
}
.order-bump-pricing .bump-price {
    color: #10b981;
    font-size: 1.3rem;
    font-weight: 700;
}
.bump-description {
    font-size: 0.85rem !important;
    color: #1a1a2e !important;
    margin-top: 0.5rem !important;
}
.order-bump-row {
    color: #10b981;
    font-weight: 600;
}

/* ------------------------------------------------
   CHECKOUT: SUBMIT BUTTON
   ------------------------------------------------ */
.checkout-section .btn-primary.btn-lg.btn-block {
    background: linear-gradient(135deg, #7C3AED, #6D28D9);
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
}
.checkout-section .btn-primary.btn-lg.btn-block:hover {
    background: linear-gradient(135deg, #6D28D9, #5B21B6);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
}
.checkout-section .btn-primary.btn-lg.btn-block:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* ------------------------------------------------
   CHECKOUT: RESPONSIVE (Tablet)
   ------------------------------------------------ */
@media (max-width: 968px) {
    .checkout-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .order-summary {
        position: static;
        order: -1;
    }
}
@media (max-width: 640px) {
    .payment-method-selector {
        grid-template-columns: 1fr;
    }
    .payment-method-card {
        padding: 1rem;
    }
    .checkout-section-card {
        padding: 1.25rem;
    }
    .section-header h2 {
        font-size: 1.1rem;
    }
    .section-number {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    .summary-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .item-icon {
        display: none;
    }
    .item-price-box {
        font-size: 1rem;
        padding: 0;
    }
    .order-bump {
        margin: 1rem 0.75rem;
    }
    .order-bump-content {
        padding: 1rem;
    }
    .order-bump-pricing .bump-price {
        font-size: 1.1rem;
    }
    .summary-totals {
        padding: 1rem;
    }
    .summary-items {
        padding: 1rem;
    }
}

/* ------------------------------------------------
   DASHBOARD ACHIEVEMENTS
   ------------------------------------------------ */
.achievements-section {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    margin-bottom: 24px;
}
.achievements-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.achievements-section h3 i {
    color: #f59e0b;
}
.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}
.achievement-badge {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}
.achievement-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.08);
    border-color: #c4b5fd;
}
.achievement-badge.locked {
    opacity: 0.55;
    border-style: dashed;
    border-color: #d1d5db;
}
.achievement-badge.locked:hover {
    opacity: 0.75;
    border-color: #9ca3af;
}
.badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.achievement-badge.locked .badge-icon {
    background: #9ca3af !important;
}
.badge-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.badge-info strong {
    color: #1a1a2e;
    font-size: 0.9rem;
    font-weight: 700;
}
.badge-info span {
    color: #6b7280;
    font-size: 0.8rem;
    line-height: 1.4;
}
.achievement-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #10b981, #3b82f6);
    border-radius: 0 3px 0 0;
    transition: width 0.5s ease;
}
.achievement-hint {
    font-weight: 600;
    font-size: 0.8rem;
}
.achievement-benefit {
    font-size: 0.72rem;
    color: #6b7280;
    margin-top: 2px;
    display: block;
}

/* Dashboard stat cards */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}
.stat-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.08);
}
.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.stat-info h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.2;
}
.stat-info p {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 2px 0 0;
}

/* ------------------------------------------------
   DASHBOARD: RECOMMENDED FOR YOU
   ------------------------------------------------ */
.recommended-section {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #faf5ff 0%, #fff 100%);
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}
.recommended-section h3 {
    color: #1a1a2e;
    font-size: 1.25rem;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.recommended-section h3 i {
    color: #f59e0b;
}
.recommended-subtitle {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0 0 24px;
}
.recommended-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}
.recommended-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.25s ease;
    cursor: pointer;
}
.recommended-card:hover {
    border-color: #c4b5fd;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
    transform: translateY(-3px);
}
.recommended-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
}
.recommended-details {
    flex: 1;
}
.recommended-details h4 {
    color: #1a1a2e;
    font-size: 1rem;
    margin: 0 0 6px;
    font-weight: 700;
}
.recommended-platform {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.recommended-platform i {
    color: #7C3AED;
}
.recommended-category {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0 0 8px;
}
.recommended-category i {
    color: #f59e0b;
}
.recommended-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #7C3AED;
    margin: 0 0 12px;
}
.recommended-action {
    margin-top: auto;
}
.recommended-action .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.recommended-action .btn:hover {
    background: linear-gradient(135deg, #6D28D9, #7C3AED);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}
@media (max-width: 480px) {
    .recommended-section {
        padding: 20px;
    }
    .recommended-grid {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------------------
   SAVINGS BADGE (select-package header)
   ------------------------------------------------ */
.sp-savings-badge {
    background: #dcfce7;
    color: #16a34a;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    animation: fadeInBadge 0.3s ease-out;
    margin-top: 4px;
}
@keyframes fadeInBadge {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* ------------------------------------------------
   HERO PRODUCT CAROUSEL
   ------------------------------------------------ */
.ip-hero-carousel {
    position: relative;
    max-width: 320px;
    margin: 24px auto 0;
    overflow: hidden;
}
.ip-hero-carousel .ip-hero-product-card {
    display: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.ip-hero-carousel .ip-hero-product-card.active {
    display: flex;
    animation: carouselFadeIn 0.4s ease-out;
}
@keyframes carouselFadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}
.ip-hero-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}
.ip-hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}
.ip-hero-dot.active {
    background: #7C3AED;
    width: 18px;
    border-radius: 3px;
}

/* ------------------------------------------------
   GUARANTEE MODAL (from conversion-boosters.css)
   ------------------------------------------------ */
.guarantee-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}
.guarantee-modal.show {
    display: flex;
}
.guarantee-modal-content {
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}
.guarantee-modal-header {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 30px;
    border-radius: 16px 16px 0 0;
    text-align: center;
}
.guarantee-modal-header i {
    font-size: 64px;
    margin-bottom: 15px;
}
.guarantee-modal-header h2 {
    margin: 0;
    font-size: 28px;
}
.guarantee-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.2s;
}
.guarantee-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}
.guarantee-modal-body {
    padding: 40px 30px;
}
.guarantee-modal-body h3 {
    color: #1f2937;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}
.guarantee-modal-body p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 15px;
}
.guarantee-modal-body ul {
    list-style: none;
    padding: 0;
}
.guarantee-modal-body ul li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #4b5563;
}
.guarantee-modal-body ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 18px;
}
.guarantee-banner {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-left: 4px solid #10b981;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.guarantee-banner i {
    font-size: 32px;
    color: #059669;
}
.guarantee-banner strong {
    color: #065f46;
    font-size: 18px;
}
.guarantee-banner button {
    background: #059669;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.guarantee-banner button:hover {
    background: #047857;
    transform: scale(1.05);
}

/* ------------------------------------------------
   RESPONSIVE: TABLET (max-width: 768px)
   ------------------------------------------------ */
@media (max-width: 768px) {
    /* Page Hero */
    .ip-page-hero {
        padding: 40px 0 30px;
    }
    .ip-page-hero-title {
        font-size: 1.6rem;
    }
    .ip-page-hero-subtitle {
        font-size: 0.95rem;
    }

    /* Hero enhancements */
    .ip-hero-image-wrapper {
        max-width: 280px;
    }
    .ip-hero-image {
        width: 220px;
        height: 280px;
    }
    .ip-hero-floating-badge {
        font-size: 0.75rem;
        padding: 6px 10px;
    }

    /* Partners section */
    .ip-partners-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .ip-partners-visual {
        height: 250px;
    }
    .ip-partners-content h2 {
        font-size: 1.4rem;
    }

    /* Features carousel */
    .ip-features-carousel {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* Auth pages */
    .ip-auth-card {
        padding: 30px 24px;
        margin: 0 10px;
    }
    .ip-auth-trust {
        gap: 8px;
    }

    /* Contact page */
    .ip-contact-grid {
        grid-template-columns: 1fr;
    }
    .ip-contact-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* About page */
    .ip-about-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ip-about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Cart page */
    .ip-cart-grid {
        grid-template-columns: 1fr;
    }
    .ip-cart-sidebar {
        position: static;
    }
    .ip-cart-item {
        flex-wrap: wrap;
    }

    /* Checkout page */
    .ip-checkout-grid {
        grid-template-columns: 1fr;
    }
    .ip-checkout-sidebar {
        position: static;
        order: -1;
    }

    /* Dashboard */
    .ip-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ip-dashboard-grid {
        grid-template-columns: 1fr;
    }

    /* Wishlist */
    .ip-wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Affiliate */
    .ip-affiliate-stats {
        grid-template-columns: 1fr;
    }
    .ip-affiliate-link-box {
        flex-direction: column;
    }
    .ip-affiliate-link-box input {
        width: 100%;
    }

    /* Table responsive */
    .ip-table-wrapper {
        overflow-x: auto;
    }

    /* Legal */
    .ip-legal-card {
        padding: 24px;
    }

    /* FAQ tabs */
    .ip-faq-tabs {
        gap: 6px;
    }
    .ip-faq-tab {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    /* Checkout stepper */
    .checkout-progress .step-number {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }
    .progress-step > span:last-child {
        font-size: 0.75rem;
    }
    .progress-divider {
        width: 25px;
        margin: 0 6px;
    }
    .security-badges {
        gap: 14px;
    }

    /* Achievements */
    .achievements-grid {
        grid-template-columns: 1fr;
    }
    .achievements-section {
        padding: 20px;
    }

    /* Stats grid */
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ------------------------------------------------
   RESPONSIVE: MOBILE (max-width: 480px)
   ------------------------------------------------ */
@media (max-width: 480px) {
    .ip-page-hero-title {
        font-size: 1.4rem;
    }

    /* Features carousel */
    .ip-features-carousel {
        grid-template-columns: 1fr;
    }

    /* Auth */
    .ip-auth-card {
        padding: 24px 18px;
        border-radius: 16px;
    }
    .ip-auth-title {
        font-size: 1.3rem;
    }
    .ip-auth-trust {
        flex-direction: column;
        align-items: center;
    }

    /* Contact help */
    .ip-contact-help-grid {
        grid-template-columns: 1fr;
    }

    /* About */
    .ip-about-team-grid {
        grid-template-columns: 1fr;
    }
    .ip-about-stats {
        grid-template-columns: 1fr;
    }

    /* Success */
    .ip-success-card {
        padding: 30px 20px;
    }
    .ip-success-title {
        font-size: 1.4rem;
    }
    .ip-success-actions {
        flex-direction: column;
    }
    .ip-success-actions a {
        width: 100%;
        text-align: center;
    }

    /* Cart */
    .ip-cart-item {
        padding: 16px;
    }
    .ip-cart-item-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    /* Dashboard */
    .ip-stats-grid {
        grid-template-columns: 1fr;
    }
    .ip-dashboard-header {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Wishlist */
    .ip-wishlist-grid {
        grid-template-columns: 1fr;
    }

    /* Table */
    .ip-table th,
    .ip-table td {
        padding: 10px 12px;
        font-size: 0.8rem;
    }

    /* Legal */
    .ip-legal-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .ip-legal-card h2 {
        font-size: 1.1rem;
    }

    /* Achievements */
    .achievement-badge {
        padding: 12px;
    }
    .badge-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    /* Stats */
    .stats-grid {
        grid-template-columns: 1fr;
    }

    /* Checkout stepper extra small */
    .checkout-progress {
        padding: 12px 0;
        margin-bottom: 20px;
    }
    .progress-divider {
        width: 18px;
    }
}
