@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bg:        #060818;
    --bg2:       #0d0f24;
    --bg3:       rgba(255,255,255,0.03);
    --border:    rgba(99,102,241,0.18);
    --border2:   rgba(99,102,241,0.35);
    --text:      #e8eaf6;
    --text2:     rgba(232,234,246,0.55);
    --text3:     rgba(232,234,246,0.35);
    --primary:   #6366f1;
    --primary2:  #a855f7;
    --accent:    #818cf8;
    --radius:    14px;
    --radius-lg: 20px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Outfit', sans-serif;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    line-height: 1.6;
    font-size: 15px;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.grad  { background: linear-gradient(135deg, #818cf8, #c084fc, #f472b6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.grad2 { background: linear-gradient(90deg, #818cf8, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--primary), var(--primary2));
    color: #fff; font-size: 14px; font-family: 'Outfit', sans-serif;
    font-weight: 600; padding: 12px 24px; border-radius: 12px;
    border: none; cursor: pointer; transition: opacity .2s;
}
.btn-primary:hover { opacity: .88; }

.btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: var(--text2);
    font-size: 14px; font-family: 'Outfit', sans-serif;
    font-weight: 500; padding: 12px 22px; border-radius: 12px;
    border: 1px solid var(--border2); cursor: pointer; transition: border-color .2s, color .2s;
}
.btn-outline:hover { border-color: var(--accent); color: var(--text); }

