/* ═══════════════════════════════════════════════════════════
   27th Street Software — Main Stylesheet
   ═══════════════════════════════════════════════════════════ */

/* ── RESET & TOKENS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --green:       #2d5a27;
    --green-dark:  #1a3a15;
    --green-light: #4a8a42;
    --brown:       #6b4c2a;
    --brown-light: #8b6840;
    --cream:       #f5f0e8;
    --white:       #fff;
    --sign-border: #c8b870;
    --asphalt:     #3a3a3a;
    --stripe:      #f0c040;
    --text-dark:   #1a1a1a;
    --text-mid:    #444;
    --text-light:  #777;
    --border:      #ddd;
    --radius:      4px;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    overflow-x: hidden;
    line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); }

/* ── SKIP LINK ── */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 9999; background: var(--sign-border); color: var(--green-dark); padding: 8px 16px; font-weight: 700; border-radius: var(--radius); }

/* ── TOP BAR ── */
.topbar { background: var(--brown); color: #e8d9c0; text-align: center; font-size: 11px; letter-spacing: 1px; padding: 7px 16px; font-weight: 600; text-transform: uppercase; line-height: 1.5; }

/* ── NAV ── */
.site-nav { background: var(--green-dark); padding: 0 24px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 3px 12px rgba(0,0,0,0.4); border-bottom: 4px solid var(--sign-border); z-index: 100; position: relative; }
.nav-logo { display: flex; align-items: center; padding: 12px 0; text-decoration: none; }
.sign-plate { background: var(--green); border: 3px solid var(--sign-border); border-radius: var(--radius); padding: 5px 12px; display: flex; flex-direction: column; align-items: center; gap: 1px; box-shadow: inset 0 0 0 2px rgba(200,184,112,0.25); }
.sign-row1, .sign-row3 { font-family: 'Oswald', sans-serif; font-size: 9px; letter-spacing: 2px; color: var(--sign-border); font-weight: 600; text-transform: uppercase; }
.sign-row2 { font-family: 'Oswald', sans-serif; font-size: 18px; letter-spacing: 1px; color: var(--white); font-weight: 700; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--sign-border); border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-links { display: flex; align-items: stretch; list-style: none; }
.nav-links li a { display: flex; align-items: center; gap: 5px; padding: 0 14px; height: 58px; color: rgba(255,255,255,0.85); text-decoration: none; font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 500; border-left: 1px solid rgba(255,255,255,0.08); transition: background 0.2s, color 0.2s; position: relative; white-space: nowrap; }
.nav-links li a:hover { background: rgba(255,255,255,0.08); color: var(--sign-border); }
.nav-links li a.active { color: var(--sign-border); background: rgba(200,184,112,0.1); }
.nav-links li a.active::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--sign-border); }
.nav-links li a.nav-cta { background: var(--brown); border: 2px solid var(--sign-border); color: var(--white); border-radius: var(--radius); margin-left: 12px; padding: 0 16px; font-weight: 600; }
.nav-links li a.nav-cta:hover { background: var(--brown-light); }

