/* Verde Outreach marketing site. Same tokens as the portal. */
:root {
  --bg: #f6f5f1; --card: #fff; --text: #172320; --muted: #6b7773; --faint: #9aa39f;
  --line: #eeede7; --line-strong: #e6e4dc; --brand: #1f7a5a; --brand-deep: #0f2f24;
  --brand-soft: #e6f5ef; --amber: #f2a93b; --amber-soft: #fdf3e2; --amber-text: #b9791a;
  --radius: 18px; --radius-sm: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
h1, h2, h3 { letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 14px; font-weight: 800; }
h1 { font-size: 52px; }
h2 { font-size: 36px; }
h3 { font-size: 19px; margin-bottom: 6px; }
p { margin: 0 0 14px; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 760px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.sub { color: var(--muted); font-size: 17px; max-width: 640px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--brand); color: #fff; font-weight: 700; padding: 11px 20px; border-radius: 999px; border: 0; cursor: pointer; font: inherit; font-weight: 700; transition: background 0.15s ease, transform 0.15s ease; white-space: nowrap; }
.btn:hover { background: #1a6a4e; transform: translateY(-1px); }
.btn.big { padding: 15px 28px; font-size: 16px; }
.ghost { color: var(--text); font-weight: 600; padding: 10px 14px; }
.link { font-weight: 700; white-space: nowrap; }

/* nav */
.nav { position: sticky; top: 0; z-index: 10; background: rgba(246,245,241,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand img { height: 28px; }
.links { display: flex; gap: 22px; margin-left: 12px; }
.links a { color: var(--muted); font-weight: 600; font-size: 15px; }
.links a:hover { color: var(--text); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; }

/* hero */
.hero { padding: 72px 0 40px; }
.hero-in { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.lead { font-size: 18px; color: var(--muted); max-width: 560px; }
.hero-cta { display: flex; align-items: center; gap: 22px; margin: 24px 0 26px; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticks li { padding-left: 30px; position: relative; font-weight: 500; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--brand-soft); }
.ticks li::after { content: ""; position: absolute; left: 6px; top: 9px; width: 8px; height: 5px; border-left: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand); transform: rotate(-45deg); }
.browser { background: #fff; border-radius: 16px; box-shadow: 0 30px 60px -20px rgba(15,47,36,0.35), 0 0 0 1px var(--line-strong); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #f1f0ea; border-bottom: 1px solid var(--line-strong); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d9d7cf; }
.browser-bar span { margin-left: 10px; font-size: 12px; color: var(--faint); background: #fff; border-radius: 6px; padding: 3px 10px; flex: 1; }
.caption { display: block; text-align: center; color: var(--faint); font-size: 12px; margin-top: 10px; }

/* strip */
.strip { background: var(--brand-deep); color: #fff; padding: 36px 0; margin-top: 30px; }
.strip-in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.strip b { display: block; font-size: 16px; margin-bottom: 6px; }
.strip span { color: rgba(255,255,255,0.72); font-size: 14.5px; line-height: 1.55; }

/* sections */
.section { padding: 84px 0; }
.section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.section.alt .step { background: var(--bg); }
.step i { display: inline-flex; width: 34px; height: 34px; border-radius: 10px; background: var(--amber-soft); color: var(--amber-text); font-style: normal; font-weight: 800; align-items: center; justify-content: center; margin-bottom: 14px; }
.step p { color: var(--muted); font-size: 14.5px; margin: 0; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.feature img, .feature .digest { border-radius: 14px; border: 1px solid var(--line-strong); box-shadow: 0 12px 30px -18px rgba(15,47,36,0.4); margin-bottom: 18px; }
.feature img { height: 230px; object-fit: cover; object-position: top left; width: 100%; }
.feature p { color: var(--muted); font-size: 14.5px; }
.digest { background: #fff; padding: 14px 18px; height: 230px; overflow: hidden; }
.digest-head { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 10px; }
.digest-head span { color: var(--faint); }
.digest-row { display: flex; justify-content: space-between; padding: 5px 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.digest-row b { color: var(--text); }
.digest-row.hi b { color: var(--amber-text); }

/* pricing */
.pricing-in { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
.pricing-in .ticks { margin-top: 20px; }
.price-card { background: var(--brand-deep); color: #fff; border-radius: 22px; padding: 32px; position: relative; overflow: hidden; }
.price-card::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 22px 22px; pointer-events: none; }
.price-card > * { position: relative; z-index: 1; }
.price-line { display: flex; align-items: baseline; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.price-line small { width: 52px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); font-weight: 700; }
.price-line b { font-size: 38px; letter-spacing: -0.03em; }
.price-line span { color: rgba(255,255,255,0.7); }
.price-card p { color: rgba(255,255,255,0.78); font-size: 14.5px; margin: 18px 0 22px; }
.price-card p.terms { color: #fff; font-weight: 600; margin: 14px 0 0; }
.price-card .btn { background: var(--amber); color: var(--brand-deep); width: 100%; }
.price-card .btn:hover { background: #e79c2b; }
.fine { display: block; color: rgba(255,255,255,0.6); font-size: 12.5px; margin-top: 14px; line-height: 1.5; }
.form .fine { color: var(--faint); }

/* faq */
details { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; margin-top: 10px; }
summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::after { content: "+"; color: var(--brand); font-size: 20px; font-weight: 700; }
details[open] summary::after { content: "\2212"; }
details p { color: var(--muted); margin: 10px 0 0; font-size: 15px; }

/* contact */
.contact-in { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 1px 2px rgba(23,35,32,0.05); }
label { display: block; font-size: 12.5px; font-weight: 700; color: var(--muted); margin-bottom: 6px; }
input, textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm); font: inherit; font-size: 15px; margin-bottom: 14px; background: #fff; color: var(--text); }
input:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(31,122,90,0.15); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form .btn { width: 100%; }
.thanks { text-align: center; padding: 80px 24px; }
.thanks .mark { width: 64px; height: 64px; border-radius: 20px; background: var(--brand-soft); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; font-size: 30px; margin-bottom: 18px; }

.founder { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.founder img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 20px -10px rgba(15,47,36,0.5); }
.founder b { display: block; font-size: 17px; }
.founder span { display: block; color: var(--muted); font-size: 14.5px; line-height: 1.4; }

/* footer */
.foot { background: var(--brand-deep); color: rgba(255,255,255,0.7); padding: 30px 0; font-size: 13.5px; }
.foot-in { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot img { height: 24px; }
.foot a { color: #fff; margin-left: auto; font-weight: 600; }

@media (max-width: 960px) {
  h1 { font-size: 40px; } h2 { font-size: 30px; }
  .hero-in, .pricing-in, .contact-in { grid-template-columns: 1fr; gap: 32px; }
  .steps, .features, .strip-in { grid-template-columns: 1fr 1fr; }
  .links { display: none; }
}
@media (max-width: 600px) {
  h1 { font-size: 34px; }
  .steps, .features, .strip-in { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .ghost { display: none; }
  .hero { padding-top: 40px; }
}

/* Industry pages */
.mail-card { background: #fff; border: 1px solid var(--line-strong); border-radius: 18px; padding: 22px 24px; box-shadow: 0 30px 60px -20px rgba(15,47,36,0.3); }
.mail-card-head { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.mail-subject { font-weight: 800; font-size: 18px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.mail-card p { font-size: 15.5px; line-height: 1.65; margin: 0 0 12px; }
.mail-card small { color: var(--faint); font-size: 12px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.two-col .ticks { margin-top: 10px; }
.callout { margin-top: 36px; background: var(--brand-soft); border-radius: 16px; padding: 20px 24px; }
.callout p { margin: 0; font-size: 15.5px; color: var(--brand-deep); }
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.ind-card { display: block; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; color: var(--text); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.section:not(.alt) .ind-card { background: #fff; }
.ind-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -18px rgba(15,47,36,0.4); }
.ind-card b { display: block; font-size: 16px; margin-bottom: 4px; }
.ind-card span { color: var(--muted); font-size: 14px; }
@media (max-width: 960px) { .two-col { grid-template-columns: 1fr; gap: 28px; } .ind-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ind-grid { grid-template-columns: 1fr; } }
.section:not(.alt) details { background: #fff; }
.section.alt .form { background: var(--bg); }

/* Industries hub */
.hero.short { padding: 64px 0 24px; }
.hero.short .lead { max-width: 720px; }
.ind-grid.big { grid-template-columns: repeat(4, 1fr); }
.ind-grid.big .ind-card { padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.ind-grid.big .ind-card b { font-size: 17px; margin: 0; }
.ind-grid.big .ind-card span { flex: 1; }
.ind-grid.big .ind-card em { font-style: normal; font-weight: 700; color: var(--brand); font-size: 14px; margin-top: 6px; }
.ind-icon { display: inline-flex; width: 42px; height: 42px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); align-items: center; justify-content: center; margin-bottom: 6px; flex: none; }
.ind-icon svg { width: 22px; height: 22px; }
.ind-card.more { background: var(--brand-deep); color: #fff; border-color: var(--brand-deep); }
.ind-card.more span { color: rgba(255,255,255,0.75); }
.ind-card.more em { color: var(--amber); }
.ind-card.more .ind-icon { background: rgba(255,255,255,0.1); color: var(--amber); }
@media (max-width: 1100px) { .ind-grid.big { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 960px) { .ind-grid.big { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ind-grid.big { grid-template-columns: 1fr; } }
.ind-card span.ind-icon { flex: none; width: 42px; height: 42px; color: var(--brand); font-size: 0; }
.ind-card.more span.ind-icon { color: var(--amber); }
.ind-grid .ind-card span.ind-icon, .ind-grid.big .ind-card span.ind-icon { flex: none; width: 42px; height: 42px; display: inline-flex; }
