/* ==========================================================================
   LOGO Real Estate - stylesheet
   Brand: teal #0A9396, light, high-trust. Voice: experienced broker, no hype.
   ========================================================================== */

:root {
  --teal: #0a9396;
  --teal-dark: #077c7f;
  --teal-deep: #06484b;
  --ink: #16211f;
  --ink-soft: #3d4a48;
  --line: #e5e2dc;
  --paper: #ffffff;
  --cream: #f7f5f0;
  --cream-2: #efece4;
  --gold: #c8a24a;
  --shadow: 0 18px 40px -24px rgba(2, 40, 40, 0.35);
  --shadow-sm: 0 8px 22px -16px rgba(2, 40, 40, 0.4);
  --radius: 16px;
  --radius-sm: 10px;
  --wrap: 1180px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; margin: 0; color: var(--ink); letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
a { color: var(--teal-dark); text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--teal);
  margin: 0 0 14px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--teal); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-dark); }
.btn-lg { padding: 17px 32px; font-size: 1.06rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 52px; width: auto; }
.brand .brand-name { display: none; }
.main-nav ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; align-items: center; }
.main-nav a { color: var(--ink); font-weight: 500; font-size: 0.97rem; position: relative; }
.main-nav a:hover { color: var(--teal-dark); }
.has-drop { position: relative; }
.has-drop > a::after { content: "\25be"; font-size: 0.7em; margin-left: 5px; color: var(--ink-soft); }
.drop {
  position: absolute; top: 130%; left: 50%; transform: translateX(-50%) translateY(6px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 8px; min-width: 210px;
  opacity: 0; visibility: hidden; transition: all .18s ease;
}
.has-drop:hover .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop li { display: block; }
.drop a { display: block; padding: 9px 14px; border-radius: 8px; font-size: 0.94rem; }
.drop a:hover { background: var(--cream); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { font-weight: 700; color: var(--ink); font-size: 1rem; white-space: nowrap; }
.header-phone span { color: var(--teal); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: #063240 url('assets/hero.jpg') center 32% / cover no-repeat;
  padding: 92px 0 78px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(6,44,54,0.95) 0%, rgba(6,48,60,0.86) 34%, rgba(6,52,64,0.55) 62%, rgba(6,52,64,0.30) 100%),
    linear-gradient(180deg, rgba(6,44,54,0.15) 60%, rgba(4,32,40,0.55) 100%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: 999px;
  padding: 7px 15px; font-size: 0.82rem; font-weight: 600; color: #eafcff;
  backdrop-filter: blur(4px); margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #6fe0e6; }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4rem); color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.25); }
.hero h1 .accent { color: #74dbe2; font-style: italic; }
.hero-sub { font-size: 1.18rem; color: rgba(255,255,255,0.92); max-width: 30em; margin: 20px 0 12px; }
.hero-fee-line { font-weight: 600; color: #eafcff; font-size: 1.05rem; margin-bottom: 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.hero .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }
.hero-trust { margin-top: 30px; display: flex; gap: 26px; flex-wrap: wrap; color: rgba(255,255,255,0.8); font-size: 0.88rem; }
.hero-trust b { color: #fff; font-family: var(--font-display); font-size: 1.15rem; display: block; }

/* hero calculator card */
.calc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 30px;
}
.calc-card h3 { font-size: 1.4rem; margin-bottom: 4px; }
.calc-card .calc-note { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 20px; }
.calc-field { margin-bottom: 16px; }
.calc-field label { display: block; font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.calc-input-wrap { position: relative; }
.calc-input-wrap .dollar { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-soft); font-weight: 600; }
.calc-field input {
  width: 100%; padding: 13px 14px 13px 28px; font-size: 1.05rem; font-family: var(--font-body);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); background: var(--cream);
  transition: border .15s ease, background .15s ease;
}
.calc-field input:focus { outline: none; border-color: var(--teal); background: #fff; }
.calc-result {
  margin-top: 20px; background: linear-gradient(135deg, var(--teal-deep), var(--teal)); color: #fff;
  border-radius: var(--radius-sm); padding: 22px 24px;
}
.calc-result .label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; opacity: 0.85; }
.calc-result .big { font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; line-height: 1.05; margin: 4px 0 2px; }
.calc-result .breakdown { font-size: 0.9rem; opacity: 0.92; margin-top: 10px; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 10px; }
.calc-result .breakdown div { display: flex; justify-content: space-between; gap: 12px; padding: 2px 0; }
.calc-disclaimer { font-size: 0.76rem; color: var(--ink-soft); margin-top: 12px; line-height: 1.5; }

/* ---------- section shells ---------- */
section { padding: 80px 0; }
.section-head { max-width: 46em; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); }
.section-head p { font-size: 1.1rem; color: var(--ink-soft); margin-top: 14px; }
.bg-cream { background: var(--cream); }

/* trust strip */
.trust-strip { background: var(--ink); color: #fff; padding: 30px 0; }
.trust-strip .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; text-align: center; }
.trust-item { flex: 1 1 150px; }
.trust-item b { font-family: var(--font-display); font-size: 1.9rem; color: #fff; display: block; line-height: 1; }
.trust-item span { font-size: 0.85rem; color: rgba(255,255,255,0.72); }

/* about / explainer */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.about-card .stands { font-family: var(--font-display); font-size: 1.5rem; color: var(--teal); font-style: italic; margin-bottom: 14px; }
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.pill { background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: 0.9rem; font-weight: 600; color: var(--ink); }
.pill.accent { background: var(--teal); color: #fff; border-color: var(--teal); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.step .num { font-family: var(--font-display); font-size: 1.1rem; color: #fff; background: var(--teal); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 1.25rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.96rem; margin: 0; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 860px; margin: 0 auto; }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: grid; grid-template-columns: 200px 1fr; }
.team-card img { height: 100%; width: 100%; object-fit: cover; object-position: top center; }
.team-card .team-body { padding: 26px; }
.team-card h3 { font-size: 1.4rem; }
.team-card .role { color: var(--teal); font-weight: 600; font-size: 0.92rem; margin-bottom: 12px; }
.team-card p { font-size: 0.93rem; color: var(--ink-soft); margin: 0; }

/* testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.testi .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; font-size: 0.95rem; }
.testi p { font-size: 0.95rem; color: var(--ink-soft); margin: 0 0 14px; }
.testi .who { font-weight: 600; font-size: 0.88rem; color: var(--ink); margin-top: auto; }

/* neighborhoods */
.hood-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hood {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 200px;
  background: linear-gradient(160deg, var(--teal-deep), var(--teal)); color: #fff;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; text-decoration: none;
  border: 1px solid rgba(0,0,0,0.05); transition: transform .18s ease, box-shadow .18s ease;
}
.hood:nth-child(2) { background: linear-gradient(160deg, #077c7f, #12a7aa); }
.hood:nth-child(3) { background: linear-gradient(160deg, #05585a, #0a8f92); }
.hood:nth-child(4) { background: linear-gradient(160deg, #096e70, #14a8ab); }
.hood:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hood h3 { color: #fff; font-size: 1.35rem; }
.hood span { color: rgba(255,255,255,0.85); font-size: 0.86rem; margin-top: 4px; }
.hood .arrow { position: absolute; top: 20px; right: 20px; opacity: 0.85; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--teal-deep), var(--teal)); color: #fff; border-radius: 22px; padding: 54px; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.cta-band p { color: rgba(255,255,255,0.9); font-size: 1.12rem; max-width: 34em; margin: 14px auto 26px; }
.cta-band .btn-primary { background: #fff; color: var(--teal-dark); }
.cta-band .btn-primary:hover { background: var(--cream); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.4); }
.cta-band .btn-ghost:hover { border-color: #fff; color: #fff; }

/* footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer img.flogo { height: 58px; margin-bottom: 16px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.site-footer a:hover { color: #fff; }
.footer-contact p { margin: 0 0 8px; font-size: 0.95rem; }
.footer-contact b { color: #fff; }
.social-row { display: flex; gap: 12px; margin-top: 16px; }
.social-row a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.social-row a:hover { background: var(--teal); border-color: var(--teal); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.82rem; }
.footer-bottom .eho { display: flex; align-items: center; gap: 8px; }
.footer-bottom .eho svg { flex-shrink: 0; }

/* ==========================================================================
   Interior pages (added for full-site build)
   ========================================================================== */

/* page hero (interior) */
.page-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--teal-deep) 0%, var(--teal-dark) 60%, var(--teal) 120%);
  color: #fff; padding: 74px 0 66px;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; opacity: 0.5;
  background: radial-gradient(700px 340px at 88% -20%, rgba(255,255,255,0.12), transparent 65%);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .eyebrow { color: #9fe9ea; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.3rem); max-width: 16em; }
.page-hero p.lead { color: rgba(255,255,255,0.9); font-size: 1.18rem; max-width: 40em; margin-top: 18px; }
.page-hero .hero-actions { margin-top: 26px; }
.page-hero .btn-primary { background: #fff; color: var(--teal-dark); }
.page-hero .btn-primary:hover { background: var(--cream); }
.page-hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.page-hero .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }
.page-hero .crumb { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.page-hero .crumb a { color: rgba(255,255,255,0.85); }

/* article / prose */
.prose { max-width: 760px; margin: 0 auto; font-size: 1.06rem; color: var(--ink-soft); }
.prose h2 { font-size: 1.7rem; color: var(--ink); margin: 40px 0 14px; }
.prose h3 { font-size: 1.3rem; color: var(--ink); margin: 30px 0 10px; }
.prose p { margin: 0 0 18px; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }
.prose a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 2px; }
.prose .lead { font-size: 1.2rem; color: var(--ink); margin-bottom: 24px; }
.prose blockquote { border-left: 3px solid var(--teal); margin: 24px 0; padding: 6px 0 6px 20px; color: var(--ink); font-style: italic; }

.content-wrap { padding: 70px 0; }

/* inline CTA box inside articles */
.inline-cta {
  background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--teal);
  border-radius: var(--radius-sm); padding: 24px 26px; margin: 36px auto; max-width: 760px;
}
.inline-cta h3 { font-size: 1.25rem; margin-bottom: 8px; }
.inline-cta p { margin: 0 0 14px; color: var(--ink-soft); font-size: 0.98rem; }

/* FAQ accordion (selling hub) */
.faq-group { max-width: 820px; margin: 0 auto 40px; }
.faq-group > h2 { font-size: 1.7rem; margin-bottom: 6px; }
.faq-group > .faq-intro { color: var(--ink-soft); margin-bottom: 18px; }
.faq {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 600; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 1.03rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal); font-size: 1.5rem; font-weight: 400; flex-shrink: 0; transition: transform .2s ease; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 22px 20px; color: var(--ink-soft); }
.faq .faq-body p { margin: 0 0 12px; }
.faq .faq-body a { color: var(--teal-dark); font-weight: 600; }

/* two-column split (selling or buying) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.split-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm); }
.split-card .eyebrow { margin-bottom: 10px; }
.split-card h2 { font-size: 1.9rem; margin-bottom: 14px; }
.split-card p { color: var(--ink-soft); }
.split-card .btn { margin-top: 12px; }

/* neighborhood facts strip */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; max-width: 820px; margin: 0 auto 10px; }
.fact { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 20px; }
.fact .fact-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal-dark); font-weight: 700; }
.fact .fact-val { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); margin-top: 4px; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: start; }
.contact-info .info-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-info .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--cream); display: flex; align-items: center; justify-content: center; color: var(--teal); flex-shrink: 0; }
.contact-info .info-row b { display: block; color: var(--ink); }
.contact-info .info-row a { font-size: 1.15rem; font-weight: 600; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.form-field input, .form-field textarea {
  width: 100%; padding: 13px 14px; font-size: 1rem; font-family: var(--font-body);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); background: var(--cream);
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--teal); background: #fff; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: 4px; }
.form-status { margin-top: 14px; font-weight: 600; display: none; }
.form-status.ok { display: block; color: var(--teal-dark); }
.form-status.err { display: block; color: #b3261e; }

/* blog list */
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .16s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .cat { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal-dark); font-weight: 700; margin-bottom: 10px; }
.post-card h3 { font-size: 1.2rem; margin-bottom: 10px; line-height: 1.25; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--teal-dark); }
.post-card p { font-size: 0.93rem; color: var(--ink-soft); margin: 0 0 16px; }
.post-card .post-meta { margin-top: auto; font-size: 0.82rem; color: var(--ink-soft); }
.post-meta-bar { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 8px; }

/* article footer author box */
.author-box { max-width: 760px; margin: 40px auto 0; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; display: flex; gap: 18px; align-items: center; }
.author-box img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; object-position: top center; flex-shrink: 0; }
.author-box b { color: var(--ink); }
.author-box p { margin: 4px 0 0; font-size: 0.9rem; color: var(--ink-soft); }

@media (max-width: 860px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .post-list { grid-template-columns: 1fr 1fr; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps, .testi-grid { grid-template-columns: 1fr 1fr; }
  .hood-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .main-nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  section { padding: 56px 0; }
  .steps, .testi-grid, .hood-grid, .footer-grid, .team-grid, .post-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 120px 1fr; }
  .cta-band { padding: 36px 22px; }
  .trust-strip .wrap { gap: 18px; }
  .trust-item { flex-basis: 40%; }
}
