/* ============================================
   Paver Restoration from Premier — Landing Page
   paversfrompremier.com/lp
   Optimized for Google Ads conversions
   ============================================ */

/* ---------- Variables ---------- */
:root {
    --bg-top: #0a0a0a;
    --bg-bottom: #1a1a1a;
    --card-bg: #111111;
    --card-border: rgba(255,255,255,0.08);

    --blue: #1a3a7a;
    --blue-bright: #2651a3;
    --teal: #2a9d8f;
    --teal-bright: #3dbfad;
    --stars: #FBBC05;

    --text-heading: #ffffff;
    --text-body: #d4d4d4;
    --text-muted: #a3a3a3;

    --font-heading: 'Cinzel', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
    font-family: var(--font-body);
    color: var(--text-body);
    background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
    background-attachment: fixed;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-top); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 4px; }

/* ---------- Utilities ---------- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.text-gradient {
    background: linear-gradient(135deg, var(--blue-bright) 0%, var(--teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.premium-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--teal) 70%, transparent 100%);
    max-width: 500px;
    margin: 0 auto;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 38px;
    color: var(--text-heading);
    text-align: center;
    margin-bottom: 40px;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}
.btn-lg { padding: 18px 40px; font-size: 18px; }

.btn-primary {
    background: linear-gradient(135deg, var(--blue-bright), var(--teal));
    color: #fff;
    box-shadow: 0 4px 20px rgba(42,157,143,0.3);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(42,157,143,0.5);
}

.btn-phone {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.15);
}
.btn-phone:hover {
    border-color: var(--teal);
    color: var(--teal-bright);
    transform: translateY(-3px);
}

/* ---------- Brick Canvas ---------- */
#brickCanvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

/* ========== OFFER STRIP ========== */
.lp-offer-strip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(90deg, #FBBC05 0%, #f59e0b 100%);
    color: #0a0a0a;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    box-shadow: 0 2px 12px rgba(251,188,5,0.25);
}
.lp-offer-strip-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
}
.lp-offer-tag {
    background: #0a0a0a;
    color: #FBBC05;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}
.lp-offer-text {
    font-weight: 600;
}
@media (max-width: 640px) {
    .lp-offer-ext { display: none; }
    .lp-offer-strip-inner { white-space: nowrap; font-size: 13px; }
}

/* ========== HEADER ========== */
.lp-header {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(10,10,10,0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.lp-logo { display: flex; align-items: center; }
.lp-logo img { height: 55px; width: auto; }
.lp-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--teal-bright);
    transition: color 0.2s;
}
.lp-phone:hover { color: #fff; }

/* ========== HERO ========== */
.lp-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    overflow: hidden;
}
.lp-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 30%, rgba(26,58,122,0.2) 0%, transparent 60%),
                radial-gradient(ellipse at 30% 70%, rgba(42,157,143,0.1) 0%, transparent 50%);
}
.lp-hero-content {
    position: relative;
    text-align: center;
    padding: 60px 24px 80px;
}

.lp-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(251,188,5,0.08);
    border: 1px solid rgba(251,188,5,0.2);
    border-radius: 100px;
    font-size: 14px;
    color: var(--stars);
    margin-bottom: 32px;
    letter-spacing: 0.5px;
}

.lp-hero-content h1 {
    font-family: var(--font-heading);
    font-size: 58px;
    font-weight: 700;
    color: var(--text-heading);
    line-height: 1.15;
    margin-bottom: 20px;
}

.lp-hero-sub {
    font-size: 19px;
    color: var(--text-body);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.lp-hero-area {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.lp-hero-damage {
    font-size: 14px;
    color: #e8a44a;
    margin-bottom: 36px;
    font-style: italic;
}

.lp-hero-offer-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    background: linear-gradient(135deg, rgba(251,188,5,0.15), rgba(245,158,11,0.08));
    border: 2px solid #FBBC05;
    border-radius: 100px;
    margin-bottom: 28px;
    box-shadow: 0 0 32px rgba(251,188,5,0.2);
}
.lp-pill-badge {
    background: #FBBC05;
    color: #0a0a0a;
    padding: 6px 14px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.lp-pill-text {
    color: #FBBC05;
    font-weight: 700;
}

.lp-hero-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Guarantee Badge */
.lp-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    max-width: 620px;
    margin: 32px auto 0;
    padding: 18px 26px;
    background: linear-gradient(135deg, rgba(42,157,143,0.18), rgba(26,58,122,0.12));
    border: 1.5px solid var(--teal);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(42,157,143,0.2);
    text-align: left;
}
.lp-guarantee-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teal);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 800;
}
.lp-guarantee-text { display: flex; flex-direction: column; gap: 4px; }
.lp-guarantee-text strong {
    color: var(--text-heading);
    font-size: 18px;
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
}
.lp-guarantee-text span {
    color: var(--text-body);
    font-size: 13px;
    line-height: 1.5;
}

