:root {
  --ink: #0f172a; --ink-2: #334155; --mut: #64748b;
  --em: #059669; --em-2: #34d399; --bg: #f8fafc;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
header { position: sticky; top: 0; z-index: 50; background: rgba(2,6,23,.9); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; letter-spacing: -.02em; text-decoration: none; font-size: 16.5px; }
.brand .logo { width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(135deg,#34d399,#059669); display: grid; place-items: center; font-size: 17px; color: #fff; box-shadow: 0 4px 14px -4px rgba(16,185,129,.6); }
.nav nav { display: flex; align-items: center; gap: 4px; }
.nav a.link { color: #94a3b8; text-decoration: none; font-size: 14px; font-weight: 600; padding: 8px 14px; border-radius: 9px; transition: .15s; }
.nav a.link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav a.link.active { color: #6ee7b7; }
.nav a.cta { margin-left: 8px; background: linear-gradient(135deg,#10b981,#047857); color: #fff; font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: 10px; text-decoration: none; box-shadow: 0 6px 20px -6px rgba(16,185,129,.55); }
@media (max-width: 720px) { .nav a.link { padding: 8px 8px; font-size: 13px; } .brand span.txt { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(2,6,23,.93) 20%, rgba(2,6,23,.72) 55%, rgba(6,47,36,.55)); }
.hero .inner { position: relative; padding: 108px 0 84px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: #6ee7b7; font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: .16em; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.3); padding: 7px 14px; border-radius: 999px; }
.hero h1 { font-size: clamp(34px, 5.4vw, 60px); line-height: 1.06; letter-spacing: -.03em; font-weight: 900; margin: 22px 0 18px; max-width: 700px; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg,#34d399,#a7f3d0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { color: #cbd5e1; max-width: 580px; font-size: 17.5px; }
.cta-row { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 28px; border-radius: 13px; font-weight: 700; font-size: 15px; text-decoration: none; transition: .15s; }
.btn-em { background: linear-gradient(135deg,#10b981,#047857); color: #fff; box-shadow: 0 10px 34px -10px rgba(16,185,129,.7); }
.btn-em:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.3); color: #e2e8f0; }
.btn-ghost:hover { background: rgba(255,255,255,.08); }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 14px; margin-top: 60px; }
.stat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 20px 22px; backdrop-filter: blur(6px); }
.stat b { display: block; font-size: 32px; font-weight: 900; letter-spacing: -.02em; color: #fff; }
.stat span { color: #a7f3d0; font-size: 13px; font-weight: 600; }

/* ---------- sections ---------- */
section { padding: 84px 0; }
.sec-kicker { color: var(--em); font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 10px; }
.sec-title { font-size: clamp(26px, 3.4vw, 36px); font-weight: 900; letter-spacing: -.02em; margin-bottom: 12px; }
.sec-sub { color: var(--mut); max-width: 640px; margin-bottom: 40px; font-size: 16.5px; }

/* about */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }
.about-grid .photo { border-radius: 22px; overflow: hidden; box-shadow: 0 30px 70px -30px rgba(15,23,42,.4); position: relative; }
.about-grid .photo img { width: 100%; height: 100%; object-fit: cover; }
.check-list { margin-top: 22px; display: grid; gap: 12px; }
.check-list div { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink-2); }
.check-list b { color: var(--ink); }
.tick { flex: none; width: 22px; height: 22px; border-radius: 7px; background: #d1fae5; color: #047857; display: grid; place-items: center; font-size: 13px; font-weight: 900; margin-top: 2px; }

/* plazas */
.plazas { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 18px; }
.plaza { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 26px; box-shadow: 0 10px 34px -22px rgba(15,23,42,.25); position: relative; overflow: hidden; transition: .18s; }
.plaza:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -22px rgba(15,23,42,.3); }
.plaza::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg,#34d399,#059669); }
.plaza .hw { display: inline-block; background: #ecfdf5; color: #047857; font-size: 12px; font-weight: 800; padding: 4px 13px; border-radius: 999px; margin-bottom: 13px; }
.plaza h3 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
.plaza p { color: var(--mut); font-size: 14.5px; margin-top: 7px; }
.plaza .lanes { margin-top: 14px; font-size: 12.5px; font-weight: 700; color: var(--ink-2); display: flex; gap: 14px; }
.plaza .lanes span::before { content: "•"; color: var(--em); margin-right: 6px; }

/* photo band */
.band { position: relative; color: #fff; overflow: hidden; padding: 96px 0; }
.band .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.band .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,6,23,.92), rgba(2,6,23,.55)); }
.band .inner { position: relative; max-width: 620px; }
.band h2 { font-size: clamp(24px,3vw,34px); font-weight: 900; letter-spacing: -.02em; margin-bottom: 14px; }
.band p { color: #cbd5e1; font-size: 16.5px; }

/* features */
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 18px; }
.feature { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 28px; }
.dark .feature { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.09); }
.feature .ico { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg,#d1fae5,#a7f3d0); display: grid; place-items: center; font-size: 21px; margin-bottom: 16px; }
.feature h3 { font-size: 17px; font-weight: 800; margin-bottom: 7px; }
.feature p { color: var(--mut); font-size: 14.5px; }
.dark .feature h3 { color: #fff; }
.dark .feature p { color: #94a3b8; }
.dark { background: linear-gradient(165deg,#020617,#0b2a20); color: #fff; }
.dark .sec-sub { color: #94a3b8; }

/* contact */
.contact-card { background: #fff; border-radius: 22px; padding: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 28px; color: var(--ink); box-shadow: 0 26px 70px -34px rgba(0,0,0,.55); }
.contact-card .label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--mut); margin-bottom: 7px; }
.contact-card .val { font-size: 17.5px; font-weight: 800; }
.contact-card a { color: var(--em); text-decoration: none; }

/* careers */
.careers-hero .inner { padding: 84px 0 64px; }
.roles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.role-chip { background: #fff; border: 1.5px solid #d1fae5; color: #065f46; font-weight: 700; font-size: 14px; padding: 9px 18px; border-radius: 999px; }
.form-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 24px; padding: 38px; box-shadow: 0 26px 60px -34px rgba(15,23,42,.35); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 720px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--mut); margin-bottom: 7px; }
.field label b { color: #dc2626; }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid #dbe2ea; border-radius: 12px; padding: 12px 15px; font-size: 15px; font-family: inherit; outline: none; transition: .15s; background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--em); box-shadow: 0 0 0 4px rgba(16,185,129,.13); }
.field.full { grid-column: 1 / -1; }
.form-msg { display: none; margin-top: 18px; border-radius: 14px; padding: 15px 20px; font-weight: 600; font-size: 15px; }
.form-msg.ok { display: block; background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.form-msg.err { display: block; background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.submit-btn { margin-top: 24px; border: none; cursor: pointer; font-family: inherit; }
.submit-btn:disabled { opacity: .6; }

/* footer */
footer { background: #020617; color: #64748b; padding: 40px 0 30px; font-size: 13.5px; }
footer .top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 16px; }
footer a { color: #94a3b8; text-decoration: none; }
footer a:hover { color: #fff; }
footer .credits { font-size: 11.5px; color: #475569; }

/* ---------- commuter help / FAQ / extras ---------- */
.help-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 16px; margin-bottom: 44px; }
.help-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 24px; text-align: center; }
.help-card .num { font-size: 34px; font-weight: 900; letter-spacing: -.02em; color: var(--em); }
.help-card .num a { color: inherit; text-decoration: none; }
.help-card .what { font-weight: 800; margin-top: 4px; }
.help-card .desc { color: var(--mut); font-size: 13.5px; margin-top: 5px; }
.faq { max-width: 780px; }
.faq details { background: #fff; border: 1px solid #e2e8f0; border-radius: 15px; margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 700; font-size: 15.5px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--em); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 22px 20px; color: var(--ink-2); font-size: 14.5px; }
.plaza .dir { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 800; color: var(--em); text-decoration: none; }
.plaza .dir:hover { text-decoration: underline; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px -8px rgba(37,211,102,.65); transition: .15s; }
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.privacy-note { font-size: 12.5px; color: var(--mut); margin-top: 14px; }
