:root {
  --navy: #29473f;
  --ivory: #fff8e8;
  --paper: #fffef9;
  --coral: #ed806d;
  --coral-dark: #c85c4c;
  --sage: #9bcbb1;
  --sky: #9dcfda;
  --sun: #f5c95f;
  --muted: #667c75;
  --line: #e5e4d8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: Inter, ui-rounded, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.nav-shell {
  padding: 13px 0;
  background: rgba(255, 254, 249, .9);
  border-bottom: 1px solid rgba(41, 71, 63, .09);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 44% 56%;
  color: #fff;
  background: var(--coral);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
  box-shadow: 5px 6px 0 rgba(245, 201, 95, .55);
  transform: rotate(-4deg);
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 4px;
  top: 5px;
  border-radius: 50%;
  background: #ffe9aa;
}
.nav-links a { color: #47665d; font-size: .9rem; font-weight: 700; }
.nav-links a:hover { color: var(--coral-dark); }
.btn { border-radius: 999px; font-weight: 800; }
.btn-brand {
  padding: .78rem 1.28rem;
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 9px 0 rgba(41, 71, 63, .12);
}
.btn-brand:hover, .btn-brand:focus { color: #fff; background: #365d52; border-color: #365d52; transform: translateY(-1px); }
.btn-lg { padding: 1rem 1.55rem; font-size: .98rem; }

.hero-section {
  position: relative;
  min-height: 790px;
  padding: 158px 0 105px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 24%, rgba(245, 201, 95, .42) 0 6px, transparent 7px),
    radial-gradient(circle at 90% 17%, rgba(237, 128, 109, .25) 0 85px, transparent 86px),
    radial-gradient(circle at 92% 83%, rgba(157, 207, 218, .38) 0 130px, transparent 131px),
    linear-gradient(120deg, #fff8e8 0%, #fffdf7 54%, #f0f7ee 100%);
}
.hero-section::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 170px;
  left: -115px;
  bottom: -65px;
  border: 28px solid var(--sage);
  border-bottom: 0;
  border-radius: 180px 180px 0 0;
  opacity: .35;
  transform: rotate(9deg);
}
.hero-section::after { content: "✦"; position: absolute; left: 47%; top: 122px; color: var(--sun); font-size: 2rem; transform: rotate(12deg); }
.hero-section .container { position: relative; z-index: 1; }
.eyebrow, .section-kicker { color: var(--coral-dark); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(237, 128, 109, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 7px 20px rgba(41, 71, 63, .06);
}
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(245, 201, 95, .2); }
h1 { max-width: 700px; font-size: clamp(3.1rem, 5vw, 5.6rem); font-weight: 820; line-height: .99; letter-spacing: -.06em; }
h1 em { position: relative; color: var(--coral); font-family: Georgia, serif; font-weight: 500; }
h1 em::after { content: ""; position: absolute; height: 7px; left: 3%; right: 2%; bottom: -4px; border-radius: 50%; background: var(--sun); opacity: .62; transform: rotate(-1deg); }
.hero-copy { max-width: 590px; color: #47665d; font-size: 1.16rem; line-height: 1.7; }
.text-link { padding: .8rem .25rem; font-size: .93rem; font-weight: 800; }
.text-link:hover { color: var(--coral-dark); }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; color: #47665d; font-size: .76rem; }
.proof-row span { padding: 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .75); }

.dashboard-wrap { position: relative; max-width: 590px; margin-left: auto; padding: 22px 3px 35px 29px; }
.dashboard-wrap::before {
  content: "";
  position: absolute;
  width: 84%;
  height: 87%;
  right: -7%;
  top: 0;
  border-radius: 48% 48% 26px 26px;
  background: var(--sky);
  box-shadow: 22px -18px 0 rgba(245, 201, 95, .75);
  transform: rotate(3deg);
}
.dashboard-wrap::after {
  content: "✦";
  position: absolute;
  z-index: 3;
  right: -12px;
  bottom: 2px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--sun);
  font-size: 1.3rem;
  box-shadow: 0 10px 22px rgba(41, 71, 63, .14);
}
.dashboard-card { position: relative; z-index: 1; padding: 27px; border: 1px solid rgba(41, 71, 63, .08); border-radius: 30px; background: #fff; box-shadow: 0 25px 55px rgba(41, 71, 63, .16); transform: rotate(-1deg); }
.dashboard-card h2 { margin: 3px 0 0; font-size: 1.25rem; }
.dashboard-card small { display: block; color: #809089; font-size: .62rem; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 48% 52% 45% 55%; background: #c9bddd; font-size: .7rem; font-weight: 850; }
.total-card { margin: 23px 0; padding: 20px; border-radius: 20px; color: #fff; background: var(--navy); }
.total-card strong { display: block; font-size: 1.75rem; letter-spacing: -.04em; }
.total-card > span { padding: 7px 11px; border-radius: 20px; color: #fff7db; background: rgba(245, 201, 95, .18); font-size: .65rem; font-weight: 750; }
.list-heading { margin-bottom: 8px; font-size: .72rem; }
.list-heading span { color: var(--coral-dark); font-size: .62rem; }
.credit-list { border-top: 1px solid #ecebe4; }
.credit-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 13px 0; border-bottom: 1px solid #ecebe4; }
.credit-row strong { display: block; font-size: .68rem; }
.receipt { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50% 50% 44% 56%; color: #557764; background: #e5f2e8; font-family: Georgia, serif; }
.credit-row:nth-child(2) .receipt { color: #547482; background: #e7f3f6; }
.credit-row:nth-child(3) .receipt { color: #75658d; background: #eee9f5; }
.receipt.urgent { color: var(--coral-dark); background: #fff0eb; }
.overdue { color: var(--coral-dark) !important; }
.add-credit { margin-top: 16px; padding: 11px; text-align: center; border: 1px dashed rgba(237, 128, 109, .55); border-radius: 14px; color: var(--coral-dark); background: #fff5ef; font-size: .68rem; font-weight: 800; }
.reminder-pop { position: absolute; z-index: 2; left: -15px; bottom: 5px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 18px; background: #fff; box-shadow: 0 16px 35px rgba(41, 71, 63, .16); }
.reminder-pop small, .reminder-pop strong { display: block; font-size: .63rem; }
.bell { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--coral-dark); background: #fff0eb; font-weight: 900; }

.stat-band { position: relative; padding: 38px 0; overflow: hidden; color: #fff; background: var(--navy); }
.stat-band::after { content: "•  ✦  •"; position: absolute; right: 8%; top: 50%; color: var(--sun); font-size: 1.25rem; letter-spacing: .6em; transform: translateY(-50%); }
.stat-band p { max-width: 680px; margin: 0; color: #fff9e8; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; line-height: 1.45; }
.section-padding { padding: 110px 0; }
.section-intro { max-width: 730px; }
.section-intro h2, .feature-title, .pricing-section h2 { margin: 13px 0 14px; font-size: clamp(2.25rem, 4vw, 3.75rem); font-weight: 820; line-height: 1.08; letter-spacing: -.05em; }
.section-intro p, .feature-lead { color: var(--muted); font-size: 1.04rem; line-height: 1.68; }

.process-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px 28px 42px 28px; background: #fff; box-shadow: 0 10px 0 rgba(41, 71, 63, .04); transition: transform .2s, box-shadow .2s; }
.col-md-4:nth-child(2) .process-card { border-radius: 42px 28px 28px 28px; background: #fffaf1; }
.col-md-4:nth-child(3) .process-card { border-radius: 28px 42px 28px 28px; background: #f7fbf7; }
.process-card:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: 0 20px 40px rgba(41, 71, 63, .09); }
.step { position: absolute; top: 17px; right: 22px; color: #deddd2; font-family: Georgia, serif; font-size: 2rem; font-style: italic; }
.process-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 43px; border-radius: 50% 46% 53% 44%; color: var(--navy); background: var(--sun); font-size: 1.25rem; font-weight: 850; transform: rotate(-4deg); }
.col-md-4:nth-child(2) .process-icon { background: var(--sky); transform: rotate(3deg); }
.col-md-4:nth-child(3) .process-icon { background: var(--sage); transform: rotate(-2deg); }
.process-card h3 { font-size: 1.18rem; font-weight: 800; }
.process-card p { margin: 10px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.feature-section { position: relative; overflow: hidden; background: #f1f7f2; }
.feature-section::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; top: 60px; border: 24px solid rgba(245, 201, 95, .45); border-radius: 50%; }
.feature-visual { position: relative; display: grid; place-items: center; min-height: 530px; }
.feature-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 46% 54% 48% 52%; background: #d8eadf; box-shadow: -42px 35px 0 rgba(157, 207, 218, .42); transform: rotate(7deg); }
.phone-card { position: relative; z-index: 1; width: 330px; padding: 25px; border: 8px solid var(--navy); border-radius: 34px; background: #fff; box-shadow: 0 25px 55px rgba(41, 71, 63, .16); transform: rotate(-2deg); }
.phone-head { display: flex; justify-content: space-between; margin-bottom: 22px; font-size: .88rem; }
.phone-card label { display: block; margin: 12px 0 6px; color: #75877f; font-size: .58rem; font-weight: 750; }
.fake-input, .fake-textarea { display: flex; justify-content: space-between; padding: 11px; border: 1px solid #e5e7df; border-radius: 12px; background: #fafaf5; font-size: .68rem; }
.fake-textarea { height: 57px; }
.phone-button { width: 100%; margin-top: 18px; padding: 12px; text-align: center; border-radius: 999px; color: #fff; background: var(--coral); font-size: .68rem; font-weight: 800; }
.paper-note { position: absolute; z-index: 2; right: 1%; bottom: 20px; display: flex; flex-direction: column; width: 180px; padding: 20px; border: 1px solid #e5d9bd; border-radius: 5px 5px 20px 5px; background: #fff7dd; box-shadow: 0 15px 30px rgba(41, 71, 63, .13); transform: rotate(7deg); }
.paper-note::before { content: ""; position: absolute; width: 42px; height: 14px; left: 50%; top: -7px; background: rgba(157, 207, 218, .7); transform: translateX(-50%) rotate(-4deg); }
.paper-note span { color: #7c8983; font-size: .56rem; letter-spacing: .12em; }
.paper-note strong { margin: 15px 0 9px; font-family: Georgia, serif; font-size: .8rem; }
.paper-note b { color: var(--coral-dark); }
.feature-lead { max-width: 610px; margin: 20px 0 30px; }
.feature-list { display: grid; gap: 18px; margin: 0; padding: 0; color: var(--muted); font-size: .92rem; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50% 44% 52% 47%; color: var(--navy); background: var(--sage); font-size: .75rem; font-weight: 850; }
.feature-list strong { color: var(--navy); }

.pricing-section { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.pricing-section::before { content: ""; position: absolute; width: 270px; height: 135px; left: -75px; bottom: -25px; border: 25px solid rgba(157, 207, 218, .23); border-bottom: 0; border-radius: 160px 160px 0 0; }
.pricing-section::after { content: "✦"; position: absolute; right: 7%; top: 8%; color: var(--sun); font-size: 2rem; }
.pricing-section .light { color: #ffd77d; }
.pricing-section h2 { color: #fff; }
.pricing-section .col-lg-6 > p { max-width: 570px; color: #c6d6d0; line-height: 1.7; }
.founder-note { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.founder-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50% 45% 55% 46%; color: #9d4037; background: var(--coral); font-size: 1.15rem; }
.founder-note strong, .founder-note small { display: block; }
.founder-note small { color: #c6d6d0; font-size: .75rem; }
.price-card { position: relative; padding: 40px; border-radius: 34px 34px 48px 34px; color: var(--navy); background: #fffdf5; box-shadow: 18px 18px 0 rgba(157, 207, 218, .26), 0 28px 60px rgba(0, 0, 0, .17); }
.price-badge { position: absolute; top: -15px; right: 25px; padding: 8px 14px; border-radius: 999px; color: var(--navy); background: var(--sun); font-size: .64rem; font-weight: 850; transform: rotate(2deg); }
.plan-name { color: var(--coral-dark); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 12px 0; }
.price strong { font-size: 3.5rem; letter-spacing: -.06em; }
.price span { color: #73867f; font-size: .8rem; }
.price-card > p { color: var(--muted); font-size: .84rem; line-height: 1.55; }
.price-card ul { display: grid; gap: 13px; margin: 24px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .78rem; list-style: none; }
.pilot-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.pilot-form .form-control { padding: .76rem .9rem; border-color: #dedccf; border-radius: 999px; font-size: .8rem; }
.btn-coral { padding: .76rem 1rem; border: 0; color: #fff; background: var(--coral); font-size: .77rem; white-space: nowrap; }
.btn-coral:hover { color: #fff; background: var(--coral-dark); }
.form-note { display: block; margin-top: 12px; text-align: center; color: #84948e; font-size: .61rem; }
.pilot-success { color: #416b4e; background: #e7f0e9; font-size: .78rem; }
.pilot-success span { color: #65806e; font-size: .68rem; }

footer { padding: 34px 0; color: #b8cbc4; background: #203b34; }
footer .brand { color: #fff; font-size: 1.05rem; }
footer p { margin: 0; font-family: Georgia, serif; font-size: .8rem; font-style: italic; }
.footer-links { display: flex; gap: 20px; font-size: .75rem; }

@media (max-width: 991.98px) {
  .hero-section { padding-top: 140px; }
  .hero-section::after { left: auto; right: 8%; }
  .dashboard-wrap { margin: 25px auto 0; }
  .stat-band::after { display: none; }
  .pricing-section { text-align: center; }
  .pricing-section .col-lg-6 > p { margin-inline: auto; }
  .founder-note { justify-content: center; text-align: left; }
  .price-card { text-align: left; }
}

@media (max-width: 575.98px) {
  .nav-shell { padding: 10px 0; }
  .brand { font-size: .94rem; }
  .brand-mark { width: 31px; height: 31px; font-size: 1rem; box-shadow: 3px 4px 0 rgba(245, 201, 95, .55); }
  .brand-mark::after { width: 7px; height: 7px; top: 4px; right: 3px; }
  .nav-shell .btn { padding: .58rem .7rem; font-size: .69rem; }
  .hero-section { padding: 124px 0 76px; }
  h1 { font-size: 3rem; }
  .hero-copy { font-size: 1rem; }
  .proof-row { gap: 7px; }
  .dashboard-wrap { padding-left: 0; }
  .dashboard-wrap::before { right: -2%; }
  .dashboard-wrap::after { right: -3px; }
  .dashboard-card { padding: 18px; border-radius: 24px; transform: none; }
  .total-card strong { font-size: 1.35rem; }
  .reminder-pop { left: -6px; }
  .section-padding { padding: 80px 0; }
  .feature-visual::before { width: 320px; height: 320px; }
  .phone-card { width: 285px; }
  .paper-note { right: -2%; width: 150px; padding: 15px; }
  .price-card { padding: 32px 23px; }
  .pilot-form { grid-template-columns: 1fr; }
  .btn-coral { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .process-card { transition: none; }
}