/* Hero entrance */
@keyframes lpFadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}
.lp-hero-content > * {
    opacity: 0;
    animation: lpFadeUp 0.7s ease forwards;
}
.lp-hero-content > *:nth-child(1) { animation-delay: 0.1s; }
.lp-hero-content > *:nth-child(2) { animation-delay: 0.2s; }
.lp-hero-content > *:nth-child(3) { animation-delay: 0.3s; }
.lp-hero-content > *:nth-child(4) { animation-delay: 0.4s; }
.lp-hero-content > *:nth-child(5) { animation-delay: 0.5s; }
.lp-hero-content > *:nth-child(6) { animation-delay: 0.6s; }
.lp-hero-content > *:nth-child(7) { animation-delay: 0.7s; }

/* ========== TRUST BAR ========== */
.lp-trust-bar {
    position: relative;
    z-index: 1;
    background: var(--card-bg);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    padding: 20px 0;
}
.lp-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.lp-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-body);
    white-space: nowrap;
}
.lp-trust-stars { color: var(--stars); font-size: 16px; letter-spacing: 2px; }
.lp-trust-divider {
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.1);
}

/* ========== GALLERY (Before/After) ========== */
.lp-gallery {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.lp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.lp-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--card-border);
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}
.lp-gallery-item.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.lp-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s;
}
.lp-gallery-item:hover img { transform: scale(1.03); }
.lp-gallery-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--teal-bright);
    letter-spacing: 0.5px;
}
.lp-gallery-urgency {
    text-align: center;
    margin-top: 32px;
    font-size: 15px;
    color: #e8a44a;
    font-weight: 500;
}

.lp-gallery-cta {
    text-align: center;
    margin-top: 16px;
}

/* ========== SERVICES (What We Do) ========== */
.lp-also {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.lp-also-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.lp-also-card {
    text-align: center;
    padding: 32px 20px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(20px);
}
.lp-also-card.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.4s, border-color 0.4s;
}
.lp-also-card:hover {
    transform: translateY(-4px);
    border-color: rgba(42,157,143,0.2);
    box-shadow: 0 12px 30px rgba(42,157,143,0.1);
}
.lp-also-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: rgba(42,157,143,0.08);
    border: 1px solid rgba(42,157,143,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--teal-bright);
}
.lp-also-card h3 {
    font-family: var(--font-heading);
    font-size: 16px;
    color: var(--text-heading);
}

/* ========== REVIEWS ========== */
.lp-reviews {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.lp-google-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
    font-size: 16px;
    color: var(--text-body);
    font-weight: 500;
}
.lp-rating-stars { color: var(--stars); font-size: 20px; letter-spacing: 2px; }
.lp-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.lp-review {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 32px 24px;
    opacity: 0;
    transform: translateY(20px);
}
.lp-review.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.lp-review-stars { color: var(--stars); font-size: 16px; letter-spacing: 2px; margin-bottom: 16px; }
.lp-review p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-body);
    margin-bottom: 16px;
    font-style: italic;
}
.lp-reviewer {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-heading);
}

/* ========== QUOTE SECTION ========== */
.lp-quote {
    position: relative;
    z-index: 1;
    padding: 80px 0 100px;
}
.lp-quote-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}
.lp-quote-offer-banner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    background: linear-gradient(135deg, rgba(251,188,5,0.15), rgba(245,158,11,0.08));
    border: 2px solid #FBBC05;
    border-radius: 100px;
    margin-bottom: 20px;
    color: #FBBC05;
    font-weight: 600;
    font-size: 14px;
}
.lp-quote-offer-tag {
    background: #FBBC05;
    color: #0a0a0a;
    padding: 4px 10px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.lp-quote-sub {
    font-size: 17px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.7;
}
.lp-quote-features { margin-bottom: 36px; }
.lp-qf {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 16px;
    color: var(--text-body);
}
.lp-qf-icon {
    color: var(--teal-bright);
    font-size: 18px;
    font-weight: 700;
}
.lp-quote-phone p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.lp-phone-big {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: var(--teal-bright);
    transition: color 0.2s;
}
.lp-phone-big:hover { color: #fff; }

/* ===== MULTI-STEP FORM ===== */
.lp-form-wrap {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 40px;
}

.form-step { display: none; }
.form-step.active { display: block; }

.form-step-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--teal-bright);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--card-border);
}

.form-group { margin-bottom: 16px; }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 16px 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--card-border);
    border-radius: 8px;
    color: var(--text-heading);
    font-size: 16px;
    transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--teal);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }
.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a3a3a3' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
    color: var(--text-muted);
}
.form-group select:valid { color: var(--text-heading); }
.form-group select option { background: var(--bg-top); color: var(--text-body); }

.btn-submit {
    width: 100%;
    padding: 18px;
    font-size: 17px;
    cursor: pointer;
    margin-top: 8px;
}

