/* ============================================================
   loudjack.css ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ Global Stylesheet v2
   Brand: #9D4EDD ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ #00F5D4 gradient, #0a0e27 background
   Font: Montserrat
   ============================================================ */

/* ----- Reset ----- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ----- Base ----- */
html {
    overflow-x: hidden;
}

body {
    background: #0a0e27;
    color: #e0e0e0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
    padding-top: 64px;
}

a {
    color: #00F5D4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #00F5D4;
}

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: #999;
}

li {
    margin-bottom: 0.5rem;
}

/* ----- Header ----- */
header,
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
    border-bottom: 1px solid rgba(157, 78, 221, 0.2);
    background: rgba(10, 14, 39, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0.85rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
}


.header-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header img {
    height: 40px;
}

/* ----- Logo ----- */
.logo {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}

.logo:hover {
    text-decoration: none;
}

/* ----- Nav ----- */
nav {
    display: flex;
    gap: 1.5rem;
    margin-left: auto;
    align-items: center;
    flex-shrink: 0;
}

nav a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s;
    margin-left: 0;
}

nav a:hover,
nav a.active {
    color: #a78bfa;
    text-decoration: none;
}

.site-header nav a {
    color: #aaa;
    margin-left: 0;
    font-size: 0.85rem;
    font-weight: 600;
}

.site-header nav a:hover {
    color: #fff;
}

/* ----- Main ----- */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

main.narrow {
    max-width: 900px;
    padding: 3rem 1rem;
}

main.article {
    max-width: 800px;
    padding: 2rem 1rem;
}