/* ── ROAD DIVIDER ── */
.road-divider { height: 12px; background: var(--asphalt); background-image: repeating-linear-gradient(90deg, var(--stripe) 0, var(--stripe) 30px, transparent 30px, transparent 70px); background-position: center; border-top: 3px solid #555; border-bottom: 3px solid #555; }

/* ── HERO ── */
.hero { background: var(--asphalt); position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.hero-road { position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: repeating-linear-gradient(90deg, var(--stripe) 0, var(--stripe) 30px, transparent 30px, transparent 60px); opacity: 0.2; }
.hero-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; width: 100%; }
.hero-eyebrow { font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--sign-border); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; background: var(--sign-border); flex-shrink: 0; }
.hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: var(--white); line-height: 1.05; margin-bottom: 18px; }
.hero h1 span { color: var(--sign-border); }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-right { display: flex; justify-content: center; align-items: center; }
.big-sign-post { display: flex; flex-direction: column; align-items: center; }
.big-sign { background: var(--green); border: 5px solid var(--sign-border); border-radius: 6px; padding: 16px 32px; text-align: center; box-shadow: 6px 6px 0 rgba(0,0,0,0.4); position: relative; }
.big-sign::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(200,184,112,0.3); border-radius: 2px; pointer-events: none; }
.big-sign-top, .big-sign-sub { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 3px; color: rgba(200,184,112,0.8); text-transform: uppercase; }
.big-sign-main { font-family: 'Oswald', sans-serif; font-size: clamp(28px, 3vw, 42px); font-weight: 700; color: var(--white); letter-spacing: 2px; line-height: 1; }
.big-sign-sub { margin-top: 4px; }
.sign-cross-plate { background: var(--brown); border: 4px solid var(--sign-border); border-radius: var(--radius); padding: 9px 24px; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: var(--white); letter-spacing: 2px; box-shadow: 4px 4px 0 rgba(0,0,0,0.35); margin-top: 6px; }
.sign-pole { width: 8px; height: 70px; background: linear-gradient(90deg, #888 0%, #ccc 40%, #999 100%); border-radius: 2px; }
.sign-base { width: 36px; height: 9px; background: #777; border-radius: 2px; }

/* ── SERVICES STRIP ── */
.services-strip { background: var(--green-dark); border-top: 4px solid var(--sign-border); border-bottom: 4px solid var(--sign-border); }
.services-strip-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.service-tab { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 24px 12px; border-right: 1px solid rgba(200,184,112,0.2); cursor: pointer; transition: background 0.2s; text-align: center; text-decoration: none; }
.service-tab:last-child { border-right: none; }
.service-tab:hover { background: rgba(255,255,255,0.06); }
.service-tab-icon { font-size: 26px; }
.service-tab-label { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sign-border); font-weight: 600; }
.service-tab-desc { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.4; }

/* ── SECTION LABELS ── */
.section-label { display: inline-block; background: var(--green); border: 3px solid var(--sign-border); border-radius: var(--radius); padding: 4px 14px; font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 2px; color: var(--sign-border); text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }
.section-title { font-family: 'Oswald', sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.section-sub { font-size: 15px; color: var(--text-mid); line-height: 1.65; max-width: 620px; }
.section-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; flex-wrap: wrap; }

/* ── MAIN WRAPPER ── */
.main { max-width: 1100px; margin: 0 auto; padding: 50px 24px; }

/* ── BUTTONS ── */
.btn-primary { display: inline-block; background: var(--green); color: var(--white); border: 2px solid var(--green-light); padding: 13px 28px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; border-radius: var(--radius); cursor: pointer; font-weight: 600; transition: background 0.2s; text-decoration: none; white-space: nowrap; }
.btn-primary:hover { background: var(--green-light); color: var(--white); }
.btn-secondary { display: inline-block; background: transparent; color: rgba(255,255,255,0.8); border: 2px solid rgba(255,255,255,0.25); padding: 13px 28px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; border-radius: var(--radius); cursor: pointer; font-weight: 500; transition: border-color 0.2s, color 0.2s; text-decoration: none; white-space: nowrap; }
.btn-secondary:hover { border-color: var(--sign-border); color: var(--sign-border); }
.btn-ghost { display: inline-block; background: transparent; color: rgba(255,255,255,0.8); border: 2px solid rgba(255,255,255,0.25); padding: 13px 28px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; border-radius: var(--radius); cursor: pointer; font-weight: 500; transition: border-color 0.2s, color 0.2s; text-decoration: none; }
.btn-ghost:hover { border-color: var(--sign-border); color: var(--sign-border); }

/* ── CARDS (Home & generic) ── */
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-bottom: 50px; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.card-header { background: var(--green); padding: 18px 20px 14px; position: relative; border-bottom: 3px solid var(--sign-border); }
.card:nth-child(2) .card-header { background: var(--brown); }
.card:nth-child(3) .card-header { background: #2a4a6b; }
.card-number { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 2px; color: rgba(200,184,112,0.8); margin-bottom: 3px; text-transform: uppercase; }
.card-title { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: var(--white); padding-right: 36px; }
.card-icon { position: absolute; top: 14px; right: 16px; font-size: 24px; opacity: 0.6; }
.card-body { padding: 18px 20px; }
.card-body p { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 14px; }
.card-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.tag { background: var(--cream); border: 1px solid #d0c9b5; border-radius: 2px; padding: 3px 7px; font-size: 10px; font-weight: 600; letter-spacing: 0.5px; color: var(--brown); text-transform: uppercase; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--cream); border-top: 3px solid #d8cfa8; border-bottom: 3px solid #d8cfa8; padding: 32px 24px; margin-bottom: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.trust-num { font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 700; color: var(--green); line-height: 1; }
.trust-label { font-size: 13px; color: var(--text-mid); margin-top: 4px; }

/* ── HOME CTA BLOCK ── */
.cta-block { background: var(--asphalt); border-radius: 6px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; border: 3px solid var(--sign-border); }
.cta-left { padding: 36px 32px; position: relative; }
.cta-left::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; }
.cta-left > * { position: relative; }
.cta-label { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--sign-border); margin-bottom: 10px; }
.cta-title { font-family: 'Oswald', sans-serif; font-size: clamp(20px, 3vw, 28px); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 14px; }
.cta-body { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 24px; }
.cta-right { background: var(--green-dark); padding: 36px 32px; border-left: 3px solid var(--sign-border); }

/* ── FORMS ── */
.form-group, .fg { margin-bottom: 16px; }
.form-group label, .fg label { display: block; font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(200,184,112,0.8); margin-bottom: 6px; }
.fg label { color: var(--text-mid); }
.fg label .req { color: #c0392b; margin-left: 2px; }
.form-group input, .form-group select,
.fg input, .fg select, .fg textarea {
    width: 100%; background: var(--cream); border: 1.5px solid #d0c9b5; border-radius: var(--radius);
    padding: 10px 14px; font-size: 14px; color: var(--text-dark);
    font-family: 'Source Sans 3', sans-serif; outline: none; transition: border-color 0.2s, background 0.2s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--green); background: var(--white); }
.fg textarea { resize: vertical; min-height: 110px; }
.form-group input { background: rgba(0,0,0,0.3); border: 1px solid rgba(200,184,112,0.3); color: var(--white); }
.form-group input:focus { border-color: var(--sign-border); }
.form-group input::placeholder { color: rgba(255,255,255,0.3); }
.form-group select { background: rgba(0,0,0,0.3); border: 1px solid rgba(200,184,112,0.3); color: var(--white); }
.form-group select option { background: #333; }
.btn-form { width: 100%; background: var(--sign-border); color: var(--green-dark); border: none; padding: 13px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; border-radius: var(--radius); cursor: pointer; margin-top: 6px; transition: opacity 0.2s; }
.btn-form:hover { opacity: 0.88; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--asphalt); position: relative; overflow: hidden; padding: 56px 24px; }
.page-hero-grid, .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.page-hero-road, .hero-road { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: repeating-linear-gradient(90deg, var(--stripe) 0, var(--stripe) 30px, transparent 30px, transparent 60px); opacity: 0.2; }
.page-hero-inner, .hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.page-hero-sign, .hero-sign { background: var(--green); border: 4px solid var(--sign-border); border-radius: 5px; padding: 14px 28px; text-align: center; box-shadow: 5px 5px 0 rgba(0,0,0,0.4); flex-shrink: 0; }
.page-hero-sign-label, .hero-sign-label { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 3px; color: rgba(200,184,112,0.8); text-transform: uppercase; }
.page-hero-sign-main, .hero-sign-main { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; color: var(--white); letter-spacing: 2px; line-height: 1.1; }
.page-eyebrow { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--sign-border); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.page-eyebrow::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--sign-border); flex-shrink: 0; }
.page-hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 10px; }
.page-hero h1 span { color: var(--sign-border); }
.page-hero-sub { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.65; max-width: 540px; }

