:root {
    --techbabal-primary: #0c7560;
    --techbabal-primary-dark: #075746;
    --techbabal-secondary: #c8b47f;
    --techbabal-navy: #12443d;
    --techbabal-navy-deep: #063d34;
    --techbabal-teal: #0c7560;
    --techbabal-teal-dark: #075746;
    --techbabal-gold: #c8b47f;
    --techbabal-ice: #eaf5f1;
    --techbabal-ink: #173b36;
    --techbabal-muted: #647873;
    --techbabal-line: #d5e5df;
}

body {
    color: var(--techbabal-ink);
    background: #ffffff;
}

.techbabal-brand {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--techbabal-navy) !important;
    font-weight: 800;
}

.techbabal-mark {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 9px;
    background: var(--techbabal-navy);
    color: #fff;
    font-size: 13px;
    letter-spacing: .04em;
}

.w3l-top-header-content { background: var(--techbabal-navy) !important; }
.w3l-top-header-content a, .w3l-top-header-content span { color: #dcebf1 !important; }
.w3l-top-header-content .bk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    border: 1px solid var(--techbabal-secondary);
    border-radius: 999px;
    background: var(--techbabal-secondary);
    color: var(--techbabal-ink) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.w3l-top-header-content .bk-button:hover {
    border-color: #dfcc9b;
    background: #dfcc9b;
    color: var(--techbabal-ink) !important;
    transform: translateY(-1px);
}
.w3l-header-nav {
    border-bottom: 1px solid var(--techbabal-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(12, 117, 96, .05);
}
.w3l-header-nav .navbar { min-height: 76px; }
.w3l-header-nav .nav-link { color: var(--techbabal-navy) !important; }
.w3l-header-nav .nav-link { font-size: 12px; font-weight: 600; }
.w3l-header-nav .nav-item.active .nav-link,
.w3l-header-nav .nav-link:hover { color: var(--techbabal-teal) !important; }
.w3l-header-nav .call-support p { color: var(--techbabal-muted); font-size: 10px; }
.w3l-header-nav .call-support h5 { color: var(--techbabal-navy); font-size: 14px; }
.w3l-footer-66,
.w3l-footer-66 .footer-66-info,
.w3l-footer-66 .cpy-right { background: var(--techbabal-navy-deep) !important; }
.w3l-footer-66 a, .w3l-footer-66 p, .w3l-footer-66 li, .w3l-footer-66 h3, .w3l-footer-66 h4 { color: #dce6f2 !important; }
.w3l-footer-66 .techbabal-brand { color: #fff !important; }
.w3l-footer-66 .footer-66-info { border-top: 4px solid var(--techbabal-secondary); }
.w3l-footer-66 .footer-title { color: var(--techbabal-secondary) !important; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.w3l-footer-66 .footer li a:hover { color: var(--techbabal-secondary) !important; }
.w3l-footer-66 .w3layouts_social_list a { border-color: rgba(200, 180, 127, .7); }
.w3l-footer-66 .cpy-right { border-top: 1px solid rgba(255, 255, 255, .1); }

.techbabal-hero {
    overflow: hidden;
    padding: 92px 0 76px;
    background: linear-gradient(112deg, var(--techbabal-ice) 0%, #f8fbfc 58%, #f6f0e5 100%);
}

.techbabal-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #d5e5e8;
    border-radius: 999px;
    color: var(--techbabal-teal-dark);
    background: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.techbabal-hero .eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--techbabal-teal);
    content: '';
}

.techbabal-hero h1 {
    max-width: 620px;
    margin: 26px 0 18px;
    color: var(--techbabal-navy);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.08;
}

.techbabal-hero h1 span {
    color: var(--techbabal-teal);
}

.techbabal-hero .hero-copy {
    max-width: 560px;
    margin-bottom: 28px;
    color: var(--techbabal-muted);
    font-size: 17px;
    line-height: 1.75;
}

.techbabal-hero .hero-actions .btn {
    margin-right: 10px;
    padding: 13px 22px;
    border-radius: 7px;
    font-weight: 700;
}

.techbabal-hero .btn-primary,
#custom-header-nav-item,
.w3l-header-nav .bk-button {
    box-shadow: 0 10px 22px rgba(12, 117, 96, .18);
}

.techbabal-hero .btn-primary,
#custom-header-nav-item {
    border-color: var(--techbabal-teal);
    background: var(--techbabal-teal);
}

.techbabal-hero .btn-primary:hover,
#custom-header-nav-item:hover {
    border-color: var(--techbabal-teal-dark);
    background: var(--techbabal-teal-dark);
}

.techbabal-hero .btn-outline-primary {
    border-color: var(--techbabal-navy);
    color: var(--techbabal-navy);
}

.techbabal-hero .btn-outline-primary:hover {
    border-color: var(--techbabal-navy);
    background: var(--techbabal-navy);
    color: #fff;
}

.techbabal-proof {
    display: flex;
    gap: 24px;
    margin-top: 28px;
    color: var(--techbabal-muted);
    font-size: 13px;
}

.techbabal-proof strong {
    display: block;
    color: var(--techbabal-navy);
    font-size: 22px;
}

.techbabal-dashboard {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(16, 38, 83, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 24px 60px rgba(16, 38, 83, .17);
    transform: rotate(1deg);
}

.techbabal-dashboard::after {
    position: absolute;
    right: -28px;
    bottom: -30px;
    width: 130px;
    height: 130px;
    border: 16px solid rgba(15, 156, 145, .12);
    border-radius: 50%;
    content: '';
}

.techbabal-browser-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 10px;
    color: #718197;
    font-size: 10px;
}

.techbabal-browser-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9b55a;
}

.techbabal-browser-bar i:nth-child(2) { background: #7fc9bb; }
.techbabal-browser-bar i:nth-child(3) { background: #9aa8bb; }

.techbabal-dashboard-screen {
    display: grid;
    grid-template-columns: 118px 1fr;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid var(--techbabal-line);
    border-radius: 10px;
    background: #fff;
}

.techbabal-dashboard-nav {
    max-height: 430px;
    overflow-y: auto;
    padding: 16px 10px;
    background: var(--techbabal-navy);
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
}

.techbabal-dashboard-logo {
    margin-bottom: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.techbabal-dashboard-logo span { color: #65d0c4; }

.techbabal-dashboard-nav div {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
    white-space: nowrap;
    font-size: 8px;
}

.techbabal-dashboard-nav div i {
    width: 10px;
    color: var(--techbabal-secondary);
    text-align: center;
}

.techbabal-dashboard-nav .active {
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px;
    border-left: 3px solid var(--techbabal-gold);
    background: rgba(255,255,255,.12);
    color: #fff;
}

.techbabal-dashboard-main {
    padding: 17px;
    background: #f7fafb;
}

.techbabal-dashboard-main h4 {
    margin: 0 0 13px;
    color: var(--techbabal-navy);
    font-size: 16px;
    font-weight: 700;
}

.techbabal-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.techbabal-stat {
    padding: 10px;
    border: 1px solid #e4edf0;
    border-radius: 6px;
    background: #fff;
}

.techbabal-stat small { display: block; color: #8290a2; font-size: 8px; }
.techbabal-stat strong { display: block; margin-top: 6px; color: var(--techbabal-navy); font-size: 17px; }
.techbabal-stat em { color: var(--techbabal-teal); font-size: 8px; font-style: normal; }

.techbabal-chart {
    position: relative;
    height: 152px;
    margin-top: 12px;
    padding: 15px;
    border: 1px solid #e4edf0;
    border-radius: 6px;
    background: #fff;
}

.techbabal-chart::before,
.techbabal-chart::after {
    position: absolute;
    right: 16px;
    bottom: 25px;
    left: 16px;
    height: 1px;
    background: #edf2f4;
    box-shadow: 0 -34px #edf2f4, 0 -68px #edf2f4;
    content: '';
}

.techbabal-chart::after {
    z-index: 1;
    bottom: 39px;
    height: 72px;
    border-top: 3px solid var(--techbabal-teal);
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 12px 0 -11px var(--techbabal-teal), 50px -12px 0 -11px var(--techbabal-teal), 75px 7px 0 -11px var(--techbabal-teal), 100px -24px 0 -11px var(--techbabal-teal), 125px 2px 0 -11px var(--techbabal-teal), 150px -34px 0 -11px var(--techbabal-teal), 175px -8px 0 -11px var(--techbabal-teal), 200px -44px 0 -11px var(--techbabal-teal);
}

.techbabal-feature-band {
    padding: 62px 0;
    background: #fff;
}

.techbabal-feature-band .feature-card {
    height: 100%;
    padding: 25px;
    border: 1px solid var(--techbabal-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 38, 83, .06);
}

.techbabal-feature-band .feature-card i {
    color: var(--techbabal-teal);
    font-size: 25px;
}

.techbabal-feature-band .feature-card h4 {
    margin: 18px 0 8px;
    color: var(--techbabal-navy);
    font-size: 18px;
}

.techbabal-feature-band .feature-card p { margin-bottom: 0; color: var(--techbabal-muted); line-height: 1.65; }

@media (max-width: 991px) {
    .techbabal-hero { padding: 58px 0; }
    .techbabal-dashboard { margin-top: 42px; transform: none; }
}

@media (max-width: 575px) {
    .w3l-header-nav .navbar { min-height: 64px; }
    .w3l-header-nav .call-support { display: none; }
    .w3l-top-header-content .top-left { display: none; }
    .w3l-top-header-content .social-top { text-align: center; }
    .techbabal-hero h1 { font-size: 40px; }
    .techbabal-dashboard-screen { grid-template-columns: 86px 1fr; min-height: 430px; }
    .techbabal-dashboard-nav div { gap: 3px; font-size: 6px; }
    .techbabal-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .techbabal-proof { gap: 14px; }
}
