:root {
  --navy: #092f59;
  --teal: #087a78;
  --gold: #d6a83f;
  --orange: #ef7d32;
  --sand: #fff8ed;
  --ink: #183d44;
  --muted: #63717d;
  --shadow: 0 24px 70px rgba(9, 47, 89, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8, 122, 120, .13);
}

.brand img { width: 230px; max-height: 68px; object-fit: contain; }
nav { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 700; }
.nav-cta { background: var(--teal); color: #fff; padding: 12px 18px; border-radius: 999px; }

.hero {
  min-height: 760px;
  padding: 88px clamp(24px, 7vw, 104px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, var(--sand) 55%, #e8faf7);
}

.eyebrow { font-size: 13px; letter-spacing: .18em; font-weight: 900; color: var(--orange); }
h1, h2, h3 { font-family: "Playfair Display", serif; }
.hero h1 { font-size: clamp(48px, 6vw, 80px); line-height: 1.02; color: var(--navy); margin: 16px 0; }
.hero h1 em { color: var(--teal); font-style: normal; }
.lead { font-size: 20px; line-height: 1.7; color: #53636e; }
.store-badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.store-badges img { height: 52px; width: auto; }
.store-badges a:nth-child(2) img { height: 72px; margin: -10px 0; }
.text-link { display: inline-block; margin-top: 18px; color: var(--teal); font-weight: 800; }

.hero-art {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.florida-scene {
  position: relative;
  z-index: 2;
  display: block;
  width: min(620px, 108%);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 24px 34px rgba(9, 47, 89, .08));
  animation: scene-float 8s ease-in-out infinite;
}

.orb { position: absolute; border-radius: 50%; opacity: .24; z-index: 0; }
.orb.one { width: 180px; height: 180px; background: var(--gold); right: 0; top: 10%; }
.orb.two { width: 140px; height: 140px; background: #6bc4bb; left: 4%; bottom: 8%; }

.section { padding: 100px clamp(24px, 7vw, 104px); }
.section-heading { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.section-heading h2, .business-section h2, .download-section h2 {
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.05;
  color: var(--navy);
  margin: 10px 0;
}
.section-heading p:last-child { font-size: 18px; line-height: 1.7; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: auto; }
.feature-grid article { padding: 30px; border-radius: 26px; border: 1px solid #e4eeee; box-shadow: 0 12px 34px rgba(9, 47, 89, .06); }
.feature-grid span { width: 48px; height: 48px; border-radius: 16px; background: #e5f6f4; color: var(--teal); display: grid; place-items: center; font-weight: 900; }
.feature-grid h3 { color: var(--navy); font-size: 21px; }
.feature-grid p { color: var(--muted); line-height: 1.65; }

.business-section {
  padding: 108px clamp(24px, 7vw, 104px);
  background: linear-gradient(135deg, #062e4f, #087a78);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.business-section h2 { color: #fff; }
.business-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.7; color: #d7efed; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; list-style: none; padding: 0; }
.check-list li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #bfe9e4;
  color: var(--teal);
  font-weight: 900;
  margin-right: 9px;
}

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; }
.button.gold { background: var(--gold); color: #102d3b; }
.button.primary { background: var(--navy); color: #fff; }
.pos-card { background: #fff; color: var(--ink); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); position: relative; z-index: 2; }
.pos-card h3 { font-size: 38px; color: var(--navy); margin: 10px 0; }
.pos-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.pos-pills span { background: #e7f7f5; color: var(--teal); padding: 9px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.pos-card p { color: var(--muted); line-height: 1.65; }

.pricing { background: var(--sand); }
.price-card { max-width: 1100px; margin: auto; background: #fff; border-radius: 32px; padding: 48px; display: grid; grid-template-columns: 1.25fr .9fr auto; gap: 38px; align-items: center; box-shadow: var(--shadow); }
.price-card h2 { font-size: 66px; color: var(--teal); margin: 0; }
.price-card h2 small { font: 17px "DM Sans", sans-serif; color: var(--muted); }
.price-card p, .fee-note { color: var(--muted); line-height: 1.6; }
.fee-note strong, .fee-note span, .fee-note small { display: block; }
.fee-note strong { color: var(--navy); font-size: 19px; }

.download-section { padding: 100px clamp(24px, 7vw, 104px); display: flex; justify-content: space-between; align-items: center; gap: 50px; background: linear-gradient(120deg, #e7f7f5, #fff); }
.download-section p { font-size: 18px; line-height: 1.65; color: var(--muted); }

footer { padding: 54px clamp(24px, 7vw, 104px); background: #062741; color: #d7e5e8; display: grid; grid-template-columns: 230px 1fr auto; gap: 40px; align-items: center; }
footer img { width: 220px; background: #fff; border-radius: 14px; padding: 8px; }
footer > div { display: flex; gap: 20px; font-weight: 700; }
footer small { grid-column: 1/-1; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; }

@keyframes scene-float { 50% { transform: translateY(-10px); } }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero, .business-section { grid-template-columns: 1fr; }
  .hero-art { min-height: 600px; }
  .florida-scene { width: min(620px, 100%); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .price-card { grid-template-columns: 1fr; }
  .download-section { flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; padding: 0 16px; }
  .brand img { width: 165px; }
  .hero { padding: 58px 20px 70px; min-height: auto; }
  .hero h1 { font-size: 47px; }
  .lead { font-size: 17px; }
  .hero-art { min-height: 470px; margin-top: 12px; }
  .florida-scene { width: 108%; max-width: 560px; }
  .section { padding: 76px 20px; }
  .business-section { padding: 78px 20px; }
  .check-list { grid-template-columns: 1fr; }
  .price-card { padding: 30px 24px; }
  .price-card h2 { font-size: 52px; }
  .download-section { padding: 78px 20px; }
  .store-badges img { height: 45px; }
  .store-badges a:nth-child(2) img { height: 64px; }
  footer { padding: 44px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
}
