/* styles.css - ARTEX STUDIO - Versão Final Completa com Responsividade Premium */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5f0e8;
    color: #2c2418;
    line-height: 1.5;
    min-height: 100vh;
    overflow-x: hidden;
}

body.dark {
    background: #1a1a2e;
    color: #e2e8f0;
}

body.dark .product-card,
body.dark .checkout-form,
body.dark .order-summary,
body.dark .cart-overlay,
body.dark .contact-card,
body.dark .contact-form-section,
body.dark .contact-map-section,
body.dark .social-icon,
body.dark .faq-item,
body.dark .about-card,
body.dark .value-card,
body.dark .team-card,
body.dark .order-card,
body.dark .about-stat-card,
body.dark .about-timeline-card,
body.dark .about-mission-card,
body.dark .contact-card-premium,
body.dark .contact-form-premium,
body.dark .contact-map-premium,
body.dark .timeline-card,
body.dark .value-card-premium,
body.dark .founder-card,
body.dark .faq-item-premium {
    background: #16213e;
    border-color: #2a3a5e;
}

body.dark .header {
    background: rgba(26, 26, 46, 0.95);
}

body.dark footer {
    background: #0f0f1a;
}

body.dark .filter-btn {
    background: #2a3a5e;
    color: #e2e8f0;
}

body.dark .contact-hero,
body.dark .about-hero {
    background: linear-gradient(135deg, rgba(255,51,102,0.1), rgba(255,204,51,0.05));
}

body.dark .contact-hero p,
body.dark .about-hero p {
    color: #a0aec0;
}

body.dark .faq-answer {
    color: #a0aec0;
    border-top-color: #2a3a5e;
}

