/* ============================================
   ugcInfluo.in — Premium Light Theme v2
   Clean, modern SaaS aesthetic
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800&display=swap');

:root {
    --bg: #FFFFFF;
    --bg-soft: #F8F8FA;
    --bg-muted: #F1F1F5;
    --bg-dark: #0F0F12;
    --surface: #FFFFFF;
    --text: #1A1A2E;
    --text-secondary: #5C5C70;
    --text-muted: #9090A7;
    --border: #E8E8EE;
    --border-hover: #D0D0DC;
    --accent: #FF5C35;
    --accent-hover: #E84D28;
    --accent-soft: #FFF0EC;
    --accent2: #6C3AED;
    --accent2-soft: #F0EBFF;
    --green: #10B981;
    --green-soft: #ECFDF5;
    --yellow: #F59E0B;
    --yellow-soft: #FFFBEB;
    --red: #EF4444;
    --red-soft: #FEF2F2;
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 100px;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
    --shadow: 0 2px 8px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.03);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.08);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.1);
    --transition: 0.2s ease;
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; font-size: 15px; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
::selection { background: var(--accent-soft); color: var(--accent); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ─── Flash ─── */
.flash { position: fixed; top: 80px; left: 50%; transform: translateX(-50%); z-index: 9999; padding: 12px 20px; border-radius: var(--radius); font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; animation: slideDown 0.35s ease; box-shadow: var(--shadow-lg); }
.flash--success { background: var(--green-soft); color: #065F46; border: 1px solid #A7F3D0; }
.flash--error { background: var(--red-soft); color: #991B1B; border: 1px solid #FECACA; }
.flash--info { background: #EFF6FF; color: #1E40AF; border: 1px solid #BFDBFE; }
.flash__close { color: inherit; font-size: 18px; opacity: 0.5; line-height: 1; }

/* ─── Navigation ─── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav__inner { max-width: 1140px; margin: 0 auto; padding: 0 20px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 18px; letter-spacing: -0.03em; color: var(--text); }
.nav__logo small { font-weight: 400; opacity: 0.35; }
.nav__links { display: flex; gap: 8px; }
.nav__links a { font-size: 14px; font-weight: 500; color: var(--text-secondary); padding: 6px 14px; border-radius: var(--radius-full); transition: var(--transition); }
.nav__links a:hover { color: var(--text); background: var(--bg-muted); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.nav__burger { display: none; flex-direction: column; gap: 4px; padding: 8px; border-radius: 8px; }
.nav__burger:hover { background: var(--bg-muted); }
.nav__burger span { width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }

/* ─── Buttons ─── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 18px; border-radius: var(--radius-full); font-size: 14px; font-weight: 600; white-space: nowrap; transition: var(--transition); border: none; cursor: pointer; line-height: 1.4; }
.btn--primary { background: var(--accent); color: white; }
.btn--primary:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255,92,53,0.3); }
.btn--ghost { background: transparent; color: var(--text-secondary); border: 1px solid var(--border); }
.btn--ghost:hover { color: var(--text); border-color: var(--border-hover); background: var(--bg-soft); }
.btn--dark { background: var(--bg-dark); color: white; }
.btn--dark:hover { background: #1a1a24; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(15,15,18,0.2); }
.btn--lg { padding: 13px 28px; font-size: 15px; }
.btn--sm { padding: 7px 14px; font-size: 13px; }
.btn--full { width: 100%; }

/* ─── HERO ─── */
.hero { padding: 140px 0 80px; position: relative; overflow: hidden; background: var(--bg-soft); }
.hero::before { content: ''; position: absolute; top: -300px; right: -200px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(255,92,53,0.07) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -200px; left: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(108,58,237,0.05) 0%, transparent 70%); pointer-events: none; }
.hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px 5px 6px; border-radius: var(--radius-full); background: white; border: 1px solid var(--border); font-size: 13px; font-weight: 500; color: var(--text-secondary); margin-bottom: 24px; box-shadow: var(--shadow-sm); }
.hero__badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; margin-left: 4px; }
.hero__title { font-size: 52px; font-weight: 800; line-height: 1.08; letter-spacing: -0.035em; color: var(--text); }
.hero__title span { color: var(--accent); }
.hero__subtitle { font-size: 17px; color: var(--text-secondary); margin: 20px 0 32px; line-height: 1.7; max-width: 480px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.hero__stat { text-align: center; padding: 16px 8px; background: white; border-radius: var(--radius); border: 1px solid var(--border); }
.hero__stat-value { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; color: var(--text); }
.hero__stat-label { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* Hero right — Creator cards stack */
.hero__cards { position: relative; height: 420px; }
.hero-card { position: absolute; background: white; border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); width: 300px; transition: 0.4s ease; }
.hero-card:nth-child(1) { top: 0; right: 0; z-index: 3; animation: cardFloat 5s ease-in-out infinite; }
.hero-card:nth-child(2) { top: 90px; right: 60px; z-index: 2; animation: cardFloat 5s ease-in-out infinite 1.5s; }
.hero-card:nth-child(3) { top: 180px; right: 20px; z-index: 1; animation: cardFloat 5s ease-in-out infinite 3s; }
.hero-card__top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hero-card__avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: white; flex-shrink: 0; }
.hero-card__name { font-weight: 700; font-size: 15px; }
.hero-card__niche { font-size: 13px; color: var(--text-muted); }
.hero-card__meta { display: flex; gap: 16px; font-size: 13px; color: var(--text-secondary); }
.hero-card__meta strong { color: var(--text); font-weight: 600; }
.hero-card__rate { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.hero-card__price { font-size: 20px; font-weight: 800; color: var(--accent); }
.hero-card__price small { font-size: 13px; font-weight: 400; color: var(--text-muted); }

/* ─── Trust Bar ─── */
.trust-bar { padding: 32px 0; border-bottom: 1px solid var(--border); }
.trust-bar__inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-bar__label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); white-space: nowrap; }
.trust-bar__logos { display: flex; gap: 36px; align-items: center; flex-wrap: wrap; justify-content: center; }
.trust-bar__logos span { font-size: 16px; font-weight: 700; color: var(--text); opacity: 0.18; letter-spacing: -0.01em; }

