:root{
  --bg:#f7faf9;
  --surface:#ffffff;
  --text:#111827;
  --muted:#4b5563;
  --brand:#0f766e; /* teal (not blue) */
  --brand-2:#14b8a6;
  --border:#e5e7eb;
  --success:#15803d;
}
html,body{background:var(--bg);color:var(--text);}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;line-height:1.55;}
a{color:var(--brand);}a:hover{text-decoration:none;color:#0d6e67;}
.btn-brand{background:var(--brand);border-color:var(--brand);color:#fff;}
.btn-brand:hover{background:#0d6e67;border-color:#0d6e67;color:#fff;}
.navbar{box-shadow:0 2px 12px rgba(2,6,23,.05);} .brand-text{font-weight:700;color:#111827;}
.parallax{position:relative;background-image:url('assets/img/hero.jpg');background-size:cover;background-position:center;background-attachment:fixed;color:#111827;padding:96px 0 112px;}
.parallax::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(255,255,255,.92),rgba(255,255,255,.82));}
.parallax .container{position:relative;z-index:1;} .typewriter{white-space:nowrap;border-right:2px solid rgba(17,24,39,.4);overflow:hidden;display:inline-block}
.section{padding:56px 0;}
.card{border:1px solid var(--border);border-radius:14px;background:var(--surface);transition:.2s ease} .card:hover{box-shadow:0 8px 24px rgba(2,6,23,.08);transform:translateY(-2px)} .card .price{font-size:1.75rem;font-weight:700;color:var(--brand)}
.footer{background:#0b1220;color:#e5e7eb;} .footer-title{color:#e5e7eb;font-weight:700;letter-spacing:.4px;} .footer a{color:#cbd5e1;} .footer a:hover{color:#ffffff;text-decoration:underline;} .brand-text-light{font-weight:700;color:#e5e7eb;}
.table thead.thead-dark th{background:#111827;border-color:#111827;}
.back-to-top{position:fixed;bottom:20px;right:20px;border:none;width:44px;height:44px;border-radius:50%;background:#111827;color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.25);}
.timeline{position:relative;padding-left:24px;} .timeline::before{content:'';position:absolute;left:10px;top:0;bottom:0;width:2px;background:var(--border);} .timeline-item{position:relative;margin-bottom:20px;} .timeline-item::before{content:'';position:absolute;left:4px;top:4px;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid var(--brand);}
