:root {
--bg:        #0A0810;
--bg2:       #100C1A;
--bg3:       #160D24;
--pink:      #FF1E72;
--gold:      #FFCA3A;
--peach:     #FF8F6B;
--ocean:     #00E5FF;
--neon-blue: #1EA7FF;
--cream:     #FFF5F2;
--muted:     rgba(255,245,242,0.48);
--faint:     rgba(255,245,242,0.06);
--border:    rgba(255,245,242,0.08);
--pink-dim:  rgba(255,30,114,0.13);
--gold-dim:  rgba(255,202,58,0.12);
} *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box !important; }
html { scroll-behavior: smooth; font-size: 16px; }
body,
body.home,
body.blog,
body.single,
body.page,
body.archive,
body.search {
background: #0A0810 !important;
background-color: #0A0810 !important;
color: #FFF5F2 !important;
font-family: 'Nunito Sans', 'Helvetica Neue', Arial, sans-serif !important;
font-weight: 400;
line-height: 1.7;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6,
.wp-block-heading {
font-family: 'Urbanist', 'Helvetica Neue', Arial, sans-serif !important;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.15;
color: #FFF5F2 !important;
}
a {
text-decoration: none !important;
color: #00E5FF;
transition: color .18s;
}
a:hover { color: #FF1E72 !important; }
img, video { max-width: 100%; height: auto; display: block; }
p { margin-bottom: 1.25rem; color: rgba(255,245,242,0.82); }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
li { margin-bottom: .35rem; }
blockquote {
border-left: 3px solid var(--pink);
padding: 1.1rem 1.5rem;
background: var(--bg2);
border-radius: 0 .75rem .75rem 0;
font-style: italic;
color: rgba(255,245,242,.8);
margin: 1.75rem 0;
}
code {
background: var(--bg3);
border: 1px solid var(--border);
padding: .15rem .45rem;
border-radius: .35rem;
font-size: .87em;
color: var(--ocean);
}
pre {
background: var(--bg3);
border: 1px solid var(--border);
border-radius: 1rem;
padding: 1.25rem;
overflow-x: auto;
margin-bottom: 1.5rem;
}
pre code { background: none; border: none; padding: 0; color: var(--cream); }
hr { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }
table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
th, td { padding: .7rem 1rem; border-bottom: 1px solid var(--border); font-size: .9rem; text-align: left; }
th { font-family: 'Urbanist', sans-serif; font-weight: 700; color: var(--cream); background: var(--bg2); } .back-to-site {
background: var(--pink);
color: #fff;
text-align: center;
padding: .55rem 1.5rem;
font-family: 'Urbanist', sans-serif;
font-size: .78rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
gap: .85rem;
flex-wrap: wrap;
letter-spacing: .02em;
}
.back-to-site span { color: rgba(255,255,255,.8); font-weight: 500; }
.back-to-site a { color: #fff !important; text-decoration: underline !important; text-underline-offset: 2px; font-weight: 800; }
.back-to-site a:hover { color: var(--gold) !important; } .site-header {
position: sticky;
top: 0;
z-index: 800;
background: rgba(10,8,16,.94) !important;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
border-bottom: 1px solid var(--border);
box-shadow: 0 0 0 1px rgba(255,30,114,.06), 0 4px 24px rgba(0,0,0,.55);
}
.site-header.scrolled {
background: rgba(10,8,16,.98) !important;
}
.site-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: .8rem 1.5rem;
max-width: 1340px;
margin: 0 auto;
gap: .75rem;
} .site-logo {
display: flex;
align-items: center;
gap: .4rem;
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: 1.25rem;
color: var(--cream) !important;
white-space: nowrap;
text-decoration: none !important;
flex-shrink: 0;
letter-spacing: -.01em;
}
.site-logo:hover { color: var(--cream) !important; }
.logo-pip {
width: 9px; height: 9px;
border-radius: 50%;
background: var(--pink);
flex-shrink: 0;
display: inline-block;
box-shadow: 0 0 8px rgba(255,30,114,.5);
}
.logo-wordmark { color: var(--cream); } .header-nav-wrap {
flex: 1;
display: flex;
justify-content: center;
}
.header-nav {
display: flex;
align-items: center;
gap: 0;
list-style: none !important;
margin: 0; padding: 0;
flex-wrap: nowrap;
}
.header-nav li { list-style: none !important; }
.header-nav a,
.header-nav li a {
color: rgba(255,245,242,.58) !important;
font-size: .845rem !important;
font-weight: 500;
padding: .42rem .72rem;
border-radius: .5rem;
transition: color .18s, background .18s;
font-family: 'Nunito Sans', sans-serif;
white-space: nowrap;
display: block;
text-decoration: none !important;
letter-spacing: .005em;
}
.header-nav a:hover,
.header-nav li a:hover {
color: var(--cream) !important;
background: rgba(255,245,242,.06);
} .header-nav a.nav-active,
.header-nav li a.nav-active {
color: var(--cream) !important;
background: rgba(255,245,242,.08);
font-weight: 700;
} .header-right {
display: flex;
align-items: center;
gap: .85rem;
flex-shrink: 0;
}
.header-phone {
font-family: 'Urbanist', sans-serif;
font-weight: 600;
font-size: .82rem;
color: rgba(255,245,242,.55) !important;
text-decoration: none !important;
white-space: nowrap;
letter-spacing: .01em;
transition: color .18s;
}
.header-phone:hover { color: var(--cream) !important; } .header-cta {
display: inline-flex;
align-items: center;
padding: .52rem 1.15rem;
background: var(--ocean);
color: #041216 !important;
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: .82rem;
border-radius: .65rem;
white-space: nowrap;
border: 1px solid rgba(234,254,255,.2);
box-shadow: 0 0 18px rgba(0,229,255,.22);
transition: all .2s;
text-decoration: none !important;
letter-spacing: .01em;
}
.header-cta:hover {
background: #0bbdd4 !important;
color: #fff !important;
box-shadow: 0 0 30px rgba(0,229,255,.38);
transform: translateY(-1px);
} .menu-toggle {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
padding: .5rem;
border-radius: .55rem;
border: 1.5px solid var(--border);
background: transparent;
transition: border-color .2s;
flex-shrink: 0;
}
.menu-toggle:hover { border-color: var(--pink); }
.menu-toggle span {
width: 20px; height: 2px;
background: var(--cream);
border-radius: 2px;
display: block;
transition: all .22s;
} .mobile-nav {
display: none;
flex-direction: column;
border-top: 1px solid var(--border);
background: #0D0A18;
padding: .75rem 1.5rem 1.25rem;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
color: rgba(255,245,242,.72) !important;
font-family: 'Urbanist', sans-serif;
font-weight: 600;
font-size: .95rem;
padding: .72rem .5rem;
border-bottom: 1px solid var(--border);
transition: color .18s;
text-decoration: none !important;
display: block;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover { color: var(--cream) !important; }
.mobile-nav a.mobile-nav-highlight {
color: var(--ocean) !important;
font-weight: 800;
}
.mobile-nav a.mobile-nav-phone {
color: var(--muted) !important;
font-size: .875rem;
}
.mobile-nav li { list-style: none; } .blog-hero {
background: var(--bg2);
border-bottom: 1px solid var(--border);
padding: 4.5rem 1.5rem 4rem;
text-align: center;
position: relative;
overflow: hidden;
}
.blog-hero::before {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 60% 80% at 20% 50%, rgba(255,30,114,.08) 0, transparent 65%),
radial-gradient(ellipse 50% 60% at 80% 40%, rgba(0,229,255,.06) 0, transparent 60%);
pointer-events: none;
}
.blog-hero > * { position: relative; z-index: 1; }
.blog-hero-tag {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .35rem .9rem;
background: var(--pink-dim);
border: 1px solid rgba(255,30,114,.28);
border-radius: 2rem;
font-family: 'Urbanist', sans-serif;
font-size: .72rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .12em;
color: var(--pink);
margin-bottom: 1.5rem;
}
.blog-hero-tag::before {
content: '';
width: 6px; height: 6px;
border-radius: 50%;
background: var(--pink);
}
.blog-hero h1 {
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: clamp(2rem, 5vw, 3.8rem);
line-height: 1.05;
letter-spacing: -.03em;
color: var(--cream) !important;
margin-bottom: 1rem;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.blog-hero h1 em {
font-style: italic;
color: var(--gold);
}
.blog-hero p {
font-size: 1.05rem;
color: var(--muted);
max-width: 480px;
margin: 0 auto;
line-height: 1.7;
} .site-content {
padding: 3.5rem 0 5rem;
background: var(--bg);
}
.wdm-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
} .wdm-layout {
display: grid;
grid-template-columns: 1fr 320px;
gap: 3rem;
align-items: start;
}
.wdm-main { min-width: 0; }
.wdm-sidebar { min-width: 0; }
@media (max-width: 1024px) {
.wdm-layout { grid-template-columns: 1fr; }
.wdm-sidebar { order: 2; }
} .wdm-posts-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
} .wdm-posts-grid .wdm-card:first-child {
grid-column: 1 / -1;
display: grid;
grid-template-columns: 1.1fr 1fr;
}
.wdm-posts-grid .wdm-card:first-child .wdm-card-img {
aspect-ratio: auto;
height: 100%;
min-height: 260px;
} .wdm-posts-grid {
grid-template-columns: repeat(2, 1fr);
}
.wdm-posts-grid .wdm-card:first-child {
grid-column: 1 / -1;
} .wdm-card {
background: var(--bg2);
border: 1.5px solid var(--border);
border-radius: 1.15rem;
overflow: hidden;
transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
display: flex;
flex-direction: column;
}
.wdm-card:hover {
transform: translateY(-4px);
border-color: rgba(255,30,114,.22);
box-shadow: 0 16px 50px rgba(0,0,0,.4), 0 0 0 1px rgba(255,30,114,.08);
} .wdm-card-img {
aspect-ratio: 16/9;
overflow: hidden;
background: var(--bg3);
display: block;
flex-shrink: 0;
position: relative;
}
.wdm-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .5s ease;
}
.wdm-card:hover .wdm-card-img img { transform: scale(1.04); } .wdm-card-img-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255,30,114,.07), rgba(0,229,255,.05));
display: flex;
align-items: center;
justify-content: center;
}
.wdm-card-img-placeholder svg { opacity: .18; } .wdm-card-body {
padding: 1.4rem 1.5rem 1.5rem;
display: flex;
flex-direction: column;
flex: 1;
} .wdm-cat {
display: inline-flex;
align-items: center;
padding: .22rem .65rem;
border-radius: 2rem;
border: 1px solid;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .65rem;
text-transform: uppercase;
letter-spacing: .1em;
margin-bottom: .75rem;
text-decoration: none !important;
transition: opacity .2s;
}
.wdm-cat:hover { opacity: .8; } .wdm-card-meta {
display: flex;
align-items: center;
gap: .6rem;
margin-bottom: .85rem;
flex-wrap: wrap;
}
.wdm-date, .wdm-readtime {
font-size: .72rem;
color: var(--muted);
font-weight: 500;
}
.wdm-readtime::before { content: '· '; } .wdm-card-title {
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: 1.05rem;
line-height: 1.28;
margin-bottom: .65rem;
letter-spacing: -.015em;
}
.wdm-card-title a {
color: var(--cream) !important;
text-decoration: none !important;
transition: color .2s;
}
.wdm-card-title a:hover { color: var(--ocean) !important; } .wdm-posts-grid .wdm-card:first-child .wdm-card-title {
font-size: 1.45rem;
} .wdm-card-excerpt {
font-size: .875rem;
color: var(--muted);
line-height: 1.65;
flex: 1;
margin-bottom: 1.1rem;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.wdm-posts-grid .wdm-card:first-child .wdm-card-excerpt {
-webkit-line-clamp: 4;
} .wdm-card-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid var(--border);
}
.wdm-author {
display: flex;
align-items: center;
gap: .55rem;
}
.wdm-avatar {
width: 28px; height: 28px;
border-radius: 50%;
background: var(--pink-dim);
border: 1.5px solid rgba(255,30,114,.22);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .72rem;
color: var(--pink);
flex-shrink: 0;
}
.wdm-avatar img { width: 100%; height: 100%; object-fit: cover; }
.wdm-author-name {
font-size: .78rem;
font-weight: 600;
color: rgba(255,245,242,.7);
}
.wdm-read-link {
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .8rem;
color: var(--ocean) !important;
display: flex;
align-items: center;
gap: .3rem;
text-decoration: none !important;
transition: gap .2s, color .2s;
white-space: nowrap;
}
.wdm-read-link:hover { gap: .55rem; color: var(--pink) !important; } .wdm-pagination,
.nav-links {
display: flex;
justify-content: center;
align-items: center;
gap: .45rem;
flex-wrap: wrap;
margin-top: 3rem;
padding-top: 2.5rem;
border-top: 1px solid var(--border);
}
.wdm-pagination .page-numbers,
.nav-links .page-numbers {
width: 40px; height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: .65rem;
border: 1.5px solid var(--border);
background: var(--bg2);
color: var(--muted) !important;
font-family: 'Urbanist', sans-serif;
font-weight: 700;
font-size: .875rem;
transition: all .2s;
text-decoration: none !important;
}
.wdm-pagination .page-numbers:hover,
.nav-links .page-numbers:hover {
border-color: var(--ocean);
color: var(--ocean) !important;
background: rgba(0,229,255,.06);
}
.wdm-pagination .page-numbers.current,
.nav-links .page-numbers.current {
background: var(--pink);
border-color: var(--pink);
color: #fff !important;
box-shadow: 0 0 16px rgba(255,30,114,.3);
}
.wdm-pagination .page-numbers.prev,
.wdm-pagination .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
width: auto;
padding: 0 1rem;
} .wdm-sidebar {
display: flex;
flex-direction: column;
gap: 1.35rem;
position: sticky;
top: 84px;
min-width: 0;
width: 100%;
} .sb-widget {
background: var(--bg2);
border: 1.5px solid var(--border);
border-radius: 1.25rem;
padding: 1.4rem;
transition: border-color .25s;
overflow: hidden;
width: 100%;
box-sizing: border-box;
}
.sb-widget:hover { border-color: rgba(0,229,255,.18); }
.sb-widget-label {
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .65rem;
text-transform: uppercase;
letter-spacing: .16em;
color: var(--muted);
margin-bottom: 1.1rem;
padding-bottom: .65rem;
border-bottom: 1px solid var(--border);
display: flex;
align-items: center;
gap: .45rem;
}
.sb-widget-label::before {
content: '';
width: 14px; height: 2px;
background: var(--pink);
border-radius: 2px;
flex-shrink: 0;
} .sb-audit {
position: relative;
overflow: hidden;
background: linear-gradient(160deg, #130622 0%, #0E0420 100%);
border: 1.5px solid rgba(255,30,114,.3);
border-radius: 1.35rem;
padding: 1.5rem 1.4rem;
box-shadow: 0 0 0 1px rgba(255,30,114,.06), 0 20px 60px rgba(255,30,114,.1);
width: 100%;
box-sizing: border-box;
}
.sb-audit-glow {
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 100% 60% at 0% 0%, rgba(255,30,114,.15) 0, transparent 65%),
radial-gradient(ellipse 80% 50% at 100% 100%, rgba(0,229,255,.08) 0, transparent 60%);
pointer-events: none;
z-index: 0;
} .sb-audit-graphic {
position: relative;
z-index: 1;
height: 64px;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: .85rem;
}
.sb-audit-graphic-inner {
display: flex;
align-items: flex-end;
gap: .45rem;
height: 100%;
}
.sag-screen {
display: flex;
align-items: flex-end;
gap: .35rem;
height: 52px;
}
.sag-bar {
width: 10px;
border-radius: 3px 3px 0 0;
position: relative;
}
.sag-bar-1 { height: 32px; background: linear-gradient(to top, rgba(255,30,114,.8), rgba(255,30,114,.3)); box-shadow: 0 0 8px rgba(255,30,114,.3); }
.sag-bar-2 { height: 48px; background: linear-gradient(to top, rgba(0,229,255,.9), rgba(0,229,255,.4)); box-shadow: 0 0 10px rgba(0,229,255,.35); }
.sag-bar-3 { height: 38px; background: linear-gradient(to top, rgba(255,202,58,.8), rgba(255,202,58,.3)); box-shadow: 0 0 8px rgba(255,202,58,.3); }
.sag-score {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
border-radius: 50%;
background: rgba(0,229,255,.1);
border: 1.5px solid rgba(0,229,255,.35);
margin-left: .5rem;
box-shadow: 0 0 16px rgba(0,229,255,.2);
flex-shrink: 0;
}
.sag-score-n {
font-family: 'Urbanist', sans-serif;
font-weight: 900;
font-size: .9rem;
line-height: 1;
color: var(--ocean);
}
.sag-score-l {
font-family: 'Urbanist', sans-serif;
font-weight: 700;
font-size: .42rem;
text-transform: uppercase;
letter-spacing: .08em;
color: rgba(0,229,255,.6);
margin-top: .1rem;
}
.sb-audit-tag {
display: inline-flex;
align-items: center;
gap: .4rem;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .6rem;
text-transform: uppercase;
letter-spacing: .14em;
color: var(--ocean);
margin-bottom: .7rem;
position: relative;
z-index: 1;
}
.sb-audit-pip {
width: 5px; height: 5px;
border-radius: 50%;
background: var(--ocean);
animation: blink 2s infinite;
}
.sb-audit-h {
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: 1.1rem;
line-height: 1.22;
letter-spacing: -.015em;
color: var(--cream) !important;
margin-bottom: .55rem;
position: relative;
z-index: 1;
}
.sb-audit-h em { font-style: italic; color: var(--pink); }
.sb-audit-p {
font-size: .8rem;
color: rgba(255,245,242,.52);
line-height: 1.6;
margin-bottom: .9rem;
position: relative;
z-index: 1;
}
.sb-audit-checks {
list-style: none !important;
padding: 0 !important;
margin: 0 0 1rem !important;
display: flex;
flex-direction: column;
gap: .4rem;
position: relative;
z-index: 1;
}
.sb-audit-checks li {
display: flex;
align-items: center;
gap: .45rem;
font-size: .78rem;
font-weight: 600;
color: rgba(255,245,242,.7);
font-family: 'Urbanist', sans-serif;
list-style: none !important;
}
.sb-audit-checks li svg { flex-shrink: 0; }
.sb-audit-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: .75rem 1rem;
background: linear-gradient(135deg, #FF1E72, #C4005A);
color: #fff !important;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .875rem;
border-radius: .8rem;
border: none;
box-shadow: 0 4px 22px rgba(255,30,114,.32);
transition: all .22s;
text-decoration: none !important;
position: relative;
z-index: 1;
box-sizing: border-box;
}
.sb-audit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,30,114,.46); color: #fff !important; }
.sb-audit-phone {
text-align: center;
font-size: .74rem;
color: rgba(255,245,242,.35);
margin-top: .7rem;
position: relative;
z-index: 1;
} .sb-search .search-form,
.sb-search form { display: flex; gap: .45rem; }
.sb-search input[type="search"] {
flex: 1; min-width: 0;
background: rgba(255,255,255,.07) !important;
border: 1.5px solid rgba(255,255,255,.11) !important;
border-radius: .65rem !important;
padding: .6rem .9rem !important;
color: #fff !important;
font-family: 'Nunito Sans', sans-serif !important;
font-size: .875rem !important;
outline: none !important;
}
.sb-search input[type="search"]:focus { border-color: var(--ocean) !important; }
.sb-search input[type="search"]::placeholder { color: rgba(255,255,255,.32); }
.sb-search button[type="submit"] {
padding: .6rem .85rem;
background: var(--ocean);
color: #041216 !important;
border: none;
border-radius: .65rem;
cursor: pointer;
transition: all .2s;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-weight: 800;
font-family: 'Urbanist', sans-serif;
}
.sb-search button[type="submit"]:hover { background: #0bbdd4; } .search-form { display: flex; gap: .45rem; }
input[type="search"] { flex: 1; min-width: 0; background: rgba(255,255,255,.07) !important; border: 1.5px solid rgba(255,255,255,.11) !important; border-radius: .65rem !important; padding: .6rem .9rem !important; color: #fff !important; font-family: 'Nunito Sans',sans-serif !important; font-size: .875rem !important; outline: none !important; }
input[type="search"]:focus { border-color: var(--ocean) !important; }
button[type="submit"] { padding: .6rem .85rem; background: var(--ocean); color: #041216 !important; border: none; border-radius: .65rem; cursor: pointer; font-weight: 800; font-family: 'Urbanist',sans-serif; display: flex; align-items: center; } .sb-recent-posts { display: flex; flex-direction: column; }
.sb-recent-post {
display: grid;
grid-template-columns: 72px 1fr;
gap: .85rem;
align-items: center;
padding: .75rem 0;
border-bottom: 1px solid var(--border);
text-decoration: none !important;
transition: all .2s;
min-width: 0;
}
.sb-recent-post:last-child { border-bottom: none; padding-bottom: 0; }
.sb-recent-post:first-child { padding-top: 0; }
.sb-rp-thumb {
width: 72px; height: 52px;
border-radius: .6rem;
overflow: hidden;
background: var(--bg3);
border: 1px solid var(--border);
flex-shrink: 0;
}
.sb-rp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.sb-recent-post:hover .sb-rp-thumb img { transform: scale(1.06); }
.sb-rp-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,245,242,.18); }
.sb-rp-info { min-width: 0; overflow: hidden; }
.sb-rp-cat { display: block; font-family: 'Urbanist',sans-serif; font-weight: 800; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; color: var(--pink); margin-bottom: .2rem; }
.sb-rp-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-family: 'Urbanist', sans-serif;
font-weight: 700;
font-size: .8rem;
line-height: 1.3;
color: rgba(255,245,242,.85) !important;
margin-bottom: .2rem;
transition: color .18s;
}
.sb-recent-post:hover .sb-rp-title { color: var(--ocean) !important; }
.sb-rp-date { display: block; font-size: .66rem; color: rgba(255,245,242,.32); } .sb-start-project {
background: linear-gradient(160deg, #0e1020 0%, #0a0c1a 100%) !important;
border-color: rgba(255,202,58,.22) !important;
position: relative;
overflow: hidden;
}
.sb-start-project:hover { border-color: rgba(255,202,58,.38) !important; } .sb-proj-graphic {
position: absolute;
top: 0; right: 0;
width: 90px; height: 90px;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.spg-circle {
position: absolute;
top: -20px; right: -20px;
width: 80px; height: 80px;
border-radius: 50%;
border: 1.5px solid rgba(255,202,58,.2);
box-shadow: inset 0 0 20px rgba(255,202,58,.06);
}
.spg-lines { position: absolute; inset: 0; }
.spg-line {
position: absolute;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,202,58,.25));
right: 0;
}
.spg-l1 { width: 55px; top: 22px; }
.spg-l2 { width: 38px; top: 36px; opacity: .7; }
.spg-l3 { width: 28px; top: 50px; opacity: .45; }
.spg-spark {
position: absolute;
width: 4px; height: 4px;
border-radius: 50%;
background: var(--gold);
}
.spg-s1 { top: 14px; right: 28px; box-shadow: 0 0 6px rgba(255,202,58,.6); }
.spg-s2 { top: 30px; right: 12px; width: 3px; height: 3px; opacity: .7; box-shadow: 0 0 5px rgba(255,202,58,.5); }
.spg-s3 { top: 50px; right: 32px; width: 2px; height: 2px; opacity: .5; }
.sb-proj-h {
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: 1rem;
line-height: 1.25;
color: var(--cream) !important;
margin-bottom: .5rem;
position: relative;
z-index: 1;
}
.sb-proj-h em { font-style: italic; color: var(--gold); }
.sb-proj-p {
font-size: .8rem;
color: rgba(255,245,242,.5);
line-height: 1.6;
margin-bottom: 1rem;
position: relative;
z-index: 1;
}
.sb-project-btn {
display: flex;
align-items: center;
justify-content: center;
gap: .45rem;
width: 100%;
padding: .7rem 1rem;
background: rgba(255,202,58,.12);
border: 1.5px solid rgba(255,202,58,.35);
color: var(--gold) !important;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .875rem;
border-radius: .75rem;
text-decoration: none !important;
transition: all .22s;
position: relative;
z-index: 1;
box-sizing: border-box;
}
.sb-project-btn:hover {
background: var(--gold) !important;
color: #0A0810 !important;
box-shadow: 0 0 20px rgba(255,202,58,.28);
transform: translateY(-1px);
}
.sb-project-btn svg { flex-shrink: 0; } .widget { background: var(--bg2); border: 1.5px solid var(--border); border-radius: 1.15rem; padding: 1.4rem; width: 100%; box-sizing: border-box; overflow: hidden; }
.widget-title { font-family: 'Urbanist',sans-serif !important; font-weight: 800; font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); margin-bottom: 1rem; padding-bottom: .65rem; border-bottom: 1px solid var(--border); }
.tagcloud, .wp-tag-cloud { display: flex !important; flex-wrap: wrap; gap: .4rem; }
.tagcloud a, .wp-tag-cloud a { padding: .28rem .65rem; background: var(--bg3); border: 1.5px solid var(--border); border-radius: 2rem; font-size: .7rem !important; font-weight: 700; font-family: 'Urbanist',sans-serif; color: rgba(255,245,242,.7) !important; text-decoration: none !important; }
.tagcloud a:hover, .wp-tag-cloud a:hover { border-color: var(--pink); color: var(--pink) !important; } .site-footer { background: var(--bg2); border-top: 1px solid var(--border); } .footer-body { padding: 3.5rem 1.5rem 2.5rem; }
.footer-grid {
display: grid;
grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
gap: 2.5rem;
max-width: 1200px;
margin: 0 auto;
align-items: start;
} .footer-col-brand {}
.footer-logo {
display: inline-flex;
align-items: center;
gap: .4rem;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: 1.25rem;
color: var(--cream) !important;
text-decoration: none !important;
margin-bottom: .7rem;
letter-spacing: -.01em;
}
.footer-logo:hover { color: var(--cream) !important; }
.footer-logo-pip { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 8px rgba(255,30,114,.5); flex-shrink: 0; }
.footer-brand-desc { font-size: .83rem; color: rgba(255,245,242,.42); line-height: 1.7; margin-bottom: 1.25rem; }
.footer-stats-row {
display: flex;
align-items: center;
gap: .75rem;
padding: .85rem 1rem;
background: rgba(255,255,255,.04);
border: 1px solid rgba(255,255,255,.07);
border-radius: .85rem;
width: fit-content;
}
.footer-stat { text-align: center; }
.fstat-n { display: block; font-family: 'Urbanist',sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--pink); line-height: 1; }
.fstat-l { display: block; font-size: .58rem; font-weight: 700; color: rgba(255,245,242,.35); text-transform: uppercase; letter-spacing: .08em; margin-top: .18rem; }
.fstat-sep { width: 1px; height: 24px; background: rgba(255,255,255,.08); } .footer-col-links h5 {
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .63rem;
text-transform: uppercase;
letter-spacing: .16em;
color: rgba(255,245,242,.35);
margin-bottom: 1rem;
}
.footer-col-links ul { list-style: none !important; padding: 0 !important; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.footer-col-links li { list-style: none !important; }
.footer-col-links a { font-size: .83rem; color: rgba(255,245,242,.4) !important; font-weight: 500; text-decoration: none !important; transition: color .18s; display: block; }
.footer-col-links a:hover { color: var(--cream) !important; } .footer-col-cta {}
.footer-cta-card {
background: linear-gradient(145deg, #130520, #0D0318);
border: 1.5px solid rgba(255,30,114,.25);
border-radius: 1.15rem;
padding: 1.5rem 1.35rem;
position: relative;
overflow: hidden;
box-shadow: 0 0 40px rgba(255,30,114,.07);
} .footer-cta-gfx {
position: absolute;
top: -18px; right: -18px;
width: 88px; height: 88px;
pointer-events: none;
}
.fcg-ring {
position: absolute;
border-radius: 50%;
border: 1px solid rgba(255,30,114,.18);
}
.fcg-ring-1 { inset: 0; }
.fcg-ring-2 { inset: 14px; border-color: rgba(0,229,255,.14); }
.fcg-dot {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
width: 8px; height: 8px;
border-radius: 50%;
background: var(--pink);
box-shadow: 0 0 10px rgba(255,30,114,.5);
}
.footer-cta-tag {
display: inline-flex;
align-items: center;
gap: .38rem;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .6rem;
text-transform: uppercase;
letter-spacing: .13em;
color: var(--ocean);
margin-bottom: .7rem;
position: relative;
z-index: 1;
}
.footer-cta-pip { width: 5px; height: 5px; border-radius: 50%; background: var(--ocean); animation: blink 2s infinite; display: inline-block; }
.footer-cta-h {
font-family: 'Urbanist', sans-serif !important;
font-weight: 800;
font-size: 1.05rem;
line-height: 1.2;
color: var(--cream) !important;
margin-bottom: 1.1rem;
position: relative;
z-index: 1;
}
.footer-cta-h em { font-style: italic; color: var(--pink); }
.footer-cta-btn-pink {
display: block;
width: 100%;
padding: .65rem 1rem;
background: linear-gradient(135deg, #FF1E72, #C4005A);
color: #fff !important;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .82rem;
text-align: center;
border-radius: .7rem;
text-decoration: none !important;
transition: all .22s;
margin-bottom: .55rem;
box-shadow: 0 4px 18px rgba(255,30,114,.28);
position: relative;
z-index: 1;
box-sizing: border-box;
}
.footer-cta-btn-pink:hover { transform: translateY(-1px); box-shadow: 0 7px 26px rgba(255,30,114,.4); color: #fff !important; }
.footer-cta-btn-outline {
display: block;
width: 100%;
padding: .62rem 1rem;
background: rgba(255,202,58,.1);
border: 1.5px solid rgba(255,202,58,.28);
color: var(--gold) !important;
font-family: 'Urbanist', sans-serif;
font-weight: 800;
font-size: .82rem;
text-align: center;
border-radius: .7rem;
text-decoration: none !important;
transition: all .22s;
margin-bottom: 1rem;
position: relative;
z-index: 1;
box-sizing: border-box;
}
.footer-cta-btn-outline:hover { background: var(--gold) !important; color: #0A0810 !important; }
.footer-cta-contact {
display: flex;
align-items: center;
justify-content: center;
gap: .45rem;
font-size: .73rem;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.footer-cta-contact a { color: rgba(255,245,242,.38) !important; text-decoration: none !important; transition: color .18s; font-weight: 500; }
.footer-cta-contact a:hover { color: var(--cream) !important; }
.footer-cta-contact span { color: rgba(255,245,242,.2); } .footer-bottom-bar {
background: rgba(0,0,0,.35);
border-top: 1px solid rgba(255,255,255,.05);
padding: 1.1rem 1.5rem;
}
.footer-bottom-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
}
.footer-copy { font-size: .73rem; color: rgba(255,245,242,.28); }
.footer-live-badge { display: flex; align-items: center; gap: .38rem; font-size: .7rem; color: rgba(255,245,242,.32); font-family: 'Urbanist',sans-serif; font-weight: 600; }
.footer-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); display: inline-block; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:.35;transform:scale(1.5);} } .single-meta-row {
display: flex;
align-items: center;
gap: .65rem;
flex-wrap: wrap;
margin-top: .6rem;
}
.single-meta-date, .single-meta-read {
display: flex;
align-items: center;
gap: .35rem;
font-size: .8rem;
color: var(--muted);
}
.single-meta-sep { color: var(--border); font-size: .85rem; } @media (max-width: 1100px) {
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
.footer-col-cta { grid-column: 1 / -1; }
.footer-cta-card { max-width: 460px; }
}
@media (max-width: 900px) {
.menu-toggle { display: flex; }
.header-nav-wrap { display: none; }
.header-phone { display: none; }
.header-cta { display: none; }
.wdm-posts-grid { grid-template-columns: 1fr; }
.wdm-posts-grid .wdm-card:first-child { grid-template-columns: 1fr; }
.wdm-posts-grid .wdm-card:first-child .wdm-card-img { height: auto; min-height: 0; aspect-ratio: 16/9; }
.single-nav { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.footer-grid { grid-template-columns: 1fr 1fr; }
.footer-col-brand { grid-column: 1 / -1; }
.footer-col-cta { grid-column: 1 / -1; }
.footer-cta-card { max-width: 100%; }
}
@media (max-width: 480px) {
.blog-hero { padding: 3rem 1.25rem 2.75rem; }
.site-content { padding: 2.5rem 0 4rem; }
.footer-grid { grid-template-columns: 1fr; }
.footer-col-cta { grid-column: auto; }
.footer-stats-row { width: 100%; justify-content: space-around; }
}