/* ─── Section ─── */
.section { padding: 96px 0; }
.section--gray { background: var(--bg-soft); }
.section__eyebrow { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); margin-bottom: 12px; }
.section__title { font-size: 38px; font-weight: 800; line-height: 1.15; letter-spacing: -0.03em; max-width: 600px; }
.section__desc { font-size: 16px; color: var(--text-secondary); max-width: 500px; margin-top: 12px; line-height: 1.7; }
.section--center { text-align: center; }
.section--center .section__title,
.section--center .section__desc { margin-left: auto; margin-right: auto; }

/* ─── How it works ─── */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.step-card { padding: 32px 28px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: white; position: relative; transition: var(--transition); }
.step-card:hover { border-color: var(--border-hover); box-shadow: var(--shadow); transform: translateY(-3px); }
.step-card__num { position: absolute; top: 20px; right: 24px; font-size: 52px; font-weight: 800; color: var(--bg-muted); line-height: 1; letter-spacing: -0.04em; }
.step-card__icon { width: 48px; height: 48px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 22px; }
.step-card__icon--orange { background: var(--accent-soft); }
.step-card__icon--purple { background: var(--accent2-soft); }
.step-card__title { font-size: 17px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.step-card__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.65; }

/* Tab switcher */
.tab-switch { display: inline-flex; background: var(--bg-muted); border-radius: var(--radius-full); padding: 4px; gap: 4px; margin-bottom: 16px; margin-top: 40px; }
.tab-switch__btn { padding: 8px 20px; border-radius: var(--radius-full); font-size: 14px; font-weight: 600; color: var(--text-secondary); background: transparent; transition: var(--transition); border: none; cursor: pointer; }
.tab-switch__btn.active { background: white; color: var(--text); box-shadow: var(--shadow-sm); }