.form-back {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    padding: 10px;
    font-size: 14px;
    color: var(--text-muted);
    transition: color 0.2s;
    cursor: pointer;
}
.form-back:hover { color: var(--text-heading); }

.lp-form-next {
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
}

.form-status { text-align: center; margin-top: 16px; font-size: 14px; }
.form-status.success { color: var(--teal-bright); }
.form-status.error { color: #ef4444; }

/* ========== FOOTER ========== */
.lp-footer {
    position: relative;
    z-index: 1;
    background: rgba(10,10,10,0.8);
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 32px 0;
}
.lp-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.lp-footer-logo { height: 40px; opacity: 0.6; }
.lp-footer p {
    font-size: 13px;
    color: var(--text-muted);
}

/* ========== FLOATING BUTTONS (desktop) ========== */
.lp-floating {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9990;
}
.lp-float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, var(--blue-bright), var(--teal));
    color: #fff;
}
.lp-float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(42,157,143,0.4);
}

/* ========== FAQ ========== */
.lp-faq {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.lp-faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.lp-faq-item {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.lp-faq-item[open] { border-color: var(--teal); }
.lp-faq-item summary {
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-heading);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
    content: "+";
    color: var(--teal-bright);
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.2s ease;
}
.lp-faq-item[open] summary::after { transform: rotate(45deg); }
.lp-faq-item p {
    padding: 0 24px 22px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-body);
    margin: 0;
}

/* ========== STICKY MOBILE CTA ========== */
.lp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(42,157,143,0.2);
    padding: 12px 16px;
    display: none;
    gap: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.lp-sticky-cta.visible { transform: translateY(0); }
.lp-sticky-cta .btn {
    flex: 1;
    padding: 14px;
    font-size: 15px;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
    .lp-hero-content h1 { font-size: 46px; }
    .section-title { font-size: 32px; }
    .lp-also-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-quote-grid { grid-template-columns: 1fr; gap: 40px; }
    .lp-quote .section-title { text-align: center !important; }
    .lp-quote-sub { text-align: center; }
    .lp-quote-features { max-width: 400px; margin: 0 auto 36px; }
    .lp-quote-phone { text-align: center; margin-bottom: 20px; }
}

@media (max-width: 768px) {
    .lp-hero-content h1 { font-size: 34px; }
    .lp-hero-sub { font-size: 15px; }
    .section-title { font-size: 28px; }

    .lp-trust-divider { display: none; }
    .lp-trust-inner { gap: 16px; }
    .lp-trust-item { font-size: 13px; }

    .lp-also-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .lp-reviews-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .lp-gallery-grid { gap: 12px; }
    .lp-gallery-item img { height: auto; }

    .lp-form-wrap { padding: 28px; }

    /* Show sticky CTA on mobile */
    .lp-sticky-cta { display: flex; }
    .lp-floating { display: none; }
    .lp-footer { padding-bottom: 80px; }
}

@media (max-width: 480px) {
    .lp-offer-strip { height: 36px; padding: 0 10px; }
    .lp-offer-strip-inner { font-size: 12px; gap: 8px; white-space: nowrap; }
    .lp-offer-tag { font-size: 11px; padding: 3px 7px; }
    .lp-offer-ext { display: none; }
    .lp-hero-offer-pill { padding: 10px 16px; gap: 10px; margin-bottom: 22px; }
    .lp-hero { min-height: 80vh; }
    .lp-hero-content h1 { font-size: 26px; }
    .lp-hero-content { padding: 40px 16px 60px; }
    .lp-hero-sub { font-size: 13px; letter-spacing: 0.5px; }
    .lp-hero-area { font-size: 13px; }
    .lp-badge { font-size: 12px; padding: 6px 16px; }
    .lp-hero-ctas { flex-direction: column; align-items: center; }
    .lp-hero-ctas .btn { width: 100%; max-width: 300px; }
    .lp-guarantee { padding: 14px 18px; gap: 12px; margin-top: 24px; }
    .lp-guarantee-icon { width: 36px; height: 36px; font-size: 18px; }
    .lp-guarantee-text strong { font-size: 15px; }
    .lp-guarantee-text span { font-size: 12px; }
    .lp-faq { padding: 60px 0; }
    .lp-faq-item summary { padding: 16px 18px; font-size: 14px; }
    .lp-faq-item p { padding: 0 18px 18px; font-size: 13px; }
    .btn-lg { padding: 16px 32px; font-size: 16px; }

    .section-title { font-size: 24px; }

    .lp-also-grid { grid-template-columns: 1fr 1fr; }
    .lp-gallery-grid { grid-template-columns: 1fr; }
    .lp-gallery-item img { height: auto; }

    .lp-logo img { height: 42px; }
    .lp-phone { font-size: 15px; }
    .lp-phone-big { font-size: 20px; }

    .lp-footer-inner { flex-direction: column; gap: 12px; text-align: center; }
}
