/* ── Hero ───────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; padding-top: var(--nav-h);
}
.hero-img {
  position: absolute; inset: 0;
}
.hero-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(15,23,42,.85) 0%, rgba(15,23,42,.65) 50%, rgba(15,23,42,.3) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  padding-top: 80px; padding-bottom: 100px;
  max-width: 680px;
}
.hero-content .eyebrow { color: var(--sky-light); margin-bottom: 16px; display: block; }
.hero-content h1 { font-size: clamp(44px,7vw,88px); color: var(--white); margin-bottom: 24px; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 36px; max-width: 520px; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.trust-item { font-size: 13px; color: rgba(255,255,255,.65); font-weight: 400; }
.trust-dot { color: rgba(255,255,255,.3); }

/* ── Proof bar ──────────────────────────────────────────────── */
.proof-bar { background: var(--navy); padding: 28px 0; }
.proof-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.proof-item { display: flex; flex-direction: column; align-items: center; gap: 2px; flex: 1; min-width: 100px; }
.proof-item strong { font-family: var(--font-display); font-size: 24px; font-weight: 800; color: var(--white); }
.proof-item span { font-size: 12px; color: var(--slate-light); text-align: center; }
.proof-div { width: 1px; height: 32px; background: rgba(148,163,184,.2); }

/* ── Problem / Solution ─────────────────────────────────────── */
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.problem-text .eyebrow { margin-bottom: 12px; display: block; }
.problem-text .section-title { margin-bottom: 24px; }
.problem-text p { color: var(--slate); font-size: 16px; line-height: 1.75; margin-bottom: 14px; font-weight: 300; }
.solution-card { background: var(--navy); border-radius: var(--radius-lg); padding: 40px; }
.solution-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--sky-light); margin-bottom: 28px; }
.solution-list { display: flex; flex-direction: column; gap: 24px; }
.solution-list li { display: flex; gap: 16px; align-items: flex-start; }
.sol-ico { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.solution-list strong { display: block; font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.solution-list p { font-size: 13px; color: var(--slate-light); line-height: 1.6; margin: 0; font-weight: 300; }

/* ── Background alt ─────────────────────────────────────────── */
.bg-off { background: var(--off-white); }

/* ── Feature cards ──────────────────────────────────────────── */
.feat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; transition: box-shadow .2s, transform .2s; }
.feat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.feat-ico { font-size: 28px; margin-bottom: 14px; }
.feat-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.feat-card p { font-size: 14px; color: var(--slate); line-height: 1.7; margin-bottom: 16px; font-weight: 300; }

/* ── AI callout ─────────────────────────────────────────────── */
.ai-callout { background: linear-gradient(135deg, var(--navy) 0%, #1e3a5f 100%); }
.ai-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ai-text .eyebrow { margin-bottom: 12px; display: block; }
.ai-text p { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; margin-top: 16px; font-weight: 300; }
.phone-mock { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 32px; }
.phone-screen { display: flex; flex-direction: column; gap: 12px; }
.phone-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: rgba(255,255,255,.05); border-radius: 10px; border: 1px solid rgba(255,255,255,.08); }
.phone-row span { font-size: 13px; color: rgba(255,255,255,.55); font-weight: 500; }
.phone-row strong { font-size: 14px; color: var(--white); font-family: var(--font-display); font-weight: 700; }
.phone-check { text-align: center; font-size: 13px; color: #4ade80; font-weight: 600; padding: 10px; }
.phone-hint { text-align: center; font-size: 11px; color: rgba(255,255,255,.3); line-height: 1.5; font-style: italic; }

/* ── Pricing preview ────────────────────────────────────────── */
.price-card { border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 36px; position: relative; }
.price-card:hover { border-color: var(--sky); }
.price-featured { border-color: var(--sky); background: linear-gradient(160deg, #f0f9ff 0%, var(--white) 100%); }
.price-popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--sky); color: var(--white); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 4px 16px; border-radius: 99px; white-space: nowrap; }
.price-tier { font-family: var(--font-display); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--slate); margin-bottom: 8px; }
.price-amount { font-family: var(--font-display); font-size: 56px; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 12px; }
.price-amount sup { font-size: 24px; vertical-align: top; margin-top: 12px; display: inline-block; }
.price-amount sub { font-size: 18px; color: var(--slate); font-weight: 400; }
.price-desc { font-size: 14px; color: var(--slate); line-height: 1.6; margin-bottom: 24px; font-weight: 300; }
.price-features { display: flex; flex-direction: column; gap: 10px; }
.price-features li { font-size: 14px; color: var(--navy-mid); font-weight: 400; }

/* ── CTA section ────────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg, #0c4a6e 0%, var(--navy) 60%); padding: 100px 0; text-align: center; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-inner p { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; margin-top: 20px; font-weight: 300; }

/* ── Mobile ─────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .ai-inner { grid-template-columns: 1fr; gap: 40px; }
  .proof-div { display: none; }
}
@media (max-width: 640px) {
  .hero-content h1 { font-size: 44px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-trust { justify-content: center; }
}

/* ── Mates section ──────────────────────────────────────────── */
.mates-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.mates-img { width:100%; height:460px; object-fit:cover; border-radius:var(--radius-lg); }
.mates-text .eyebrow { display:block; margin-bottom:12px; }
.mates-text p { font-size:16px; color:var(--slate); line-height:1.8; margin-bottom:16px; font-weight:300; }

/* ── Photo break ────────────────────────────────────────────── */
.photo-break { position:relative; height:420px; overflow:hidden; }
.photo-break-img { width:100%; height:100%; object-fit:cover; object-position:center 35%; }
.photo-break-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(15,23,42,.82) 0%,rgba(15,23,42,.4) 100%); display:flex; align-items:center; }
.photo-break-text { max-width:560px; padding:0 48px; }
.photo-break-text h2 { color:var(--white); font-size:clamp(28px,4vw,44px); margin-bottom:16px; }
.photo-break-text p { color:rgba(255,255,255,.75); font-size:18px; margin-bottom:28px; font-weight:300; }

