/* ==========================================================================
   Godoy Auto Detailing — Stylesheet (Premium Edition v3 — Dark Theme)
   Palette: Near-black (#101417) base / Electric Blue / Champagne Gold / off-white text
   Fully dark, SONAX-backed premium positioning end to end.
   ========================================================================== */

:root {
  --ink: #101417;         /* base page background */
  --ink-soft: #171B20;    /* alternating section background */
  --ink-card: #1B2126;    /* card / panel surface on dark bg */
  --ink-deep: #05070a;    /* deepest contrast (footer, quote section) */
  --navy: #0A2540;
  --blue: #1E6FD9;
  --blue-light: #5CAEFA;
  --gold: #D8AE58;
  --gold-light: #EFD6A0;
  --white: #FFFFFF;
  --text-h: #F4F7FA;      /* headings on dark bg */
  --text-body: #AEBBC9;   /* body copy on dark bg */
  --text-soft: #8496A9;   /* tertiary / captions */
  --border: rgba(255,255,255,0.10);
  --border-soft: rgba(255,255,255,0.06);
  --whatsapp: #25D366;
  --whatsapp-dark: #1DA851;
  --radius: 16px;
  --radius-lg: 22px;
  --shadow: 0 10px 34px rgba(0,0,0,0.30);
  --shadow-lg: 0 24px 60px rgba(0,0,0,0.45);
  --font-head: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--text-h); line-height: 1.15; letter-spacing: -0.01em; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.text-gradient {
  background: linear-gradient(100deg, var(--blue-light), var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1);
}
[data-reveal].in-view { opacity: 1; transform: translateY(0); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  font-family: var(--font-head); border: 2px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }

.btn-primary {
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  color: var(--white);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.35);
}
.btn-primary:hover { box-shadow: 0 14px 34px rgba(37, 211, 102, 0.48); }

.btn-outline { background: transparent; border-color: rgba(255,255,255,0.3); color: var(--text-h); }
.btn-outline:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

.btn-ghost { background: transparent; color: var(--text-h); border-color: var(--border); font-weight: 600; }
.btn-ghost:hover { border-color: var(--blue-light); color: var(--blue-light); }

.btn-lg { padding: 17px 32px; font-size: 1.02rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(16, 20, 23, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 20px; }
.logo { display: flex; align-items: center; }
.logo-img { height: 42px; width: auto; }

.main-nav { display: flex; gap: 30px; }
.main-nav a { font-weight: 500; font-size: 0.94rem; color: var(--text-body); position: relative; padding-bottom: 4px; transition: color .15s ease; }
.main-nav a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--blue-light), var(--gold)); transition: width .2s ease; }
.main-nav a:hover { color: var(--text-h); }
.main-nav a:hover::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 10px; }
.header-phone svg { color: var(--text-h); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text-h); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 130px 0 70px;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(16,20,23,0.97) 0%, rgba(16,20,23,0.90) 38%, rgba(16,20,23,0.62) 68%, rgba(16,20,23,0.42) 100%),
    linear-gradient(0deg, rgba(16,20,23,0.75) 0%, rgba(16,20,23,0.15) 40%);
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.35; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}
.hero-inner { position: relative; }
.hero-content { max-width: 640px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: 1.6px; font-size: 0.76rem; font-weight: 700;
  color: var(--gold-light); margin-bottom: 22px; padding: 7px 16px;
  border: 1px solid rgba(216,174,88,0.4); border-radius: 999px; background: rgba(216,174,88,0.08);
}

