
.tseox,.tseox *{box-sizing:border-box}.tseox{--g:#d4af37;--gd:#a87e11;--ink:#111;--muted:#555;--soft:#f5f4f0;font-family:inherit;color:var(--ink)}.tseox-wrap{width:min(1180px,calc(100% - 36px));margin:auto}.narrow{max-width:820px}.kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gd);margin-bottom:12px}.tseox-hero,.articlehead{padding:80px 0 54px;background:linear-gradient(180deg,#fff,#f7f6f2)}.tseox h1{font-size:clamp(42px,6vw,70px);line-height:1.03;letter-spacing:-.035em;margin:0 0 20px;max-width:960px}.lead{font-size:19px;line-height:1.75;color:var(--muted);max-width:850px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;min-height:50px;padding:0 22px;align-items:center;border-radius:7px;text-decoration:none!important;font-weight:800;font-size:14px}.gold{background:var(--g);color:#000!important}.light{background:#fff;color:#111!important;border:1px solid #d8d5ce}.dark{background:#191919;color:#fff!important;border:1px solid #333}.heroimg{background:#f7f6f2;padding:0 0 60px}.heroimg img,.articleimg img{width:100%;display:block;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.section{padding:80px 0}.soft{background:var(--soft)}.section h2,.proof h2,.final h2{font-size:clamp(30px,4vw,45px);line-height:1.13;margin:0 0 16px}.section p{font-size:17px;line-height:1.82;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #e6e2d8;border-radius:15px;padding:24px}.card span{font-size:12px;font-weight:900;color:var(--gd)}.card h3{font-size:21px;margin:8px 0 10px}.card p{font-size:15px;line-height:1.65;margin:0}.proof{background:#111;color:#fff;padding:54px 0}.proof>.tseox-wrap{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.proof h2{color:#fff}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metrics span{padding:18px;background:#191919;border:1px solid #303030;border-radius:12px;color:#ccc}.metrics b{display:block;color:var(--g);font-size:28px}.related{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.related a{padding:10px 14px;border-radius:999px;background:#f4f1e9;border:1px solid #e1dccf;color:#222!important;text-decoration:none!important;font-weight:700;font-size:14px}.final{padding:58px 0;background:#111;color:#fff}.final>.tseox-wrap{display:flex;justify-content:space-between;gap:30px;align-items:center}.final h2{color:#fff;max-width:760px}.postgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.postcard{background:#fff;border:1px solid #e5e1d8;border-radius:18px;overflow:hidden}.postcard img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.postcard>div{padding:24px}.postcard h2{font-size:27px;line-height:1.18;margin:6px 0 12px}.postcard h2 a{color:#111!important;text-decoration:none!important}.postcard p{font-size:15px;line-height:1.7}.textlink{color:var(--gd)!important;font-weight:800;text-decoration:none!important}.articleimg{margin-top:-10px}.reading{max-width:820px;padding:50px 0 84px}.reading h2{font-size:30px;line-height:1.2;margin:38px 0 14px}.reading p{font-size:17px;line-height:1.85;color:#3e3e3e}.reading a{color:#947010}.inlinecta{margin:44px 0;padding:24px;background:#f8f4e6;border-left:4px solid var(--g);border-radius:8px}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.proof>.tseox-wrap{grid-template-columns:1fr}.postgrid{grid-template-columns:1fr}.final>.tseox-wrap{flex-direction:column;align-items:flex-start}}@media(max-width:650px){.tseox-wrap{width:min(100% - 24px,1180px)}.tseox-hero,.articlehead{padding:56px 0 40px}.section{padding:58px 0}.cards,.metrics{grid-template-columns:1fr}.tseox h1{font-size:clamp(38px,11vw,54px)}}


/* v1.1.0 — Services directory + menu + footer */

/* Hide only Kadence's actual footer element.
   Do not hide generic footer wrappers because some themes place wp_footer()
   inside them, which would also hide the Tucker SEO custom footer. */
body.tseox-custom-footer-active #colophon.site-footer{display:none!important}

.tseo-directory-section{background:#fff}
.tseo-directory-intro{max-width:800px;margin:0 0 28px;color:#5b5b5b;line-height:1.75}
.tseo-directory{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.tseo-directory-group{border:1px solid #e7e2d7;border-radius:18px;background:#f8f7f3;padding:24px}
.tseo-directory-group h3{margin:0 0 15px;font-size:22px}
.tseo-directory-links{display:grid;gap:8px}
.tseo-directory-links a{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 14px;background:#fff;border:1px solid #ece8de;border-radius:10px;color:#111!important;text-decoration:none!important;font-weight:750}
.tseo-directory-links a:hover{border-color:#d4af37;transform:translateY(-1px)}
.tseo-directory-links span{color:#b8921e}

/* Kadence dropdown polish without rebuilding the header. */
.primary-menu-container .sub-menu,
.main-navigation .sub-menu,
.header-navigation .sub-menu{
    border-radius:12px!important;
    padding:10px!important;
    box-shadow:0 18px 45px rgba(0,0,0,.15)!important;
}
.primary-menu-container .sub-menu a,
.main-navigation .sub-menu a,
.header-navigation .sub-menu a{
    border-radius:8px!important;
}

/* New custom footer */
.tseo-site-footer{display:block!important;background:#0f0f10;color:#fff;margin:0!important}
.tseo-footer-main{padding:64px 0 48px}
.tseo-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}
.tseo-footer-brand{padding-right:20px}
.tseo-footer-logo{font-size:30px;font-weight:900;letter-spacing:-.02em;color:#fff;margin-bottom:14px}
.tseo-footer-logo span{color:#d4af37}
.tseo-footer-brand p{color:#bdbdbd;line-height:1.7;margin:0 0 20px;max-width:320px}
.tseo-footer-cta{display:inline-flex;color:#d4af37!important;text-decoration:none!important;font-weight:800}
.tseo-footer-col h3{color:#d4af37;margin:0 0 15px;font-size:14px;text-transform:uppercase;letter-spacing:.08em}
.tseo-footer-col{display:flex;flex-direction:column;gap:9px}
.tseo-footer-col a{color:#d2d2d2!important;text-decoration:none!important;font-size:14px}
.tseo-footer-col a:hover{color:#fff!important}
.tseo-footer-bottom{border-top:1px solid #292929;padding:20px 0;background:#0a0a0a}
.tseo-footer-bottom>.tseo-wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#8f8f8f;font-size:13px}

@media(max-width:1050px){
    .tseo-footer-grid{grid-template-columns:repeat(3,1fr)}
    .tseo-footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
    .tseo-directory{grid-template-columns:1fr}
    .tseo-footer-grid{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media(max-width:520px){
    .tseo-footer-grid{grid-template-columns:1fr}
}

.tseo-site-footer{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:2!important}