/* ----- Gradient text utility ----- */
.gradient-text {
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ----- Hero (homepage) ----- */
.hero {
    padding: 4rem 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.hero-logo {
    max-width: min(600px, 90vw);
    margin: 0 auto 0.75rem;
    overflow: hidden;
}

.hero-logo img,
.hero-logo loudjack-glitch {
    max-width: 100%;
    height: auto;
}

.hero h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-value-prop {
    font-size: clamp(1rem, 3.5vw, 1.35rem);
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 0.75rem;
}

.hero-sub {
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    color: #777;
    max-width: 560px;
    margin: 0 auto 0.75rem;
    padding: 0 0.5rem;
    word-wrap: break-word;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}


/* ----- Hero content wrapper (Cowork redesign) ----- */
.hero-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9D4EDD;
    border: 1px solid rgba(157,78,221,0.3);
    background: rgba(157,78,221,0.08);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.25rem;
}

.hero-subtitle {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: #888;
    max-width: 620px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}


.stats-row .hero-stat-divider,
.stats-row-2 .hero-stat-divider {
    display: block;
    width: 1px;
    min-width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
    align-self: center;
    margin: 0;
}

/* ----- Buttons / CTAs ----- */
.cta-primary,
.cta-button,
.tiktok-link {
    display: inline-block;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    color: #0a0e27;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.cta-primary:hover,
.cta-button:hover,
.tiktok-link:hover {
    opacity: 0.85;
    text-decoration: none;
    color: #0a0e27;
}

.cta-secondary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: #e0e0e0;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 0.375rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.2s, color 0.2s;
}

.cta-secondary:hover {
    border-color: #9D4EDD;
    color: #a78bfa;
    text-decoration: none;
}

/* ----- Section titles ----- */
.section-title,
h1.page-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ----- Blog section (homepage) ----- */
.blog-section {
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    border-color: rgba(157, 78, 221, 0.5);
    box-shadow: 0 0 20px rgba(157, 78, 221, 0.2);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.blog-card h2,
.blog-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #e0e0e0;
}

.blog-card p {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #666;
    margin-top: auto;
}

.blog-link {
    color: #00F5D4;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}

.blog-link:hover {
    color: #9D4EDD;
    text-decoration: none;
}

/* ----- Social posts (homepage TikTok section) ----- */
.social-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.social-post {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
}

.social-post-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: rgba(157, 78, 221, 0.1);
}

.social-post-content {
    padding: 1.5rem;
}

.social-platform {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #9D4EDD;
    background: rgba(157, 78, 221, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    margin-bottom: 0.75rem;
}

.social-post-caption {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.social-post-link {
    color: #00F5D4;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

/* ----- Newsletter ----- */
.newsletter-cta {
    background: rgba(157, 78, 221, 0.1);
    border: 1px solid rgba(157, 78, 221, 0.3);
    border-radius: 0.5rem;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.newsletter-cta h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ----- Newsletter component ----- */
.newsletter-desc {
    color: #999;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.newsletter-form {
    max-width: 620px;
    margin: 0 auto;
}

.newsletter-fields {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-input {
    flex: 1;
    min-width: 130px;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.375rem;
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.newsletter-input-email {
    min-width: 180px;
}

.newsletter-input:focus {
    outline: none;
    border-color: #9D4EDD;
    background: rgba(157, 78, 221, 0.08);
}

.newsletter-input::placeholder { color: #555; }

.newsletter-btn {
    padding: 0.75rem 1.75rem;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    color: #0a0e27;
    border: none;
    font-weight: 800;
    cursor: pointer;
    border-radius: 0.375rem;
    font-family: inherit;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.newsletter-btn:hover { opacity: 0.85; }
.newsletter-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.newsletter-consent {
    font-size: 0.7rem;
    color: #444;
    margin-top: 0.75rem;
}

.newsletter-success {
    color: #00F5D4;
    font-weight: 700;
    margin-top: 1rem;
    font-size: 1rem;
}

.newsletter-error {
    color: #ff6b6b;
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

@media (max-width: 600px) {
    .newsletter-fields { flex-direction: column; }
    .newsletter-input,
    .newsletter-btn { width: 100%; min-width: unset; }
}

/* ----- Tools section (homepage) ----- */
.tools-section {
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.tool-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.tool-card h3 {
    color: #e0e0e0;
    margin-bottom: 0.5rem;
}

.tool-card p {
    font-size: 0.875rem;
    color: #999;
}

/* ----- Article / Blog post pages ----- */
.article-header {
    margin-bottom: 2.5rem;
}

.article-header h1,
.post-hero h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.post-hero {
    max-width: 860px;
    margin: 48px auto 0;
    padding: 0 1.5rem;
}

.article-meta,
.post-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.post-meta span {
    margin-right: 20px;
}

.category,
.pillar-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(157, 78, 221, 0.15);
    color: #c97eff;
    border: 1px solid #c97eff;
    margin-bottom: 16px;
}

/* featured-image wrapper div */
.featured-image {
    max-width: 860px;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
}

.featured-image img,
img.featured-image {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
}

/* ----- Article body ----- */
.article-body,
article {
    line-height: 1.8;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
}

.article-body p,
article p {
    margin-bottom: 1.5rem;
    color: #ccc;
    font-size: 1rem;
}

.article-body h2,
article h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e0e0e0;
    margin: 2.5rem 0 1rem;
    border-left: 3px solid #9D4EDD;
    padding-left: 14px;
}

.article-body h3,
article h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #a78bfa;
    margin: 2rem 0 0.75rem;
}

.article-body ul,
.article-body ol,
article ul,
article ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #ccc;
}

.article-body li,
article li {
    margin-bottom: 0.75rem;
    color: #ccc;
}

.article-body strong,
article strong {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.article-body img,
article img {
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

code {
    background: rgba(0, 245, 212, 0.1);
    color: #00F5D4;
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

pre {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 1rem;
    overflow-x: auto;
    margin: 1rem 0;
}

pre code {
    background: none;
    color: #00F5D4;
    padding: 0;
}

blockquote {
    border-left: 4px solid #9D4EDD;
    padding: 1rem 1rem 1rem 1.5rem;
    margin: 1.5rem 0;
    color: #bbb;
    font-style: italic;
    background: rgba(157, 78, 221, 0.05);
    border-radius: 0 0.25rem 0.25rem 0;
}

/* ----- Highlight / callout box ----- */
.highlight {
    background: rgba(157, 78, 221, 0.1);
    border-left: 3px solid #9D4EDD;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-radius: 0.25rem;
}

.highlight strong {
    color: #00F5D4;
}

.alert-box {
    background: rgba(255, 59, 59, 0.1);
    border-left: 3px solid #FF3B3B;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-radius: 0.25rem;
}

.alert-box strong {
    color: #FF3B3B;
}

/* ----- Key takeaways ----- */
.takeaways {
    background: rgba(0, 245, 212, 0.06);
    border: 1px solid rgba(0, 245, 212, 0.2);
    border-radius: 10px;
    padding: 24px 28px;
    margin: 40px 0;
}

.takeaways h3 {
    color: #00F5D4;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: none;
    padding: 0;
}

.takeaways ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #e0e0e0;
}

.takeaways li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-size: 0.95rem;
    color: #e0e0e0;
}

.takeaways li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #00F5D4;
}

/* ----- TikTok CTA ----- */
.tiktok-cta {
    background: rgba(0, 245, 212, 0.1);
    border: 1px solid rgba(0, 245, 212, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: center;
}

.tiktok-cta h4 {
    color: #00F5D4;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
}

.tiktok-cta p {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 1rem;
}

/* ----- CTA section ----- */
.cta-section,
.cta-box {
    background: rgba(157, 78, 221, 0.1);
    border: 1px solid rgba(157, 78, 221, 0.3);
    border-radius: 0.5rem;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.cta-section h3,
.cta-box h3 {
    color: #00F5D4;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    border: none;
    padding: 0;
}

.cta-section p,
.cta-box p {
    margin-bottom: 1.5rem;
}

/* ----- Stat boxes ----- */
.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.stat-box {
    background: rgba(157, 78, 221, 0.1);
    border: 1px solid rgba(157, 78, 221, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: #9D4EDD;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

/* ----- Page-level headings ----- */
h1.page-heading {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #a78bfa 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2.page-subheading {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.tagline {
    font-size: 1.25rem;
    color: #999;
    margin-bottom: 3rem;
}

.last-updated {
    color: #999;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

/* ----- Back link ----- */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #a78bfa;
    text-decoration: none;
    margin-bottom: 2rem;
    font-weight: 600;
    transition: color 0.3s;
}

.back-link:hover {
    color: #00F5D4;
    text-decoration: none;
}

/* ----- Cards (about, contact, faq) ----- */
.values,
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.value-card,
.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.value-card h3,
.contact-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #e0e0e0;
}

.value-card p,
.contact-card p {
    font-size: 1rem;
    color: #999;
}

.contact-card a {
    color: #a78bfa;
    font-weight: 500;
    transition: color 0.3s;
}

.contact-card a:hover {
    color: #00F5D4;
    text-decoration: none;
}

/* ----- Content list (about) ----- */
.content-list {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.content-list li {
    font-size: 1.125rem;
    color: #999;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}

.content-list strong {
    color: #e0e0e0;
}

/* ----- FAQ ----- */
.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    color: #e0e0e0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    font-family: inherit;
}

.faq-question:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.faq-chevron {
    display: inline-block;
    transition: transform 0.3s;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    color: #999;
    line-height: 1.8;
}

.faq-item.open .faq-answer {
    display: block;
}

/* ----- Contact form ----- */
.contact-form {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}

.contact-form h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #e0e0e0;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    background: #0a0e27;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    color: #e0e0e0;
    font-family: inherit;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.submit-btn {
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    color: #0a0e27;
    border: none;
    border-radius: 0.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: inherit;
    font-size: 1rem;
}

.submit-btn:hover {
    opacity: 0.9;
}

/* ----- Social section (contact) ----- */
.social-section {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.2) 0%, rgba(0, 245, 212, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
}

.social-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.social-link:hover {
    color: #a78bfa;
    text-decoration: none;
}

.social-icon {
    font-size: 2rem;
}

/* ----- Breadcrumb ----- */
.breadcrumb {
    color: #9D4EDD;
    font-size: 0.75rem;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #00F5D4;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* ----- Privacy / Terms prose ----- */
.prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
}

.prose p {
    font-size: 1rem;
    color: #999;
    margin-bottom: 1rem;
}

.prose a {
    color: #a78bfa;
}

.prose a:hover {
    text-decoration: underline;
    color: #00F5D4;
}

/* ----- Footer ----- */
footer,
.site-footer {
    margin-top: 5rem;
    padding: 3rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    font-size: 0.875rem;
    color: #999;
}

.site-footer {
    padding: 32px 24px;
    border-top: 1px solid rgba(157, 78, 221, 0.15);
    color: #555;
    font-size: 0.8rem;
    background: transparent;
    margin-top: 0;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.footer-section h4 {
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.footer-section a {
    display: block;
    color: #999;
    text-decoration: none;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #a78bfa;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}

footer a {
    color: #9D4EDD;
    text-decoration: none;
    margin: 0 0.75rem;
}

footer a:hover {
    color: #00F5D4;
    text-decoration: none;
}


/* ----- Stats bar ----- */
.stats-row,
.stats-row-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 0 auto 0.75rem;
    max-width: 1000px;
}

.stats-row-2 {
    background: rgba(255,255,255,0.02);
    border-color: rgba(255,255,255,0.06);
    padding: 1rem 1.5rem;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.4rem 1.25rem;
    gap: 4px;
}

.hero-stat-num {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9D4EDD 0%, #00F5D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    white-space: nowrap;
}

.hero-stat-label {
    display: block;
    font-size: 0.62rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
    white-space: nowrap;
    line-height: 1.3;
}

.hero-stat-divider {
    display: block;
    width: 1px;
    min-width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.12);
    flex-shrink: 0;
    align-self: center;
}

.hero-stat-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0.4rem 1.25rem;
}

.hero-stat-link:hover .hero-stat-num { opacity: 0.8; }
.hero-stat-link:hover .hero-stat-label { color: #9D4EDD; }

.stats-updated {
    text-align: center;
    font-size: 0.65rem;
    color: #444;
    margin-top: 0.5rem;
    letter-spacing: 0.04em;
}

/* ============================================================
   RESPONSIVE ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ mobile first
   Breakpoints:
     480px  = small phones
     600px  = large phones / small tablets
     768px  = tablets
     1024px = small desktops
   ============================================================ */

/* ---- Tablet and below (ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¤768px) ---- */
@media (max-width: 768px) {

    /* Hide desktop nav, show hamburger */
    nav { display: none !important; }
    .mobile-menu-btn { display: flex !important; }

    /* Remove body padding-top override - fixed header height is smaller on mobile */
    body { padding-top: 56px; }

    /* Main containers */
    main { padding: 0 1rem; }
    main.narrow { padding: 2rem 1rem; }
    main.article { padding: 1.5rem 1rem; }

    /* Hero */
    .hero { padding: 2.5rem 1.25rem; }
    .hero-logo { max-width: 100%; padding: 0 1rem; }
    .hero h1 { font-size: 1.75rem; }
    .hero-value-prop { font-size: 1.05rem; }
    .hero-sub { font-size: 0.9rem; padding: 0; }
    .hero-ctas { flex-direction: column; align-items: center; gap: 0.75rem; }
    .cta-primary, .cta-secondary { width: 100%; max-width: 280px; text-align: center; }

    /* Stats bar */
    .hero-stats { padding: 1rem; margin: 1.5rem auto 1rem; }
    .stats-row { gap: 0; justify-content: space-around; }
    .hero-stat { padding: 0 0.5rem; }
    .hero-stat-num { font-size: 1.1rem; }
    .hero-stat-label { font-size: 0.6rem; }
    .hero-stat-divider { height: 28px; }
    .stats-row-2 { flex-wrap: wrap; gap: 0.5rem; }

    /* Topic pills */
    .hero-topics { gap: 0.4rem; }
    .topic-pill { font-size: 0.7rem; padding: 0.25rem 0.65rem; }

    /* Blog grid */
    .blog-grid { grid-template-columns: 1fr; gap: 1.25rem; }

    /* Blog post */
    .post-hero { padding: 0 1rem; margin-top: 32px; }
    .post-hero h1 { font-size: 1.5rem; }
    .post-meta { gap: 0.75rem; font-size: 0.8rem; }
    .article-body { padding: 0 1rem 3rem; }
    .article-body h2 { font-size: 1.2rem; }
    .article-body h3 { font-size: 1rem; }
    .featured-image { padding: 0 1rem; }

    /* Section titles */
    .section-title { font-size: 1.5rem; }
    h1.page-heading { font-size: 2rem; }

    /* Values grid */
    .values { grid-template-columns: 1fr; }
    .contact-cards { grid-template-columns: 1fr; }

    /* Footer */
    .footer-links { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

    /* Stats boxes */
    .stats { grid-template-columns: 1fr; }

    /* Newsletter form */
    .newsletter-form { flex-direction: column; }
    .newsletter-form input { width: 100%; }
    .newsletter-form button { width: 100%; }

    /* Social links */
    .social-links { gap: 1.25rem; }

    /* Tools grid */
    .tools-grid { grid-template-columns: 1fr; }
    .filter-bar { gap: 0.4rem; }
    .filter-btn { font-size: 0.72rem; padding: 0.35rem 0.75rem; }
    .tools-hero h1 { font-size: 1.75rem; }

    /* Before/after comparison boxes */
    .before-after { flex-direction: column; }
}

/* ---- Large phones (ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¤600px) ---- */
@media (max-width: 600px) {

    /* Hero */
    .hero { padding: 2rem 1rem; }
    .hero h1 { font-size: 1.5rem; line-height: 1.2; }
    .hero-value-prop { font-size: 0.95rem; }

    /* Stats bar ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ stack into 2 columns */
    .stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 0.5rem 0; }
    .hero-stat-divider { display: none; }
    .hero-stat { padding: 0.25rem 0; }
    .stats-row-2 { grid-template-columns: 1fr; }

    /* Header */
    .site-header { padding: 0.75rem 1rem; }
    .logo { font-size: 1.2rem; }

    /* Blog cards */
    .blog-card img { height: 160px; }

    /* Post hero */
    .post-hero h1 { font-size: 1.35rem; }

    /* Footer */
    .footer-links { grid-template-columns: 1fr; }
    footer { padding: 2rem 1rem; }

    /* Page headings */
    h1.page-heading { font-size: 1.75rem; }
    h2.page-subheading { font-size: 1.35rem; }
    .tagline { font-size: 1rem; }

    /* Tools */
    .tools-hero { padding: 2rem 1rem 1.5rem; }
    .tools-hero h1 { font-size: 1.5rem; }
    .tools-container { padding: 0 1rem 3rem; }

    /* Takeaways */
    .takeaways { padding: 1rem 1.25rem; }

    /* TikTok CTA */
    .tiktok-cta { padding: 1.25rem 1rem; }
    .tiktok-link { width: 100%; text-align: center; }

    /* CTA section */
    .cta-section, .cta-box { padding: 1.5rem 1rem; }
    .cta-button { width: 100%; text-align: center; }
}

/* ---- Small phones (ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¤480px) ---- */
@media (max-width: 480px) {
    .hero h1 { font-size: 1.3rem; }
    .hero-value-prop { font-size: 0.9rem; }
    .post-hero h1 { font-size: 1.2rem; }
    .section-title { font-size: 1.25rem; }
    .blog-card-content { padding: 1rem; }
    .blog-card h3 { font-size: 0.95rem; }
    .stat-number { font-size: 1.5rem; }
    .pillar-badge { font-size: 0.65rem; }
    pre { font-size: 0.8rem; }
    code { font-size: 0.8rem; }
}

/* ---- Hamburger menu for mobile ---- */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}
.mobile-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #e0e0e0;
    border-radius: 2px;
    transition: all 0.3s;
}
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 14, 39, 0.98);
    z-index: 200;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.mobile-nav.open {
    display: flex !important;
}
.mobile-nav a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.2s;
}
.mobile-nav a:hover { color: #00F5D4; }
.mobile-nav-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #e0e0e0;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
}

/* hamburger rule now handled above */
