/* webaz.ca landing page. Brand colours from docs/brand/BRAND-GUIDE.md. */
:root {
  --field: #3F7D2C; --paddy: #2E5B22; --shoot: #6BAF45; --sprout: #DDEFC9;
  --grain: #FAF8EF; --harvest: #E3B23C; --ink: #1F2A1B; --muted: #4E5A48; --line: #E4E6DA;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--grain); color: var(--ink); font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--field); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.top { position: sticky; top: 0; z-index: 10; background: rgba(250, 248, 239, .92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.nav { display: flex; gap: 28px; font-size: 15px; font-weight: 500; }
.nav a { color: var(--muted); text-decoration: none; }
.nav a:hover { color: var(--paddy); text-decoration: underline; text-underline-offset: 4px; }

.btn { display: inline-block; background: var(--field); color: #fff; font-weight: 600; text-decoration: none; padding: 13px 24px; border-radius: 12px; border: 1.5px solid var(--field); transition: background .15s; }
.btn:hover { background: var(--paddy); border-color: var(--paddy); }
.btn-line { background: transparent; color: var(--paddy); border-color: rgba(46, 91, 34, .35); }
.btn-line:hover { background: var(--sprout); border-color: var(--paddy); }
.btn-small { padding: 8px 16px; font-size: 15px; }
.btn-block { display: block; text-align: center; margin-top: auto; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.actions-center { justify-content: center; }

.hero { padding: 88px 0 96px; background-image: radial-gradient(900px 520px at 88% 0%, #E6F4D6 0%, transparent 72%), radial-gradient(700px 400px at 0% 100%, #F1F8E8 0%, transparent 70%); }
.hero-in { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.tag { display: inline-block; margin: 0 0 18px; background: var(--sprout); color: var(--paddy); font-size: 13px; font-weight: 600; letter-spacing: .4px; padding: 5px 12px; border-radius: 999px; }
h1 { font-size: 64px; line-height: 1.04; letter-spacing: -1.5px; color: var(--field); margin: 0 0 22px; }
h2 { font-size: 42px; line-height: 1.1; letter-spacing: -.8px; color: var(--field); margin: 0 0 16px; }
h3 { font-size: 20px; color: var(--paddy); margin: 0 0 8px; }
.lead { font-size: 20px; color: var(--muted); max-width: 560px; margin: 0 0 30px; }
.small { font-size: 15px; color: var(--muted); margin: 18px 0 0; }
.sub { color: var(--muted); font-size: 18px; max-width: 640px; margin: 0 0 40px; }
.eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-size: 13px; font-weight: 700; color: var(--field); margin: 0 0 10px; }

/* Browser-card illustration */
.mock { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 30px 60px -35px rgba(46, 91, 34, .45); overflow: hidden; transform: rotate(1.5deg); }
.mock-bar { display: flex; gap: 7px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.mock-bar span { width: 11px; height: 11px; border-radius: 50%; background: var(--sprout); }
.mock-bar span:first-child { background: var(--harvest); }
.mock-hero { margin: 18px; border-radius: 14px; padding: 36px 26px; background: linear-gradient(120deg, var(--field), var(--shoot)); }
.mock-line { height: 14px; border-radius: 7px; background: rgba(255, 255, 255, .85); margin-bottom: 12px; }
.w70 { width: 70%; } .w45 { width: 45%; background: rgba(255, 255, 255, .5); }
.mock-btn { width: 110px; height: 34px; border-radius: 10px; background: var(--harvest); margin-top: 22px; }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 18px; }
.mock-grid div { aspect-ratio: 1; border-radius: 12px; background: var(--sprout); }
.mock-grid div:nth-child(2) { background: #cfe5b6; }
.mock-foot { height: 40px; margin: 18px; border-radius: 10px; background: var(--grain); }

.section { padding: 96px 0; }
.soft { background: #F1F8E8; }
.band { background: linear-gradient(180deg, #EEF7E4, #E3F1D3); color: var(--ink); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.card p { margin: 0; color: var(--muted); font-size: 16px; }
.dot { width: 36px; height: 6px; border-radius: 3px; background: var(--shoot); margin-bottom: 18px; }
.soon { display: inline-block; vertical-align: 3px; margin-left: 6px; font-size: 11px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; background: #FBEFD0; color: #6B4E00; padding: 3px 8px; border-radius: 999px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.light { color: var(--field); }
.eyebrow-light { color: var(--field); }
.light-text { color: var(--muted); font-size: 18px; margin: 0; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.checks li { background: #fff; border: 1px solid #D6E9C2; border-radius: 14px; padding: 16px 18px 16px 50px; position: relative; color: var(--muted); font-size: 16px; }
.checks li::before { content: ""; position: absolute; left: 18px; top: 19px; width: 18px; height: 18px; border-radius: 50%; background: var(--shoot); box-shadow: inset 0 0 0 5px var(--sprout); }
.checks strong { color: var(--ink); }

.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan-notes { margin-top: 28px; display: grid; gap: 8px; color: var(--muted); font-size: 16px; }
.plan-notes p { margin: 0; }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px 22px; }
.plan-pro { border: 2px solid var(--field); box-shadow: 0 24px 50px -32px rgba(46, 91, 34, .5); }
.ribbon { position: absolute; top: -13px; left: 28px; margin: 0; background: var(--harvest); color: var(--ink); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.price { margin: 6px 0 0; color: var(--muted); font-size: 18px; }
.price span { font-size: 42px; font-weight: 700; color: var(--field); letter-spacing: -1px; }
.price-text { font-size: 30px; font-weight: 700; color: var(--field); line-height: 1.5; }
.billed { margin: 2px 0 20px; font-size: 15px; color: var(--muted); }
.plan ul { margin: 0 0 24px; padding: 0 0 0 20px; color: var(--ink); font-size: 16px; display: grid; gap: 8px; }
.soon-block { margin: auto 0 0; text-align: center; background: var(--grain); border: 1px dashed rgba(46, 91, 34, .3); color: var(--paddy); font-weight: 600; font-size: 15px; padding: 12px; border-radius: 12px; }

.cards-3 { margin-top: 28px; }
.talk { text-align: center; }
.talk .sub { margin-left: auto; margin-right: auto; margin-bottom: 28px; }

.foot { background: var(--paddy); color: rgba(255, 255, 255, .8); padding: 36px 0; font-size: 14px; }
.foot-in { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.foot p { margin: 0; }
.foot a { color: #fff; }

/* Privacy and terms pages */
.legal { max-width: 780px; margin: 0 auto; padding: 56px 24px 88px; }
.legal h1 { font-size: 44px; }
.legal h2 { font-size: 26px; margin-top: 40px; }
.legal p, .legal li { color: var(--ink); }
.legal .updated { color: var(--muted); font-size: 15px; }

@media (max-width: 960px) {
  .hero-in, .split { grid-template-columns: 1fr; }
  .cards, .plans { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .mock { max-width: 480px; }
}
@media (max-width: 640px) {
  .nav { display: none; }
  .hero { padding: 56px 0 64px; }
  .section { padding: 64px 0; }
  .cards, .plans { grid-template-columns: 1fr; }
  h1 { font-size: 40px; }
  .lead { font-size: 18px; }
  .plans { gap: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
