/* ==========================================================================
   America Restorations — V3 Conversion-First Landing Page
   Scope: all classes prefixed .v3- to avoid collision with styles.css
   ========================================================================== */

/* Reset / base */
.v3-root *, .v3-root *::before, .v3-root *::after { box-sizing: border-box; }
.v3-root { margin: 0; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; color: #0f1437; background: #ffffff; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.v3-root img { max-width: 100%; display: block; height: auto; }
.v3-root a { color: inherit; }
.v3-root h1, .v3-root h2, .v3-root h3, .v3-root h4 { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -.02em; color: #0f1437; margin: 0; }
.v3-root h1 { font-weight: 800; font-size: clamp(2.2rem, 5.4vw, 3.9rem); line-height: 1.04; }
.v3-root h2 { font-weight: 800; font-size: clamp(1.7rem, 3.5vw, 2.6rem); line-height: 1.1; }
.v3-root h3 { font-weight: 700; font-size: 1.18rem; line-height: 1.3; }
.v3-root p { margin: 0 0 1em; }
.v3-root :focus-visible { outline: 3px solid #2f3190; outline-offset: 3px; border-radius: 4px; }

:root {
  --v3-blue: #2f3190;
  --v3-blue-dk: #23256e;
  --v3-red: #ED1D26;
  --v3-red-dk: #c3151d;
  --v3-ink: #0f1437;
  --v3-muted: #5b6079;
  --v3-line: #e7e9f2;
  --v3-fog: #f5f6fb;
  --v3-warm: #fff8e1;
  --v3-shadow: 0 10px 30px rgba(15, 20, 55, .08);
  --v3-shadow-lg: 0 20px 50px rgba(15, 20, 55, .14);
}

/* Container */
.v3-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Buttons */
.v3-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 26px; border-radius: 10px; font-weight: 700; font-size: 1rem; line-height: 1; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease; white-space: nowrap; font-family: inherit; }
.v3-btn--red { background: var(--v3-red); color: #fff; box-shadow: 0 8px 22px rgba(237, 29, 38, .28); }
.v3-btn--red:hover { background: var(--v3-red-dk); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(237, 29, 38, .38); }
.v3-btn--blue { background: var(--v3-blue); color: #fff; box-shadow: 0 8px 22px rgba(47, 49, 144, .22); }
.v3-btn--blue:hover { background: var(--v3-blue-dk); transform: translateY(-2px); }
.v3-btn--blue-outline { background: transparent; color: var(--v3-blue); border-color: var(--v3-blue); }
.v3-btn--blue-outline:hover { background: var(--v3-blue); color: #fff; transform: translateY(-2px); }
.v3-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .6); }
.v3-btn--ghost:hover { background: #fff; color: var(--v3-blue); transform: translateY(-2px); }
.v3-btn--lg { padding: 19px 30px; font-size: 1.06rem; border-radius: 12px; }
.v3-btn--xl { padding: 22px 34px; font-size: 1.2rem; border-radius: 14px; }
.v3-btn--block { display: flex; width: 100%; }

.v3-btn-phone-icon, .v3-btn svg { width: 20px; height: 20px; flex: 0 0 20px; }

/* Inline SVG <use> fallback sizing — all referenced icons render currentColor and inherit size */
.v3-root svg { width: 20px; height: 20px; vertical-align: middle; }
.v3-header__phone svg { width: 16px; height: 16px; }
.v3-hero__badge svg { width: 22px; height: 22px; }
.v3-benefit__icon svg { width: 28px; height: 28px; }
.v3-aud__icon svg { width: 24px; height: 24px; }
.v3-material__check svg { width: 14px; height: 14px; }
.v3-why__list svg { width: 26px; height: 26px; padding: 5px; background: var(--v3-blue); color: #fff; border-radius: 50%; flex: 0 0 26px; }
.v3-contact__bigphone svg { width: 28px; height: 28px; }
.v3-finalcta__phone svg { width: 40px; height: 40px; }
.v3-floatphone svg { width: 28px; height: 28px; }
.v3-mobilebar svg { width: 18px; height: 18px; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.v3-header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--v3-line); }
.v3-header__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; }
.v3-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.v3-brand img { height: 48px; width: auto; }
.v3-brand__tag { display: none; font-size: .78rem; color: var(--v3-muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.v3-header__nav { display: none; gap: 26px; }
.v3-header__nav a { color: var(--v3-ink); text-decoration: none; font-weight: 600; font-size: .96rem; }
.v3-header__nav a:hover { color: var(--v3-blue); }
.v3-header__cta { display: flex; align-items: center; gap: 10px; }
.v3-header__phone { background: var(--v3-red); color: #fff; text-decoration: none; font-weight: 800; padding: 12px 18px; border-radius: 10px; display: inline-flex; align-items: center; gap: 8px; font-size: .98rem; box-shadow: 0 4px 12px rgba(237, 29, 38, .28); transition: transform .15s ease, background .15s ease; }
.v3-header__phone:hover { background: var(--v3-red-dk); transform: translateY(-1px); }
.v3-header__phone svg { width: 16px; height: 16px; }
.v3-header__phone .v3-phone-label { display: none; }

@media (min-width: 780px) {
  .v3-header__nav { display: flex; }
  .v3-brand__tag { display: inline; }
  .v3-header__phone .v3-phone-label { display: inline; }
}
@media (min-width: 1024px) {
  .v3-brand img { height: 56px; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.v3-hero { position: relative; background: linear-gradient(135deg, #f5f6fb 0%, #eceffb 100%); overflow: hidden; padding: 40px 0 56px; }
.v3-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(47, 49, 144, .08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(237, 29, 38, .06) 0%, transparent 50%); pointer-events: none; }
.v3-hero__grid { position: relative; display: grid; gap: 36px; grid-template-columns: 1fr; align-items: center; }
.v3-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--v3-blue); padding: 8px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; box-shadow: var(--v3-shadow); margin-bottom: 18px; }
.v3-hero__eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--v3-red); box-shadow: 0 0 0 4px rgba(237, 29, 38, .2); }
.v3-hero h1 { margin-bottom: 20px; }
.v3-hero h1 span { color: var(--v3-red); }
.v3-hero__lede { font-size: clamp(1.06rem, 1.8vw, 1.22rem); color: var(--v3-muted); max-width: 560px; margin-bottom: 28px; }
.v3-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.v3-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 18px 20px; background: #fff; border-radius: 14px; box-shadow: var(--v3-shadow); }
.v3-hero__trust-item { display: flex; align-items: center; gap: 10px; font-size: .93rem; font-weight: 600; color: var(--v3-ink); }
.v3-hero__trust-item svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--v3-blue); }
.v3-hero__stars { color: #f5b400; font-size: 1.15rem; letter-spacing: 2px; line-height: 1; }
.v3-hero__media { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--v3-shadow-lg); }
.v3-hero__media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.v3-hero__badge { position: absolute; bottom: 18px; left: 18px; background: var(--v3-blue); color: #fff; padding: 12px 16px; border-radius: 12px; font-weight: 700; font-size: .88rem; display: flex; align-items: center; gap: 10px; }
.v3-hero__badge svg { width: 22px; height: 22px; }

@media (min-width: 900px) {
  .v3-hero { padding: 70px 0 90px; }
  .v3-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 52px; }
  .v3-hero__media img { min-height: 460px; }
}

/* ==========================================================================
   TRUST BAR (below hero)
   ========================================================================== */
.v3-trustbar { background: var(--v3-blue); color: #fff; padding: 22px 0; }
.v3-trustbar__grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); align-items: center; text-align: center; }
.v3-trustbar__item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.v3-trustbar__item strong { font-size: 1.4rem; font-weight: 800; line-height: 1; }
.v3-trustbar__item span { font-size: .82rem; color: rgba(255, 255, 255, .82); font-weight: 500; }
@media (min-width: 780px) {
  .v3-trustbar__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ==========================================================================
   GENERIC SECTION
   ========================================================================== */
.v3-section { padding: 64px 0; }
.v3-section--fog { background: var(--v3-fog); }
.v3-section--ink { background: #0f1437; color: #fff; }
.v3-section--ink h2, .v3-section--ink h3 { color: #fff; }
.v3-section--ink p { color: rgba(255, 255, 255, .78); }
.v3-section__head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.v3-section__eyebrow { display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--v3-red); margin-bottom: 12px; }
.v3-section__head h2 { margin-bottom: 14px; }
.v3-section__head p { font-size: 1.05rem; color: var(--v3-muted); }
.v3-section--ink .v3-section__head p { color: rgba(255, 255, 255, .78); }

/* ==========================================================================
   WHY-CHOOSE-US BENEFIT CARDS
   ========================================================================== */
.v3-benefits { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.v3-benefit { background: #fff; border: 1px solid var(--v3-line); border-radius: 16px; padding: 26px 22px; text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.v3-benefit:hover { transform: translateY(-4px); box-shadow: var(--v3-shadow-lg); border-color: var(--v3-blue); }
.v3-benefit__icon { width: 56px; height: 56px; margin: 0 auto 16px; background: linear-gradient(135deg, var(--v3-blue), var(--v3-blue-dk)); color: #fff; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.v3-benefit__icon svg { width: 28px; height: 28px; }
.v3-benefit h3 { margin-bottom: 8px; }
.v3-benefit p { margin: 0; font-size: .94rem; color: var(--v3-muted); }

/* ==========================================================================
   MATERIALS GRID
   ========================================================================== */
.v3-materials__wrap { display: grid; gap: 30px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) {
  .v3-materials__wrap { grid-template-columns: .95fr 1.05fr; gap: 54px; }
}
.v3-materials__media { border-radius: 18px; overflow: hidden; box-shadow: var(--v3-shadow-lg); }
.v3-materials__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
@media (min-width: 900px) {
  .v3-materials__media img { aspect-ratio: auto; height: 100%; min-height: 460px; }
}
.v3-materials__list { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 560px) {
  .v3-materials__list { grid-template-columns: 1fr 1fr; }
}
.v3-material { display: flex; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid var(--v3-line); border-radius: 12px; padding: 14px 16px; font-weight: 600; font-size: .95rem; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.v3-material:hover { transform: translateY(-2px); border-color: var(--v3-blue); box-shadow: var(--v3-shadow); }
.v3-material__check { width: 26px; height: 26px; flex: 0 0 26px; background: var(--v3-red); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.v3-material__check svg { width: 14px; height: 14px; }
.v3-advisory { margin: 36px auto 0; max-width: 820px; padding: 22px 26px; background: var(--v3-warm); border: 2px solid #f5b400; border-radius: 14px; display: flex; gap: 16px; align-items: flex-start; }
.v3-advisory__icon { flex: 0 0 40px; width: 40px; height: 40px; background: #f5b400; color: #0f1437; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; }
.v3-advisory__body strong { display: block; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #8a6a00; margin-bottom: 6px; }
.v3-advisory__body p { margin: 0; font-weight: 500; color: var(--v3-ink); }

/* ==========================================================================
   PROCESS TIMELINE
   ========================================================================== */
.v3-process { display: grid; gap: 20px; grid-template-columns: 1fr; counter-reset: vstep; }
@media (min-width: 680px) { .v3-process { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .v3-process { grid-template-columns: repeat(3, 1fr); } }
.v3-step { background: #fff; border-radius: 16px; padding: 28px 22px 24px; position: relative; border: 1px solid var(--v3-line); transition: transform .2s ease, box-shadow .2s ease; }
.v3-step:hover { transform: translateY(-4px); box-shadow: var(--v3-shadow-lg); }
.v3-step__num { width: 52px; height: 52px; border-radius: 50%; background: var(--v3-red); color: #fff; font-weight: 800; font-size: 1.35rem; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: 0 6px 16px rgba(237, 29, 38, .28); }
.v3-step h3 { margin-bottom: 8px; color: var(--v3-blue); }
.v3-step p { margin: 0; font-size: .94rem; color: var(--v3-muted); }

/* ==========================================================================
   PHOTO BAND
   ========================================================================== */
.v3-photoband { position: relative; min-height: 360px; overflow: hidden; background: #0f1437; }
.v3-photoband img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.v3-photoband__inner { position: relative; padding: 80px 0; display: grid; grid-template-columns: 1fr; gap: 20px; color: #fff; }
.v3-photoband__inner h2 { color: #fff; max-width: 600px; }
.v3-photoband__inner p { color: rgba(255, 255, 255, .88); max-width: 560px; font-size: 1.08rem; }
.v3-photoband__cta { margin-top: 10px; }
@media (min-width: 900px) { .v3-photoband__inner { grid-template-columns: 1.2fr .8fr; align-items: center; } }

/* ==========================================================================
   AUDIENCE (WHO WE SERVE)
   ========================================================================== */
.v3-audience { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .v3-audience { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .v3-audience { grid-template-columns: repeat(3, 1fr); } }
.v3-aud { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; padding: 26px 22px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.v3-aud:hover { transform: translateY(-4px); border-color: var(--v3-red); background: rgba(255, 255, 255, .08); }
.v3-aud__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--v3-red); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.v3-aud__icon svg { width: 24px; height: 24px; }
.v3-aud h3 { color: #fff; margin-bottom: 6px; }
.v3-aud p { color: rgba(255, 255, 255, .76); font-size: .94rem; margin: 0; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.v3-testimonials { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 780px) { .v3-testimonials { grid-template-columns: repeat(3, 1fr); } }
.v3-tm { background: #fff; border: 1px solid var(--v3-line); border-radius: 16px; padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.v3-tm:hover { transform: translateY(-4px); box-shadow: var(--v3-shadow-lg); }
.v3-tm__stars { color: #f5b400; margin-bottom: 14px; font-size: 1.3rem; letter-spacing: 3px; line-height: 1; }
.v3-tm__quote { font-size: 1rem; color: var(--v3-ink); margin-bottom: 18px; font-weight: 500; }
.v3-tm__author { font-size: .88rem; color: var(--v3-muted); font-weight: 600; border-top: 1px solid var(--v3-line); padding-top: 14px; }

/* ==========================================================================
   WHY-CHOOSE-US BULLET LIST
   ========================================================================== */
.v3-why { display: grid; gap: 30px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .v3-why { grid-template-columns: 1fr 1fr; gap: 52px; } }
.v3-why__media { border-radius: 18px; overflow: hidden; box-shadow: var(--v3-shadow-lg); order: -1; }
.v3-why__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
@media (min-width: 900px) { .v3-why__media { order: 0; } }
.v3-why__head h2 { text-align: left; margin-bottom: 18px; }
.v3-why__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.v3-why__list li { display: flex; align-items: flex-start; gap: 12px; font-size: 1.02rem; font-weight: 600; color: var(--v3-ink); }
.v3-why__list svg { width: 26px; height: 26px; flex: 0 0 26px; background: var(--v3-blue); color: #fff; border-radius: 50%; padding: 5px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.v3-faq { max-width: 820px; margin: 0 auto; }
.v3-faq details { background: #fff; border: 1px solid var(--v3-line); border-radius: 12px; padding: 0; margin-bottom: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.v3-faq details[open] { border-color: var(--v3-blue); box-shadow: var(--v3-shadow); }
.v3-faq summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 1.04rem; color: var(--v3-ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.v3-faq summary::-webkit-details-marker { display: none; }
.v3-faq summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--v3-red); flex-shrink: 0; transition: transform .2s ease; }
.v3-faq details[open] summary::after { content: "−"; }
.v3-faq details p { margin: 0; padding: 0 24px 22px; color: var(--v3-muted); font-size: 1rem; line-height: 1.6; }

/* ==========================================================================
   CONTACT FORM
   ========================================================================== */
.v3-contact { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .v3-contact { grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: start; } }
.v3-contact__info h2 { text-align: left; margin-bottom: 16px; }
.v3-contact__bigphone { display: inline-flex; align-items: center; gap: 14px; background: var(--v3-red); color: #fff; text-decoration: none; font-weight: 800; font-size: 1.55rem; padding: 18px 26px; border-radius: 14px; margin: 10px 0 22px; box-shadow: 0 10px 28px rgba(237, 29, 38, .32); transition: transform .15s ease, background .15s ease; }
.v3-contact__bigphone:hover { background: var(--v3-red-dk); transform: translateY(-2px); }
.v3-contact__bigphone svg { width: 28px; height: 28px; }
.v3-contact__meta { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.v3-contact__meta li { display: flex; flex-direction: column; gap: 2px; padding: 14px 18px; background: #fff; border: 1px solid var(--v3-line); border-radius: 10px; }
.v3-contact__meta strong { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--v3-blue); }
.v3-contact__meta span { font-size: .96rem; color: var(--v3-ink); font-weight: 500; }

.v3-form { background: #fff; border: 1px solid var(--v3-line); border-radius: 18px; padding: 30px; box-shadow: var(--v3-shadow); }
.v3-form h3 { margin-bottom: 6px; font-size: 1.3rem; }
.v3-form__sub { color: var(--v3-muted); font-size: .95rem; margin-bottom: 22px; }
.v3-form__row { margin-bottom: 14px; }
.v3-form__row--split { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 500px) { .v3-form__row--split { grid-template-columns: 1fr 1fr; } }
.v3-form label { display: block; font-weight: 600; font-size: .88rem; color: var(--v3-ink); margin-bottom: 6px; }
.v3-form .v3-req { color: var(--v3-red); }
.v3-form input, .v3-form select, .v3-form textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--v3-line); border-radius: 10px; font-family: inherit; font-size: 1rem; color: var(--v3-ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.v3-form input:focus, .v3-form select:focus, .v3-form textarea:focus { outline: none; border-color: var(--v3-blue); box-shadow: 0 0 0 4px rgba(47, 49, 144, .12); }
.v3-form textarea { resize: vertical; min-height: 110px; }
.v3-form__note { font-size: .82rem; color: var(--v3-muted); margin-top: 12px; text-align: center; }

/* ==========================================================================
   FINAL CTA BAND
   ========================================================================== */
.v3-finalcta { background: linear-gradient(135deg, var(--v3-blue) 0%, #1e206b 100%); color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.v3-finalcta::before { content: ""; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(237, 29, 38, .18) 0%, transparent 70%); }
.v3-finalcta__inner { position: relative; text-align: center; }
.v3-finalcta h2 { color: #fff; margin-bottom: 14px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.v3-finalcta p { color: rgba(255, 255, 255, .88); font-size: 1.12rem; max-width: 620px; margin: 0 auto 28px; }
.v3-finalcta__phone { display: inline-flex; align-items: center; gap: 16px; background: var(--v3-red); color: #fff; text-decoration: none; font-weight: 800; font-size: clamp(1.8rem, 4.5vw, 2.8rem); padding: 22px 34px; border-radius: 16px; box-shadow: 0 14px 34px rgba(237, 29, 38, .42); transition: transform .18s ease, background .18s ease; letter-spacing: -.01em; }
.v3-finalcta__phone:hover { background: var(--v3-red-dk); transform: translateY(-3px); }
.v3-finalcta__phone svg { width: 40px; height: 40px; }
.v3-finalcta__sub { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.v3-footer { background: #0a0e26; color: rgba(255, 255, 255, .82); padding: 56px 0 24px; }
.v3-footer__grid { display: grid; gap: 36px; grid-template-columns: 1fr; margin-bottom: 40px; }
@media (min-width: 720px) { .v3-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.v3-footer h4 { color: #fff; font-size: 1.04rem; margin-bottom: 14px; }
.v3-footer p, .v3-footer li { font-size: .94rem; line-height: 1.6; }
.v3-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.v3-footer a { color: rgba(255, 255, 255, .82); text-decoration: none; }
.v3-footer a:hover { color: #fff; text-decoration: underline; }
.v3-footer__phone { display: inline-block; margin-top: 6px; color: var(--v3-red); font-weight: 800; font-size: 1.1rem; text-decoration: none; }
.v3-footer__phone:hover { color: #fff; }
.v3-footer__licenses { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: .82rem; color: rgba(255, 255, 255, .58); margin-bottom: 18px; }
.v3-footer__licenses strong { color: rgba(255, 255, 255, .82); font-weight: 700; }
.v3-footer__legal { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .84rem; color: rgba(255, 255, 255, .58); }

/* ==========================================================================
   STICKY DESKTOP FLOATING PHONE
   ========================================================================== */
.v3-floatphone { display: none; position: fixed; right: 22px; bottom: 22px; z-index: 38; background: var(--v3-red); color: #fff; width: 64px; height: 64px; border-radius: 50%; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(237, 29, 38, .44); text-decoration: none; transition: transform .2s ease, background .2s ease; animation: v3-pulse 2.2s infinite; }
.v3-floatphone:hover { background: var(--v3-red-dk); transform: scale(1.08); }
.v3-floatphone svg { width: 28px; height: 28px; }
@keyframes v3-pulse { 0%, 100% { box-shadow: 0 12px 30px rgba(237, 29, 38, .44), 0 0 0 0 rgba(237, 29, 38, .5); } 50% { box-shadow: 0 12px 30px rgba(237, 29, 38, .44), 0 0 0 14px rgba(237, 29, 38, 0); } }
@media (min-width: 900px) { .v3-floatphone { display: flex; } }

/* ==========================================================================
   STICKY MOBILE CALL BAR
   ========================================================================== */
.v3-mobilebar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 39; background: #fff; border-top: 1px solid var(--v3-line); padding: 10px 12px; display: flex; gap: 10px; box-shadow: 0 -8px 20px rgba(0, 0, 0, .08); }
.v3-mobilebar a { flex: 1; font-size: .96rem; padding: 14px 10px; border-radius: 10px; font-weight: 700; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; }
.v3-mobilebar svg { width: 18px; height: 18px; }
.v3-mobilebar .v3-btn--red { color: #fff; }
.v3-mobilebar .v3-btn--blue-outline { border: 2px solid var(--v3-blue); color: var(--v3-blue); background: #fff; }
@media (min-width: 900px) { .v3-mobilebar { display: none; } }
body.v3-root { padding-bottom: 76px; }
@media (min-width: 900px) { body.v3-root { padding-bottom: 0; } }

/* ==========================================================================
   MOTION — entrance fade-ups (respect reduced-motion)
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .v3-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .v3-reveal.is-visible { opacity: 1; transform: none; }
}

/* ==========================================================================
   GALLERY — Recent Projects proof strip
   ========================================================================== */
.v3-gallery {
  display: grid; gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}
.v3-gallery figure {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: var(--v3-fog);
  box-shadow: var(--v3-shadow);
  aspect-ratio: 4/3;
  transition: transform .22s ease, box-shadow .22s ease;
}
.v3-gallery figure:hover {
  transform: translateY(-4px);
  box-shadow: var(--v3-shadow-lg);
}
.v3-gallery img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.v3-gallery figure:hover img { transform: scale(1.04); }
.v3-gallery figcaption {
  position: absolute;
  left: 12px; bottom: 12px;
  background: rgba(15, 20, 55, .82);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
  backdrop-filter: blur(4px);
}
.v3-gallery__badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--v3-red);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .v3-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 440px) {
  .v3-gallery { grid-template-columns: 1fr; }
}

/* ==========================================================================
   UTILS
   ========================================================================== */
.v3-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