.hero h1 { color: var(--white); font-size: clamp(2.2rem, 4.8vw, 3.5rem); font-weight: 700; margin-bottom: 20px; }
.hero-sub { font-size: 1.1rem; color: #C7D3E2; max-width: 560px; margin-bottom: 26px; }

.sonax-strip {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; margin-bottom: 30px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px; max-width: fit-content; backdrop-filter: blur(10px);
}
.sonax-badge-img { height: 26px; width: auto; }
.sonax-strip span { font-size: 0.84rem; color: #C9D7E8; font-weight: 500; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }

.hero-rating {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 40px;
  padding: 8px 4px; transition: opacity .15s ease;
}
.hero-rating:hover { opacity: 0.85; }
.hero-rating-stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 2px; }
.hero-rating-text { font-size: 0.86rem; color: #C7D3E2; }
.hero-rating-text strong { color: var(--white); font-family: var(--font-head); }

.hero-trust { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-trust li { display: flex; flex-direction: column; gap: 3px; }
.hero-trust strong { font-family: var(--font-head); font-size: 0.9rem; color: var(--white); }
.hero-trust span { font-size: 0.8rem; color: #91A5BC; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--ink-deep); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); padding: 22px 0; }
.trust-strip-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #A9B7C6; font-size: 0.88rem; font-weight: 600; font-family: var(--font-head); }
.trust-item span { font-size: 1.1rem; }

/* ---------- Sections ---------- */
.section { padding: 100px 0; background: var(--ink); }
.section-alt { background: var(--ink-soft); }
.section-dark { background: linear-gradient(160deg, var(--ink-soft), var(--ink-deep)); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }

.section-eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; font-weight: 700; color: var(--blue-light); margin-bottom: 12px; }
.section-dark .section-eyebrow { color: var(--gold-light); }

.section h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin-bottom: 18px; }
.section-sub { color: var(--text-body); max-width: 640px; font-size: 1.02rem; margin-bottom: 50px; }
.section-sub a { color: var(--blue-light) !important; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.service-card {
  position: relative; background: var(--ink-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(92,174,250,0.35); }

.service-tag { text-transform: uppercase; letter-spacing: 1px; font-size: 0.72rem; font-weight: 700; color: var(--blue-light); margin-bottom: 10px; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--text-h); }
.price { font-family: var(--font-head); font-weight: 700; color: var(--text-h); font-size: 1.3rem; margin-bottom: 18px; }
.price span { font-size: 0.85rem; font-weight: 500; color: var(--text-soft); }

.service-list { margin-bottom: 20px; }
.service-list li { position: relative; padding-left: 20px; font-size: 0.9rem; color: var(--text-body); margin-bottom: 8px; }
.service-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-light); font-weight: 700; }

.service-card.featured {
  background: linear-gradient(160deg, #1E2530, var(--ink) 75%);
  border: 1px solid rgba(216,174,88,0.45); box-shadow: var(--shadow-lg);
}
.service-card.featured .service-tag { color: var(--gold-light); }
.service-card.featured .service-list li::before { color: var(--gold-light); }
.service-card.featured .service-link { color: var(--gold-light); }

.service-badge {
  position: absolute; top: -13px; right: 22px;
  background: linear-gradient(120deg, var(--gold), var(--gold-light)); color: #101417;
  font-size: 0.68rem; font-weight: 800; padding: 6px 14px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 6px 16px rgba(216,174,88,0.4);
}

.service-link { color: var(--blue-light); font-weight: 600; font-size: 0.92rem; }

.plan-banner {
  margin-top: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: var(--ink-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 34px;
}
.plan-banner h3 { font-size: 1.2rem; margin-bottom: 8px; }
.plan-banner p { color: var(--text-body); max-width: 480px; font-size: 0.95rem; }

/* ---------- SONAX ---------- */
.sonax-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 50px; align-items: center; }
.sonax-points { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.sonax-points strong { display: block; font-family: var(--font-head); font-size: 1rem; color: var(--white); margin-bottom: 4px; }
.sonax-points span { color: #91A5BC; font-size: 0.92rem; }
.sonax-badges { display: flex; flex-direction: column; gap: 24px; align-items: center; }
.sonax-badges img { max-width: 200px; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.4)); }

/* ---------- Gallery ---------- */
.gallery-filters { display: flex; gap: 10px; margin-bottom: 30px; }
.gallery-filter {
  background: var(--ink-card); border: 1px solid var(--border); color: var(--text-body);
  padding: 9px 20px; border-radius: 999px; font-family: var(--font-head); font-size: 0.86rem;
  font-weight: 600; cursor: pointer; transition: all .18s ease;
}
.gallery-filter:hover { border-color: var(--blue-light); color: var(--text-h); }
.gallery-filter.active { background: linear-gradient(120deg, var(--blue), var(--blue-light)); color: var(--white); border-color: transparent; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-item {
  border-radius: var(--radius); overflow: hidden; position: relative; background: var(--ink-card);
  border: 1px solid var(--border); cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-item.hidden { display: none; }
.gallery-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.gallery-cta {
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  margin-top: 46px; padding: 34px; border-radius: var(--radius-lg);
  background: var(--ink-card); border: 1px solid var(--border); text-align: center;
}
.gallery-cta p { font-family: var(--font-head); font-size: 1.1rem; color: var(--text-h); font-weight: 600; }

/* Lightbox */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 900;
  background: rgba(3,5,7,0.92); align-items: center; justify-content: center; padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox-close {
  position: absolute; top: 26px; right: 30px; background: none; border: none; color: var(--white);
  font-size: 2.4rem; line-height: 1; cursor: pointer; opacity: 0.8; transition: opacity .15s ease;
}
.lightbox-close:hover { opacity: 1; }

/* ---------- Reviews ---------- */
.rating-banner {
  display: flex; align-items: center; gap: 18px; margin-bottom: 40px;
  background: var(--ink-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 20px 26px; max-width: fit-content;
}
.rating-score { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; color: var(--text-h); }
.rating-banner .stars { color: var(--gold); font-size: 1rem; }
.rating-banner span { color: var(--text-soft); font-size: 0.85rem; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--ink-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-card p { font-size: 0.96rem; color: var(--text-body); margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 0.9rem;
}
.testimonial-name { font-size: 0.88rem; font-weight: 600; color: var(--text-h); display: flex; flex-direction: column; }
.testimonial-name em { font-style: normal; font-weight: 400; color: var(--text-soft); font-size: 0.78rem; }

.live-reviews-header {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  margin-top: 56px; margin-bottom: 20px;
}
.live-reviews-header h3 { font-size: 1.15rem; color: var(--text-h); }
.live-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600;
  color: var(--text-soft); font-family: var(--font-head);
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--whatsapp);
  box-shadow: 0 0 0 rgba(37,211,102,0.5); animation: livePulse 1.8s infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.55); }
  70% { box-shadow: 0 0 0 8px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.live-reviews-slot { min-height: 60px; }

/* ---------- Process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.process-grid::before {
  content: ""; position: absolute; top: 23px; left: 12%; right: 12%; height: 2px;
  background: linear-gradient(90deg, var(--blue-light), var(--gold)); opacity: 0.3;
}
.process-step { text-align: center; padding: 20px; position: relative; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px;
  border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--blue)); color: var(--white);
  font-family: var(--font-head); font-weight: 700; margin-bottom: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.4); position: relative; z-index: 1;
}
.process-step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.process-step p { color: var(--text-body); font-size: 0.92rem; }

/* ---------- Coverage ---------- */
.coverage-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.coverage-tags span {
  background: var(--ink-card); border: 1px solid var(--border); padding: 9px 18px; border-radius: 999px;
  font-size: 0.88rem; font-weight: 500; color: var(--text-h); transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.coverage-tags span:hover { border-color: var(--gold); color: var(--ink); background: var(--gold-light); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: none; border: none; text-align: left; cursor: pointer;
  padding: 22px 4px; font-family: var(--font-head); font-size: 1rem; font-weight: 600; color: var(--text-h);
}
.faq-icon { font-size: 1.3rem; color: var(--blue-light); transition: transform .25s ease; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-answer { max-height: 260px; }
.faq-answer p { padding: 0 4px 22px; color: var(--text-body); font-size: 0.95rem; max-width: 680px; }

/* ---------- Contact / Quote ---------- */
.contact-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact-methods { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.contact-method {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius); padding: 18px 22px;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.contact-method:hover { transform: translateY(-3px); border-color: rgba(216,174,88,0.4); }
.contact-method-icon { font-size: 1.4rem; }
.contact-method strong { display: block; font-size: 0.95rem; color: var(--white); font-family: var(--font-head); }
.contact-method span { color: #91A5BC; font-size: 0.9rem; }

.contact-form { background: var(--ink-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow-lg); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--text-h); margin-bottom: 7px; font-family: var(--font-head); }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--border); border-radius: 10px;
  font-family: var(--font-body); font-size: 0.95rem; color: var(--text-h); background: rgba(255,255,255,0.04);
  transition: border-color .15s ease, background .15s ease;
}
.form-row input::placeholder, .form-row textarea::placeholder { color: var(--text-soft); }
.form-row select option { background: var(--ink-card); color: var(--text-h); }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--blue-light); background: rgba(255,255,255,0.07); }
.contact-form .btn { width: 100%; margin-top: 8px; }
.form-note { text-align: center; color: var(--text-soft); font-size: 0.82rem; margin-top: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-deep); color: #A9B7C6; padding: 64px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--border-soft); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer-logo { height: 46px; width: auto; max-width: 220px; object-fit: contain; object-position: left; }
.footer-brand p { color: #8095AC; font-size: 0.9rem; max-width: 320px; }
.footer-sonax-badge {
  display: flex; align-items: center; gap: 12px; margin-top: 4px;
  padding: 10px 16px; background: rgba(255,255,255,0.04); border: 1px solid var(--border-soft); border-radius: 10px;
}
.footer-sonax-badge img { height: 24px; width: auto; object-fit: contain; }
.footer-sonax-badge span { font-size: 0.76rem; font-weight: 600; color: #8095AC; letter-spacing: 0.2px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 11px; }
.footer-links h4, .footer-contact h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 6px; font-family: var(--font-head); }
.footer-links a, .footer-contact a { color: #A9B7C6; font-size: 0.9rem; transition: color .15s ease; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { text-align: center; padding: 22px 0; font-size: 0.82rem; color: #5C7086; }

/* ---------- Sticky WhatsApp ---------- */
.sticky-whatsapp {
  position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5); z-index: 400; transition: transform .18s ease;
}
.sticky-whatsapp:hover { transform: scale(1.1); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .services-grid, .testimonials-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .contact-inner, .sonax-inner { grid-template-columns: 1fr; }
  .sonax-badges { flex-direction: row; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-phone span { display: none; }
  .header-cta .btn-ghost { padding: 12px; }
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 82px; left: 0; right: 0;
    background: var(--ink); padding: 20px 24px; gap: 16px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
  }
  .services-grid, .testimonials-grid, .gallery-grid, .process-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero { padding: 110px 0 60px; min-height: auto; }
  .trust-strip-inner { justify-content: flex-start; }
  .plan-banner { flex-direction: column; align-items: flex-start; }
}

/* Extra safety for very small phones (iPhone SE / 320-400px) */
@media (max-width: 400px) {
  .btn { white-space: normal; text-align: center; }
  .btn-lg { padding: 15px 22px; font-size: 0.95rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .gallery-filters { flex-wrap: wrap; }
  .contact-form { padding: 26px 20px; }
  .plan-banner { padding: 24px 20px; }
  .rating-banner { padding: 16px 18px; gap: 12px; }
}
