/* DPS Garage Doors — blue gradient brand system */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
  --blue-500: #0A6CFF;
  --blue-400: #1E9BFF;
  --blue-600: #0A57D0;
  --navy: #0A2540;
  --navy-700: #0E3157;
  --ink: #0A2540;
  --slate: #4A5C72;
  --muted: #6B7C92;
  --line: #E4EBF3;
  --surface: #F4F8FD;
  --surface-2: #EAF2FC;
  --white: #FFFFFF;
  --grad: linear-gradient(135deg, #0A6CFF 0%, #1E9BFF 100%);
  --grad-soft: linear-gradient(135deg, #0A6CFF 0%, #1E9BFF 60%, #54B6FF 100%);
  --grad-dark: linear-gradient(140deg, #0A2540 0%, #0E3157 55%, #0A57D0 120%);
  --shadow-sm: 0 1px 3px rgba(10,37,64,.08), 0 1px 2px rgba(10,37,64,.04);
  --shadow: 0 8px 30px rgba(10,37,64,.10);
  --shadow-lg: 0 24px 60px rgba(10,37,64,.16);
  --shadow-blue: 0 14px 34px rgba(10,108,255,.30);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1200px;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-600); text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.12; letter-spacing: -.02em; font-weight: 800; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--tint { background: var(--surface); }
.section--navy { background: var(--grad-dark); color: #DCE9F8; }

/* Emergency service section */
.section--emerg { background: linear-gradient(180deg, #FFF7F5 0%, #FFFFFF 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.emerg-head { max-width: 820px; }
.emerg-badge { display: inline-flex; align-items: center; gap: 8px; background: #E5362E; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.emerg-badge svg { width: 16px; height: 16px; }
.emerg-head .lead { margin-top: 14px; }
.emerg-head .lead a { color: var(--blue-500); font-weight: 700; white-space: nowrap; }
.emerg-head__cta { margin-top: 24px; }
.emerg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.emerg-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.emerg-card h3 { font-family: var(--font-display); font-size: 19px; color: var(--ink); margin: 0 0 12px; }
.emerg-card p { color: var(--slate); font-size: 15px; line-height: 1.6; margin: 0 0 10px; }
.emerg-list { list-style: none; padding: 0; margin: 0 0 4px; }
.emerg-list li { position: relative; padding-left: 26px; color: var(--slate); font-size: 15px; line-height: 1.55; margin-bottom: 9px; }
.emerg-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 2px; background: #E5362E; }
.emerg-note { background: #FFF1EE; border-left: 3px solid #E5362E; padding: 12px 14px; border-radius: 8px; font-size: 14px; color: var(--ink) !important; margin-top: 14px !important; }
.emerg-insure { max-width: 820px; margin: 30px auto 0; text-align: center; color: var(--slate); font-size: 14.5px; line-height: 1.6; }
@media (max-width: 900px) { .emerg-grid { grid-template-columns: 1fr; } }
.section--navy h2, .section--navy h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--blue-500);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--grad); border-radius: 2px; }
.section--navy .eyebrow { color: #6FB6FF; }

h1.h1 { font-size: clamp(34px, 5.2vw, 60px); }
.hero-welcome { font-size: clamp(34px, 5.2vw, 60px); margin: 0 0 6px; }
.hero .hero-welcome { color: #fff; }
h2.h2 { font-size: clamp(27px, 3.6vw, 42px); }
.lead { font-size: clamp(17px, 2vw, 20px); color: var(--slate); max-width: 60ch; }
.muted { color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  padding: 15px 26px; border-radius: 999px; cursor: pointer; border: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-blue); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(10,108,255,.4); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.btn-ghost:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.btn-outline { background: #fff; color: var(--blue-600); border: 1.5px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--blue-400); transform: translateY(-2px); color: var(--blue-500); }
.btn svg { width: 18px; height: 18px; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 34px; width: auto; display: block; }
.brand__txt { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--navy); letter-spacing: -.02em; line-height: 1; }
.brand__txt small { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .14em; color: var(--blue-500); text-transform: uppercase; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--navy-700); transition: color .15s; }
.nav a:hover, .nav a.active { color: var(--blue-500); }
.header__cta { display: flex; align-items: center; gap: 14px; }
.callbtn {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display);
  font-weight: 700; font-size: 15.5px; color: #fff; background: var(--grad);
  padding: 11px 20px; border-radius: 999px; box-shadow: var(--shadow-blue);
  transition: transform .18s, box-shadow .18s;
}
.callbtn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(10,108,255,.4); }
.callbtn svg { width: 17px; height: 17px; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; align-items: center; justify-content: center; }
.menu-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; position: relative; transition: .25s; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: .25s; }
.menu-toggle span::before { top: -7px; } .menu-toggle span::after { top: 7px; }
.menu-toggle.open span { background: transparent; }
.menu-toggle.open span::before { top: 0; transform: rotate(45deg); }
.menu-toggle.open span::after { top: 0; transform: rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--grad-dark); color: #fff; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .26; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(10,37,64,.94) 0%, rgba(10,37,64,.7) 48%, rgba(10,87,208,.4) 100%); }
.hero__inner { position: relative; z-index: 2; padding: clamp(64px,9vw,118px) 0 clamp(64px,9vw,110px); max-width: 720px; }
/* Split hero: copy left, estimate form right */
.hero__inner--split { max-width: var(--maxw); display: grid; grid-template-columns: minmax(0,1.28fr) minmax(0,.72fr); gap: clamp(32px,4vw,64px); align-items: start; padding-top: clamp(36px,4.5vw,60px); }
.hero__copy { min-width: 0; }
.hero__form { min-width: 0; width: 100%; max-width: 430px; margin-left: auto; }
.herocard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(20px,2vw,26px); box-shadow: var(--shadow-lg); }
.herocard__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(21px,2.2vw,26px); color: var(--navy); letter-spacing: -.02em; margin: 0 0 6px; }
.herocard__sub { color: var(--navy-700); font-size: 14.5px; line-height: 1.5; margin: 0 0 20px; }
.herocard .form { background: transparent; border: 0; box-shadow: none; padding: 0; }
.herocard .field { margin-bottom: 11px; }
.herocard .field textarea { min-height: 84px; }
.hero h1 { color: #fff; }
.hero h1 .grad-txt { background: linear-gradient(100deg,#54B6FF,#9CD2FF); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Google Reviews carousel (beneath estimate form) */
.rcarousel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(18px,2vw,24px); box-shadow: var(--shadow); margin-top: 18px; }
.rcarousel__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }
.rcarousel__g { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; color: var(--navy); }
.rcarousel__g svg { flex: 0 0 auto; }
.rcarousel__rating { font-size: 13.5px; color: var(--navy-700); white-space: nowrap; }
.rcarousel__rating b { color: var(--navy); font-size: 15px; }
.rcarousel__stars { color: #FBBC05; letter-spacing: 1px; }
.rcarousel__viewport { overflow: hidden; }
.rcarousel__track { display: flex; list-style: none; margin: 0; padding: 0; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.rcard { flex: 0 0 100%; min-width: 0; padding: 18px 4px 6px; }
.rcard__stars { color: #FBBC05; font-size: 17px; letter-spacing: 2px; margin-bottom: 10px; }
.rcard__text { color: var(--navy-700); font-size: 14.5px; line-height: 1.62; margin: 0 0 16px; }
.rcard__by { display: flex; align-items: center; gap: 11px; }
.rcard__av { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background: var(--grad-dark); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: .5px; }
.rcard__meta { display: flex; flex-direction: column; line-height: 1.3; }
.rcard__meta b { color: var(--navy); font-size: 14px; }
.rcard__meta small { color: #7A8AA0; font-size: 12.5px; }
.rcarousel__nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; margin-top: 6px; border-top: 1px solid var(--line); }
.rcarousel__btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.rcarousel__btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.rcarousel__dots { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1 1 auto; }
.rcarousel__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #C9D4E2; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.rcarousel__dots button[aria-selected="true"] { background: var(--blue-600); transform: scale(1.35); }
.hero p.lead { color: #C9DCF2; margin-top: 18px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 20px; }
.hero__trust div { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; color: #CFE0F5; }
.hero__trust svg { width: 19px; height: 19px; color: #6FB6FF; flex: none; }

/* Top Google review bar */
.reviewbar { background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.08); }
.reviewbar__inner { display: flex; justify-content: center; padding: 9px 0; }
.reviewbar__link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; font-size: 15px; font-weight: 600; line-height: 1; }
.reviewbar__link:hover { opacity: .9; }
.reviewbar__stars { color: #FBBC05; font-size: 17px; letter-spacing: 2px; }
.reviewbar__score { font-weight: 800; }
.reviewbar__on { color: rgba(255,255,255,.7); font-weight: 500; }
.reviewbar__g { font-weight: 700; }
.reviewbar__dot { color: rgba(255,255,255,.5); }
.reviewbar__count { color: rgba(255,255,255,.85); font-weight: 500; }
@media (max-width: 420px) { .reviewbar__link { font-size: 13px; gap: 6px; } .reviewbar__stars { font-size: 15px; } }

/* Trust strip */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding: 26px 0; }
.trustbar__item { display: flex; align-items: center; gap: 13px; }
.trustbar__ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--surface-2); display: flex; align-items: center; justify-content: center; }
.trustbar__ic svg { width: 22px; height: 22px; color: var(--blue-500); }
.trustbar__item b { font-family: var(--font-display); font-size: 15px; color: var(--navy); display: block; }
.trustbar__item span { font-size: 13px; color: var(--muted); }

/* Section heads */
.shead { max-width: 660px; margin-bottom: 44px; }
.shead.center { margin-left: auto; margin-right: auto; text-align: center; }
.shead p { margin-top: 14px; }

/* Services grid */
.svc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.svc-card__img { aspect-ratio: 16/10; overflow: hidden; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.svc-card__img--split { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.svc-card__img--split img { transition: transform .5s; }
.svc-card:hover .svc-card__img--split img { transform: scale(1.06); }
.svc-card:hover .svc-card__img img { transform: scale(1.06); }
.svc-card__body { padding: 26px 26px 28px; }
.svc-card h3 { font-size: 21px; margin-bottom: 9px; }
.svc-card p { color: var(--slate); font-size: 15.5px; }
.svc-card ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.svc-card li { display: flex; gap: 9px; font-size: 14.5px; color: var(--navy-700); }
.svc-card li::before { content: "✓"; color: var(--blue-500); font-weight: 800; }
.svc-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-weight: 700; font-size: 14.5px; color: var(--blue-500); text-decoration: none; transition: gap .2s, color .2s; }
.svc-card__link svg { width: 17px; height: 17px; }
.svc-card__link:hover { color: var(--blue-600); gap: 11px; }
.svc-grid--text { grid-template-columns: repeat(3,1fr); }
.svc-grid--text .svc-card__body { padding: 24px 24px 26px; }
.svc-grid--text .svc-card h3 { font-size: 19px; }
.svc-grid--text .svc-card h3::before { content: ""; display: block; width: 36px; height: 3px; border-radius: 3px; background: var(--grad); margin-bottom: 13px; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.step { position: relative; padding: 30px 26px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.step__n { font-family: var(--font-display); font-weight: 800; font-size: 15px; width: 44px; height: 44px; border-radius: 12px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-blue); margin-bottom: 18px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--slate); font-size: 15px; }

/* Service area / city links */
.area-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.area-link { display: flex; align-items: center; gap: 10px; padding: 16px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--navy); box-shadow: var(--shadow-sm); transition: .2s; }
.area-link:hover { border-color: var(--blue-400); color: var(--blue-500); transform: translateY(-3px); box-shadow: var(--shadow); }
.area-link svg { width: 17px; height: 17px; color: var(--blue-500); flex: none; }

/* Reviews */
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.rev { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.rev .stars { color: #FFB300; font-size: 16px; letter-spacing: 2px; margin-bottom: 13px; }
.rev p { color: var(--navy-700); font-size: 15.5px; }
.rev__by { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.rev__av { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.rev__by b { font-family: var(--font-display); font-size: 15px; color: var(--navy); display: block; }
.rev__by span { font-size: 13px; color: var(--muted); }

/* CTA band */
.ctaband { background: var(--grad); color: #fff; border-radius: var(--radius-lg); padding: clamp(36px,5vw,56px); text-align: center; box-shadow: var(--shadow-blue); }
.ctaband h2 { color: #fff; }
.ctaband p { color: #E3EEFF; max-width: 56ch; margin: 14px auto 26px; font-size: 18px; }
.ctaband .btn-primary { background: #fff; color: var(--blue-600); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.ctaband .btn-primary:hover { box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.ctaband .btn-ghost { border-color: rgba(255,255,255,.7); }
.ctaband__cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* Two-col feature */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); align-items: center; }
.feature__img img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.feature ul { list-style: none; margin-top: 22px; display: grid; gap: 14px; }
.feature li { display: flex; gap: 13px; }
.feature li svg { width: 24px; height: 24px; color: var(--blue-500); flex: none; }
.feature ul { grid-template-columns: 1fr; }
.about-vals { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.feature li b { font-family: var(--font-display); color: var(--navy); display: block; font-size: 16px; }
.feature li span { color: var(--slate); font-size: 14.5px; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat { text-align: center; }
.stat b { font-family: var(--font-display); font-size: clamp(32px,4vw,46px); font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: block; }
.stat span { color: var(--slate); font-size: 14.5px; font-weight: 500; }
.section--navy .stat span { color: #B7CDE8; }

/* neighborhoods */
.hoods { display: flex; flex-wrap: wrap; gap: 11px; }
.hood { padding: 9px 16px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 14.5px; font-weight: 600; font-family: var(--font-display); color: var(--navy-700); }
.section--tint .hood { background: #fff; }
.citymap { margin-top: 34px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); line-height: 0; }
.citymap iframe { display: block; width: 100%; }

/* guarantee block */
.guarantee { background: var(--grad-dark); color: #fff; border-radius: var(--radius-lg); padding: clamp(32px,5vw,52px); display: grid; grid-template-columns: 84px 1fr; gap: 26px; align-items: start; box-shadow: var(--shadow-lg); }
.guarantee__badge { width: 84px; height: 84px; border-radius: 20px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(111,182,255,.5); display: flex; align-items: center; justify-content: center; }
.guarantee__badge svg { width: 44px; height: 44px; color: #6FB6FF; }
.guarantee h3 { color: #fff; font-size: 24px; margin-bottom: 10px; }
.guarantee p { color: #C9DCF2; font-size: 16px; }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px,5vw,56px); }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px,4vw,38px); box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--navy); display: block; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 11px; font-family: var(--font-body); font-size: 15.5px; color: var(--ink); background: var(--surface); transition: .18s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-400); background: #fff; box-shadow: 0 0 0 4px rgba(30,155,255,.12); }
.field textarea { resize: vertical; min-height: 110px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.info-card { background: var(--grad-dark); color: #fff; border-radius: var(--radius-lg); padding: clamp(26px,4vw,38px); box-shadow: var(--shadow-lg); }
.info-card h3 { color: #fff; font-size: 22px; margin-bottom: 22px; }
.info-row { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.info-row:last-child { border: 0; }
.info-row svg { width: 22px; height: 22px; color: #6FB6FF; flex: none; margin-top: 2px; }
.info-row b { font-family: var(--font-display); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #6FB6FF; display: block; margin-bottom: 3px; }
.info-row a, .info-row span { color: #fff; font-size: 16px; }
.info-row a:hover { color: #9CD2FF; }

/* page hero (interior) */
/* Financing call-out banner (city landing pages) */
.finbar { background: linear-gradient(100deg, #FFB800 0%, #FF8A00 55%, #FF6A00 100%); color: #241300; position: relative; z-index: 3; }
.finbar__inner { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 20px; max-width: 1200px; margin: 0 auto; text-align: center; flex-wrap: wrap; }
.finbar__ic { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(36,19,0,.14); }
.finbar__ic svg { width: 19px; height: 19px; stroke: #241300; }
.finbar__txt { font-family: var(--font-display); font-weight: 700; font-size: clamp(14.5px,1.6vw,16.5px); line-height: 1.35; }
.finbar__txt b { font-weight: 800; }
.finbar__cta { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; background: #241300; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; padding: 9px 18px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: transform .18s, background .18s; }
.finbar__cta svg { width: 16px; height: 16px; }
.finbar__cta:hover { background: #3a2100; transform: translateY(-1px); }
@media (max-width: 640px) {
  .finbar__inner { gap: 10px; padding: 11px 16px; }
  .finbar__ic { display: none; }
  .finbar__cta { width: 100%; justify-content: center; }
}
.pagehero { background: var(--grad-dark); color: #fff; position: relative; overflow: hidden; padding: clamp(56px,8vw,92px) 0 clamp(48px,7vw,76px); }
.pagehero::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(30,155,255,.4), transparent 70%); border-radius: 50%; }
.pagehero__inner { position: relative; z-index: 2; max-width: 760px; }
.pagehero h1 { color: #fff; }
.pagehero p { color: #C9DCF2; margin-top: 16px; font-size: clamp(17px,2vw,20px); max-width: 60ch; }
.crumbs { font-size: 13.5px; color: #8FB3DE; margin-bottom: 16px; font-family: var(--font-display); font-weight: 600; }
.crumbs a { color: #8FB3DE; } .crumbs a:hover { color: #fff; }
.pagehero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }

/* prose */
.prose p { color: var(--slate); margin-bottom: 16px; font-size: 16.5px; }
.prose h2 { margin: 34px 0 14px; }
.prose h3 { margin: 26px 0 10px; font-size: 21px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,52px); align-items: start; }

/* faq */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary { padding: 18px 22px; font-family: var(--font-display); font-weight: 700; font-size: 16.5px; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue-500); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 20px; color: var(--slate); font-size: 15.5px; }

/* Footer */
.footer { background: var(--navy); color: #A9C2DE; padding: clamp(48px,6vw,72px) 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__logo { display: inline-flex; align-items: center; margin-bottom: 16px; }
.footer__logo img { height: 40px; width: auto; display: block; }
.footer__brand p { font-size: 14.5px; color: #8FA8C7; max-width: 34ch; }
.footer h4 { color: #fff; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer ul a, .footer ul span { color: #A9C2DE; font-size: 14.5px; transition: color .15s; }
.footer ul a:hover { color: #6FB6FF; }
.footer__nap { display: flex; flex-direction: column; gap: 13px; }
.footer__nap div { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; }
.footer__nap svg { width: 18px; height: 18px; color: #6FB6FF; flex: none; margin-top: 2px; }
.footer__nap a { color: #fff; font-weight: 600; }
.footer__nap a:hover { color: #6FB6FF; }
.footer__areas { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; }
.footer__quote { margin-top: 20px; display: inline-flex; }
.footer__quote svg { width: 18px; height: 18px; }
.footer__map { padding: 32px 0 4px; }
.footer__map h4 { color: #fff; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.footer__map-frame { position: relative; width: 100%; aspect-ratio: 16 / 5; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow-sm); }
.footer__map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.15); }
@media (max-width: 700px) { .footer__map-frame { aspect-ratio: 4 / 3; } }
.footer__bottom { padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13.5px; color: #7A93B2; }
.footer__bottom a { color: #7A93B2; }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-item { position: relative; display: block; border: 0; padding: 0; margin: 0; background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); cursor: pointer; aspect-ratio: 4/3; transition: transform .25s, box-shadow .25s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 3px; }
.gallery-item__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 18px 16px; background: linear-gradient(180deg, rgba(10,37,64,0) 0%, rgba(10,37,64,.82) 100%); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: -.01em; }
.gallery-item__cap span { display: block; font-family: var(--font-body); font-weight: 500; font-size: 12.5px; color: #BBD3F2; margin-top: 2px; }
.gallery-item__zoom { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; opacity: 0; transform: scale(.85); transition: .22s; }
.gallery-item__zoom svg { width: 17px; height: 17px; stroke: var(--navy); }
.gallery-item:hover .gallery-item__zoom, .gallery-item:focus-visible .gallery-item__zoom { opacity: 1; transform: scale(1); }
.gallery-item--empty { cursor: default; background: var(--surface); border: 1.5px dashed var(--line); box-shadow: none; }
.gallery-item--empty:hover { transform: none; box-shadow: none; }
.gallery-item__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--slate); text-align: center; padding: 16px; }
.gallery-item__ph svg { width: 40px; height: 40px; stroke: var(--blue-400); opacity: .85; }
.gallery-item__ph span { font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: .01em; color: var(--slate); }

/* Door Guide */
.guidehero { position: relative; color: #fff; overflow: hidden; }
.guidehero__bg { position: absolute; inset: 0; }
.guidehero__bg img { width: 100%; height: 100%; object-fit: cover; }
.guidehero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,22,40,.88) 0%, rgba(8,22,40,.74) 42%, rgba(8,22,40,.34) 100%); }
.guidehero__inner { position: relative; padding: clamp(72px,11vw,140px) 0 clamp(56px,8vw,104px); max-width: 720px; }
.guidehero .eyebrow { color: #6FB6FF; }
.guidehero h1 { font-size: clamp(38px,6vw,68px); line-height: 1.04; letter-spacing: -.02em; margin-top: 14px; }
.guidehero h1 .grad-txt { background: var(--grad-soft); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.guidehero p { color: #D2E2F6; font-size: clamp(17px,2vw,20px); margin-top: 18px; max-width: 56ch; }
.guidehero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.doorcards { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.doorcard { position: relative; border-radius: var(--radius-lg); overflow: hidden; color: #fff; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow-lg); isolation: isolate; }
.doorcard__bg { position: absolute; inset: 0; z-index: -2; }
.doorcard__bg img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.doorcard::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,22,40,.30) 0%, rgba(8,22,40,.55) 48%, rgba(7,18,33,.92) 100%); }
.doorcard:hover .doorcard__bg img { transform: scale(1.05); }
.doorcard__badge { position: absolute; top: 18px; left: 18px; z-index: 1; background: rgba(8,22,40,.72); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.18); color: #DCEBFF; font-family: var(--font-display); font-weight: 700; font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; padding: 8px 13px; border-radius: 999px; }
.doorcard__body { padding: 28px clamp(22px,3vw,32px) clamp(22px,3vw,30px); }
.doorcard__body h2 { font-size: clamp(28px,3.4vw,38px); color: #fff; margin: 0; }
.doorcard__body > p { color: #CBDDF3; margin-top: 10px; font-size: 15.5px; line-height: 1.55; }
.doorcard__list { list-style: none; margin: 18px 0 22px; padding: 0; display: grid; gap: 10px; }
.doorcard__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: #E7F0FB; }
.doorcard__list svg { width: 18px; height: 18px; flex: none; stroke: #54B6FF; margin-top: 1px; }
.doorcard .btn { width: 100%; justify-content: center; }
.doorcard .btn-primary { background: var(--grad); }

.trustchips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.trustchips .chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--navy); box-shadow: var(--shadow-sm); }
.trustchips .chip svg { width: 16px; height: 16px; stroke: var(--blue-500); }

.notsure { background: var(--grad-dark); color: #fff; border-radius: var(--radius-lg); padding: clamp(30px,4vw,46px); display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; box-shadow: var(--shadow-lg); }
.notsure h2 { color: #fff; font-size: clamp(24px,3vw,32px); }
.notsure p { color: #C9DCF2; margin-top: 12px; font-size: 17px; max-width: 48ch; }
.notsure__cta { display: flex; flex-direction: column; gap: 12px; }
.notsure__cta .btn { justify-content: center; }
.notsure__cta .btn-primary { background: #fff; color: var(--blue-600); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.notsure__cta .btn-ghost { border-color: rgba(255,255,255,.6); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(7,18,33,.9); backdrop-filter: blur(4px); }
.lightbox.open { display: flex; }
.lightbox__img { max-width: min(1100px, 94vw); max-height: 84vh; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox__cap { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: #E7F0FB; font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.lightbox__btn { position: absolute; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background .2s; }
.lightbox__btn:hover { background: rgba(255,255,255,.25); }
.lightbox__btn svg { width: 22px; height: 22px; stroke: currentColor; }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 22px; top: 50%; transform: translateY(-50%); }

/* Responsive */
@media (max-width: 1024px) {
  .area-grid { grid-template-columns: repeat(3,1fr); }
  .trustbar__grid { grid-template-columns: repeat(2,1fr); gap: 22px; }
  .footer__grid { grid-template-columns: repeat(3,1fr); gap: 32px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__brand p { max-width: 52ch; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .hero__inner--split { grid-template-columns: 1fr; gap: 36px; }
  .hero__form { display: none; }
  .nav, .header__cta .callbtn span.full { display: none; }
  .menu-toggle { display: flex; }
  .nav.open { display: flex; position: absolute; top: 62px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 18px 24px; gap: 6px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open a { padding: 11px 0; width: 100%; border-bottom: 1px solid var(--surface); font-size: 16px; }
  .svc-grid, .steps, .rev-grid, .stats, .feature, .contact-grid, .grid-2, .about-vals, .doorcards, .notsure { grid-template-columns: 1fr; }
  .svc-grid--text { grid-template-columns: 1fr 1fr; }
  .doorcard { min-height: 0; justify-content: flex-start; }
  .doorcard__body { padding-top: 58px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 30px; }
  .area-grid { grid-template-columns: repeat(2,1fr); }
  .guarantee { grid-template-columns: 1fr; }
  .feature__rev { direction: ltr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 32px; }
  .footer__quote { width: 100%; justify-content: center; }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .svc-grid--text { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .hero-welcome { margin-top: 44px; }
  .hero__trust { gap: 14px; margin-top: 16px; }
  .brand__txt small { display: none; }
  .brand__txt { font-size: 15.5px; white-space: nowrap; }
  .brand img { height: 28px; }
  .header__inner { gap: 8px; height: 62px; }
  /* icon-only call button on phones */
  .callbtn { padding: 11px; }
  .callbtn span { display: none; }
  .header__cta { gap: 6px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__brand p { max-width: none; }
  .footer__areas { gap: 11px 24px; }
}

/* Trust badges strip */
.badges-sec .shead { margin-bottom: 34px; }
.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 26px 40px;
  max-width: 980px;
  margin: 0 auto;
}
.badge {
  flex: 0 0 auto;
  width: 188px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.badge:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.badge--wide { width: 280px; }
.badge svg { width: 100%; height: 100%; display: block; }
.badge img { max-width: 82%; max-height: 62%; width: auto; height: auto; object-fit: contain; display: block; }
.badge__stars { display: flex; gap: 3px; margin-top: 10px; color: #FBBC05; }
.badge__stars svg { width: 18px; height: 18px; }
.badge--logo { flex-direction: column; gap: 4px; }
@media (max-width: 640px) {
  .badges { gap: 18px; }
  .badge { width: 150px; height: 92px; }
  .badge--wide { width: 230px; }
}

/* brands marquee */
.brands-sec .shead { margin-bottom: 30px; }
.brandmarquee { position: relative; overflow: hidden; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.brandtrack { display: flex; width: max-content; animation: brandscroll 34s linear infinite; }
.brandmarquee:hover .brandtrack { animation-play-state: paused; }
.brandslide { display: flex; align-items: center; flex: 0 0 auto; }
.brandlogo { flex: 0 0 auto; width: clamp(150px, 18vw, 210px); height: 96px; display: flex; align-items: center; justify-content: center; padding: 0 clamp(18px, 3vw, 40px); }
.brandlogo img { max-width: 100%; max-height: 52px; width: auto; height: auto; object-fit: contain;
  filter: grayscale(1); opacity: .62; transition: filter .3s ease, opacity .3s ease; }
.brandlogo img:hover { filter: grayscale(0); opacity: 1; }
@keyframes brandscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .brandtrack { animation: none; } }

/* Live Google reviews widget container */
.gwidget {
  margin-top: 38px;
  border: 1.5px dashed var(--blue-400);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #F7FBFF 0%, #EEF6FF 100%);
  padding: 40px 28px;
}
.gwidget__placeholder {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.gwidget__g { filter: drop-shadow(0 2px 4px rgba(10,37,64,.12)); }
.gwidget__stars { color: #FBBC05; font-size: 22px; letter-spacing: 2px; }
.gwidget__txt { color: var(--slate); font-size: 15px; line-height: 1.6; margin: 0; }
.gwidget__txt b { color: var(--ink); }
.gwidget__cta {
  margin-top: 6px;
  background: var(--white);
  color: var(--blue-500);
  border: 1.5px solid var(--blue-400);
}
.gwidget__cta:hover { background: var(--blue-500); color: #fff; border-color: var(--blue-500); }
@media (max-width: 640px) { .gwidget { padding: 30px 18px; } }

/* Google rating summary line (★★★★★ 5.0 on Google · N reviews) */
.grating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.grating__stars { color: #FBBC05; font-size: 30px; letter-spacing: 3px; line-height: 1; }
.grating__line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--ink);
}
.grating__score { font-weight: 800; font-size: 26px; }
.grating__on { color: var(--slate); font-weight: 500; }
.grating__google { font-weight: 800; letter-spacing: -.5px; }
.grating__dot { color: var(--muted); }
.grating__count { color: var(--slate); font-weight: 600; }
@media (max-width: 480px) {
  .grating__line { font-size: 20px; }
  .grating__score { font-size: 22px; }
  .grating__stars { font-size: 26px; }
}

/* ===== FAQ accordion ===== */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq__item[open] { border-color: var(--blue-400); }
.faq__q { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; color: var(--navy); padding: 18px 52px 18px 20px; cursor: pointer; list-style: none; position: relative; line-height: 1.4; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--blue-500); transition: transform .2s; }
.faq__item[open] .faq__q::after { content: "\2212"; }
.faq__a { padding: 0 20px 20px; color: var(--slate); font-size: 15.5px; line-height: 1.65; }

/* ===== Service-area map ===== */
.svcmap { max-width: 1000px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.svcmap iframe { display: block; width: 100%; height: 440px; border: 0; }
@media (max-width: 600px) { .svcmap iframe { height: 320px; } }

/* ===== Social icons (footer) ===== */
.footer__social { display: flex; gap: 12px; margin-top: 16px; }
.footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #DCE9F8; transition: .2s; }
.footer__social a:hover { background: var(--blue-500); color: #fff; transform: translateY(-2px); }
.footer__social svg { width: 18px; height: 18px; }

/* ===== Blog cards ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: .2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-400); }
.blog-card__img { aspect-ratio: 16/10; overflow: hidden; }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card__tag { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-500); }
.blog-card__body h3 { font-size: 18px; line-height: 1.3; margin: 0; }
.blog-card__body p { color: var(--slate); font-size: 14.5px; line-height: 1.6; margin: 0; }
.blog-card__more { margin-top: auto; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--blue-500); }
.article { max-width: 760px; margin: 0 auto; }
.article p { color: var(--slate); font-size: 16.5px; line-height: 1.75; margin: 0 0 18px; }
.article h2 { font-size: 26px; margin: 34px 0 14px; }
.article h3 { font-size: 20px; margin: 26px 0 10px; }
.article ul { margin: 0 0 18px; padding-left: 0; }
.article li { position: relative; padding-left: 26px; color: var(--slate); font-size: 16px; line-height: 1.6; margin-bottom: 10px; list-style: none; }
.article li::before { content: "\2713"; position: absolute; left: 0; color: var(--blue-500); font-weight: 800; }
.article__hero { border-radius: var(--radius-lg); overflow: hidden; margin: 0 auto 30px; max-width: 900px; }
.article__hero img { width: 100%; display: block; }
.article__meta { color: var(--slate); font-size: 14px; margin-bottom: 24px; }
@media (max-width: 860px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }
