html, body { margin: 0; min-height: 100%; background: #fff; }
body { font-family: Inter, system-ui, -apple-system, sans-serif; color: #14221F; -webkit-text-size-adjust: 100%; }
* { box-sizing: border-box; }
#dwellamo-page { position: relative; z-index: 2; }
#dwellamo-page[hidden] { display: none !important; }
.bar { background: #00695C; color: #fff; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; position: sticky; top: 0; z-index: 5; }
.bar a { color: #fff; text-decoration: none; }
.word { font-family: Poppins, system-ui, sans-serif; font-weight: 700; font-size: 22px; }
.wide-nav { display: none; gap: 14px; flex-wrap: wrap; font-size: 14px; align-items: center; }
.wide-nav a.join { border: 1px solid rgba(255,255,255,.7); border-radius: 8px; padding: 8px 12px; }
.menu { position: relative; }
.menu summary { list-style: none; cursor: pointer; min-height: 44px; min-width: 44px; display: flex; align-items: center; justify-content: flex-end; font-weight: 600; }
.menu summary::-webkit-details-marker { display: none; }
.menu nav { position: absolute; right: 0; top: 100%; background: #004D40; min-width: 220px; padding: 8px 0; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.menu nav a { display: block; padding: 12px 16px; min-height: 44px; }
@media (min-width: 900px) {
  .wide-nav { display: flex; }
  .menu { display: none; }
}
.hero { position: relative; padding: 32px 16px 36px; color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: #00695C url("media/hero-poster.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(0, 105, 92, 0.78); }
.hero-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; text-align: center; }
.eyebrow { font-size: 12px; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; opacity: .85; margin: 0 0 10px; }
h1 { font-family: Poppins, system-ui, sans-serif; font-size: clamp(28px, 8vw, 44px); line-height: 1.15; margin: 0 0 12px; }
h2 { font-family: Poppins, system-ui, sans-serif; font-size: clamp(24px, 6vw, 32px); line-height: 1.2; margin: 0 0 8px; text-align: center; }
.sub { font-size: 16px; line-height: 1.45; margin: 0 auto 22px; max-width: 640px; font-weight: 500; }
.lede { font-size: 14px; color: #5E6B67; text-align: center; margin: 0 auto 24px; max-width: 640px; }
.card { background: #fff; color: #14221F; text-align: left; border-radius: 16px; padding: 20px 18px 18px; max-width: 460px; margin: 0 auto; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.card p { margin: 0 0 14px; font-size: 14px; line-height: 1.45; }
label { display: block; font-size: 13px; font-weight: 600; margin: 10px 0 6px; }
input[type="text"], input[type="email"], input[type="tel"] { width: 100%; font-size: 16px; line-height: 1.25; padding: 14px 16px; min-height: 48px; border: 1px solid #c5d0cd; border-radius: 10px; font-family: inherit; }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; margin: 14px 0 0; font-size: 14px; line-height: 1.4; }
.check input { width: auto; min-height: 22px; min-width: 22px; margin-top: 2px; }
.hp { position: absolute; left: -10000px; height: 0; overflow: hidden; }
button.cta, a.cta { width: 100%; margin-top: 14px; min-height: 48px; background: #FF7043; color: #fff; border: 0; border-radius: 10px; font-size: 16px; font-weight: 600; font-family: inherit; padding: 14px 16px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
button.cta:disabled { opacity: .45; }
a.cta.inline { width: auto; padding: 14px 28px; margin-top: 0; }
.fine { font-size: 12px; line-height: 1.4; color: #5E6B67; margin-top: 10px; }
.err { color: #FF7043; font-size: 13px; margin-top: 10px; }
.ok { max-width: 460px; margin: 0 auto; background: #fff; color: #14221F; border-radius: 16px; padding: 22px 18px; text-align: left; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.ok p { margin: 0; font-size: 15px; line-height: 1.5; }
.objections, .tiles { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; padding: 28px 16px; background: #fff; }
.tile { width: min(100%, 280px); border: 1px solid #E0F2F1; border-radius: 14px; padding: 16px; }
.tile strong { display: block; font-family: Poppins, system-ui, sans-serif; font-size: 16px; margin-bottom: 6px; color: #00695C; }
.tile span { font-size: 14px; color: #5E6B67; line-height: 1.4; }
.section { padding: 40px 16px; }
.section.alt { background: #F4F1EB; }
.section.white { background: #fff; }
.band { position: relative; padding: 40px 16px; color: #fff; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; background: #004D40 center/cover no-repeat; }
.band.lawn::before { background-image: url("assets/assets/brand/photography/orlando-house.jpg"); }
.band.cta::before { background-image: url("assets/assets/brand/photography/working-home.jpg"); }
.band.pros::before { background-image: url("assets/assets/brand/photography/working-home.jpg"); }
.band::after { content: ""; position: absolute; inset: 0; background: rgba(0, 105, 92, 0.72); }
.band-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; text-align: center; }
.band-inner p { font-size: 15px; line-height: 1.5; }
.strip { display: flex; gap: 8px; overflow-x: auto; padding: 8px 12px; background: #004D40; -webkit-overflow-scrolling: touch; }
.strip img { width: 260px; height: 160px; object-fit: cover; border-radius: 10px; flex: 0 0 auto; }
.pain, .chips, .plans { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.pain-card, .chip, .plan { background: #fff; border: 1px solid #E0F2F1; border-radius: 14px; padding: 16px; width: min(100%, 220px); text-align: center; }
.pain-card .stat { font-family: Poppins, system-ui, sans-serif; font-size: 24px; font-weight: 700; color: #00695C; margin: 0 0 4px; }
.pain-card p, .chip p { font-size: 12px; line-height: 1.4; color: #14221F; margin: 0; }
.pain-card a { font-size: 12px; color: #00695C; font-weight: 600; }
.chip { width: min(100%, 180px); background: rgba(0,105,92,.06); border: 0; }
.chip strong { display: block; margin: 6px 0 2px; }
.plan { width: min(100%, 280px); text-align: left; }
.plan.popular { border: 2.5px solid #3E2723; }
.plan h3 { font-family: Poppins, system-ui, sans-serif; margin: 0 0 4px; color: #00695C; }
.plan .price { font-family: Poppins, system-ui, sans-serif; font-size: 30px; font-weight: 700; margin: 0; }
.plan .price span { font-size: 13px; font-weight: 400; color: #5E6B67; }
.plan .annual { font-size: 12px; color: #004D40; margin: 0 0 8px; }
.plan .lock { font-size: 11px; color: #FF7043; margin: 0 0 8px; }
.plan ul { margin: 0 0 14px; padding: 0; list-style: none; }
.plan li { font-size: 12px; padding: 3px 0 3px 18px; position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: #00695C; }
.badge { display: inline-block; background: #3E2723; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .04em; padding: 3px 8px; border-radius: 20px; margin-bottom: 8px; }
.timeline { list-style: none; margin: 0 auto; padding: 0; max-width: 560px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 23px; top: 12px; bottom: 12px; width: 2px; background: #B2DFDB; }
.timeline li { display: flex; gap: 16px; align-items: flex-start; position: relative; padding-bottom: 22px; text-align: left; }
.timeline li:last-child { padding-bottom: 0; }
.timeline .num {
  flex: 0 0 48px; height: 48px; border-radius: 50%; background: #00695C; color: #fff;
  font-family: Poppins, system-ui, sans-serif; font-weight: 700; font-size: 20px;
  display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;
}
.timeline li.act .num { background: #FF7043; }
.timeline strong { display: block; font-family: Poppins, system-ui, sans-serif; font-size: 17px; margin: 4px 0 4px; }
.timeline p { margin: 0; font-size: 15px; line-height: 1.45; color: #5E6B67; }
.how-cta { text-align: center; margin: 28px 0 0; }
@media (min-width: 900px) {
  .timeline { display: flex; max-width: 960px; gap: 12px; }
  .timeline::before { left: 10%; right: 10%; top: 24px; bottom: auto; height: 2px; width: auto; }
  .timeline li { flex: 1; flex-direction: column; align-items: center; text-align: center; padding-bottom: 0; }
  .timeline strong { margin-top: 12px; }
}
.pro-rows { display: grid; gap: 12px; max-width: 720px; margin: 0 auto 32px; }
.pro-row {
  display: flex; gap: 14px; align-items: flex-start; text-align: left;
  background: #fff; border: 1px solid #E0F2F1; border-left: 4px solid #00695C;
  border-radius: 16px; padding: 16px 16px 16px 14px;
}
.pro-mark {
  flex: 0 0 44px; height: 44px; border-radius: 12px; background: rgba(0,105,92,.1);
  color: #00695C; font-size: 18px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.pro-row strong { display: block; font-family: Poppins, system-ui, sans-serif; font-size: 16px; margin: 0 0 4px; }
.pro-row p { margin: 0; font-size: 15px; line-height: 1.45; color: #5E6B67; }
@media (min-width: 900px) {
  .pro-rows { grid-template-columns: 1fr 1fr; max-width: 880px; }
}
.req { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 16px 0 24px; }
.req span { background: rgba(0,105,92,.12); color: #00695C; font-size: 12px; font-weight: 600; padding: 8px 14px; border-radius: 30px; }
.soon-banner {
  display: block;
  max-width: 720px;
  margin: 0 auto 16px;
  text-align: center;
  background: #00695C;
  color: #fff;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px 16px;
  border-radius: 10px;
}
.story { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.panel { width: min(100%, 340px); border-radius: 16px; padding: 20px; color: #fff; text-align: left; }
.panel.teal { background: #00695C; }
.panel.forest { background: #004D40; }
.panel .kicker { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; opacity: .8; }
.panel h3 { font-family: Poppins, system-ui, sans-serif; margin: 6px 0 8px; }
.panel p { margin: 0 0 10px; font-size: 14px; line-height: 1.4; }
.panel ul { margin: 0; padding-left: 18px; font-size: 13px; }
.approve { display: inline-block; background: #fff; border: 1px solid #B2DFDB; color: #00695C; font-size: 13px; font-weight: 600; padding: 10px 16px; border-radius: 30px; margin-top: 8px; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 13px; }
th, td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #e0e0e0; white-space: nowrap; }
th { background: rgba(0,105,92,.1); }
td:nth-child(2) { color: #00695C; font-weight: 600; }
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border-bottom: 1px solid #E0F2F1; padding: 12px 0; }
.faq summary { font-weight: 600; cursor: pointer; min-height: 44px; display: flex; align-items: center; }
.faq p { font-size: 14px; line-height: 1.5; color: #5E6B67; margin: 8px 0 0; }
.health p { font-size: 15px; line-height: 1.5; max-width: 640px; margin: 0 auto 12px; text-align: center; }
footer.site { background: #263238; color: #fff; padding: 28px 16px; text-align: center; font-size: 13px; }
footer.site a { color: #fff; }
footer.site .credit { font-size: 11px; color: rgba(255,255,255,.54); }
