/* ============================================================
   Shera King Network Advertisement - Site Styles
   ============================================================ */

:root {
    --saffron: #ff9a1f;
    --green: #138808;
    --gold: #f4b400;
    --gold-dark: #d99a00;
    --ink: #14181f;
    --ink-soft: #2a2f3a;
    --muted: #5d6573;
    --line: #e6e8ec;
    --bg: #ffffff;
    --bg-soft: #f7f8fa;
    --max: 1140px;
    --radius: 14px;
    --shadow: 0 8px 28px rgba(20, 24, 31, 0.10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    font-size: 17px;
}

.container {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 20px;
}

a { color: var(--gold-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.25; font-weight: 700; }

/* ---------- Header / Nav ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--ink);
    border-bottom: 3px solid var(--gold);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand:hover { text-decoration: none; }
.brand-logo { width: 46px; height: 46px; border-radius: 10px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { color: var(--gold); font-weight: 800; font-size: 1.25rem; letter-spacing: 1px; }
.brand-sub { color: #cfd3da; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; }

.site-nav { display: flex; gap: 6px; }
.site-nav a {
    color: #e9ebef;
    padding: 9px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.98rem;
}
.site-nav a:hover { background: rgba(244, 180, 0, 0.15); color: var(--gold); text-decoration: none; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 8px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--gold); border-radius: 3px; }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    color: #fff;
    background:
        linear-gradient(rgba(10, 13, 18, 0.72), rgba(10, 13, 18, 0.82)),
        linear-gradient(135deg, var(--saffron) 0%, #ffffff 50%, var(--green) 100%);
    padding: 84px 0;
    text-align: center;
}
.hero h1 { color: #fff; font-size: 2.6rem; margin: 0 0 14px; }
.hero p { font-size: 1.2rem; max-width: 720px; margin: 0 auto 28px; color: #f0f1f3; }
.hero .tagline { color: var(--gold); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 0.95rem; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform .12s ease, box-shadow .12s ease;
    font-size: 1rem;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { box-shadow: 0 8px 20px rgba(244, 180, 0, 0.4); color: var(--ink); }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: #fff; color: var(--ink); }
.btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head h2 { font-size: 2rem; margin: 0 0 12px; }
.section-head p { color: var(--muted); margin: 0; font-size: 1.08rem; }
.section-head .eyebrow {
    color: var(--gold-dark); font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; font-size: 0.82rem; display: block; margin-bottom: 8px;
}

/* ---------- Feature grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
}
.card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); }
.card .icon {
    width: 52px; height: 52px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--saffron), var(--gold));
    color: #fff; font-size: 1.5rem; margin-bottom: 16px;
}

/* ---------- Strip ---------- */
.strip {
    background: var(--ink);
    color: #fff;
    text-align: center;
    padding: 54px 0;
}
.strip h2 { color: #fff; }
.strip p { color: #cfd3da; max-width: 640px; margin: 12px auto 26px; }

/* ---------- Page header (interior pages) ---------- */
.page-header {
    background: var(--ink);
    border-bottom: 3px solid var(--gold);
    color: #fff;
    padding: 52px 0;
    text-align: center;
}
.page-header h1 { color: #fff; font-size: 2.2rem; margin: 0 0 8px; }
.page-header p { color: #c9cdd5; margin: 0; }

/* ---------- Content / legal ---------- */
.content { padding: 56px 0; }
.content-narrow { max-width: 860px; }
.content h2 { font-size: 1.5rem; margin: 34px 0 12px; }
.content h3 { font-size: 1.18rem; margin: 26px 0 10px; }
.content p, .content li { color: var(--ink-soft); }
.content ul { padding-left: 22px; }
.content li { margin-bottom: 8px; }
.legal-meta { color: var(--muted); font-size: 0.95rem; margin-bottom: 8px; }
.callout {
    background: #fff8e6;
    border: 1px solid #f3dca0;
    border-left: 4px solid var(--gold);
    border-radius: 10px;
    padding: 16px 20px;
    margin: 24px 0;
}

/* ---------- Table ---------- */
.table-wrap { overflow-x: auto; }
table.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.price-table th, .price-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--line);
}
.price-table th { background: var(--ink); color: var(--gold); font-weight: 700; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table tbody tr:nth-child(even) { background: var(--bg-soft); }

/* ---------- Pricing cards ---------- */
.plan {
    text-align: center;
    border-top: 5px solid var(--gold);
}
.plan .price { font-size: 2.4rem; font-weight: 800; color: var(--ink); margin: 8px 0; }
.plan .price small { font-size: 1rem; color: var(--muted); font-weight: 500; }
.plan ul { list-style: none; padding: 0; margin: 16px 0 0; text-align: left; }
.plan ul li { padding: 8px 0; border-bottom: 1px dashed var(--line); color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 6px; }
.form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
}
.form-control:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(244,180,0,.18); }
textarea.form-control { min-height: 130px; resize: vertical; }
.text-danger { color: #c0392b; font-size: 0.9rem; }
.alert-success {
    background: #e7f7e9; border: 1px solid #bfe6c4; color: #1d6b27;
    padding: 14px 18px; border-radius: 10px; margin-bottom: 20px;
}
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-list .label { font-weight: 700; min-width: 90px; color: var(--ink); }

/* ---------- Footer ---------- */
.site-footer { background: #0f1217; color: #c4c9d2; margin-top: 0; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 32px;
    padding: 52px 20px 36px;
}
.footer-col h3 { color: var(--gold); font-size: 1.15rem; margin: 0 0 12px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin: 0 0 12px; }
.footer-col p { color: #9aa1ad; margin: 0 0 10px; font-size: 0.95rem; }
.footer-director { color: var(--gold) !important; font-weight: 600; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col a { color: #c4c9d2; font-size: 0.95rem; }
.footer-col a:hover { color: var(--gold); text-decoration: none; }
.footer-col address { font-style: normal; color: #9aa1ad; font-size: 0.95rem; line-height: 1.7; }
.footer-bottom { border-top: 1px solid #232831; padding: 18px 0; }
.footer-bottom p { margin: 0; text-align: center; color: #8b919c; font-size: 0.9rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .grid-3, .grid-2, .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
    .nav-toggle { display: flex; }
    .site-nav {
        display: none;
        position: absolute;
        top: 72px; left: 0; right: 0;
        background: var(--ink);
        flex-direction: column;
        padding: 12px 20px;
        border-bottom: 3px solid var(--gold);
    }
    .site-nav.open { display: flex; }
    .hero h1 { font-size: 2rem; }
    .footer-grid { grid-template-columns: 1fr; }
    body { font-size: 16px; }
}