/* ─── Categories ─── */
.niche-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; justify-content: center; }
.niche-pill { padding: 8px 18px; border-radius: var(--radius-full); border: 1px solid var(--border); background: white; font-size: 13px; font-weight: 500; color: var(--text-secondary); transition: var(--transition); cursor: pointer; }
.niche-pill:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }

/* ─── Pricing ─── */
.pricing-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.plan { padding: 32px 28px; border-radius: var(--radius-xl); border: 1px solid var(--border); background: white; transition: var(--transition); position: relative; }
.plan:hover { box-shadow: var(--shadow); }
.plan--popular { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow-lg); }
.plan__badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 4px 16px; border-radius: var(--radius-full); background: var(--accent); color: white; font-size: 12px; font-weight: 700; }
.plan__name { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.plan__price { font-size: 44px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; }
.plan__price small { font-size: 15px; font-weight: 400; color: var(--text-muted); }
.plan__commission { display: inline-block; padding: 4px 12px; border-radius: var(--radius-full); font-size: 12px; font-weight: 700; margin: 12px 0 20px; }
.plan__commission--high { background: var(--red-soft); color: var(--red); }
.plan__commission--med { background: var(--yellow-soft); color: #D97706; }
.plan__commission--low { background: var(--green-soft); color: #059669; }
.plan__features { list-style: none; }
.plan__features li { padding: 7px 0; font-size: 14px; color: var(--text-secondary); display: flex; align-items: center; gap: 10px; }
.plan__features li::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.plan__cta { margin-top: 24px; }

/* ─── For Brands ─── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.feature-item { padding: 28px 24px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: white; transition: var(--transition); }
.feature-item:hover { border-color: var(--border-hover); box-shadow: var(--shadow); transform: translateY(-2px); }
.feature-item__icon { width: 44px; height: 44px; border-radius: var(--radius); background: var(--accent2-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 20px; }
.feature-item__title { font-size: 16px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; }
.feature-item__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* ─── CTA Section ─── */
.cta-section { padding: 96px 0; background: var(--bg-dark); color: white; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(255,92,53,0.15), transparent 70%); pointer-events: none; }
.cta-section__title { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; position: relative; }
.cta-section__title span { color: var(--accent); }
.cta-section__desc { font-size: 17px; color: rgba(255,255,255,0.55); margin: 16px auto 36px; max-width: 440px; line-height: 1.7; }
.cta-section__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ─── Footer ─── */
.footer { padding: 56px 0 28px; border-top: 1px solid var(--border); }
.footer__grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; }
.footer__brand-desc { font-size: 14px; color: var(--text-muted); margin: 10px 0 16px; max-width: 260px; line-height: 1.65; }
.footer__social { display: flex; gap: 8px; }
.footer__social a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 13px; transition: var(--transition); }
.footer__social a:hover { border-color: var(--accent); color: var(--accent); }
.footer__col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text); margin-bottom: 14px; }
.footer__col a { display: block; font-size: 14px; color: var(--text-muted); padding: 4px 0; transition: var(--transition); }
.footer__col a:hover { color: var(--text); }
.footer__bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border); }
.footer__bottom p { font-size: 13px; color: var(--text-muted); text-align: center; }