body.dark .social-card.instagram .social-icon-bg,
body.dark .social-card.facebook .social-icon-bg,
body.dark .social-card.tiktok .social-icon-bg,
body.dark .social-card.youtube .social-icon-bg,
body.dark .social-card.twitter .social-icon-bg,
body.dark .social-card.pinterest .social-icon-bg {
    background: rgba(255,255,255,0.1);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.header {
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #ff3366;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(245, 240, 232, 0.95);
}

body.dark .header {
    background: rgba(26, 26, 46, 0.95);
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.logo h1 {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    cursor: pointer;
}

.logo p {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ff3366;
}

.nav-links {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.nav-link-page {
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s;
}

.nav-link-page:hover {
    color: #ff3366;
}

.cart-icon {
    cursor: pointer;
    background: rgba(255, 51, 102, 0.1);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    border: 1px solid rgba(255, 51, 102, 0.3);
    transition: all 0.2s;
}

.cart-icon:hover {
    background: rgba(255, 51, 102, 0.2);
    transform: scale(1.02);
}

.cart-count {
    background: #ff3366;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 20px;
}

.wishlist-count {
    background: #ff3366;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: 5px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.mobile-menu-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    color: #ff3366;
}

.hero {
    padding: 60px 0 50px;
    text-align: center;
    background: linear-gradient(135deg, #faf5ed 0%, #f5ede2 100%);
}

body.dark .hero {
    background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.free-shipping {
    display: inline-block;
    padding: 8px 18px;
    border-left: 3px solid #ffcc33;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ff3366;
}

.filter-section {
    margin: 40px 0 30px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-btn {
    border: 1px solid #d4c9bc;
    padding: 6px 16px;
    font-weight: 600;
    font-size: 0.7rem;
    cursor: pointer;
    border-radius: 30px;
    background: transparent;
    transition: all 0.3s ease;
}

.filter-btn.active {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    color: white;
    border: none;
}

.filter-btn:hover:not(.active) {
    border-color: #ff3366;
    color: #ff3366;
}

.products-grid,
.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 30px 0 60px;
}

.product-card {
    background: white;
    border: 1px solid #e0d5c8;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

body.dark .product-card {
    background: #16213e;
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: #ff3366;
}

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ff3366, #ff6633);
    color: white;
    font-weight: 800;
    font-size: 0.65rem;
    padding: 4px 10px;
    border-radius: 30px;
    z-index: 2;
}

.soldout-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 0.65rem;
    z-index: 2;
}

.wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #ff3366;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    border: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.wishlist-btn.active {
    background: #ff3366;
    color: white;
}

.wishlist-btn:hover {
    transform: scale(1.1);
}

.product-img {
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    background-color: #e0d5c8;
}

.product-info {
    padding: 16px;
}

.product-title {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 8px 0;
}

.original-price {
    font-size: 0.7rem;
    color: #a09080;
    text-decoration: line-through;
}

.product-price {
    font-weight: 800;
    font-size: 1.1rem;
    color: #ff3366;
}

.stock-status {
    font-size: 0.6rem;
    font-weight: 600;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 20px;
    margin: 8px 0;
}

.stock-in {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.stock-low {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.stock-out {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.btn-primary {
    background: linear-gradient(90deg, #ff3366, #ffcc33);
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 0.75rem;
    color: white;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-secondary {
    background: transparent;
    border: 1px solid #ff3366;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 0.7rem;
    color: #ff3366;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-secondary:hover {
    background: rgba(255, 51, 102, 0.1);
    transform: scale(1.02);
}

.add-to-cart {
    background: linear-gradient(90deg, #ff3366, #ffcc33);
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    font-size: 0.7rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border-radius: 40px;
    margin-top: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.add-to-cart:hover:not(.disabled) {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

.add-to-cart.disabled {
    background: #c8bca8;
    cursor: not-allowed;
    opacity: 0.6;
}

.page-view {
    display: none;
    animation: fadeIn 0.3s ease;
}

.page-view.active-page {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#searchInput {
    width: 100%;
    padding: 12px;
    border: 1px solid #d4c9bc;
    border-radius: 40px;
    margin: 20px 0;
    font-size: 0.9rem;
}

.cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

body.dark .cart-overlay {
    background: #16213e;
}

.cart-overlay.open {
    transform: translateX(0);
}

.cart-header {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-cart {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 8px;
    transition: all 0.2s;
    color: inherit;
}

.close-cart:hover {
    color: #ff3366;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-item {
    display: flex;
    gap: 14px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.03);
}

.cart-item-img {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: #e0d5c8;
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    font-weight: 700;
    font-size: 0.85rem;
}

.cart-item-price {
    font-size: 0.8rem;
    color: #ff3366;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.cart-qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.2s;
}

.cart-qty-btn.minus {
    background: #ff3366;
    color: white;
}

.cart-qty-btn.plus {
    background: #ffcc33;
    color: #1a0a2e;
}

.cart-qty-btn:hover {
    transform: scale(1.05);
}

.cart-item-remove {
    background: none;
    border: none;
    color: #ff6666;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.cart-item-remove:hover {
    color: #ff3366;
}

.cart-total {
    padding: 20px 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    margin: 40px 0;
}

.checkout-form,
.order-summary {
    background: white;
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #e0d5c8;
}

body.dark .checkout-form,
body.dark .order-summary {
    background: #16213e;
}

.form-section {
    margin-bottom: 25px;
}

.form-section h3 {
    color: #ff3366;
    margin-bottom: 15px;
    font-size: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d4c9bc;
    border-radius: 12px;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #ff3366;
    box-shadow: 0 0 0 2px rgba(255, 51, 102, 0.1);
}

body.dark .form-group input,
body.dark .form-group select {
    background: #0f3460;
    color: #e2e8f0;
    border-color: #2a3a5e;
}

.error-message {
    color: #ef4444;
    font-size: 0.65rem;
    margin-top: 4px;
    display: block;
}

.form-group input.error {
    border-color: #ef4444;
}

.payment-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.payment-tab {
    flex: 1;
    padding: 10px 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    background: #f0ece4;
    border: 1px solid #d4c9bc;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

body.dark .payment-tab {
    background: #1e2a45;
    color: #e2e8f0;
}

.payment-tab:hover {
    transform: translateY(-2px);
}

.payment-tab.active {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    color: white;
    border: none;
}

.payment-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.payment-content.active {
    display: block;
}

.pix-container,
.boleto-container {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 16px;
    margin-top: 10px;
}

.pix-qr-code {
    max-width: 200px;
    margin: 15px auto;
    display: block;
    border-radius: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 0.85rem;
}

.summary-row.total {
    font-weight: 800;
    font-size: 1.1rem;
    border-top: 2px solid #e0d5c8;
    margin-top: 10px;
    padding-top: 12px;
    color: #ff3366;
}

.coupon-area {
    background: rgba(0, 0, 0, 0.03);
    padding: 12px;
    border-radius: 16px;
    margin: 15px 0;
}

.coupon-area p {
    font-size: 0.75rem;
}

.coupon-input-group {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.coupon-input-group input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #d4c9bc;
    border-radius: 40px;
    font-size: 0.75rem;
}

.cep-input-group {
    display: flex;
    gap: 8px;
}

.calc-shipping-btn {
    background: #ff3366;
    border: none;
    padding: 10px 16px;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.7rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.calc-shipping-btn:hover {
    background: #ff5566;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.backdrop.active {
    visibility: visible;
    opacity: 1;
}

.toast-msg {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    color: white;
    padding: 10px 20px;
    z-index: 1200;
    opacity: 0;
    transition: 0.2s;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.8rem;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: white;
    border-radius: 24px;
    padding: 25px;
    text-align: center;
    max-width: 380px;
    width: 90%;
}

body.dark .modal-content {
    background: #16213e;
}

footer {
    background: #e8dfd3;
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}

body.dark footer {
    background: #0f0f1a;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-grid h4 {
    color: #ffcc33;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.footer-grid p,
.footer-grid a {
    font-size: 0.75rem;
}

.footer-grid a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-grid a:hover {
    color: #ff3366;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.theme-toggle {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1002;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.theme-toggle:hover {
    transform: scale(1.1);
}

.cart-items-checkout {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.cart-item-checkout {
    display: flex;
    gap: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    margin-bottom: 8px;
    font-size: 0.8rem;
}

.about-page,
.contact-page {
    padding: 40px 0;
}

#shippingResult {
    margin-top: 8px;
    font-size: 0.75rem;
    padding: 8px;
    border-radius: 10px;
    animation: fadeIn 0.3s ease;
}

.card-brand {
    font-size: 0.65rem;
    margin-left: 8px;
    color: #10b981;
}

hr {
    margin: 20px 0;
    border-color: rgba(0, 0, 0, 0.1);
}

body.dark hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==================== PÁGINA SOBRE PREMIUM ==================== */
.about-wrapper {
    overflow-x: hidden;
}

.about-hero-premium {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #ff3366 100%);
    position: relative;
    padding: 80px 0 120px;
    margin-bottom: 60px;
}

body.dark .about-hero-premium {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a0a2e 50%, #ff3366 100%);
}

.about-hero-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.about-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.about-hero-badge i {
    margin-right: 8px;
    color: #ffcc33;
}

.about-hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #ffcc33, #ff3366);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.about-hero-content p {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.about-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-hero-stats .stat {
    text-align: center;
}

.about-hero-stats .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #ffcc33;
}

.about-hero-stats .stat-label {
    font-size: 0.7rem;
    opacity: 0.8;
}

.hero-wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-wave-bottom svg {
    width: 100%;
    display: block;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-badge {
    display: inline-block;
    background: rgba(255, 51, 102, 0.1);
    color: #ff3366;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header .accent {
    color: #ff3366;
}

.section-header p {
    color: #6a5a4a;
    font-size: 0.9rem;
}

body.dark .section-header p {
    color: #a0aec0;
}

.story-section {
    margin: 60px 0;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.story-content h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.story-content p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #6a5a4a;
}

body.dark .story-content p {
    color: #a0aec0;
}

.story-highlights {
    margin-top: 30px;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.85rem;
}

.highlight i {
    color: #10b981;
}

.story-image .image-wrapper {
    background: linear-gradient(135deg, rgba(255, 51, 102, 0.1), rgba(255, 204, 51, 0.1));
    border-radius: 30px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: #ff3366;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.story-image .image-wrapper:hover {
    transform: scale(1.02);
}

.timeline-section {
    margin: 80px 0;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.timeline-card {
    background: white;
    border-radius: 24px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #e0d5c8;
    position: relative;
    overflow: hidden;
}

body.dark .timeline-card {
    background: #16213e;
    border-color: #2a3a5e;
}

.timeline-card::before {
    content: attr(data-year);
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 4rem;
    font-weight: 800;
    opacity: 0.05;
    color: #ff3366;
}

.timeline-card:hover {
    transform: translateY(-10px);
    border-color: #ff3366;
    box-shadow: 0 20px 40px rgba(255, 51, 102, 0.1);
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff3366;
    margin-bottom: 15px;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255, 51, 102, 0.1), rgba(255, 204, 51, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: #ff3366;
    transition: all 0.3s ease;
}

.timeline-card:hover .timeline-icon {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    color: white;
}

.timeline-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.timeline-card p {
    font-size: 0.8rem;
    color: #6a5a4a;
    line-height: 1.5;
}

body.dark .timeline-card p {
    color: #a0aec0;
}

.values-section {
    margin: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.value-card-premium {
    background: white;
    border-radius: 24px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #e0d5c8;
}

body.dark .value-card-premium {
    background: #16213e;
    border-color: #2a3a5e;
}

.value-card-premium:hover {
    transform: translateY(-8px);
    border-color: #ff3366;
    box-shadow: 0 15px 35px rgba(255, 51, 102, 0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 51, 102, 0.1), rgba(255, 204, 51, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #ff3366;
    transition: all 0.3s ease;
}

.value-card-premium:hover .value-icon {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    color: white;
}

.value-card-premium h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffcc33;
}

.value-card-premium p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6a5a4a;
}

body.dark .value-card-premium p {
    color: #a0aec0;
}

.founders-section {
    margin: 80px 0;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.founder-card {
    background: white;
    border-radius: 32px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #e0d5c8;
    position: relative;
    overflow: hidden;
}

body.dark .founder-card {
    background: #16213e;
    border-color: #2a3a5e;
}

.founder-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff3366, #ffcc33);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.founder-card:hover::before {
    transform: scaleX(1);
}

.founder-card:hover {
    transform: translateY(-10px);
    border-color: #ff3366;
}

.founder-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    position: relative;
}

.avatar-glow {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.founder-card:hover .avatar-glow {
    opacity: 0.5;
    filter: blur(10px);
}

.founder-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.founder-role {
    color: #ff3366;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.founder-card p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #6a5a4a;
    margin-bottom: 20px;
}

body.dark .founder-card p {
    color: #a0aec0;
}

.founder-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.founder-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 51, 102, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3366;
    transition: all 0.3s ease;
}

.founder-social a:hover {
    background: #ff3366;
    color: white;
    transform: translateY(-3px);
}

.impact-section {
    margin: 60px 0;
    background: linear-gradient(135deg, rgba(255, 51, 102, 0.05), rgba(255, 204, 51, 0.05));
    border-radius: 40px;
    padding: 50px;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    text-align: center;
}

.impact-item {
    text-align: center;
}

.impact-number {
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 5px;
}

.impact-label {
    font-size: 0.7rem;
    color: #6a5a4a;
    font-weight: 600;
}

body.dark .impact-label {
    color: #a0aec0;
}

.mission-section {
    margin: 80px 0;
}

.mission-card {
    background: linear-gradient(135deg, #1a0a2e, #2d1b4e);
    border-radius: 40px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.dark .mission-card {
    background: linear-gradient(135deg, #0a0a1a, #1a0a2e);
}

.mission-quote {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
}

.mission-quote i {
    font-size: 3rem;
    color: rgba(255, 204, 51, 0.2);
}

.mission-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffcc33;
    margin-bottom: 20px;
}

.mission-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
    max-width: 700px;
    margin: 0 auto 30px;
}

.mission-signature {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.mission-date {
    font-size: 0.7rem;
}

.cta-section {
    margin: 80px 0 60px;
}

.cta-content {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border-radius: 40px;
    padding: 60px 40px;
    text-align: center;
    color: white;
}

.cta-content h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-secondary {
    background: white;
    color: #ff3366;
    border: none;
}

.cta-buttons .btn-primary:hover,
.cta-buttons .btn-secondary:hover {
    transform: scale(1.05);
    background: white;
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-buttons .btn-secondary:hover {
    background: white;
    color: #ff3366;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loading-overlay.active {
    display: flex;
}

.order-items {
    margin: 15px 0;
}

.order-item {
    display: flex;
    gap: 15px;
    padding: 10px;
    border-bottom: 1px solid #e0d5c8;
}

.order-item-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-color: #e0d5c8;
}

.order-total {
    text-align: right;
    font-weight: 700;
    padding-top: 10px;
    border-top: 1px solid #e0d5c8;
}

.empty-cart {
    text-align: center;
    padding: 40px;
    color: #a09080;
    font-weight: 600;
}

/* ==================== PÁGINA CONTATO PREMIUM ==================== */
.contact-wrapper {
    overflow-x: hidden;
}

.contact-hero-premium {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #ff3366 100%);
    position: relative;
    padding: 80px 0 120px;
    margin-bottom: 60px;
}

body.dark .contact-hero-premium {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a0a2e 50%, #ff3366 100%);
}

.contact-hero-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.contact-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.contact-hero-badge i {
    margin-right: 8px;
    color: #ffcc33;
}

.contact-hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-hero-content p {
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.contact-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-wave svg {
    width: 100%;
    display: block;
}

.contact-cards-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: -80px 0 60px;
    position: relative;
    z-index: 10;
}

.contact-card-premium {
    background: white;
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 51, 102, 0.1);
    position: relative;
    overflow: hidden;
}

body.dark .contact-card-premium {
    background: #16213e;
    border-color: #2a3a5e;
}

.contact-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff3366, #ffcc33);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.contact-card-premium:hover::before {
    transform: scaleX(1);
}

.contact-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 51, 102, 0.15);
    border-color: #ff3366;
}

.card-icon-wrapper {
    margin-bottom: 20px;
}

.card-icon-bg {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 51, 102, 0.1), rgba(255, 204, 51, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.contact-card-premium:hover .card-icon-bg {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
}

.card-icon-bg i {
    font-size: 1.8rem;
    color: #ff3366;
    transition: all 0.3s ease;
}

.contact-card-premium:hover .card-icon-bg i {
    color: white;
}

.contact-card-premium h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ff3366;
}

.contact-card-premium p {
    font-size: 0.8rem;
    margin-bottom: 8px;
    line-height: 1.6;
    color: #6a5a4a;
}

body.dark .contact-card-premium p {
    color: #a0aec0;
}

.card-link {
    display: inline-block;
    margin-top: 15px;
    color: #ff3366;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.2s;
}

.card-link:hover {
    letter-spacing: 0.5px;
    color: #ffcc33;
}

.whatsapp-link {
    background: #25D366;
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
}

.whatsapp-link:hover {
    background: #128C7E;
    color: white;
    letter-spacing: 0;
}

.badge-online {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 600;
}

.badge-online i {
    font-size: 0.5rem;
    margin-right: 5px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.contact-dual-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px 0;
}

.contact-form-premium {
    background: white;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 51, 102, 0.1);
}

body.dark .contact-form-premium {
    background: #16213e;
}

.form-header-premium {
    text-align: center;
    margin-bottom: 30px;
}

.form-badge {
    display: inline-block;
    background: rgba(255, 51, 102, 0.1);
    color: #ff3366;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-header-premium h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ff3366;
}

.form-header-premium p {
    font-size: 0.85rem;
    color: #6a5a4a;
}

body.dark .form-header-premium p {
    color: #a0aec0;
}

.premium-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-group-premium {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-premium i {
    position: absolute;
    left: 16px;
    color: #ff3366;
    font-size: 0.9rem;
    z-index: 1;
}

.input-group-premium input,
.input-group-premium textarea {
    width: 100%;
    padding: 14px 16px 14px 45px;
    border: 1px solid #e0d5c8;
    border-radius: 16px;
    font-size: 0.85rem;
    background: white;
    transition: all 0.3s ease;
}

body.dark .input-group-premium input,
body.dark .input-group-premium textarea {
    background: #0f3460;
    border-color: #2a3a5e;
    color: #e2e8f0;
}

.input-group-premium input:focus,
.input-group-premium textarea:focus {
    outline: none;
    border-color: #ff3366;
    box-shadow: 0 0 0 3px rgba(255, 51, 102, 0.1);
}

.textarea-premium {
    align-items: flex-start;
}

.textarea-premium i {
    top: 16px;
}

.textarea-premium textarea {
    resize: vertical;
    font-family: inherit;
}

.form-footer {
    text-align: center;
}

.btn-submit {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border: none;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-submit:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(255, 51, 102, 0.3);
}

.form-security {
    font-size: 0.7rem;
    color: #a09080;
    margin-top: 15px;
}

.contact-map-premium {
    background: white;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 51, 102, 0.1);
}

body.dark .contact-map-premium {
    background: #16213e;
}

.map-header {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 600;
}

.map-header i {
    font-size: 1.2rem;
}

.map-container-premium iframe {
    width: 100%;
    height: 280px;
    border: none;
}

.map-info-premium {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #e0d5c8;
    flex-wrap: wrap;
    gap: 15px;
}

.map-point {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    color: #ff3366;
}

.social-section-premium {
    margin: 60px 0;
}

.social-header-premium {
    text-align: center;
    margin-bottom: 40px;
}

.social-badge {
    display: inline-block;
    background: rgba(255, 51, 102, 0.1);
    color: #ff3366;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-header-premium h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.social-header-premium p {
    color: #6a5a4a;
}

body.dark .social-header-premium p {
    color: #a0aec0;
}

.social-grid-premium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.social-card {
    background: white;
    border-radius: 20px;
    padding: 20px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e0d5c8;
}

body.dark .social-card {
    background: #16213e;
    border-color: #2a3a5e;
}

.social-card:hover {
    transform: translateY(-5px);
    border-color: currentColor;
}

.social-icon-bg {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.social-card.instagram .social-icon-bg { background: linear-gradient(135deg, #833AB4, #FD1D1D, #FCAF45); color: white; }
.social-card.facebook .social-icon-bg { background: #1877F2; color: white; }
.social-card.tiktok .social-icon-bg { background: #000000; color: #25F4EE; }
.social-card.youtube .social-icon-bg { background: #FF0000; color: white; }
.social-card.twitter .social-icon-bg { background: #1DA1F2; color: white; }
.social-card.pinterest .social-icon-bg { background: #BD081C; color: white; }

.social-info {
    flex: 1;
}

.social-info strong {
    display: block;
    font-size: 0.8rem;
    color: #2c2418;
}

body.dark .social-info strong {
    color: #e2e8f0;
}

.social-info span {
    font-size: 0.65rem;
    color: #a09080;
}

.social-card i:last-child {
    color: #a09080;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.social-card:hover i:last-child {
    transform: translateX(5px);
    color: #ff3366;
}

.faq-section-premium {
    margin: 60px 0;
}

.faq-header-premium {
    text-align: center;
    margin-bottom: 40px;
}

.faq-badge {
    display: inline-block;
    background: rgba(255, 51, 102, 0.1);
    color: #ff3366;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-header-premium h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-header-premium p {
    color: #6a5a4a;
}

body.dark .faq-header-premium p {
    color: #a0aec0;
}

.faq-grid-premium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq-item-premium {
    background: white;
    border-radius: 20px;
    border: 1px solid #e0d5c8;
    overflow: hidden;
    transition: all 0.3s ease;
}

body.dark .faq-item-premium {
    background: #16213e;
    border-color: #2a3a5e;
}

.faq-item-premium:hover {
    border-color: #ff3366;
}

.faq-question-premium {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.faq-question-premium i {
    transition: transform 0.3s ease;
    color: #ff3366;
}

.faq-item-premium.active .faq-question-premium i {
    transform: rotate(180deg);
}

.faq-answer-premium {
    display: none;
    padding: 0 20px 20px 20px;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #6a5a4a;
    border-top: 1px solid #e0d5c8;
}

body.dark .faq-answer-premium {
    color: #a0aec0;
    border-top-color: #2a3a5e;
}

.faq-item-premium.active .faq-answer-premium {
    display: block;
}

.newsletter-premium {
    margin: 60px 0 80px;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border-radius: 40px;
    overflow: hidden;
}

.newsletter-premium-content {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.newsletter-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-icon i {
    font-size: 2rem;
    color: white;
}

.newsletter-text {
    flex: 1;
}

.newsletter-text h3 {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 5px;
}

.newsletter-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
}

.newsletter-premium-form {
    min-width: 350px;
}

.input-group-newsletter {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 60px;
    overflow: hidden;
    padding: 0 5px 0 15px;
}

.input-group-newsletter i {
    color: #ff3366;
}

.input-group-newsletter input {
    flex: 1;
    padding: 14px 10px;
    border: none;
    font-size: 0.85rem;
}

.input-group-newsletter input:focus {
    outline: none;
}

.input-group-newsletter button {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border: none;
    padding: 12px 24px;
    border-radius: 60px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.input-group-newsletter button:hover {
    transform: scale(1.02);
}

.newsletter-premium-form small {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
}

[data-aos] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* ==================== SISTEMA DE AVALIAÇÃO ==================== */
.reviews-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0d5c8;
}

.review-item {
    padding: 15px 0;
    border-bottom: 1px solid #e0d5c8;
}

.review-author {
    font-weight: 700;
    font-size: 0.9rem;
}

.review-date {
    font-size: 0.7rem;
    color: #a09080;
}

.review-text {
    font-size: 0.85rem;
    margin-top: 8px;
    line-height: 1.5;
}

.review-stars {
    margin: 5px 0;
}

.rating-container {
    margin: 15px 0;
}

.rating-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.rating-star {
    font-size: 1.5rem;
    cursor: pointer;
    color: #d4c9bc;
    transition: color 0.2s;
}

.rating-star:hover,
.rating-star.active {
    color: #ffcc33;
}

.add-review textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d4c9bc;
    border-radius: 12px;
    resize: vertical;
    font-family: inherit;
}

.char-counter {
    text-align: right;
    font-size: 0.7rem;
    color: #a09080;
    margin-top: 5px;
}

.char-counter.warning {
    color: #f59e0b;
}

.char-counter.danger {
    color: #ef4444;
}

.order-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0d5c8;
}

.order-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0d5c8;
    margin-bottom: 10px;
}

.order-status {
    background: #ff3366;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
}

/* ==================== RESPONSIVIDADE COMPLETA ==================== */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }
    
    .hero-content h2 {
        font-size: 2rem;
    }
    
    .about-hero-stats,
    .contact-hero-stats {
        gap: 30px;
    }
    
    .about-hero-stats .stat-number,
    .contact-hero-stats .stat-number {
        font-size: 1.5rem;
    }
    
    .story-grid {
        gap: 30px;
    }
    
    .timeline-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .impact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .contact-cards-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .social-grid-premium {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .faq-grid-premium {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile (até 768px) */
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
    
    .container {
        padding: 0 16px;
    }
    
    /* Header Mobile */
    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        background: rgba(245, 240, 232, 0.98);
        backdrop-filter: blur(10px);
        padding: 20px;
        border-radius: 16px;
        margin-top: 10px;
    }
    
    body.dark .nav-links {
        background: rgba(26, 26, 46, 0.98);
    }
    
    .nav-links.open {
        display: flex;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .logo h1 {
        font-size: 1.2rem;
    }
    
    .logo p {
        font-size: 0.5rem;
    }
    
    /* Hero Mobile */
    .hero {
        padding: 40px 0 30px;
    }
    
    .hero-content h2 {
        font-size: 1.5rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
    }
    
    .free-shipping {
        font-size: 0.7rem;
    }
    
    /* Produtos Mobile */
    .products-grid,
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .filter-section {
        gap: 8px;
    }
    
    .filter-btn {
        padding: 4px 12px;
        font-size: 0.65rem;
    }
    
    #searchInput {
        padding: 10px;
        font-size: 0.85rem;
    }
    
    /* Checkout Mobile */
    .checkout-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }
    
    .checkout-form,
    .order-summary {
        padding: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .cep-input-group {
        flex-direction: column;
    }
    
    .calc-shipping-btn {
        width: 100%;
        justify-content: center;
    }
    
    .payment-tabs {
        flex-direction: column;
    }
    
    .payment-tab {
        width: 100%;
    }
    
    /* Carrinho Mobile */
    .cart-overlay {
        max-width: 100%;
    }
    
    .cart-item {
        flex-wrap: wrap;
    }
    
    .cart-item-subtotal {
        width: 100%;
        text-align: right;
        margin-top: 8px;
    }
    
    /* Sobre Mobile */
    .about-hero-premium {
        padding: 50px 0 100px;
    }
    
    .about-hero-content h1 {
        font-size: 2rem;
    }
    
    .about-hero-content p {
        font-size: 0.85rem;
        padding: 0 16px;
    }
    
    .about-hero-stats {
        gap: 20px;
    }
    
    .about-hero-stats .stat-number {
        font-size: 1.2rem;
    }
    
    .about-hero-stats .stat-label {
        font-size: 0.6rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
    }
    
    .story-content h2 {
        font-size: 1.4rem;
    }
    
    .story-image .image-wrapper {
        min-height: 250px;
        font-size: 4rem;
    }
    
    .timeline-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .founders-grid {
        grid-template-columns: 1fr;
    }
    
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mission-card {
        padding: 40px 20px;
    }
    
    .mission-card h3 {
        font-size: 1.4rem;
    }
    
    .mission-card p {
        font-size: 0.9rem;
    }
    
    .mission-quote i {
        font-size: 2rem;
    }
    
    .cta-content {
        padding: 40px 20px;
    }
    
    .cta-content h3 {
        font-size: 1.4rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        width: 100%;
    }
    
    /* Contato Mobile */
    .contact-hero-premium {
        padding: 50px 0 100px;
    }
    
    .contact-hero-content h1 {
        font-size: 2rem;
    }
    
    .contact-hero-content p {
        font-size: 0.85rem;
        padding: 0 16px;
    }
    
    .contact-hero-stats {
        gap: 20px;
    }
    
    .contact-cards-premium {
        grid-template-columns: 1fr;
        margin-top: -40px;
    }
    
    .contact-dual-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-form-premium {
        padding: 25px;
    }
    
    .form-header-premium h2 {
        font-size: 1.3rem;
    }
    
    .social-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .social-card {
        padding: 15px 12px;
    }
    
    .social-info strong {
        font-size: 0.7rem;
    }
    
    .social-info span {
        font-size: 0.55rem;
    }
    
    .newsletter-premium-content {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
    
    .newsletter-premium-form {
        min-width: 100%;
    }
    
    .input-group-newsletter {
        flex-direction: column;
        background: transparent;
        gap: 10px;
    }
    
    .input-group-newsletter input {
        width: 100%;
        border-radius: 60px;
        background: white;
    }
    
    .input-group-newsletter button {
        width: 100%;
    }
    
    .map-info-premium {
        flex-direction: column;
        align-items: center;
    }
    
    /* Footer Mobile */
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 25px;
    }
    
    /* Botões flutuantes Mobile */
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.4rem;
    }
    
    .theme-toggle {
        bottom: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    /* Toast Mobile */
    .toast-msg {
        white-space: normal;
        text-align: center;
        max-width: 90%;
        font-size: 0.7rem;
        padding: 8px 16px;
    }
    
    /* Modal Mobile */
    .modal-content {
        width: 95%;
        padding: 20px;
    }
    
    /* Detalhe do Produto Mobile */
    #productDetailContainer > div:first-child {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    #productDetailContainer h1 {
        font-size: 1.4rem !important;
    }
    
    .product-price {
        font-size: 1.3rem !important;
    }
    
    .rating-star {
        font-size: 1.2rem;
    }
}

/* Mobile Pequeno (até 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    .about-hero-content h1 {
        font-size: 1.6rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .impact-grid {
        grid-template-columns: 1fr;
    }
    
    .social-grid-premium {
        grid-template-columns: 1fr;
    }
    
    .faq-question-premium {
        font-size: 0.8rem;
        padding: 14px 16px;
    }
    
    .faq-answer-premium {
        font-size: 0.75rem;
        padding: 0 16px 16px 16px;
    }
    
    .story-content h2 {
        font-size: 1.2rem;
    }
    
    .highlight {
        font-size: 0.75rem;
    }
    
    .value-card-premium {
        padding: 25px 20px;
    }
    
    .founder-card {
        padding: 30px 20px;
    }
    
    .founder-avatar {
        width: 90px;
        height: 90px;
        font-size: 2rem;
    }
    
    .founder-card h3 {
        font-size: 1.2rem;
    }
    
    .product-title {
        font-size: 0.85rem;
    }
    
    .product-price {
        font-size: 1rem;
    }
    
    .cart-item-name {
        font-size: 0.8rem;
    }
    
    .cart-item-price {
        font-size: 0.75rem;
    }
    
    .summary-row {
        font-size: 0.8rem;
    }
    
    .summary-row.total {
        font-size: 1rem;
    }
}

/* Ajustes para telas muito grandes (acima de 1400px) */
@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
    
    .products-grid,
    .featured-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Ajustes para orientação landscape em mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        padding: 20px 0;
    }
    
    .hero-content h2 {
        font-size: 1.2rem;
    }
    
    .cart-overlay {
        max-width: 80%;
    }
    
    .about-hero-premium,
    .contact-hero-premium {
        padding: 30px 0 60px;
    }
}

/* Ajustes para dispositivos com notch */
@supports (padding: max(0px)) {
    .container {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
    }
    
    .cart-overlay {
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
    }
}

/* ==================== PÁGINAS LEGAIS (POLÍTICA E TERMOS) ==================== */
.legal-page {
    padding: 60px 0;
}

.legal-header {
    text-align: center;
    margin-bottom: 50px;
}

.legal-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}

.legal-header p {
    color: #6a5a4a;
    font-size: 0.85rem;
}

body.dark .legal-header p {
    color: #a0aec0;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content section {
    margin-bottom: 40px;
    background: white;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #e0d5c8;
}

body.dark .legal-content section {
    background: #16213e;
    border-color: #2a3a5e;
}

.legal-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff3366;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffcc33;
    display: inline-block;
}

.legal-content p {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #4a3a2a;
}

body.dark .legal-content p {
    color: #cbd5e0;
}

.legal-footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255,51,102,0.05), rgba(255,204,51,0.05));
    border-radius: 16px;
}

/* ==================== PÁGINA DE RASTREAMENTO ==================== */
.tracking-header {
    text-align: center;
    margin: 40px 0 30px;
}

.tracking-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.tracking-header p {
    color: #6a5a4a;
    margin-top: 10px;
}

body.dark .tracking-header p {
    color: #a0aec0;
}

.tracking-search-box {
    max-width: 600px;
    margin: 0 auto 40px;
}

.tracking-input-group {
    display: flex;
    gap: 15px;
    background: white;
    border-radius: 60px;
    padding: 5px 5px 5px 20px;
    border: 1px solid #e0d5c8;
    transition: all 0.3s ease;
}

body.dark .tracking-input-group {
    background: #16213e;
    border-color: #2a3a5e;
}

.tracking-input-group:focus-within {
    border-color: #ff3366;
    box-shadow: 0 0 0 3px rgba(255,51,102,0.1);
}

.tracking-input-group i {
    color: #ff3366;
    font-size: 1.1rem;
    align-self: center;
}

.tracking-input-group input {
    flex: 1;
    padding: 15px 0;
    border: none;
    background: transparent;
    font-size: 0.9rem;
}

.tracking-input-group input:focus {
    outline: none;
}

.tracking-input-group button {
    padding: 12px 28px;
    white-space: nowrap;
}

.tracking-hint {
    text-align: center;
    font-size: 0.7rem;
    color: #a09080;
    margin-top: 12px;
}

.tracking-result {
    max-width: 800px;
    margin: 0 auto;
}

.tracking-card {
    background: white;
    border-radius: 32px;
    border: 1px solid #e0d5c8;
    overflow: hidden;
    animation: fadeIn 0.4s ease;
}

body.dark .tracking-card {
    background: #16213e;
    border-color: #2a3a5e;
}

.tracking-header-info {
    background: linear-gradient(135deg, #1a0a2e, #2d1b4e);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

body.dark .tracking-header-info {
    background: linear-gradient(135deg, #0a0a1a, #1a0a2e);
}

.tracking-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.6);
}

.tracking-header-info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-top: 5px;
    font-family: monospace;
}

.tracking-status-badge {
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tracking-progress {
    padding: 40px 30px;
    background: rgba(0,0,0,0.02);
}

body.dark .tracking-progress {
    background: rgba(255,255,255,0.02);
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0d5c8;
    z-index: 0;
}

body.dark .progress-steps::before {
    background: #2a3a5e;
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #f5f0e8;
    border: 2px solid #d4c9bc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: all 0.3s ease;
    position: relative;
    background-color: white;
}

body.dark .step-icon {
    background: #16213e;
    border-color: #2a3a5e;
}

.step.active .step-icon {
    background: linear-gradient(135deg, #ff3366, #ffcc33);
    border-color: #ff3366;
    color: white;
    transform: scale(1.05);
}

.step-icon i {
    font-size: 1.2rem;
    color: #a09080;
}

.step.active .step-icon i {
    color: white;
}

.step-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6a5a4a;
}

body.dark .step-label {
    color: #a0aec0;
}

.step.active .step-label {
    color: #ff3366;
}

.tracking-details {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
}

.tracking-info-box,
.tracking-timeline {
    background: rgba(0,0,0,0.02);
    border-radius: 20px;
    padding: 20px;
}

body.dark .tracking-info-box,
body.dark .tracking-timeline {
    background: rgba(255,255,255,0.02);
}

.tracking-info-box h4,
.tracking-timeline h4 {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #ff3366;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tracking-info-box p {
    font-size: 0.85rem;
    margin-bottom: 8px;
    color: #4a3a2a;
}

body.dark .tracking-info-box p {
    color: #cbd5e0;
}

.tracking-timeline {
    max-height: 300px;
    overflow-y: auto;
}

.timeline-event {
    padding: 12px 0;
    border-left: 2px solid #ffcc33;
    padding-left: 15px;
    margin-bottom: 15px;
}

.event-date {
    font-size: 0.65rem;
    color: #a09080;
    margin-bottom: 5px;
}

.event-status {
    font-weight: 700;
    font-size: 0.85rem;
    color: #ff3366;
    margin-bottom: 5px;
}

.event-description {
    font-size: 0.75rem;
    color: #6a5a4a;
}

body.dark .event-description {
    color: #a0aec0;
}

.tracking-support {
    background: linear-gradient(135deg, #fef5e8, #fff8ed);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #e0d5c8;
}

body.dark .tracking-support {
    background: #0f3460;
    border-top-color: #2a3a5e;
}

.tracking-support i {
    font-size: 2rem;
    color: #25D366;
}

.tracking-support strong {
    display: block;
    margin-bottom: 5px;
}

.tracking-support p {
    font-size: 0.75rem;
    color: #6a5a4a;
}

body.dark .tracking-support p {
    color: #a0aec0;
}

.tracking-error {
    text-align: center;
    padding: 60px 30px;
    background: white;
    border-radius: 32px;
    border: 1px solid #e0d5c8;
}

body.dark .tracking-error {
    background: #16213e;
    border-color: #2a3a5e;
}

.tracking-error i {
    font-size: 3rem;
    color: #ff3366;
    margin-bottom: 20px;
}

.tracking-error h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.tracking-error p {
    color: #6a5a4a;
}

body.dark .tracking-error p {
    color: #a0aec0;
}

/* Ordem tracking info */
.order-tracking-info {
    background: rgba(255,51,102,0.05);
    padding: 12px 15px;
    border-radius: 12px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.order-tracking-info i {
    color: #ff3366;
}

.tracking-link-btn {
    background: none;
    border: none;
    color: #ff3366;
    cursor: pointer;
    font-weight: 600;
    margin-left: auto;
    transition: all 0.2s;
}

.tracking-link-btn:hover {
    text-decoration: underline;
}

/* Responsividade para páginas legais e tracking */
@media (max-width: 768px) {
    .legal-content section {
        padding: 20px;
    }
    
    .legal-content h2 {
        font-size: 1.1rem;
    }
    
    .tracking-header h2 {
        font-size: 1.4rem;
    }
    
    .tracking-input-group {
        flex-direction: column;
        background: transparent;
        padding: 0;
        gap: 10px;
    }
    
    .tracking-input-group input {
        background: white;
        border-radius: 60px;
        padding: 12px 20px;
        border: 1px solid #e0d5c8;
    }
    
    body.dark .tracking-input-group input {
        background: #16213e;
        border-color: #2a3a5e;
    }
    
    .tracking-input-group button {
        width: 100%;
    }
    
    .progress-steps {
        flex-direction: column;
        gap: 20px;
    }
    
    .progress-steps::before {
        display: none;
    }
    
    .step {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .step-icon {
        margin: 0;
    }
    
    .tracking-details {
        grid-template-columns: 1fr;
    }
    
    .tracking-header-info {
        flex-direction: column;
        text-align: center;
    }
    
    .order-tracking-info {
        flex-direction: column;
        text-align: center;
    }
    
    .tracking-link-btn {
        margin-left: 0;
    }
}

/* ==================== PÁGINA DE LOGIN ==================== */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 300px);
    padding: 40px 20px;
}

.login-container {
    max-width: 450px;
    width: 100%;
    background: white;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0d5c8;
}

body.dark .login-container {
    background: #16213e;
    border-color: #2a3a5e;
}

.login-header {
    text-align: center;
    margin-bottom: 30px;
}

.login-header i {
    font-size: 3rem;
    color: #ff3366;
    margin-bottom: 15px;
}

.login-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-header p {
    color: #6a5a4a;
    font-size: 0.85rem;
}

body.dark .login-header p {
    color: #a0aec0;
}

.login-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0d5c8;
}

.login-tab {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    color: #6a5a4a;
    transition: all 0.3s ease;
    position: relative;
}

body.dark .login-tab {
    color: #a0aec0;
}

.login-tab.active {
    color: #ff3366;
}

.login-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff3366;
}

.login-form-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.login-form-content.active {
    display: block;
}

.input-group-login {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.input-group-login i {
    position: absolute;
    left: 15px;
    color: #ff3366;
    font-size: 1rem;
    z-index: 1;
}

.input-group-login input {
    width: 100%;
    padding: 14px 16px 14px 45px;
    border: 1px solid #e0d5c8;
    border-radius: 16px;
    font-size: 0.9rem;
    background: white;
    transition: all 0.3s ease;
}

body.dark .input-group-login input {
    background: #0f3460;
    border-color: #2a3a5e;
    color: #e2e8f0;
}

.input-group-login input:focus {
    outline: none;
    border-color: #ff3366;
    box-shadow: 0 0 0 3px rgba(255, 51, 102, 0.1);
}

.toggle-password {
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: #a09080;
    transition: color 0.2s;
}

.toggle-password:hover {
    color: #ff3366;
}

.login-submit {
    width: 100%;
    padding: 14px;
    font-size: 0.9rem;
    margin-top: 10px;
}

.login-links {
    text-align: center;
    margin-top: 20px;
}

.login-links a {
    color: #ff3366;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.login-links a:hover {
    text-decoration: underline;
}

.terms-text {
    text-align: center;
    font-size: 0.7rem;
    color: #a09080;
    margin-top: 15px;
}

.terms-text a {
    color: #ff3366;
    text-decoration: none;
}

/* User Dropdown */
.user-dropdown {
    position: absolute;
    top: 70px;
    right: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    z-index: 1001;
    border: 1px solid #e0d5c8;
    overflow: hidden;
}

body.dark .user-dropdown {
    background: #16213e;
    border-color: #2a3a5e;
}

.user-dropdown .user-info {
    padding: 15px;
    background: linear-gradient(135deg, rgba(255,51,102,0.05), rgba(255,204,51,0.05));
    text-align: center;
}

.user-dropdown .user-info strong {
    display: block;
    font-size: 0.9rem;
}

.user-dropdown .user-info small {
    display: block;
    font-size: 0.7rem;
    color: #6a5a4a;
    margin-top: 4px;
}

body.dark .user-dropdown .user-info small {
    color: #a0aec0;
}

.dropdown-divider {
    height: 1px;
    background: #e0d5c8;
    margin: 5px 0;
}

body.dark .dropdown-divider {
    background: #2a3a5e;
}

.user-dropdown a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: #2c2418;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.85rem;
}

body.dark .user-dropdown a {
    color: #e2e8f0;
}

.user-dropdown a:hover {
    background: rgba(255, 51, 102, 0.1);
    color: #ff3366;
}

.user-dropdown a i {
    width: 20px;
    text-align: center;
}