/* =============================================
   SUNSHINE WEB GROUP - MAIN STYLESHEET
   ============================================= */

:root {
    --primary: #FFE500;
    --primary-dark: #FFC107;
    --secondary: #FF9800;
    --secondary-dark: #F57C00;
    --accent: #C62828;
    --success: #2E7D32;
    --dark: #222222;
    --light: #FFFFFF;
    --text: #222222;
    --text-secondary: #666666;
    --text-muted: #999999;
    --border: #DDDDDD;
    --input-bg: #F9F9F9;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Nunito', sans-serif; background: var(--primary); color: var(--text); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }

/* Navigation */
.nav { background: var(--primary); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(0,0,0,0.08); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo { font-size: 32px; }
.nav-title { font-size: 14px; font-weight: 800; letter-spacing: 1px; color: var(--accent); }
.nav-subtitle { font-size: 9px; font-weight: 600; color: var(--text); }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-link { background: none; border: none; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; color: var(--text); text-decoration: none; }
.nav-link:hover { color: var(--accent); }
.nav-btn { padding: 10px 22px; border-radius: 25px; border: none; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; background: var(--dark); color: var(--primary); text-decoration: none; display: inline-block; }
.menu-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; }

/* Sections */
.section { padding: 60px 20px; }
.section-title { font-size: 28px; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 40px; }
.container { max-width: 1200px; margin: 0 auto; }

/* Hero */
.hero { background: var(--primary); padding: 60px 20px; text-align: center; }
.hero-inner { max-width: 700px; margin: 0 auto; }
.hero-title { font-size: clamp(32px, 6vw, 52px); font-weight: 800; color: var(--text); margin-bottom: 16px; }
.hero-text { font-size: 17px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 24px; }
.hero-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 28px; }
.hero-feature { font-size: 15px; font-weight: 700; color: var(--text); }
.hero-highlights { background: rgba(0,0,0,0.06); border-radius: 12px; padding: 20px; text-align: left; margin-bottom: 28px; }
.highlight-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; font-size: 14px; font-weight: 600; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--dark); color: var(--primary); padding: 14px 28px; border-radius: 25px; border: none; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-block; }
.btn-secondary { background: transparent; color: var(--text); padding: 12px 24px; border-radius: 25px; border: 2px solid var(--text); font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-block; }

