/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* ── CSS Variables ── */
:root {
    --teal:       #1a6b6e;
    --teal-dark:  #145558;
    --green:      #5db87a;
    --green-light:#e8f7ed;
    --bg:         #f8f9fa;
    --text:       #2d2d2d;
    --muted:      #5f6368;
    --border:     #e0e0e0;
    --white:      #ffffff;
}

/* ── Reset / Base ── */
*, *::before, *::after { box-sizing: border-box; }
body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--bg);
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    color: var(--teal);
    font-weight: 700;
}
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); text-decoration: underline; }

/* ── Navbar ── */
.navbar {
    background: var(--white) !important;
    border-bottom: 2px solid var(--border);
    padding: 0.75rem 0;
}
.navbar-brand img { height: 52px; width: auto; }
.nav-link {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: var(--text) !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s;
}
.nav-link:hover, .nav-link.active { color: var(--teal) !important; }
.navbar-toggler { border-color: var(--teal); }
.nav-account-btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: var(--teal) !important;
    border: 2px solid var(--teal);
    border-radius: 6px;
    padding: 0.4rem 1rem !important;
    transition: all 0.2s;
}
.nav-account-btn:hover {
    background: var(--teal);
    color: var(--white) !important;
}

/* ── Buttons ── */
.btn-primary {
    background: var(--teal);
    border-color: var(--teal);
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    transition: all 0.2s;
}
.btn-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn-outline-primary {
    color: var(--teal);
    border-color: var(--teal);
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border-radius: 6px;
}
.btn-outline-primary:hover { background: var(--teal); border-color: var(--teal); }
.btn-green {
    background: #3d8a5c;
    border: none;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    transition: all 0.2s;
    display: inline-block;
    text-decoration: none;
}
.btn-green:hover { background: #4da568; color: white; }

/* ── Hero ── */
.hero {
    background: linear-gradient(135deg, var(--teal) 0%, #145558 60%, #0d3d3f 100%);
    color: white;
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(93, 184, 122, 0.15);
    border-radius: 50%;
}
.hero h1 {
    font-family: 'Manrope', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.hero h1 span { color: var(--green); }
.hero p {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2rem;
    max-width: 520px;
}
.hero-img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    width: 100%;
    object-fit: cover;
    max-height: 380px;
}

/* ── Section titles ── */
.section-title {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.section-subtitle {
    color: var(--muted);
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}
.section-divider {
    width: 48px;
    height: 4px;
    background: var(--green);
    border-radius: 2px;
    margin: 0.5rem 0 1.5rem;
}

/* ── Cards ── */
.card {
    border: 1px solid var(--border);
    border-radius: 10px;
    transition: box-shadow 0.2s, transform 0.2s;
    background: white;
}
.card:hover { box-shadow: 0 8px 24px rgba(26,107,110,0.12); transform: translateY(-3px); }
.card-img-top { height: 200px; object-fit: cover; border-radius: 10px 10px 0 0; }
.card-img-placeholder {
    height: 200px;
    background: var(--green-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.9rem;
    border-radius: 10px 10px 0 0;
}
.card-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
}
.badge-audience {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-weight: 600;
}
.badge-clinical { background: #e8f0fe; color: #1a6b6e; }
.badge-general  { background: var(--green-light); color: #2d6a4f; }

/* ── Inventory status ── */
.status-in-stock    { color: #198754; font-weight: 600; font-size: 0.85rem; }
.status-on-request  { color: #c15f0f; font-weight: 600; font-size: 0.85rem; }
.status-coming-soon { color: var(--muted); font-weight: 600; font-size: 0.85rem; }

/* ── Price ── */
.price-tag { font-size: 1.1rem; font-weight: 700; color: var(--teal); }
.price-hidden { font-size: 0.9rem; color: var(--muted); font-style: italic; }

/* ── Forms ── */
.form-label { font-weight: 600; font-size: 0.9rem; color: var(--text); }
.form-control, .form-select {
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 0.55rem 0.85rem;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus, .form-select:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(26,107,110,0.12);
    outline: none;
}
.form-section-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--teal);
    border-bottom: 2px solid var(--green-light);
    padding-bottom: 0.5rem;
    margin: 2rem 0 1.25rem;
}

/* ── Alerts / Messages ── */
.alert-success { background: var(--green-light); border-color: var(--green); color: #1a4a2e; }
.alert-error   { background: #fde8e8; border-color: #f5c6c6; color: #7b1c1c; }

/* ── About page ── */
.mission-card {
    padding: 2rem;
    border-left: 4px solid var(--teal);
    background: white;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.vision-card {
    padding: 2rem;
    border-left: 4px solid var(--green);
    background: white;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.partner-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 2rem;
    background: white;
}
.team-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.5rem;
    background: white;
}
.team-card h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.team-role { color: var(--green); font-size: 0.85rem; font-weight: 600; margin-bottom: 0.75rem; }

/* ── Footer ── */
.footer {
    background: var(--teal);
    color: rgba(255,255,255,0.85);
    padding: 3rem 0 1.5rem;
    margin-top: 5rem;
}
.footer h3 {
    color: white;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.footer a { color: rgba(255,255,255,0.85); text-decoration: none; display: block; margin-bottom: 0.4rem; }
.footer a:hover { color: white; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 2rem;
    padding-top: 1.25rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
}
.footer-logo img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 1rem; }

/* ── WhatsApp button ── */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #1a9e4d;
    color: white;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    transition: background 0.2s;
}
.whatsapp-btn:hover { background: #157a3c; color: white; }

/* ── Utility ── */
.text-teal  { color: var(--teal) !important; }
.text-green { color: var(--green) !important; }
.bg-teal    { background: var(--teal) !important; }
.bg-green   { background: var(--green) !important; }
.section-pad { padding: 4rem 0; }
.section-pad-sm { padding: 2.5rem 0; }
