/*
Theme Name: Martech Shastra Theme (Starter)
Theme URI: https://martechshastra.com
Author: Martech Shastra
Author URI: https://martechshastra.com
Description: Minimal starter theme for Martech Shastra launch site. Single-page layout with sections for hospitals, HCPs, and industry reps. Replace assets and refine styles as needed.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martechshastra
*/
:root{
  --brand-teal:#0e8388;
  --brand-accent:#ff7a18;
  --muted:#6b7280;
  --bg:#ffffff;
  --max-width:1100px;
}
html,body{margin:0;padding:0;font-family:Inter, "Segoe UI", Roboto, Arial, sans-serif;color:#0f172a;background:var(--bg);}
a{color:var(--brand-teal);text-decoration:none;}
.site{max-width:var(--max-width);margin:0 auto;padding:28px;}
header.site-header{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #eef2f7;}
.logo{font-weight:700;color:var(--brand-teal);font-size:20px;}
.nav a{margin-left:18px;font-size:14px;color:var(--muted);}
.hero{display:flex;gap:32px;align-items:center;padding:48px 0;}
.hero .copy{flex:1;}
.hero h1{font-size:34px;margin:0 0 12px;line-height:1.1;}
.hero p.lead{margin:0 0 18px;color:var(--muted);font-size:16px;}
.btn{display:inline-block;padding:12px 18px;border-radius:8px;background:var(--brand-teal);color:white;font-weight:600;}
.btn-ghost{background:transparent;border:2px solid var(--brand-teal);color:var(--brand-teal);padding:10px 16px;border-radius:8px;}
section{padding:36px 0;border-bottom:1px solid #f3f4f6;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.card{background:#fff;padding:18px;border-radius:8px;box-shadow:0 6px 18px rgba(10,15,30,0.04);}
h2.section-title{margin:0 0 12px;font-size:22px;color:#0f172a;}
p.lead-small{margin:0 0 12px;color:var(--muted);}
.cta-form{background:#f8fafc;padding:18px;border-radius:8px;max-width:540px;}
.form-row{display:flex;gap:8px;margin-bottom:10px;}
input, select, textarea{width:100%;padding:10px;border-radius:6px;border:1px solid #e6edf2;font-size:14px;}
footer.site-footer{padding:24px 0;color:var(--muted);font-size:14px;text-align:center;}
@media(max-width:800px){
  .grid-3{grid-template-columns:1fr;}
  .hero{flex-direction:column;align-items:flex-start;}
}