.section-header { text-align: center; margin-bottom: 44px; }
.section-tag {
    display: inline-block; background: rgba(99,102,241,0.15);
    color: #a5b4fc; font-size: 11px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 4px 14px; border-radius: 20px; margin-bottom: 12px;
}
.section-title { font-size: 32px; font-weight: 800; letter-spacing: -.5px; color: #fff; }

/* NAVBAR */
.navbar {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 48px;
    border-bottom: 1px solid var(--border);
    position: sticky; top: 0; z-index: 300;
    background: rgba(6,8,24,0.92);
    backdrop-filter: blur(12px);
}
.navbar-logo { font-weight: 800; font-size: 22px; letter-spacing: -.5px; color: #fff; }
.navbar-logo span { background: linear-gradient(90deg,#818cf8,#c084fc); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.navbar-links { display: flex; gap: 28px; list-style: none; }
.navbar-links a { font-size: 13px; color: var(--text2); transition: color .2s; }
.navbar-links a:hover { color: var(--text); }
.navbar-cta {
    background: linear-gradient(135deg,var(--primary),var(--primary2));
    color: #fff; font-size: 13px; font-family: 'Outfit',sans-serif;
    font-weight: 600; padding: 9px 20px; border-radius: 20px; border: none; cursor: pointer;
    transition: opacity .2s;
}
.navbar-cta:hover { opacity: .88; }
.navbar-toggle { display: none; background: none; border: none; cursor: pointer; }
.navbar-toggle span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; }

/* HERO */
.hero {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 32px; align-items: center;
    padding: 48px 80px 48px 120px;
    min-height: calc(100vh - 62px);
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.3);
    color: #a5b4fc; font-size: 11px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 5px 14px; border-radius: 20px; margin-bottom: 26px;
}
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }
.hero-title { font-size: 82px; font-weight: 800; line-height: 1.05; letter-spacing: -2px; margin-bottom: 20px; color: #fff; }
.hero-subtitle { font-size: 25px; color: var(--text2); line-height: 1.75; max-width: 420px; margin-bottom: 32px; font-weight: 300; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--border); }
.stat-val { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.5px; }
.stat-lbl { font-size: 11px; color: var(--text3); margin-top: 2px; }
.hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-card { border-radius: var(--radius); padding: 22px 20px; border: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; }
.hero-card.c1 { background: linear-gradient(135deg,rgba(99,102,241,.25),rgba(168,85,247,.15)); }
.hero-card.c2 { background: linear-gradient(135deg,rgba(168,85,247,.2),rgba(244,114,182,.15)); }
.hero-card.c3 { background: linear-gradient(135deg,rgba(20,184,166,.2),rgba(99,102,241,.15)); }
.hero-card.c4 { background: linear-gradient(135deg,rgba(244,114,182,.2),rgba(251,191,36,.1)); }
.hero-card-icon {
    width: 42px; height: 42px; border-radius: 10px;
    background: rgba(255,255,255,.08); display: flex;
    align-items: center; justify-content: center; margin-bottom: 14px;
}
.hero-card-icon svg { width: 22px; height: 22px; stroke: rgba(255,255,255,.75); fill: none; stroke-width: 1.5; }
.hero-card-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.hero-card-sub { font-size: 13px; color: rgba(232,234,246,.45); line-height: 1.5; }

/* SERVICIOS */
.services { padding: 72px 48px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card {
    background: var(--bg3); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 28px; transition: border-color .2s;
}
.service-card:hover { border-color: var(--border2); }
.service-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.service-icon svg { width: 22px; height: 22px; fill: none; stroke-width: 1.5; }
.si-indigo { background: rgba(99,102,241,.2); }
.si-indigo svg { stroke: #818cf8; }
.si-purple { background: rgba(168,85,247,.2); }
.si-purple svg { stroke: #c084fc; }
.si-teal { background: rgba(20,184,166,.2); }
.si-teal svg { stroke: #5eead4; }
.service-name { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.service-desc { font-size: 13px; color: var(--text2); line-height: 1.65; font-weight: 300; }

/* PROYECTOS SLIDER */
.projects {
    padding: 72px 24px;
    background: rgba(6,8,30,.8);
    border-top: 1px solid rgba(99,102,241,.08);
    border-bottom: 1px solid rgba(99,102,241,.08);
}
.slider-wrapper { overflow: hidden; width: 100%; padding-right: 0; }
.slider-track { display: flex; gap: 16px; transition: transform 4.5s cubic-bezier(10.76, 0.74, 10.24, 5); }
.slide {
    min-width: calc(33.333% - 11px); max-width: calc(33.333% - 11px); flex-shrink: 0;
    border-radius: var(--radius-lg); overflow: hidden;
    border: 1px solid var(--border); background: var(--bg2);
}
.slide-img { width: 100%; height: auto; object-fit: contain; display: block; }
.slide-placeholder {
    width: 100%; height: 200px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 10px;
}
.slide-placeholder svg { width: 32px; height: 32px; fill: none; stroke: rgba(255,255,255,.2); stroke-width: 1.5; }
.slide-placeholder span { font-size: 11px; color: rgba(255,255,255,.2); letter-spacing: 1px; }
.ph-1 { background: linear-gradient(135deg,#1e1b4b,#3730a3,#4f46e5); }
.ph-2 { background: linear-gradient(135deg,#1a0533,#581c87,#a855f7); }
.ph-3 { background: linear-gradient(135deg,#042f2e,#134e4a,#0f766e); }
.ph-4 { background: linear-gradient(135deg,#1e1b4b,#be185d,#f472b6); }
.slide-body { padding: 22px 24px; }
.slide-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.slide-tag { font-size: 10px; font-weight: 600; padding: 2px 10px; border-radius: 20px; }
.tag-web    { background: rgba(99,102,241,.2);  color: #a5b4fc; }
.tag-erp    { background: rgba(168,85,247,.2);  color: #d8b4fe; }
.tag-app    { background: rgba(20,184,166,.2);  color: #5eead4; }
.tag-ecom   { background: rgba(244,114,182,.2); color: #f9a8d4; }
.tag-portal { background: rgba(251,191,36,.15); color: #fcd34d; }
.slide-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.slide-desc { font-size: 12px; color: var(--text2); line-height: 1.65; font-weight: 300; margin-bottom: 16px; }
.slide-meta { display: flex; justify-content: space-between; align-items: center; }
.slide-sector { font-size: 11px; color: var(--text3); }
.slide-year { font-size: 11px; font-weight: 600; color: rgba(99,102,241,.8); }
.slider-controls { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 32px; }
.ctrl-btn {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.3);
    color: #a5b4fc; font-size: 18px; cursor: pointer;
    display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.ctrl-btn:hover { background: rgba(99,102,241,.3); }
.ctrl-dots { display: flex; gap: 7px; }
.ctrl-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(99,102,241,.25); cursor: pointer; transition: all .25s; }
.ctrl-dot.active { background: var(--primary); width: 20px; border-radius: 4px; }

/* PLANES */
.plans { padding: 72px 48px; background: rgba(99,102,241,.025); }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.plan-card { border-radius: 20px; padding: 28px; border: 1px solid var(--border); transition: border-color .2s; }
.plan-card:hover { border-color: var(--border2); }
.plan-card.featured { border-color: rgba(168,85,247,.5); background: linear-gradient(135deg,rgba(99,102,241,.1),rgba(168,85,247,.08)); }
.plan-popular { display: inline-block; background: linear-gradient(90deg,var(--primary),var(--primary2)); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 12px; border-radius: 20px; margin-bottom: 16px; }
.plan-tier { font-size: 11px; color: var(--text3); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.plan-price { font-size: 40px; font-weight: 800; color: #fff; letter-spacing: -1.5px; margin-bottom: 4px; line-height: 1; }
.plan-price sup { font-size: 20px; vertical-align: top; margin-top: 8px; display: inline-block; font-weight: 600; }
.plan-price sub { font-size: 14px; font-weight: 400; color: var(--text3); }
.plan-price-custom { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.5px; margin-bottom: 4px; padding-top: 8px; }
.plan-desc { font-size: 12px; color: var(--text3); line-height: 1.55; margin-bottom: 22px; font-weight: 300; margin-top: 8px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.plan-features li { font-size: 12px; color: rgba(232,234,246,.65); display: flex; align-items: center; gap: 8px; }
.feat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
.feat-dot.purple { background: var(--primary2); }
.plan-btn { width: 100%; padding: 11px; border-radius: 10px; font-size: 13px; font-family: 'Outfit',sans-serif; font-weight: 600; cursor: pointer; border: 1px solid rgba(99,102,241,.3); background: transparent; color: rgba(232,234,246,.7); transition: border-color .2s, color .2s; }
.plan-btn:hover { border-color: var(--accent); color: var(--text); }
.plan-btn.featured { background: linear-gradient(135deg,var(--primary),var(--primary2)); border: none; color: #fff; }
.plan-btn.featured:hover { opacity: .88; }

/* RESEÑAS */
.reviews { padding: 72px 48px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 40px; }
.review-card { background: var(--bg3); border: 1px solid rgba(99,102,241,.12); border-radius: var(--radius); padding: 24px; }
.review-stars { display: flex; gap: 4px; margin-bottom: 14px; }
.review-star { width: 13px; height: 13px; background: linear-gradient(135deg,#818cf8,#c084fc); border-radius: 2px; }
.review-text { font-size: 13px; color: rgba(232,234,246,.65); line-height: 1.75; margin-bottom: 18px; font-style: italic; font-weight: 300; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
    width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg,var(--primary),var(--primary2));
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: #fff;
}
.review-name { font-size: 13px; font-weight: 600; color: #fff; }
.review-company { font-size: 11px; color: var(--text3); }

/* CTA */
.cta-section {
    margin: 0 48px 72px;
    background: linear-gradient(135deg,rgba(99,102,241,.18),rgba(168,85,247,.12));
    border: 1px solid rgba(99,102,241,.3); border-radius: var(--radius-lg);
    padding: 56px 48px; text-align: center;
}
.cta-section h2 { font-size: 32px; font-weight: 800; letter-spacing: -.5px; color: #fff; margin-bottom: 14px; }
.cta-section p { font-size: 15px; color: var(--text2); margin-bottom: 32px; font-weight: 300; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.footer {
    padding: 32px 48px;
    border-top: 1px solid var(--border);
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 12px;
}
.footer-logo { font-weight: 800; font-size: 18px; color: #fff; }
.footer-logo span { background: linear-gradient(90deg,#818cf8,#c084fc); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.footer-copy { font-size: 12px; color: var(--text3); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 12px; color: var(--text3); transition: color .2s; }
.footer-links a:hover { color: var(--text); }

/* CONTACTO */
.contact { padding: 72px 48px; }
.contact-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px; max-width: 900px; margin: 0 auto;
}
.contact-info {
    display: flex; flex-direction: column; gap: 16px;
    background: rgba(255,255,255,.03); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 32px;
}
.contact-item { display: flex; align-items: center; gap: 14px; }
.contact-icon {
    width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
    background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.2);
    display: flex; align-items: center; justify-content: center;
}
.contact-icon svg { width: 17px; height: 17px; fill: none; stroke: #818cf8; stroke-width: 1.5; }
.contact-label { font-size: 10px; color: var(--text3); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.contact-value { font-size: 13px; color: var(--text); font-weight: 500; }
.contact-value:hover { color: var(--accent); }
.contact-info-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.contact-info-sub { font-size: 13px; color: var(--text2); line-height: 1.6; font-weight: 300; margin-bottom: 16px; }

.contact-form {
    display: flex; flex-direction: column; gap: 14px;
    background: rgba(255,255,255,.03); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 32px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; color: var(--text2); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input,
.form-group textarea {
    background: rgba(255,255,255,.04); border: 1px solid var(--border);
    border-radius: 10px; padding: 11px 14px; color: var(--text);
    font-size: 13px; font-family: 'Outfit', sans-serif;
    transition: border-color .2s; resize: none; outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text3); }
.form-group input:focus,
.form-group textarea:focus { border-color: var(--primary); }
.form-submit {
    background: linear-gradient(135deg,var(--primary),var(--primary2));
    color: #fff; font-size: 14px; font-family: 'Outfit',sans-serif;
    font-weight: 600; padding: 12px; border-radius: 10px;
    border: none; cursor: pointer; transition: opacity .2s; margin-top: 4px;
}
.form-submit:hover { opacity: .88; }

/* GALERÍA PROYECTOS */
.nav-active { color: var(--text) !important; font-weight: 600; }

.gallery-hero {
    padding: 72px 48px 48px;
    text-align: center;
    border-bottom: 1px solid var(--border);
}
.gallery-hero-inner { max-width: 600px; margin: 0 auto; }
.gallery-title { font-size: 48px; font-weight: 800; letter-spacing: -1.5px; color: #fff; margin: 12px 0 16px; }
.gallery-subtitle { font-size: 15px; color: var(--text2); line-height: 1.7; font-weight: 300; }

.gallery-filters {
    display: flex; gap: 10px; flex-wrap: wrap;
    justify-content: center; padding: 32px 48px 0;
}
.filter-btn {
    background: rgba(255,255,255,.04); border: 1px solid var(--border);
    color: var(--text2); font-size: 13px; font-family: 'Outfit',sans-serif;
    font-weight: 500; padding: 8px 18px; border-radius: 20px;
    cursor: pointer; transition: all .2s;
}
.filter-btn:hover { border-color: var(--border2); color: var(--text); }
.filter-btn.active {
    background: linear-gradient(135deg,var(--primary),var(--primary2));
    border-color: transparent; color: #fff; font-weight: 600;
}

.gallery-grid-section { padding: 32px 48px 72px; }
.gallery-grid {
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.gallery-card {
    background: var(--bg2); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    display: flex; flex-direction: column;
    transition: border-color .2s, transform .2s, opacity .2s;
    opacity: 1;
}
.gallery-card:hover { border-color: var(--border2); transform: translateY(-4px); }
.gallery-card-img { position: relative; overflow: hidden; }
.gallery-card-img img { width: 100%; height: auto; object-fit: contain; display: block; transition: transform .3s; }
.gallery-card:hover .gallery-card-img img { transform: scale(1.04); }
.gallery-card-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 12px 14px;
    background: linear-gradient(transparent, rgba(6,8,24,.85));
}
.gallery-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.gallery-card-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.gallery-card-title { font-size: 15px; font-weight: 700; color: #fff; }
.gallery-card-desc { font-size: 12px; color: var(--text2); line-height: 1.6; font-weight: 300; flex: 1; }
.gallery-card-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }

/* RESPONSIVE */
@media (max-width: 900px) {
    .navbar { position: fixed; top: 0; left: 0; right: 0; }
body { padding-top: 62px; }
    .navbar { padding: 16px 20px; }
    .navbar-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        max-width: 280px;
        height: 100vh;
        background: #0a0c1e;
        border-left: 1px solid rgba(99,102,241,0.2);
        padding: 90px 20px 40px;
        gap: 4px;
        z-index: 200;
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        box-shadow: -20px 0 60px rgba(0,0,0,0.5);
        list-style: none;
    }
    .navbar-links.open { right: 0; }
    .navbar-links::before {
        content: 'Liszora.';
        display: block;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        position: absolute;
        top: 28px;
        left: 24px;
        background: linear-gradient(90deg,#818cf8,#c084fc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .navbar-links li a {
        display: block;
        padding: 13px 18px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 500;
        color: rgba(232,234,246,0.65);
        transition: background .2s, color .2s, transform .2s;
    }
    .navbar-links li a:hover {
        background: rgba(99,102,241,0.15);
        color: #fff;
        transform: translateX(4px);
    }
    .navbar-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 400;
    border-radius: 8px;
    transition: background .2s;
}
    .navbar-toggle:hover { background: rgba(99,102,241,0.15); }
    .navbar-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--text);
        border-radius: 2px;
        transition: all .3s;
    }
    .navbar-toggle span:nth-child(2) { width: 16px; }
    .navbar-toggle span:nth-child(3) { width: 20px; }
    .navbar-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 150;
        backdrop-filter: blur(4px);
    }
    .navbar-overlay.active { display: block; }
    .hero { grid-template-columns: 1fr; padding: 48px 24px 40px; gap: 36px; }
    .hero-title { font-size: 36px; }
    .hero-cards { grid-template-columns: 1fr 1fr; }
    .services { padding: 52px 24px; }
    .services-grid { grid-template-columns: 1fr; }
    .projects { padding: 52px 24px; }
    .slide { min-width: 100%; max-width: 100%; }
    .plans { padding: 52px 24px; }
    .plans-grid { grid-template-columns: 1fr; }
    .reviews { padding: 52px 24px; }
    .reviews-grid { grid-template-columns: 1fr; }
    .cta-section { margin: 0 24px 52px; padding: 40px 28px; }
    .cta-section h2 { font-size: 24px; }
    .footer { padding: 28px 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
    .section-title { font-size: 26px; }
    .contact { padding: 52px 24px; }
    .contact-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .gallery-hero { padding: 48px 24px 32px; }
    .gallery-title { font-size: 32px; }
    .gallery-filters { padding: 24px 24px 0; }
    .gallery-grid-section { padding: 24px 24px 52px; }
    .gallery-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .hero-title { font-size: 30px; letter-spacing: -1px; }
    .hero-stats { gap: 20px; }
    .hero-cards { grid-template-columns: 1fr; }
}