/* ── BREADCRUMB ── */
.breadcrumb { background: var(--green-dark); border-bottom: 2px solid rgba(200,184,112,0.3); padding: 10px 24px; }
.breadcrumb-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(200,184,112,0.6); }
.breadcrumb-inner a { color: rgba(200,184,112,0.6); text-decoration: none; }
.breadcrumb-inner a:hover { color: var(--sign-border); }
.breadcrumb-sep { font-size: 10px; opacity: 0.5; }
.breadcrumb-current { color: var(--sign-border); }

/* ── CONTACT PAGE ── */
.page-main { max-width: 1100px; margin: 0 auto; padding: 52px 24px; display: grid; grid-template-columns: 1fr 420px; gap: 52px; align-items: start; }
.form-card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.form-card-header { background: var(--green-dark); padding: 24px 28px; border-bottom: 3px solid var(--sign-border); }
.form-card-eyebrow { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--sign-border); margin-bottom: 4px; }
.form-card-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--white); }
.form-card-body { padding: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.success-msg { display: none; background: #edf5e8; border: 2px solid var(--green); border-radius: 6px; padding: 28px; text-align: center; }
.success-msg.show { display: block; }
.success-icon { font-size: 40px; margin-bottom: 12px; }
.success-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
.success-body { font-size: 14px; color: var(--text-mid); line-height: 1.6; }
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.info-card-header { background: var(--brown); padding: 16px 20px; border-bottom: 3px solid var(--sign-border); }
.info-card-title { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; color: var(--white); letter-spacing: 1px; text-transform: uppercase; }
.info-card-body { padding: 20px; }

/* ── CTA BANNER (reusable) ── */
.cta-banner { background: var(--asphalt); position: relative; overflow: hidden; }
.cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; }
.cta-inner { max-width: 1100px; margin: 0 auto; padding: 52px 24px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-eyebrow { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--sign-border); margin-bottom: 8px; }
.cta-title { font-family: 'Oswald', sans-serif; font-size: clamp(22px, 3vw, 34px); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 8px; }
.cta-title span { color: var(--sign-border); }
.cta-sub { font-size: 14px; color: rgba(255,255,255,0.5); }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ── FOOTER ── */
.site-footer { background: var(--green-dark); border-top: 4px solid var(--sign-border); padding: 36px 24px 20px; }
.footer-inner { max-width: 1100px; margin: 0 auto 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-heading { font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--sign-border); margin-bottom: 12px; font-weight: 600; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 7px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--sign-border); }
.footer-bottom { border-top: 1px solid rgba(200,184,112,0.2); padding-top: 18px; font-size: 11px; color: rgba(255,255,255,0.3); text-align: center; max-width: 1100px; margin: 0 auto; }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.4s ease, transform 0.4s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 900px) {
    .hamburger { display: flex; }
    .nav-links { display: none; flex-direction: column; }
    .nav-links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--green-dark); border-bottom: 4px solid var(--sign-border); z-index: 200; padding: 8px 0; }
    .nav-links li a { height: auto; padding: 14px 24px; border-left: none; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 14px; }
    .nav-links li a.active::after { display: none; }
    .nav-links li a.active { border-left: 4px solid var(--sign-border); padding-left: 20px; }
    .nav-links li a.nav-cta { margin: 8px 16px; border-radius: var(--radius); }
    .hero-content { grid-template-columns: 1fr; text-align: center; }
    .hero-eyebrow { justify-content: center; }
    .hero-right { order: -1; }
    .services-strip-inner { grid-template-columns: repeat(2, 1fr); }
    .service-tab:nth-child(2) { border-right: none; }
    .service-tab:nth-child(3), .service-tab:nth-child(4) { border-top: 1px solid rgba(200,184,112,0.2); }
    .cards-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
    .cta-block { grid-template-columns: 1fr; }
    .cta-right { border-left: none; border-top: 3px solid var(--sign-border); }
    .page-main { grid-template-columns: 1fr; }
    .sidebar { display: grid; grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .cta-inner { flex-direction: column; text-align: center; }
    .cta-btns { justify-content: center; }
}

@media (max-width: 560px) {
    .topbar { font-size: 10px; }
    .hero-content { padding: 36px 16px; }
    .hero h1 { font-size: 28px; }
    .hero-btns { flex-direction: column; }
    .services-strip-inner { grid-template-columns: repeat(2, 1fr); }
    .service-tab-desc { display: none; }
    .trust-bar { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .sidebar { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .cta-btns { flex-direction: column; width: 100%; }
    .btn-primary, .btn-ghost, .btn-secondary { width: 100%; text-align: center; }
    .page-hero-inner, .hero-inner { flex-direction: column; align-items: flex-start; }
}