/* ── Photo strip ────────────────────────────────────────────── */
.photo-strip { display:grid; grid-template-columns:repeat(4,1fr); height:260px; }
.strip-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s; }
.strip-item:hover img { transform:scale(1.05); }
.strip-item { overflow:hidden; }

/* ── Single price card ──────────────────────────────────────── */
.single-price-wrap { max-width:900px; margin:0 auto; }
.single-price-card { display:grid; grid-template-columns:1fr 1fr; gap:0; border:2px solid var(--sky); border-radius:var(--radius-lg); overflow:hidden; }
.sp-left { background:linear-gradient(160deg,#0c4a6e 0%,var(--navy) 100%); padding:44px 40px; }
.sp-name { font-family:var(--font-display); font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:var(--sky-light); margin-bottom:12px; }
.sp-price { font-family:var(--font-display); font-size:72px; font-weight:800; color:var(--white); line-height:1; }
.sp-price sup { font-size:28px; vertical-align:top; margin-top:14px; display:inline-block; }
.sp-price sub { font-size:20px; color:rgba(255,255,255,.6); font-weight:400; }
.sp-monthly { font-size:14px; color:rgba(255,255,255,.7); margin-top:10px; }
.sp-monthly strong { color:var(--sky-light); }
.sp-note { font-size:12px; color:rgba(255,255,255,.4); margin-top:12px; font-style:italic; }
.sp-right { background:var(--white); padding:44px 40px; }
.sp-feat-title { font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:var(--slate); margin-bottom:20px; }
.sp-feats { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.sp-feats li { font-size:14px; color:var(--navy-mid); }

@media (max-width:860px) {
  .mates-grid { grid-template-columns:1fr; gap:40px; }
  .photo-strip { grid-template-columns:1fr 1fr; height:320px; }
  .single-price-card { grid-template-columns:1fr; }
  .sp-feats { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .photo-strip { grid-template-columns:1fr 1fr; height:240px; }
  .photo-break { height:340px; }
  .photo-break-text { padding:0 24px; }
}

/* ── Not for agribusiness section ───────────────────────── */
.notbig-section { background:var(--navy); }
.notbig-inner { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
.notbig-text .eyebrow { color:var(--sky-light); display:block; margin-bottom:14px; }
.notbig-text .section-title { color:var(--white); margin-bottom:20px; }
.notbig-lead { font-size:18px; color:rgba(255,255,255,.75); line-height:1.75; margin-bottom:18px; font-weight:300; }
.notbig-text p { font-size:15px; color:rgba(255,255,255,.6); line-height:1.8; margin-bottom:14px; font-weight:300; }
.notbig-text strong { color:var(--white); font-weight:600; }

.notbig-compare { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius-lg); padding:32px; }
.notbig-compare-title { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:rgba(148,163,184,.6); margin-bottom:24px; }
.notbig-row { margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.08); }
.notbig-row:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.notbig-label { display:block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px; }
.notbig-row-bad .notbig-label { color:rgba(248,113,113,.8); }
.notbig-row-good .notbig-label { color:#4ade80; }
.notbig-row ul { display:flex; flex-direction:column; gap:8px; }
.notbig-row-bad li { font-size:13px; color:rgba(255,255,255,.45); padding-left:20px; position:relative; }
.notbig-row-bad li::before { content:'✗'; position:absolute; left:0; color:rgba(248,113,113,.7); font-weight:700; }
.notbig-row-good li { font-size:13px; color:rgba(255,255,255,.8); padding-left:20px; position:relative; }
.notbig-row-good li::before { content:'✓'; position:absolute; left:0; color:#4ade80; font-weight:700; }

@media (max-width:860px) {
  .notbig-inner { grid-template-columns:1fr; gap:40px; }
}