@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100vw; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #0f172a; color: #f1f5f9; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: inherit; }

/* Header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(14, 165, 233, 0.15); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, #0ea5e9, #06b6d4); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; color: #fff; }
.logo-text { font-size: 1.3rem; font-weight: 700; color: #f8fafc; letter-spacing: -0.02em; }
.logo-text span { color: #0ea5e9; }

.nav-links { display: flex; gap: 0.25rem; align-items: center; }
.nav-links a { padding: 0.5rem 0.85rem; border-radius: 8px; font-size: 0.875rem; font-weight: 500; color: #94a3b8; transition: all 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #0ea5e9; background: rgba(14, 165, 233, 0.1); }

.header-actions { display: flex; align-items: center; gap: 1rem; }
.cart-btn { position: relative; background: none; border: none; color: #f1f5f9; font-size: 1.5rem; padding: 0.5rem; }
.cart-count { position: absolute; top: 0; right: -4px; background: #0ea5e9; color: #fff; font-size: 0.65rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: none; align-items: center; justify-content: center; }

.hamburger { display: none; background: none; border: none; color: #f1f5f9; font-size: 1.5rem; padding: 0.5rem; }

/* Mobile nav */
.mobile-nav { position: fixed; top: 0; left: -100%; width: 280px; height: 100vh; background: #1e293b; z-index: 200; transition: left 0.3s; padding: 2rem 1.5rem; overflow-y: auto; }
.mobile-nav.open { left: 0; }
.mobile-nav a { display: block; padding: 0.85rem 0; font-size: 1rem; color: #cbd5e1; border-bottom: 1px solid rgba(148, 163, 184, 0.1); }
.mobile-nav a:hover { color: #0ea5e9; }
.nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 199; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.nav-overlay.open { opacity: 1; pointer-events: auto; }

/* Hero */
.hero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.7) 50%, rgba(15,23,42,0.5) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 4rem 1.5rem; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(14, 165, 233, 0.15); border: 1px solid rgba(14, 165, 233, 0.3); padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; color: #0ea5e9; margin-bottom: 1.5rem; }
.hero h1 { font-size: 3.5rem; font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; max-width: 650px; margin-bottom: 1.25rem; }
.hero h1 span { background: linear-gradient(135deg, #0ea5e9, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.15rem; color: #94a3b8; max-width: 500px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: linear-gradient(135deg, #0ea5e9, #0284c7); color: #fff; padding: 0.85rem 2rem; border-radius: 12px; font-weight: 600; font-size: 0.95rem; border: none; transition: all 0.3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(14, 165, 233, 0.3); }
.btn-outline { background: transparent; color: #f1f5f9; padding: 0.85rem 2rem; border-radius: 12px; font-weight: 600; font-size: 0.95rem; border: 1px solid rgba(148, 163, 184, 0.3); transition: all 0.3s; }
.btn-outline:hover { border-color: #0ea5e9; color: #0ea5e9; }

/* Sections */
.section { max-width: 1280px; margin: 0 auto; padding: 5rem 1.5rem; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 { font-size: 2.25rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.section-header h2 span { color: #0ea5e9; }
.section-header p { color: #94a3b8; font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* Category cards */
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.category-card { background: linear-gradient(145deg, #1e293b, #0f172a); border: 1px solid rgba(14, 165, 233, 0.1); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: all 0.3s; cursor: pointer; }
.category-card:hover { transform: translateY(-6px); border-color: rgba(14, 165, 233, 0.4); box-shadow: 0 12px 40px rgba(14, 165, 233, 0.1); }
.category-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.category-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.35rem; }
.category-card p { font-size: 0.8rem; color: #64748b; }

/* Product grid */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
.product-card { background: #1e293b; border-radius: 16px; overflow: hidden; border: 1px solid rgba(148, 163, 184, 0.08); transition: all 0.3s; cursor: pointer; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(14, 165, 233, 0.3); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.product-img-wrap { position: relative; aspect-ratio: 1; overflow: hidden; background: #0f172a; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .product-img-wrap img { transform: scale(1.08); }
.quick-add { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%) translateY(60px); background: #0ea5e9; color: #fff; border: none; padding: 0.55rem 1.2rem; border-radius: 8px; font-weight: 600; font-size: 0.8rem; transition: all 0.3s; white-space: nowrap; }
.product-card:hover .quick-add { transform: translateX(-50%) translateY(0); }
.product-info { padding: 1.25rem; }
.product-brand { font-size: 0.7rem; font-weight: 600; color: #0ea5e9; text-transform: uppercase; letter-spacing: 0.08em; }
.product-info h3 { font-size: 0.95rem; font-weight: 600; margin: 0.3rem 0; line-height: 1.3; }
.product-rating { display: flex; align-items: center; gap: 0.35rem; margin-bottom: 0.5rem; }
.stars { color: #fbbf24; font-size: 0.8rem; }
.review-count { font-size: 0.7rem; color: #64748b; }
.product-price { font-size: 1.15rem; font-weight: 700; color: #0ea5e9; }

/* Feature strip */
.feature-strip { background: linear-gradient(135deg, #1e293b, #0f172a); border-top: 1px solid rgba(14, 165, 233, 0.1); border-bottom: 1px solid rgba(14, 165, 233, 0.1); }
.feature-grid { max-width: 1280px; margin: 0 auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
.feature-item { display: flex; align-items: flex-start; gap: 1rem; }
.feature-icon { width: 48px; height: 48px; background: rgba(14, 165, 233, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.feature-item h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.2rem; }
.feature-item p { font-size: 0.78rem; color: #64748b; }

/* Lifestyle banner */
.lifestyle-banner { position: relative; margin: 0 1.5rem; border-radius: 20px; overflow: hidden; max-width: 1280px; margin-left: auto; margin-right: auto; }
.lifestyle-banner img { width: 100%; height: 400px; object-fit: cover; }
.lifestyle-banner .overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.4) 100%); display: flex; flex-direction: column; justify-content: center; padding: 3rem; }
.lifestyle-banner h2 { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; max-width: 400px; }
.lifestyle-banner p { color: #94a3b8; margin-bottom: 1.5rem; max-width: 380px; }

/* Newsletter */
.newsletter { background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(6, 182, 212, 0.05)); border: 1px solid rgba(14, 165, 233, 0.15); border-radius: 20px; padding: 3rem; text-align: center; max-width: 600px; margin: 0 auto; }
.newsletter h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.newsletter p { color: #94a3b8; font-size: 0.9rem; margin-bottom: 1.5rem; }
.newsletter-form { display: flex; gap: 0.5rem; max-width: 420px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 0.75rem 1rem; border-radius: 10px; border: 1px solid rgba(148, 163, 184, 0.2); background: #0f172a; color: #f1f5f9; font-size: 0.9rem; }
.newsletter-form button { padding: 0.75rem 1.5rem; border-radius: 10px; background: #0ea5e9; color: #fff; border: none; font-weight: 600; font-size: 0.9rem; white-space: nowrap; }

/* Footer */
.footer { background: #0a0f1a; border-top: 1px solid rgba(148, 163, 184, 0.08); padding: 4rem 1.5rem 2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand p { color: #64748b; font-size: 0.85rem; margin-top: 1rem; max-width: 280px; }
.footer-col h4 { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #94a3b8; margin-bottom: 1rem; }
.footer-col a { display: block; color: #64748b; font-size: 0.85rem; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: #0ea5e9; }
.footer-bottom { max-width: 1280px; margin: 2rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(148, 163, 184, 0.08); display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: #475569; }

/* Product detail page */
.product-detail { max-width: 1280px; margin: 0 auto; padding: 2rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.pd-image { aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: #1e293b; }
.pd-image img { width: 100%; height: 100%; object-fit: cover; }
.pd-info { padding: 1rem 0; }
.pd-breadcrumb { font-size: 0.8rem; color: #64748b; margin-bottom: 1rem; }
.pd-breadcrumb a { color: #0ea5e9; }
.pd-brand { font-size: 0.8rem; font-weight: 600; color: #0ea5e9; text-transform: uppercase; letter-spacing: 0.08em; }
.pd-info h1 { font-size: 2rem; font-weight: 800; margin: 0.5rem 0; }
.pd-rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.pd-price { font-size: 2rem; font-weight: 800; color: #0ea5e9; margin-bottom: 1.5rem; }
.pd-desc { color: #94a3b8; font-size: 0.95rem; margin-bottom: 2rem; line-height: 1.7; }
.pd-features { list-style: none; margin-bottom: 2rem; }
.pd-features li { padding: 0.4rem 0; padding-left: 1.5rem; position: relative; color: #cbd5e1; font-size: 0.9rem; }
.pd-features li::before { content: '✓'; position: absolute; left: 0; color: #0ea5e9; font-weight: 700; }
.pd-qty { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.pd-qty button { width: 40px; height: 40px; border-radius: 8px; border: 1px solid rgba(148,163,184,0.2); background: #1e293b; color: #f1f5f9; font-size: 1.2rem; }
.pd-qty span { font-size: 1.1rem; font-weight: 600; min-width: 30px; text-align: center; }
.pd-add-btn { width: 100%; padding: 1rem; background: linear-gradient(135deg, #0ea5e9, #0284c7); color: #fff; border: none; border-radius: 12px; font-size: 1.05rem; font-weight: 700; transition: all 0.3s; margin-bottom: 2rem; }
.pd-add-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(14,165,233,0.3); }
.pd-specs { background: #1e293b; border-radius: 12px; padding: 1.5rem; }
.pd-specs h3 { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.pd-specs table { width: 100%; }
.pd-specs td { padding: 0.5rem 0; font-size: 0.85rem; border-bottom: 1px solid rgba(148,163,184,0.08); }
.pd-specs td:first-child { color: #64748b; width: 40%; }

/* Cart page */
.cart-page { max-width: 900px; margin: 0 auto; padding: 2rem 1.5rem; }
.cart-page h1 { font-size: 2rem; font-weight: 800; margin-bottom: 2rem; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; padding: 1rem; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; border-bottom: 1px solid rgba(148,163,184,0.15); }
.cart-table td { padding: 1rem; border-bottom: 1px solid rgba(148,163,184,0.08); vertical-align: middle; }
.cart-table .cart-product { display: flex; align-items: center; gap: 1rem; }
.cart-table .cart-product img { width: 64px; height: 64px; border-radius: 8px; object-fit: cover; }
.cart-table .cart-product-name { font-weight: 600; font-size: 0.9rem; }
.cart-summary { background: #1e293b; border-radius: 16px; padding: 2rem; margin-top: 2rem; }
.cart-summary-row { display: flex; justify-content: space-between; padding: 0.5rem 0; }
.cart-summary-row.total { font-size: 1.3rem; font-weight: 800; border-top: 1px solid rgba(148,163,184,0.15); padding-top: 1rem; margin-top: 0.5rem; }
.cart-summary-row.total .price { color: #0ea5e9; }

/* Checkout */
.checkout-page { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; }
.checkout-page h1 { font-size: 2rem; font-weight: 800; margin-bottom: 2rem; }
.form-section { background: #1e293b; border-radius: 16px; padding: 2rem; margin-bottom: 1.5rem; }
.form-section h2 { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.5rem; color: #0ea5e9; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-row.full { grid-template-columns: 1fr; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; color: #94a3b8; margin-bottom: 0.35rem; }
.form-group input { width: 100%; padding: 0.7rem 1rem; border-radius: 8px; border: 1px solid rgba(148,163,184,0.2); background: #0f172a; color: #f1f5f9; font-size: 0.9rem; }
.form-group input:focus { outline: none; border-color: #0ea5e9; }
#card-element { padding: 0.8rem 1rem; border-radius: 8px; border: 1px solid rgba(148,163,184,0.2); background: #0f172a; }
.checkout-btn { width: 100%; padding: 1rem; background: linear-gradient(135deg, #0ea5e9, #0284c7); color: #fff; border: none; border-radius: 12px; font-size: 1.05rem; font-weight: 700; margin-top: 1rem; }
.checkout-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* Cart Drawer */
.cart-drawer { position: fixed; top: 0; right: -400px; width: 380px; max-width: 90vw; height: 100vh; background: #1e293b; z-index: 300; transition: right 0.3s; display: flex; flex-direction: column; box-shadow: -4px 0 30px rgba(0,0,0,0.5); }
.cart-drawer.open { right: 0; }
.cart-drawer-header { padding: 1.25rem 1.5rem; border-bottom: 1px solid rgba(148,163,184,0.1); display: flex; justify-content: space-between; align-items: center; }
.cart-drawer-header h3 { font-size: 1.1rem; font-weight: 700; }
.cart-drawer-close { background: none; border: none; color: #94a3b8; font-size: 1.5rem; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-item { display: flex; gap: 1rem; margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(148,163,184,0.08); }
.cart-item img { width: 64px; height: 64px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.cart-item-info h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.25rem; }
.cart-item-price { font-size: 0.9rem; font-weight: 700; color: #0ea5e9; margin-bottom: 0.5rem; }
.qty-controls { display: flex; align-items: center; gap: 0.5rem; }
.qty-controls button { width: 28px; height: 28px; border-radius: 6px; border: 1px solid rgba(148,163,184,0.2); background: #0f172a; color: #f1f5f9; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
.qty-controls span { min-width: 20px; text-align: center; font-size: 0.85rem; }
.remove-btn { border-color: rgba(239,68,68,0.3) !important; color: #ef4444 !important; }
.cart-drawer-footer { padding: 1.25rem 1.5rem; border-top: 1px solid rgba(148,163,184,0.1); }
.cart-drawer-total { display: flex; justify-content: space-between; font-size: 1.15rem; font-weight: 700; margin-bottom: 1rem; }
.cart-drawer-total .price { color: #0ea5e9; }
.cart-drawer-btn { display: block; width: 100%; text-align: center; padding: 0.85rem; background: linear-gradient(135deg, #0ea5e9, #0284c7); color: #fff; border: none; border-radius: 10px; font-weight: 700; font-size: 0.95rem; }
.cart-empty-msg { text-align: center; padding: 3rem 0; color: #64748b; }

.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 299; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-overlay.open { opacity: 1; pointer-events: auto; }

/* Toast */
.toast-notification { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(100px); background: #0ea5e9; color: #fff; padding: 0.75rem 1.5rem; border-radius: 10px; font-weight: 600; font-size: 0.9rem; z-index: 400; transition: transform 0.3s; box-shadow: 0 8px 30px rgba(14,165,233,0.3); }
.toast-notification.show { transform: translateX(-50%) translateY(0); }

/* About / Contact pages */
.page-hero { padding: 4rem 1.5rem; text-align: center; background: linear-gradient(135deg, #1e293b, #0f172a); border-bottom: 1px solid rgba(14,165,233,0.1); }
.page-hero h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 0.5rem; }
.page-hero p { color: #94a3b8; font-size: 1.05rem; }
.content-section { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; }
.content-section h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; color: #0ea5e9; }
.content-section p { color: #94a3b8; margin-bottom: 1rem; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.value-card { background: #1e293b; border-radius: 12px; padding: 1.5rem; border: 1px solid rgba(14,165,233,0.1); }
.value-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.value-card p { font-size: 0.85rem; color: #64748b; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-item .icon { width: 44px; height: 44px; background: rgba(14,165,233,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0.75rem 1rem; border-radius: 8px; border: 1px solid rgba(148,163,184,0.2); background: #0f172a; color: #f1f5f9; font-size: 0.9rem; margin-bottom: 1rem; font-family: inherit; }
.contact-form textarea { height: 120px; resize: vertical; }

/* Category page hero */
.cat-hero { padding: 3rem 1.5rem; text-align: center; background: linear-gradient(135deg, #1e293b, #0f172a); border-bottom: 1px solid rgba(14,165,233,0.1); }
.cat-hero h1 { font-size: 2.25rem; font-weight: 800; margin-bottom: 0.5rem; }
.cat-hero p { color: #94a3b8; max-width: 600px; margin: 0 auto; }

/* Order confirmation */
.order-confirm { max-width: 600px; margin: 0 auto; padding: 4rem 1.5rem; text-align: center; }
.order-confirm .check-circle { width: 80px; height: 80px; background: rgba(34,197,94,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2.5rem; }
.order-confirm h1 { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; }
.order-confirm p { color: #94a3b8; margin-bottom: 1.5rem; }
.order-id { background: #1e293b; border-radius: 12px; padding: 1.5rem; margin-bottom: 2rem; font-family: monospace; font-size: 1.1rem; color: #0ea5e9; }

/* Responsive */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .hero h1 { font-size: 2.25rem; }
  .hero { min-height: 450px; }
  .product-detail { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .hero-btns a, .hero-btns button { width: 100%; text-align: center; }
  .lifestyle-banner .overlay h2 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.75rem; }
  .section-header h2 { font-size: 1.75rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr; }
}
