/* Shared long-form service pages: new construction + sellers */
.service-page { background: #fff; color: #202733; }
.service-hero { position: relative; overflow: hidden; padding: 150px 0 92px; background: linear-gradient(135deg,#182231 0%,#233b52 58%,#315f68 100%); color:#fff; }
.service-hero::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.12),transparent 32%),radial-gradient(circle at 14% 80%,rgba(255,255,255,.07),transparent 30%); pointer-events:none; }
.service-hero .container { position:relative; z-index:1; }
.service-hero-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); gap:56px; align-items:center; }
.service-hero-copy { max-width:780px; }
.service-hero h1 { margin:12px 0 22px; color:#fff; font-size:clamp(42px,5vw,72px); line-height:1.02; letter-spacing:-.04em; }
.service-hero h1 span { color:#ffd36a; }
.service-hero p { max-width:760px; margin:0; color:rgba(255,255,255,.88); font-size:19px; line-height:1.75; }
.service-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.service-hero-stat-card { border:1px solid rgba(255,255,255,.16); border-radius:24px; padding:30px; background:rgba(255,255,255,.09); backdrop-filter:blur(9px); }
.service-hero-stat-card strong { display:block; margin-bottom:8px; font-size:30px; color:#fff; }
.service-hero-stat-card p { font-size:15px; line-height:1.65; }
.service-section { padding:86px 0; }
.service-section-soft { background:#f5f7fa; }
.service-section-dark { background:#192532; color:#fff; }
.service-section-dark .section-heading h2,.service-section-dark h2,.service-section-dark h3 { color:#fff; }
.service-section-dark .section-heading p,.service-section-dark p { color:rgba(255,255,255,.76); }
.service-intro-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:56px; align-items:start; }
.service-kicker-card { border-radius:22px; padding:30px; background:#f5f7fa; border:1px solid #e7ebef; position:sticky; top:110px; }
.service-kicker-card h3 { margin:0 0 12px; font-size:24px; }
.service-kicker-card p { margin:0; color:#657080; line-height:1.7; }
.service-copy p { color:#596574; font-size:17px; line-height:1.85; }
.service-grid-2,.service-grid-3,.service-grid-4 { display:grid; gap:22px; }
.service-grid-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.service-grid-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.service-grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.service-card { background:#fff; border:1px solid #e3e8ed; border-radius:20px; padding:28px; box-shadow:0 12px 34px rgba(31,45,61,.06); }
.service-card-icon { width:48px; height:48px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:#eef5f7; color:#315f68; font-size:20px; margin-bottom:18px; }
.service-card h3 { margin:0 0 10px; font-size:21px; line-height:1.35; color:#202733; }
.service-card p { margin:0; color:#687382; line-height:1.7; }
.service-card ul { margin:14px 0 0; padding-left:18px; color:#687382; line-height:1.75; }
.pros-cons-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.pros-cons-card { border-radius:22px; padding:30px; border:1px solid #e2e8ed; background:#fff; }
.pros-cons-card h3 { display:flex; align-items:center; gap:10px; margin:0 0 18px; }
.pros-cons-card ul { margin:0; padding-left:20px; color:#5d6876; line-height:1.8; }
.builder-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.builder-card { display:flex; flex-direction:column; min-height:100%; border:1px solid #e1e7ec; border-radius:20px; padding:24px; background:#fff; box-shadow:0 10px 30px rgba(31,45,61,.05); }
.builder-heading { display:flex; gap:14px; align-items:center; min-height:62px; }
.builder-logo { width:54px; height:54px; flex:0 0 54px; border-radius:12px; object-fit:contain; background:#f6f7f9; border:1px solid #e7eaee; padding:7px; }
.builder-heading h3 { margin:0; font-size:20px; }
.builder-card p { color:#687382; line-height:1.7; flex:1; }
.builder-card a { font-weight:700; }
.city-newbuild-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.city-newbuild-card { display:block; text-decoration:none; border:1px solid #e1e7ec; border-radius:18px; padding:22px; background:#fff; transition:.2s ease; }
.city-newbuild-card:hover { transform:translateY(-3px); box-shadow:0 12px 30px rgba(31,45,61,.08); }
.city-newbuild-card strong { display:block; color:#202733; font-size:19px; margin-bottom:6px; }
.city-newbuild-card span { color:#6a7582; font-size:14px; }
.community-city { margin-top:44px; scroll-margin-top:110px; }
.community-city:first-child { margin-top:0; }
.community-city-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:18px; padding-bottom:14px; border-bottom:1px solid #e0e5ea; }
.community-city-heading h3 { margin:0; font-size:27px; }
.community-city-heading a { font-weight:700; white-space:nowrap; }
.community-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.community-item { border:1px solid #e3e8ed; border-radius:17px; padding:21px; background:#fff; }
.community-meta { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:10px; }
.community-badge { display:inline-flex; padding:5px 9px; border-radius:999px; font-size:12px; font-weight:700; background:#edf3f6; color:#385466; }
.community-badge.status-coming-soon { background:#fff3d7; color:#7a5a09; }
.community-badge.status-closeout,.community-badge.status-limited-availability { background:#f7e8e8; color:#7f3d3d; }
.community-item h4 { margin:0 0 6px; font-size:18px; color:#202733; }
.community-item p { margin:0 0 12px; color:#6a7582; line-height:1.55; }
.community-item a { font-size:14px; font-weight:700; }
.update-note { margin-top:28px; padding:20px 22px; border-left:4px solid #315f68; background:#eef5f7; color:#52606d; line-height:1.7; }
.seller-hero-photo { position:relative; max-width:390px; margin-left:auto; }
.seller-hero-photo::before { content:""; position:absolute; inset:18px -18px -18px 18px; border-radius:28px; background:#ffd36a; opacity:.85; }
.seller-hero-photo img { position:relative; display:block; width:100%; max-height:520px; object-fit:cover; object-position:center 18%; border-radius:28px; box-shadow:0 24px 55px rgba(0,0,0,.22); }
.qualification-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.qualification-card { padding:26px; border-radius:20px; background:#fff; border:1px solid #e2e7ec; }
.qualification-card strong { display:block; margin-bottom:8px; color:#202733; font-size:20px; }
.qualification-card p { margin:0; color:#677280; line-height:1.7; }
.timeline { position:relative; display:grid; gap:0; max-width:920px; margin:36px auto 0; }
.timeline-step { position:relative; display:grid; grid-template-columns:70px minmax(0,1fr); gap:22px; padding-bottom:34px; }
.timeline-step:last-child { padding-bottom:0; }
.timeline-step::before { content:""; position:absolute; left:34px; top:56px; bottom:0; width:2px; background:#dce3e8; }
.timeline-step:last-child::before { display:none; }
.timeline-number { width:68px; height:68px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#223b52; color:#fff; font-weight:800; font-size:19px; }
.timeline-copy { padding-top:6px; }
.timeline-copy h3 { margin:0 0 8px; font-size:22px; }
.timeline-copy p { margin:0; color:#687382; line-height:1.7; }
.marketing-card { position:relative; overflow:hidden; }
.marketing-card::after { content:""; position:absolute; width:80px; height:80px; border-radius:50%; right:-36px; top:-36px; background:#eef5f7; }
.seller-checklist { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 34px; margin:26px 0 0; padding:0; list-style:none; }
.seller-checklist li { position:relative; padding-left:29px; color:#5f6b78; line-height:1.65; }
.seller-checklist li::before { content:"✓"; position:absolute; left:0; top:0; font-weight:800; color:#315f68; }
.service-cta { padding:72px 0; background:#223b52; color:#fff; }
.service-cta-box { display:flex; align-items:center; justify-content:space-between; gap:36px; }
.service-cta h2 { margin:0 0 10px; color:#fff; font-size:clamp(30px,4vw,48px); }
.service-cta p { margin:0; color:rgba(255,255,255,.76); max-width:720px; line-height:1.7; }
.service-faq { max-width:900px; margin:34px auto 0; display:grid; gap:12px; }
.service-faq details { border:1px solid #e1e6eb; border-radius:15px; background:#fff; padding:0 20px; }
.service-faq summary { cursor:pointer; list-style:none; padding:20px 30px 20px 0; font-weight:700; color:#25303c; position:relative; }
.service-faq summary::-webkit-details-marker { display:none; }
.service-faq summary::after { content:"+"; position:absolute; right:0; font-size:24px; top:14px; color:#315f68; }
.service-faq details[open] summary::after { content:"–"; }
.service-faq details p { margin:0; padding:0 0 20px; color:#687382; line-height:1.7; }
.city-new-construction-section { padding-top:34px; padding-bottom:34px; }
.city-new-construction-callout { margin:0; padding:22px 24px; display:flex; justify-content:space-between; gap:24px; align-items:center; border-radius:16px; background:#eef5f7; border:1px solid #dbe6eb; }
.city-new-construction-callout > div { max-width:760px; }
.city-new-construction-callout .eyebrow { margin-bottom:6px; }
.city-new-construction-callout h3 { margin:0 0 5px; font-size:21px; line-height:1.3; }
.city-new-construction-callout p { margin:0; color:#61707c; font-size:14px; line-height:1.55; }
.city-new-construction-callout .site-button { min-height:44px; padding:10px 18px; flex-shrink:0; }
.home-service-paths { padding-top:20px; }
.home-service-paths-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.home-service-path,
.home-service-path-card { display:flex; flex-direction:column; border:1px solid #e2e7ec; border-radius:20px; padding:28px; background:#fff; text-decoration:none; box-shadow:0 10px 30px rgba(31,45,61,.05); transition:.2s ease; }
.home-service-path:hover,
.home-service-path-card:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(31,45,61,.09); }
.home-service-path i,
.home-service-path-card .home-service-path-icon { font-size:24px; color:#315f68; margin-bottom:18px; }
.home-service-path h3,
.home-service-path-card h3 { margin:0 0 10px; color:#202733; font-size:22px; }
.home-service-path p,
.home-service-path-card p { margin:0; color:#687382; line-height:1.7; }
.home-service-path span,
.home-service-path-card .text-link { margin-top:18px; font-weight:700; color:#315f68; }

.home-service-paths .section-heading { max-width:820px; margin:0 auto 34px; text-align:center; }
.home-service-path-card { display:grid; grid-template-columns:54px minmax(0,1fr); gap:18px; align-items:start; color:inherit; }
.home-service-path-card .home-service-path-icon { width:54px; height:54px; display:flex; align-items:center; justify-content:center; border-radius:15px; background:#eef5f7; color:#315f68; margin:0; }
.home-service-path-card .home-service-path-icon i { margin:0; font-size:22px; }
.home-service-path-card .text-link { display:inline-flex; align-items:center; gap:7px; }
.home-service-path-card .text-link i { margin:0; font-size:12px; }

@media (max-width: 991.98px) {
  .service-hero-grid,.service-intro-grid { grid-template-columns:1fr; }
  .service-kicker-card { position:static; }
  .builder-grid,.service-grid-3 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .city-newbuild-grid,.service-grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .seller-hero-photo { margin:0; max-width:330px; }
  .home-service-paths-grid { grid-template-columns:1fr; }
}
@media (max-width: 767.98px) {
  .service-hero { padding:125px 0 68px; }
  .service-section { padding:64px 0; }
  .service-grid-2,.service-grid-3,.builder-grid,.pros-cons-grid,.qualification-grid,.community-list,.seller-checklist { grid-template-columns:1fr; }
  .city-newbuild-grid,.service-grid-4 { grid-template-columns:1fr; }
  .service-cta-box,.community-city-heading,.city-new-construction-callout { flex-direction:column; align-items:flex-start; }
  .timeline-step { grid-template-columns:54px 1fr; gap:16px; }
  .timeline-number { width:52px; height:52px; }
  .timeline-step::before { left:25px; top:50px; }
}

/* Seller/listing page enhancements */
.seller-service-hero .service-hero-copy { max-width: 800px; }
.seller-prep-note { margin-top:32px; padding:24px 26px; border-radius:18px; border:1px solid #dce5ea; background:#eef5f7; }
.seller-prep-note strong { display:block; margin-bottom:8px; color:#25303c; font-size:18px; }
.seller-prep-note p { margin:0; color:#5e6b78; line-height:1.7; }
.seller-marketing-grid .service-card { min-height:100%; }
.seller-pricing-section .seller-dark-kicker { position:static; background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.14); }
.seller-pricing-section .seller-dark-kicker h3 { color:#fff; }
.seller-pricing-grid { margin-top:36px; }
.seller-pricing-grid .service-card { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.13); box-shadow:none; }
.seller-pricing-grid .service-card h3 { color:#fff; }
.seller-pricing-grid .service-card p { color:rgba(255,255,255,.76); }
.seller-faq-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin-top:28px; }
.seller-contact-section { background:#fff; }
.seller-contact-points { display:grid; gap:14px; margin:26px 0; }
.seller-contact-points > div { display:grid; grid-template-columns:42px minmax(0,1fr); gap:13px; align-items:start; }
.seller-contact-points i { width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:12px; background:#eef5f7; color:#315f68; }
.seller-contact-points strong,.seller-contact-points small { display:block; }
.seller-contact-points strong { margin-bottom:3px; color:#27323e; }
.seller-contact-points small { color:#687382; font-size:14px; line-height:1.55; }
.site-form select { width:100%; min-height:52px; padding:0 14px; border:1px solid #d9dfe5; border-radius:8px; background:#fff; color:#5b6672; }
.seller-context-callout { margin:42px 0; padding:30px; display:flex; justify-content:space-between; gap:30px; align-items:center; border-radius:20px; background:#f7f4ed; border:1px solid #e8e0d1; }
.seller-context-callout .eyebrow { margin-bottom:8px; }
.seller-context-callout h3 { margin:0 0 8px; font-size:24px; color:#202733; }
.seller-context-callout p { margin:0; max-width:760px; color:#65717e; line-height:1.68; }
.seller-context-actions { display:flex; flex-wrap:wrap; gap:10px; flex:0 0 auto; }
@media (max-width:767.98px) {
  .seller-context-callout { flex-direction:column; align-items:flex-start; }
  .seller-context-actions { width:100%; }
  .seller-context-actions .site-button { width:100%; text-align:center; }
}

/* Seller contact form */
.seller-form-card {
  padding: 34px;
  border-radius: 22px;
}

.seller-form-heading {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e9ed;
}

.seller-form-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #315f68;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seller-form-heading h3 {
  margin: 0 0 8px;
  color: #25303c;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.18;
}

.seller-form-heading p {
  margin: 0;
  color: #687382;
  line-height: 1.65;
}

.seller-form {
  display: grid;
  gap: 18px;
}

.seller-form-grid {
  display: grid;
  gap: 16px;
}

.seller-form-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seller-form-field {
  min-width: 0;
}

.seller-form-field label {
  display: block;
  margin: 0 0 7px;
  color: #344150;
  font-size: 14px;
  font-weight: 700;
}

.seller-form-field label span {
  color: #a53d48;
}

.site-form.seller-form input[type='text'],
.site-form.seller-form input[type='email'],
.site-form.seller-form input[type='tel'],
.site-form.seller-form select,
.site-form.seller-form textarea {
  width: 100%;
  margin: 0;
  padding: 13px 15px;
  color: #25303c;
  font: inherit;
  background: #fff;
  border: 1px solid #cfd7de;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.site-form.seller-form input[type='text'],
.site-form.seller-form input[type='email'],
.site-form.seller-form input[type='tel'],
.site-form.seller-form select {
  min-height: 52px;
}

.site-form.seller-form select {
  appearance: auto;
}

.site-form.seller-form textarea {
  min-height: 154px;
  resize: vertical;
}

.site-form.seller-form input::placeholder,
.site-form.seller-form textarea::placeholder {
  color: #929ba5;
  opacity: 1;
}

.site-form.seller-form input:focus,
.site-form.seller-form select:focus,
.site-form.seller-form textarea:focus {
  border-color: #315f68;
  box-shadow: 0 0 0 3px rgba(49, 95, 104, .12);
}

.seller-submit-button {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
  border: 0;
  cursor: pointer;
}

.seller-form-note {
  margin: -4px 0 0;
  color: #78838e;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 767.98px) {
  .seller-form-card {
    padding: 24px 20px;
  }

  .seller-form-grid-2 {
    grid-template-columns: 1fr;
  }
}