/* Stats */
.stats { background: var(--primary); padding: 40px 20px 60px; }
.stats-inner { max-width: 700px; margin: 0 auto; display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-num { font-size: 36px; font-weight: 800; color: var(--text); }
.stat-label { font-size: 13px; font-weight: 600; color: var(--text-secondary); }

/* Features */
.features { background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.feature-card { background: var(--light); border-radius: 12px; padding: 24px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.feature-icon { font-size: 36px; margin-bottom: 12px; }
.feature-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.feature-desc { font-size: 13px; color: var(--text-secondary); }

/* Pricing */
.pricing { background: linear-gradient(180deg, var(--primary-dark) 0%, var(--secondary) 100%); }
.billing-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 36px; }
.billing-label { font-size: 14px; font-weight: 700; color: var(--text); display: flex; align-items: center; gap: 6px; }
.toggle { width: 50px; height: 26px; background: rgba(0,0,0,0.15); border-radius: 25px; border: none; position: relative; cursor: pointer; }
.toggle-dot { position: absolute; top: 2px; left: 2px; width: 22px; height: 22px; background: var(--dark); border-radius: 50%; transition: transform 0.2s; }
.toggle.yearly .toggle-dot { transform: translateX(24px); }
.save-badge { background: var(--dark); color: var(--primary); padding: 3px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.plan-card { background: var(--light); border-radius: 16px; padding: 28px; border: 3px solid var(--border); cursor: pointer; transition: all 0.2s; position: relative; }
.plan-card:hover, .plan-card.selected { border-color: var(--accent); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.plan-badges { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.plan-badge { padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700; color: var(--light); }
.promo-bar { margin: -28px -28px 20px; padding: 10px; border-radius: 13px 13px 0 0; text-align: center; font-size: 12px; font-weight: 700; color: var(--light); }
.plan-icon { font-size: 40px; margin-bottom: 10px; text-align: center; }
.plan-name { font-size: 22px; font-weight: 800; color: var(--text); text-align: center; }
.plan-tagline { font-size: 13px; color: var(--text-secondary); margin-bottom: 16px; text-align: center; }
.plan-price { display: flex; align-items: flex-start; justify-content: center; }
.plan-currency { font-size: 20px; font-weight: 700; color: var(--text); margin-top: 6px; }
.plan-amount { font-size: 48px; font-weight: 800; color: var(--text); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-secondary); align-self: flex-end; margin-bottom: 8px; margin-left: 4px; }
.plan-billed { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; text-align: center; min-height: 18px; }
.plan-features { list-style: none; margin: 20px 0; text-align: left; }
.plan-feature { display: flex; align-items: center; gap: 8px; padding: 8px 0; font-size: 13px; border-bottom: 1px solid var(--border); }
.plan-feature.excluded { opacity: 0.4; }
.feature-badge { padding: 2px 6px; border-radius: 4px; font-size: 9px; font-weight: 700; color: var(--light); background: var(--secondary); margin-left: auto; }
.plan-btn { width: 100%; padding: 12px; border-radius: 25px; border: 2px solid; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; margin-top: 16px; transition: all 0.2s; }

/* Addons */
.addons-section { background: linear-gradient(180deg, var(--secondary) 0%, var(--secondary-dark) 100%); }
.addons-subtitle { font-size: 14px; color: var(--text); text-align: center; margin-bottom: 28px; opacity: 0.8; }
.category-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.category-tab { padding: 8px 16px; border-radius: 20px; border: 2px solid rgba(0,0,0,0.15); background: transparent; color: var(--text); font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; text-decoration: none; }
.category-tab.active { background: var(--dark); border-color: var(--dark); color: var(--primary); }
.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.addon-card { background: var(--light); border-radius: 12px; padding: 20px; border: 3px solid var(--border); transition: all 0.2s; position: relative; }
.addon-card.clickable { cursor: pointer; }
.addon-card.clickable:hover, .addon-card.selected { border-color: var(--accent); }
.addon-card.selected { background: #fff5e6; }
.addon-popular { position: absolute; top: 10px; right: 10px; background: var(--accent); color: var(--light); padding: 3px 10px; border-radius: 20px; font-size: 10px; font-weight: 700; }
.addon-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.addon-icon { font-size: 28px; }
.addon-check { width: 22px; height: 22px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--light); }
.addon-name { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.addon-desc { font-size: 12px; color: var(--text-secondary); margin-bottom: 12px; }
.addon-features-list { list-style: none; margin-bottom: 12px; }
.addon-feature-item { font-size: 11px; color: var(--text-secondary); padding: 2px 0; }
.addon-price { font-size: 14px; font-weight: 700; color: var(--accent); }

/* Floating Order Bar */
.floating-bar { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--dark); border-radius: 16px; padding: 14px 20px; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.floating-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.floating-plan { font-size: 15px; font-weight: 700; color: var(--light); }
.floating-addons { font-size: 12px; color: rgba(255,255,255,0.6); }
.floating-price { font-size: 22px; font-weight: 800; color: var(--primary); }
.floating-period { font-size: 12px; color: rgba(255,255,255,0.6); }
.floating-btn { background: var(--primary); color: var(--dark); padding: 10px 20px; border-radius: 20px; border: none; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; }

/* Testimonials */
.testimonials { background: linear-gradient(180deg, var(--secondary-dark) 0%, var(--primary) 100%); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.testimonial-card { background: var(--light); border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.testimonial-stars { color: var(--secondary); font-size: 16px; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; font-style: italic; }
.testimonial-name { font-size: 14px; font-weight: 700; color: var(--text); }
.testimonial-role { font-size: 12px; color: var(--text-muted); }

/* CTA */
.cta { background: var(--primary); text-align: center; }
.cta-title { font-size: 28px; font-weight: 800; color: var(--text); margin-bottom: 12px; }
.cta-text { font-size: 16px; color: var(--text-secondary); margin-bottom: 24px; }
.cta-btn { background: var(--dark); color: var(--primary); padding: 14px 32px; border-radius: 25px; border: none; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-block; }

/* Auth Pages */
.auth-section { background: var(--primary); padding: 60px 20px 80px; min-height: calc(100vh - 200px); display: flex; align-items: center; justify-content: center; }
.auth-card { background: var(--light); border-radius: 16px; padding: 40px; max-width: 400px; width: 100%; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.auth-logo { font-size: 48px; text-align: center; margin-bottom: 20px; }
.auth-title { font-size: 24px; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 8px; }
.auth-subtitle { font-size: 14px; color: var(--text-secondary); text-align: center; margin-bottom: 28px; }
.auth-error, .alert-error { background: #ffebee; border: 1px solid #ffcdd2; color: #c62828; padding: 12px; border-radius: 8px; font-size: 13px; margin-bottom: 20px; }
.alert-success { background: #e8f5e9; border: 1px solid #c8e6c9; color: #2e7d32; padding: 12px; border-radius: 8px; font-size: 13px; margin-bottom: 20px; }
.auth-submit { background: var(--dark); color: var(--primary); padding: 14px; border-radius: 25px; border: none; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; width: 100%; margin-top: 8px; }
.auth-switch { text-align: center; margin-top: 20px; font-size: 13px; color: var(--text-secondary); }
.auth-switch a { color: var(--accent); font-weight: 700; }

/* Form Fields */
.form-group { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field-label { display: block; font-size: 12px; font-weight: 600; color: var(--text-secondary); margin-bottom: 6px; }
.field-input, .field-select, .field-textarea { width: 100%; padding: 12px 15px; border: 2px solid #eee; border-radius: 10px; font-size: 14px; font-family: inherit; transition: border-color 0.2s; background: var(--input-bg); }
.field-input:focus, .field-select:focus, .field-textarea:focus { outline: none; border-color: var(--primary-dark); }
.field-error { font-size: 11px; color: var(--accent); margin-top: 4px; }
.field-hint { font-size: 11px; color: var(--text-muted); margin-top: 4px; }

/* Dashboard */
.dash-section { background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%); padding: 20px; min-height: calc(100vh - 80px); }
.dash-container { display: flex; gap: 24px; max-width: 1200px; margin: 0 auto; }
.dash-sidebar { width: 240px; background: var(--light); border-radius: 16px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); height: fit-content; position: sticky; top: 80px; }
.sidebar-user { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--border); }
.sidebar-avatar { width: 44px; height: 44px; border-radius: 10px; background: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--text); }
.sidebar-name { font-size: 14px; font-weight: 700; color: var(--text); }
.sidebar-plan { font-size: 12px; color: var(--text-secondary); }
.sidebar-link { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 8px; border: none; background: transparent; color: var(--text-secondary); font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; text-align: left; width: 100%; margin-bottom: 4px; text-decoration: none; }
.sidebar-link.active { background: #FFF8E1; color: var(--secondary); }
.sidebar-link:hover { background: #FFF8E1; }
.sidebar-logout { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--border); background: var(--light); color: var(--text-secondary); font-size: 13px; cursor: pointer; font-family: inherit; margin-top: 16px; width: 100%; text-decoration: none; }
.dash-main { flex: 1; background: var(--light); border-radius: 16px; padding: 28px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.dash-title { font-size: 24px; font-weight: 800; color: var(--text); margin-bottom: 24px; }
.dash-subtitle { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 16px; margin-top: 32px; }
.dash-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }
.dash-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-bottom: 24px; }
.dash-stat { background: #FFF8E1; border-radius: 12px; padding: 20px; }
.dash-stat-icon { font-size: 28px; margin-bottom: 10px; }
.dash-stat-val { font-size: 24px; font-weight: 800; color: var(--secondary); margin-bottom: 4px; }
.dash-stat-label { font-size: 12px; color: var(--text-secondary); }
.quick-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.quick-btn { padding: 10px 16px; border-radius: 8px; border: 1px solid var(--border); background: var(--light); color: var(--text); font-size: 13px; cursor: pointer; font-family: inherit; text-decoration: none; }
.add-btn { background: var(--secondary); color: var(--light); padding: 10px 20px; border-radius: 20px; border: none; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-block; }

/* Cards */
.card { background: var(--input-bg); border-radius: 12px; padding: 20px; margin-bottom: 12px; }
.card-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.card-title { font-size: 16px; font-weight: 700; color: var(--text); }
.card-subtitle { font-size: 13px; color: var(--text-secondary); }
.card-btns { display: flex; gap: 8px; margin-left: auto; }
.card-btn { padding: 8px 14px; border-radius: 6px; border: 1px solid var(--border); background: var(--light); color: var(--text); font-size: 12px; cursor: pointer; font-family: inherit; text-decoration: none; }
.status-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.status-dot.active { background: var(--success); }
.status-dot.pending { background: var(--secondary); }
.ssl-badge { background: #E8F5E9; color: var(--success); padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; margin-left: 10px; }

/* Settings */
.settings-box { background: var(--input-bg); border-radius: 12px; padding: 24px; margin-bottom: 20px; }
.settings-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 16px; }
.save-btn { background: var(--secondary); color: var(--light); padding: 12px 24px; border-radius: 20px; border: none; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; margin-top: 12px; }

/* Admin */
.admin-badge { background: var(--accent); color: var(--light); padding: 2px 8px; border-radius: 10px; font-size: 10px; font-weight: 700; margin-left: 8px; }
.admin-list { display: flex; flex-direction: column; gap: 12px; }
.admin-list-item { display: flex; align-items: center; gap: 16px; background: var(--input-bg); border-radius: 12px; padding: 16px; flex-wrap: wrap; }
.admin-list-icon { font-size: 28px; }
.admin-list-info { flex: 1; min-width: 200px; }
.admin-list-name { font-size: 15px; font-weight: 700; color: var(--text); }
.admin-list-meta { font-size: 12px; color: var(--text-secondary); }
.edit-btn { background: #e3f2fd; color: #1976d2; padding: 8px 16px; border-radius: 6px; border: none; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; }
.delete-btn { background: #ffebee; color: var(--accent); padding: 8px 16px; border-radius: 6px; border: none; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; }

/* Support */
.support-section { background: var(--primary); padding: 40px 20px 80px; }
.support-inner { max-width: 1000px; margin: 0 auto; }
.support-title { font-size: 32px; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 12px; }
.support-sub { font-size: 16px; color: var(--text-secondary); text-align: center; margin-bottom: 40px; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 40px; }
.contact-card { background: var(--light); border-radius: 12px; padding: 28px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.contact-icon { font-size: 40px; margin-bottom: 12px; }
.contact-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.contact-desc { font-size: 13px; color: var(--text-secondary); margin-bottom: 16px; }
.contact-btn { background: var(--dark); color: var(--primary); padding: 10px 20px; border-radius: 20px; border: none; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; }
.ticket-box { background: var(--light); border-radius: 12px; padding: 28px; margin-bottom: 40px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.ticket-title { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 20px; }
.submit-btn { background: var(--dark); color: var(--primary); padding: 12px 28px; border-radius: 20px; border: none; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; }
.faq-title { font-size: 22px; font-weight: 700; color: var(--text); text-align: center; margin-bottom: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--light); border-radius: 12px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); cursor: pointer; }
.faq-q { font-size: 15px; font-weight: 700; color: var(--text); display: flex; justify-content: space-between; align-items: center; }
.faq-toggle { font-size: 20px; color: var(--text-secondary); }
.faq-a { font-size: 13px; color: var(--text-secondary); line-height: 1.6; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); display: none; }
.faq-item.open .faq-a { display: block; }

/* Footer */
.footer { background: var(--dark); padding: 50px 20px 30px; }
.footer-inner { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; margin-bottom: 30px; }
.footer-logo { font-size: 14px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.5); }
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col-title { font-size: 13px; font-weight: 700; color: var(--light); margin-bottom: 4px; }
.footer-link { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-link:hover { color: rgba(255,255,255,0.8); }
.footer-bottom { max-width: 1000px; margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; color: rgba(255,255,255,0.4); text-align: center; }

/* Register Steps */
.register-section { background: var(--primary); padding: 40px 20px 80px; min-height: calc(100vh - 200px); }
.steps { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: 8px; }
.step-dot { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--light); background: var(--border); }
.step.active .step-dot { background: var(--accent); }
.step.completed .step-dot { background: var(--success); }
.step-line { width: 60px; height: 3px; background: var(--border); border-radius: 2px; }
.step-label { font-size: 13px; color: var(--text); font-weight: 600; }
.step-line { width: 30px; height: 2px; background: var(--border); }
.register-card { background: var(--light); border-radius: 16px; padding: 36px; max-width: 500px; margin: 0 auto; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.register-card.wide { max-width: 800px; }
.register-title { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 24px; text-align: center; }

/* Payment */
.summary { background: var(--input-bg); border-radius: 12px; padding: 16px; margin-bottom: 20px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13px; color: var(--text-secondary); }
.summary-total { display: flex; justify-content: space-between; padding: 12px 0 0; margin-top: 8px; border-top: 1px solid var(--border); font-size: 16px; font-weight: 700; color: var(--text); }
.payment-box { margin-bottom: 20px; }
.payment-title { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.square-tag { font-size: 10px; background: var(--input-bg); padding: 3px 8px; border-radius: 4px; }
#card-container { min-height: 89px; }
.captcha { display: flex; align-items: center; gap: 10px; background: var(--input-bg); border: 2px solid var(--border); border-radius: 8px; padding: 14px; cursor: pointer; margin-bottom: 8px; }
.captcha.verified { border-color: var(--success); }
.captcha-box { width: 22px; height: 22px; border: 2px solid var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 12px; background: var(--light); }
.captcha.verified .captcha-box { background: var(--success); border-color: var(--success); color: var(--light); }
.terms-text { font-size: 11px; color: var(--text-muted); text-align: center; margin-bottom: 16px; }
.pay-btn { width: 100%; background: var(--accent); color: var(--light); padding: 14px; border-radius: 25px; border: none; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; }

/* Loading */
.loading { text-align: center; padding: 40px; }
.spinner { width: 40px; height: 40px; border: 4px solid var(--border); border-top-color: var(--secondary); border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 16px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Table */
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 12px; text-align: left; border-bottom: 1px solid var(--border); font-size: 13px; }
.data-table th { font-weight: 700; color: var(--text-secondary); }

/* Responsive */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .menu-toggle { display: block; }
    .dash-container { flex-direction: column; }
    .dash-sidebar { width: 100%; position: static; }
    .form-row { grid-template-columns: 1fr; }
    .floating-bar { left: 10px; right: 10px; transform: none; }
}
