/* Seacoast Rentals: shared styles for landlord-intent landing pages */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #2b3040; --ink-light: #3a4055; --blue: #2d7dd2; --blue-light: #4a94e0;
  --sky: #e6eef8; --orange: #2d7dd2; --orange-light: #4a94e0;
  --warm: #faf9f7; --white: #ffffff; --text: #2c2f3e; --text-light: #6c7086;
  --border: #e4e4eb; --shadow: 0 4px 20px rgba(28,31,46,0.06); --shadow-lg: 0 12px 40px rgba(28,31,46,0.1);
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: #faf9f7; line-height: 1.6; -webkit-font-smoothing: antialiased; color-scheme: light; }
h1, h2, h3, h4 { font-family: 'Sora', sans-serif; line-height: 1.2; }
a { color: var(--blue); }
a:visited { color: var(--blue); }

nav.site-nav { background: var(--ink); padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 100; flex-wrap: wrap; gap: 14px; }
nav.site-nav .brand { display: flex; align-items: center; gap: 14px; }
nav.site-nav .brand img { height: 27px; width: auto; display: block; }
nav.site-nav .division { color: rgba(255,255,255,0.72); font-size: 12px; border-left: 1px solid rgba(255,255,255,0.25); padding-left: 14px; line-height: 1.35; }
nav.site-nav .division a { color: #fff; font-weight: 600; text-decoration: none; }
nav.site-nav .navlinks { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
nav.site-nav .navlinks a { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid rgba(255,255,255,0.25); padding: 7px 14px; border-radius: 6px; transition: all 0.2s; }
nav.site-nav .navlinks a:hover { background: rgba(255,255,255,0.08); color: #fff; }

.hero { position: relative; background: var(--ink); overflow: hidden; padding: 90px 24px 70px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(45,125,210,0.08) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(45,125,210,0.04) 0%, transparent 40%); }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; }
.hero-text { color: #fff; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(45,125,210,0.18); border: 1px solid rgba(45,125,210,0.4); padding: 8px 18px; border-radius: 100px; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #8bbcee; margin-bottom: 20px; }
.hero h1 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 800; color: #fff; margin-bottom: 18px; }
.hero h1 span { color: var(--orange); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.82); margin-bottom: 26px; max-width: 540px; line-height: 1.65; }
.hero-bullets { list-style: none; margin: 0 0 24px 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hero-bullets li { color: rgba(255,255,255,0.9); font-size: 15px; padding-left: 24px; position: relative; }
.hero-bullets li::before { content: '✓'; position: absolute; left: 0; color: #5ba3e6; font-weight: 700; }

.form-card { background: var(--white); border-radius: 18px; padding: 32px 28px; box-shadow: var(--shadow-lg); }
.form-card .sub { color: var(--text-light); font-size: 14px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select { width: 100%; padding: 13px 15px; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--text); background: var(--warm); outline: none; }
.form-group input:focus, .form-group select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45,125,210,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.submit-btn { width: 100%; padding: 16px; background: var(--orange); color: #fff; border: none; border-radius: 10px; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; margin-top: 6px; }
.submit-btn:hover { background: var(--orange-light); }
.form-note { text-align: center; font-size: 12px; color: var(--text-light); margin-top: 12px; }
.form-success { display: none; text-align: center; padding: 40px 20px; }
.form-success.active { display: block; }
.form-success h3 { font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--text-light); }

section.body { padding: 70px 24px; }
section.body.dark { background: var(--ink); color: #fff; }
section.body.muted { background: #f0f4f8; }
.body-inner { max-width: 900px; margin: 0 auto; }
.body-inner .label { font-family: 'Sora'; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--blue); margin-bottom: 10px; }
section.body.dark .label { color: #8bbcee; }
.body-inner h2 { font-size: clamp(24px, 3.5vw, 32px); font-weight: 800; color: var(--ink); margin-bottom: 18px; }
section.body.dark h2 { color: #fff; }
.body-inner p { margin-bottom: 14px; font-size: 16px; line-height: 1.7; }
section.body.dark p { color: rgba(255,255,255,0.85); }
.body-inner ul { margin: 0 0 18px 22px; }
.body-inner li { font-size: 16px; line-height: 1.7; margin-bottom: 6px; }

.faq { padding: 70px 24px; background: #faf9f7; }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq .label { font-family: 'Sora'; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--blue); margin-bottom: 10px; }
.faq h2 { font-size: clamp(24px, 3.5vw, 32px); font-weight: 800; color: var(--ink); margin-bottom: 28px; }
details.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 18px 22px; margin-bottom: 10px; }
details.faq-item summary { font-family: 'Sora'; font-size: 16px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; padding-right: 30px; position: relative; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: '+'; position: absolute; right: 0; top: -2px; font-size: 24px; color: var(--blue); font-weight: 400; }
details.faq-item[open] summary::after { content: '−'; }
details.faq-item p { margin-top: 14px; font-size: 15px; line-height: 1.7; color: var(--text); }
details.faq-item p + p { margin-top: 8px; }

.cta { background: linear-gradient(160deg, var(--blue) 0%, #2a54c9 100%); padding: 70px 24px; text-align: center; color: #fff; }
.cta h2 { font-size: clamp(24px, 3.5vw, 34px); font-weight: 800; margin-bottom: 14px; }
.cta p { font-size: 17px; color: rgba(255,255,255,0.85); max-width: 540px; margin: 0 auto 28px; }
.cta-btn { display: inline-block; padding: 16px 40px; background: var(--orange); color: #fff; text-decoration: none; border-radius: 10px; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; }
.cta-btn:hover { background: var(--orange-light); }
.cta-phone { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 14px; }
.cta-phone a { color: #fff; text-decoration: none; font-weight: 600; }

.related { padding: 60px 24px; background: var(--white); }
.related-inner { max-width: 1100px; margin: 0 auto; }
.related h3 { font-family: 'Sora'; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--text-light); margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.related-grid a { display: block; padding: 18px 20px; background: var(--warm); border: 1px solid var(--border); border-radius: 10px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; transition: background 0.2s, border-color 0.2s; }
.related-grid a:hover { background: var(--sky); border-color: var(--blue); }

footer.site-footer { padding: 40px 24px; text-align: center; border-top: 1px solid #e4e4eb; background: #faf9f7; }
footer.site-footer .brand { font-family: 'Sora'; font-size: 18px; font-weight: 700; color: #111318; margin-bottom: 6px; }
footer.site-footer .info { font-size: 13px; color: #6c7086; line-height: 1.8; }
footer.site-footer .info a { color: #2d7dd2; text-decoration: none; }

@media (max-width: 768px) {
  .hero { padding: 60px 20px 50px; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  nav.site-nav { flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 12px; padding: 14px 20px; }
  nav.site-nav .division { display: none; }
  nav.site-nav .brand { justify-content: center; }
  nav.site-nav .navlinks { justify-content: center; }
  nav.site-nav .navlinks a { font-size: 13px; padding: 6px 12px; }
}