/* ─── Forms ─── */
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-input { width: 100%; padding: 10px 14px; border-radius: var(--radius); background: white; border: 1px solid var(--border); color: var(--text); font-size: 14px; transition: var(--transition); }
.form-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,92,53,0.08); }
.form-input::placeholder { color: var(--text-muted); }
textarea.form-input { resize: vertical; min-height: 100px; }
select.form-input { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239090A7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Auth */
.auth-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 96px 20px 40px; background: var(--bg-soft); }
.auth-card { width: 100%; max-width: 460px; padding: 36px; background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.auth-card__title { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 4px; }
.auth-card__subtitle { font-size: 14px; color: var(--text-secondary); margin-bottom: 28px; }
.auth-card__footer { text-align: center; font-size: 14px; color: var(--text-secondary); margin-top: 20px; }
.auth-card__footer a { color: var(--accent); font-weight: 600; }

/* Role selector */
.role-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.role-option { padding: 18px; border-radius: var(--radius); border: 2px solid var(--border); text-align: center; cursor: pointer; transition: var(--transition); }
.role-option:hover { border-color: var(--border-hover); }
.role-option.active { border-color: var(--accent); background: var(--accent-soft); }
.role-option__icon { font-size: 26px; margin-bottom: 6px; }
.role-option__title { font-weight: 700; font-size: 14px; }
.role-option__desc { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.role-option input { display: none; }

/* ─── Creator Cards ─── */
.creator-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; margin-top: 32px; }
.creator-card { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: white; transition: var(--transition); }
.creator-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.creator-card__video { aspect-ratio: 4/3.5; background: var(--bg-muted); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.creator-card__badge { position: absolute; top: 10px; left: 10px; padding: 3px 10px; border-radius: var(--radius-full); font-size: 11px; font-weight: 700; background: var(--accent); color: white; }
.creator-card__body { padding: 14px 16px; }
.creator-card__name { font-weight: 700; font-size: 15px; }
.creator-card__meta { font-size: 13px; color: var(--text-muted); margin: 3px 0 10px; }
.creator-card__tags { display: flex; flex-wrap: wrap; gap: 5px; }
.creator-card__tag { padding: 3px 10px; border-radius: var(--radius-full); background: var(--bg-muted); font-size: 12px; color: var(--text-secondary); }
.creator-card__footer { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-top: 1px solid var(--border); }
.creator-card__rate { font-size: 18px; font-weight: 800; color: var(--accent); }
.creator-card__rate small { font-size: 12px; color: var(--text-muted); font-weight: 400; }

/* ─── Dashboard ─── */
.dash { display: flex; min-height: 100vh; padding-top: 64px; }
.dash__sidebar { width: 250px; background: white; border-right: 1px solid var(--border); padding: 20px 14px; position: fixed; top: 64px; left: 0; bottom: 0; overflow-y: auto; }
.dash__sidebar-link { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: var(--radius); font-size: 14px; font-weight: 500; color: var(--text-secondary); transition: var(--transition); margin-bottom: 2px; }
.dash__sidebar-link:hover { background: var(--bg-muted); color: var(--text); }
.dash__sidebar-link.active { background: var(--accent-soft); color: var(--accent); }
.dash__main { flex: 1; margin-left: 250px; padding: 28px; background: var(--bg-soft); min-height: calc(100vh - 64px); }
.dash__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.dash__title { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.dash__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-bottom: 28px; }
.stat-card { padding: 18px; border-radius: var(--radius-lg); background: white; border: 1px solid var(--border); }
.stat-card__label { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.stat-card__value { font-size: 26px; font-weight: 800; margin-top: 4px; letter-spacing: -0.02em; }

/* ─── Animations ─── */
@keyframes slideDown { from { opacity: 0; transform: translate(-50%, -12px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.9); } }
@keyframes cardFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.reveal { opacity: 0; transform: translateY(24px); transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── Mobile ─── */
@media (max-width: 1024px) {
    .hero__inner { grid-template-columns: 1fr; text-align: center; }
    .hero__subtitle { margin-left: auto; margin-right: auto; }
    .hero__actions { justify-content: center; }
    .hero__cards { display: none; }
    .hero__stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .nav__links { display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: white; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 20px; z-index: 999; }
    .nav__links.open { display: flex; }
    .nav__links a { font-size: 16px; padding: 12px 24px; }
    .nav__burger { display: flex; }
    .hero { padding: 110px 0 60px; }
    .hero__title { font-size: 34px; }
    .section { padding: 64px 0; }
    .section__title { font-size: 28px; }
    .steps-row { grid-template-columns: 1fr; }
    .pricing-row { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
    .features-grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .form-row { grid-template-columns: 1fr; }
    .dash__sidebar { display: none; }
    .dash__main { margin-left: 0; }
    .cta-section__title { font-size: 30px; }
}
@media (max-width: 480px) {
    .hero__title { font-size: 28px; }
    .hero__actions { flex-direction: column; }
    .hero__actions .btn { width: 100%; }
    .hero__stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .footer__grid { grid-template-columns: 1fr; }
    .trust-bar__logos { gap: 20px; }
}
