/* ============================================
   Legal Revenue Recovery - Web 2010 Tabbed
   Theme: Warm Charcoal + Copper
   Fonts: Georgia + Verdana (system only)
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    background-color: #DED9D0;
    background-image:
        repeating-linear-gradient(
            0deg, transparent, transparent 2px,
            rgba(0,0,0,0.016) 2px, rgba(0,0,0,0.016) 4px
        ),
        repeating-linear-gradient(
            90deg, transparent, transparent 2px,
            rgba(0,0,0,0.016) 2px, rgba(0,0,0,0.016) 4px
        );
    display: flex;
    flex-direction: column;
}

a {
    color: #8B5E30;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #6B4520;
}

/* ── Header ── */
.header {
    background: linear-gradient(180deg, #3E3830 0%, #302B24 40%, #221E18 100%);
    border-bottom: 3px solid #151210;
    padding: 18px 20px 14px;
    text-align: center;
    flex-shrink: 0;
}

.header-inner {
    max-width: 960px;
    margin: 0 auto;
}

.header-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: bold;
    color: #F0E8DC;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.header-tagline {
    font-size: 10px;
    color: #9C8E7C;
    margin-top: 3px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ── Navigation Tabs ── */
.navbar {
    background: linear-gradient(180deg, #4A4238 0%, #3E3830 50%, #302B24 100%);
    border-bottom: 1px solid #151210;
    border-top: 1px solid #5C5347;
    text-align: center;
    flex-shrink: 0;
}

.navbar-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-link {
    display: inline-block;
    color: #C4B8A8;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 9px 20px;
    transition: background 0.15s, color 0.15s;
    cursor: pointer;
}

.nav-link:hover {
    background: rgba(255,255,255,0.06);
    color: #F0E8DC;
    text-decoration: none;
}

.nav-link.active {
    background: rgba(255,255,255,0.1);
    color: #F0E8DC;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #C9943C;
}

.nav-sep {
    color: #5C5347;
    font-size: 12px;
    margin: 0 2px;
}

/* ── Hero Banner ── */
.hero-banner {
    background-image: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1600&h=600&fit=crop&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 4px solid #151210;
    flex-shrink: 0;
}

.hero-inner {
    max-width: 960px;
    margin: 0 auto;
}

.hero-heading {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.9), 0 2px 8px rgba(0,0,0,0.8), 0 4px 20px rgba(0,0,0,0.6);
    margin-bottom: 6px;
}

.hero-rule {
    width: 70px;
    height: 3px;
    background: #C9943C;
    margin: 12px auto;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(201,148,60,0.5);
}

.hero-sub {
    font-size: 14px;
    color: #fff;
    max-width: 560px;
    margin: 0 auto 16px;
    line-height: 1.6;
    text-shadow: 0 0 16px rgba(0,0,0,0.9), 0 2px 6px rgba(0,0,0,0.8);
}

.hero-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-badge {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 5px 14px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    background: rgba(0,0,0,0.35);
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/* ── Content Area ── */
.content-area {
    flex: 1;
    overflow-y: auto;
    padding: 20px 20px 10px;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
}

/* ── Tab Panels ── */
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-heading {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bold;
    color: #3E3428;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    margin-bottom: 4px;
}

.heading-rule {
    height: 2px;
    background: linear-gradient(90deg, #B5AD9E 0%, transparent 100%);
    margin-bottom: 18px;
    max-width: 300px;
}

/* ── Gel Button ── */
.btn-gel {
    display: inline-block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 9px 22px;
    border: 1px solid #6B4520;
    border-radius: 5px;
    background: linear-gradient(180deg, #CB973F 0%, #B07C2E 40%, #8B5E22 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.15s;
}

.btn-gel:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

/* ===== TAB: HOME ===== */
.home-layout {
    display: flex;
    gap: 24px;
}

.home-welcome {
    flex: 3;
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 24px 28px;
}

.home-welcome h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bold;
    color: #3E3428;
    margin-bottom: 6px;
}

.home-rule {
    width: 60px;
    height: 2px;
    background: #C9943C;
    margin-bottom: 14px;
}

.home-welcome p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}

.home-sidebar {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-card {
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 16px 18px;
}

.sidebar-label {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: bold;
    color: #3E3428;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E2DED6;
}

.sidebar-list {
    list-style: none;
    padding: 0;
}

.sidebar-list li {
    padding: 5px 0;
    border-bottom: 1px dotted #DDD;
    font-size: 12px;
    color: #555;
    padding-left: 14px;
    position: relative;
}

.sidebar-list li::before {
    content: "\25B8";
    position: absolute;
    left: 0;
    color: #C9943C;
    font-size: 10px;
}

.sidebar-list li:last-child {
    border-bottom: none;
}

.quick-row {
    font-size: 12px;
    color: #555;
    padding: 4px 0;
}

.quick-row strong {
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quick-row a {
    color: #8B5E30;
}

/* ===== TAB: SERVICES ===== */
.services-grid {
    display: flex;
    gap: 16px;
}

.service-card {
    flex: 1;
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 18px 16px;
}

.service-num {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: bold;
    color: #C9943C;
    margin-bottom: 6px;
}

.service-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    color: #3E3428;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E8E4DE;
}

.service-card p {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
}

/* ===== TAB: ABOUT ===== */
.about-layout {
    display: flex;
    gap: 24px;
}

.about-text {
    flex: 3;
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 22px 26px;
}

.about-text p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-sidebar {
    flex: 2;
}

.about-fact-card {
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 18px 20px;
}

.fact-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
}

.fact-row strong {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fact-row span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    color: #3E3428;
    font-weight: bold;
    text-align: right;
}

.fact-divider {
    height: 1px;
    background: #E8E4DE;
}

/* ===== TAB: CONTACT ===== */
.contact-columns {
    display: flex;
    gap: 28px;
}

.contact-info {
    flex: 1;
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px 22px;
}

.contact-info h3,
.contact-form-wrap h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: bold;
    color: #3E3428;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #E2DED6;
}

.info-line {
    margin-bottom: 12px;
    line-height: 1.6;
}

.info-line strong {
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.info-line a, .info-line span {
    font-size: 13px;
    color: #333;
}

.info-line a {
    color: #8B5E30;
}

.contact-form-wrap {
    flex: 1;
    background: #fff;
    border: 1px solid #C4BDAF;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px 22px;
}

.form-row {
    margin-bottom: 10px;
}

.form-row label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 7px 9px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    background: #FAF9F6;
    border: 1px solid #B5AD9E;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.07);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #B07C2E;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05), 0 0 5px rgba(176,124,46,0.3);
}

.form-row textarea {
    resize: none;
    height: 60px;
}

.contact-form-wrap .btn-gel {
    margin-top: 4px;
    width: 100%;
    text-align: center;
}

.form-success {
    display: none;
    background: linear-gradient(180deg, #5BA05B 0%, #3D8B3D 100%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.form-success.show {
    display: block;
}

/* ── Footer ── */
.footer {
    background: linear-gradient(180deg, #302B24 0%, #221E18 100%);
    border-top: 3px solid #151210;
    padding: 10px 20px;
    text-align: center;
    flex-shrink: 0;
}

.footer-inner {
    max-width: 960px;
    margin: 0 auto;
    font-size: 11px;
    color: #8C8070;
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 768px) {
    html, body {
        overflow-y: auto;
    }

    .header-title {
        font-size: 22px;
    }

    .header-tagline {
        font-size: 9px;
    }

    .home-layout,
    .about-layout,
    .services-grid,
    .contact-columns {
        flex-direction: column;
        gap: 14px;
    }

    .service-card,
    .contact-info,
    .contact-form-wrap {
        padding: 16px 14px;
    }

    .tab-heading {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 12px 10px 10px;
    }

    .header-title {
        font-size: 18px;
    }

    .nav-link {
        padding: 8px 10px;
        font-size: 11px;
    }

    .content-area {
        padding: 14px 10px 8px;
    }

    .home-welcome,
    .about-text {
        padding: 16px 14px;
    }

    .home-welcome h1 {
        font-size: 18px;
    }
}
