/*
Theme Name: SEOAudits Digital
Theme URI: https://seoaudits.digital
Author: SEOAudits Digital
Author URI: https://seoaudits.digital
Description: Clean, professional theme for SEOAudits.digital
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: seoaudits
License: Private
*/

/* ========================================
   CSS RESET & BASE
   ======================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a2e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
h2 { font-size: clamp(2rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.5rem, 3vw, 1.75rem); }
h4 { font-size: 1.25rem; }

p {
    margin-bottom: 1em;
}

.eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.35em 0.75em;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.eyebrow-dark {
    background: #1a1a2e;
    color: #fff;
}

.eyebrow-green {
    background: #2dd4a8;
    color: #1a1a2e;
}

/* ========================================
   LAYOUT
   ======================================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 5rem 0;
}

.section-dark {
    background: #1a1a2e;
    color: #fff;
}

.section-light {
    background: #f8f9fa;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-primary {
    background: #2dd4a8;
    color: #1a1a2e;
    border-color: #2dd4a8;
}

.btn-primary:hover {
    background: #25b894;
    border-color: #25b894;
}

.btn-outline {
    background: transparent;
    color: #1a1a2e;
    border-color: #1a1a2e;
}

.btn-outline:hover {
    background: #1a1a2e;
    color: #fff;
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    background: #fff;
    color: #1a1a2e;
}

.btn-outline-green {
    background: transparent;
    color: #2dd4a8;
    border-color: #2dd4a8;
}

.btn-outline-green:hover {
    background: #2dd4a8;
    color: #1a1a2e;
}

/* ========================================
   HEADER
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #1a1a2e;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.site-logo img {
    height: 40px;
    width: auto;
}

.site-logo svg {
    height: 32px;
    width: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu > li {
    position: relative;
}

.nav-menu a {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: #2dd4a8;
}

/* Dropdown Menu */
.has-dropdown > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 6px;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.has-dropdown:hover > a::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    min-width: 200px;
    padding: 0.75rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
    list-style: none;
    margin-top: 0.5rem;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #1a1a2e;
    font-size: 0.9375rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-menu a:hover {
    background: #f8f9fa;
    color: #2dd4a8;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-cta .btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
    background: #1a1a2e;
    color: #fff;
    padding: 7rem 0 3rem;
    display: flex;
    align-items: center;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-content {
    max-width: 600px;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hero-title span {
    color: #2dd4a8;
}

/* Rotating text animation */
.hero-rotate-text {
    display: inline-block;
    position: relative;
    color: #2dd4a8;
}

.rotate-word {
    display: none;
}

.rotate-word.active {
    display: inline;
}

.hero-subtitle {
    font-size: 1.0625rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.9);
}

.hero-feature svg {
    color: #2dd4a8;
    flex-shrink: 0;
}

.hero-image {
    position: relative;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-wrapper > img {
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    width: 100%;
    height: auto;
    display: block;
}

.hero-floating-card {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    overflow: hidden;
}

.hero-floating-card img {
    display: block;
    max-width: 180px;
    height: auto;
}

.hero-floating-card-1 {
    top: 8%;
    right: -40px;
}

.hero-floating-card-2 {
    bottom: 15%;
    right: -40px;
}

/* Insights & Recommendations Card */
.hero-insights-card {
    position: absolute;
    top: 8%;
    left: -30px;
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    min-width: 180px;
}

.insights-badge {
    display: inline-block;
    background: #f7b731;
    color: #1a1a2e;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.hero-insights-card h4 {
    font-size: 1.125rem;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.hero-insights-card p {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.75rem;
}

.insights-icons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.insights-icons img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

.hero-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    text-align: center;
}

.hero-badge-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2dd4a8;
    display: block;
}

.hero-badge-label {
    font-size: 0.75rem;
    color: #666;
}

/* ========================================
   LOGO STRIP
   ======================================== */
.logo-strip {
    padding: 6rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.logo-strip-title {
    text-align: center;
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 3.5rem;
}

.logo-strip-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.logo-strip-logos img {
    height: 120px;
    max-width: 280px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.logo-strip-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ========================================
   INTRO SECTION
   ======================================== */
.intro-section {
    padding: 5rem 0;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.intro-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.intro-text strong {
    color: #1a1a2e;
}

.intro-headline h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.3;
}

/* ========================================
   SERVICES SECTION
   ======================================== */
.services-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.services-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 3rem;
}

.services-header p {
    color: #666;
    margin-bottom: 1rem;
}

/* New services grid - simple 3 column */
.services-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-card-v2 {
    background: #1a1a2e;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.service-card-v2 h3 {
    color: #2dd4a8;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.service-card-v2 p {
    color: rgba(255,255,255,0.8);
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.service-card-v2 p:last-of-type {
    margin-bottom: 0;
}

.service-card-v2 p strong {
    color: #fff;
}

.service-card-content {
    /* Content at top */
}

.service-card-graphic {
    margin-top: auto;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.service-card-graphic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Old grid styles (keeping for fallback) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 1.5rem;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.service-card h3 {
    color: #2dd4a8;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.service-card p {
    color: #666;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}

.service-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f0fdf9;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #1a1a2e;
}

.service-card-badge svg {
    color: #2dd4a8;
}

.service-card-image {
    margin-top: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
}

/* ========================================
   CASE STUDIES SECTION
   ======================================== */
.case-studies-section {
    padding: 4rem 0;
}

.case-studies-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

.case-studies-header h2 {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.case-studies-header p {
    color: #666;
    max-width: 500px;
    margin-bottom: 1.5rem;
}

.case-study {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    padding: 0;
    border-bottom: none;
    margin-bottom: 3rem;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.case-study:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.case-study:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.case-study-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2dd4a8;
    color: #1a1a2e;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 1.25rem;
}

.case-study-content {
    padding: 2.5rem 3rem;
}

.case-study h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.case-study p {
    color: #555;
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.7;
}

.case-study-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.case-study-hero {
    border-radius: 0;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    position: relative;
}

.case-study-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.case-study-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.case-study-hero-logo {
    position: relative;
    z-index: 3;
    max-width: 380px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 1;
    transition: transform 0.4s ease;
}

.case-study-hero-logo.case-study-hero-logo-nofilter {
    filter: none;
}

.case-study:hover .case-study-hero-logo {
    transform: scale(1.05);
}

/* Legacy support for old structure */
.case-study-hero img:not(.case-study-hero-logo) {
    max-width: 380px;
    max-height: 85px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    transition: transform 0.4s ease;
}

.case-study:hover .case-study-hero img:not(.case-study-hero-logo) {
    transform: scale(1.05);
}

/* Alternate layout - image left on even items */
.case-study:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.case-study:nth-child(odd) {
    display: flex;
    flex-direction: row;
}

.case-study:nth-child(odd) .case-study-content,
.case-study:nth-child(even) .case-study-content {
    flex: 1;
}

.case-study:nth-child(odd) .case-study-hero,
.case-study:nth-child(even) .case-study-hero {
    flex: 1.2;
    min-height: 320px;
}

@media (max-width: 992px) {
    .case-study:nth-child(odd),
    .case-study:nth-child(even) {
        flex-direction: column;
    }
    
    .case-study:nth-child(odd) .case-study-hero,
    .case-study:nth-child(even) .case-study-hero {
        min-height: 280px;
    }
    
    .case-study-content {
        padding: 2rem;
    }
    
    .case-study h3 {
        font-size: 1.5rem;
    }
}

.case-study-hero-brand {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.case-study:hover .case-study-hero img,
.case-study:hover .case-study-hero-brand {
    transform: scale(1.05);
}

/* ========================================
   TRUST SECTION (Find, Fix, Grow)
   ======================================== */
.trust-section {
    padding: 5rem 0;
    border-top: 1px solid #e5e7eb;
}

.trust-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 3rem;
    align-items: center;
}

.trust-title h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.trust-stars {
    display: flex;
    gap: 0.25rem;
    color: #f59e0b;
    font-size: 1.5rem;
}

.trust-text p {
    color: #555;
    font-size: 0.9375rem;
    line-height: 1.8;
}

.trust-text strong {
    color: #1a1a2e;
}

/* ========================================
   CONTACT FORM SECTION
   ======================================== */
.contact-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.contact-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.contact-content p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
}

.contact-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.contact-benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.9);
}

.contact-benefit svg {
    color: #2dd4a8;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-form {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

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

.form-group:last-child {
    margin-bottom: 0;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2dd4a8;
}

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

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.contact-form .btn {
    width: 100%;
    margin-top: 0.5rem;
}

.form-message {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
}

.form-message.success {
    background: #d1fae5;
    color: #065f46;
}

.form-message.error {
    background: #fee2e2;
    color: #991b1b;
}

/* ========================================
   PROCESS SECTION
   ======================================== */
.process-section {
    padding: 5rem 0;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.process-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.process-content > p {
    color: #666;
    margin-bottom: 2rem;
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.process-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.9375rem;
}

.process-item::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #2dd4a8;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.process-note {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    color: #666;
    font-size: 0.9375rem;
}

.process-note strong {
    color: #1a1a2e;
}

.process-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.process-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
    background: #1a1a2e;
    color: #fff;
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9375rem;
    margin-top: 1rem;
    max-width: 300px;
}

.footer-title {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    color: #fff;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #2dd4a8;
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
}

/* ========================================
   BLOG STYLES
   ======================================== */
.page-header {
    background: #1a1a2e;
    color: #fff;
    padding: 8rem 0 4rem;
    text-align: center;
}

.page-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.5rem;
}

.page-header p {
    color: rgba(255,255,255,0.8);
    font-size: 1.125rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    padding: 4rem 0;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.blog-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f0f0f0;
}

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

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

.blog-card-meta {
    font-size: 0.8125rem;
    color: #999;
    margin-bottom: 0.75rem;
}

.blog-card h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.blog-card h2 a {
    color: #1a1a2e;
    transition: color 0.2s ease;
}

.blog-card h2 a:hover {
    color: #2dd4a8;
}

.blog-card p {
    color: #666;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}

.read-more {
    color: #2dd4a8;
    font-weight: 600;
    font-size: 0.9375rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.read-more:hover {
    color: #25b894;
}

/* Single Post */
.single-post {
    padding: 4rem 0;
}

.single-post-container {
    max-width: 800px;
    margin: 0 auto;
}

.single-post-header {
    margin-bottom: 2rem;
}

.single-post-meta {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 1rem;
}

.single-post-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.2;
}

.single-post-featured {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
}

.single-post-content {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #333;
}

.single-post-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.single-post-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.single-post-content p {
    margin-bottom: 1.5rem;
}

.single-post-content ul,
.single-post-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.single-post-content li {
    margin-bottom: 0.5rem;
    list-style: disc;
}

.single-post-content ol li {
    list-style: decimal;
}

.single-post-content blockquote {
    border-left: 4px solid #2dd4a8;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #555;
}

.single-post-content a {
    color: #2dd4a8;
    text-decoration: underline;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    margin-top: 3rem;
    border-top: 1px solid #e5e7eb;
}

.post-navigation a {
    color: #2dd4a8;
    font-weight: 600;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 2rem 0;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border-radius: 6px;
    font-weight: 500;
}

.pagination a {
    background: #f0f0f0;
    color: #1a1a2e;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background: #2dd4a8;
    color: #fff;
}

.pagination .current {
    background: #2dd4a8;
    color: #fff;
}

/* ========================================
   MOBILE MENU
   ======================================== */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: #1a1a2e;
    z-index: 1001;
    transition: right 0.3s ease;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.mobile-menu.is-open {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu-nav a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}

.mobile-menu-label {
    color: #2dd4a8;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: -0.25rem;
}

.mobile-menu-divider {
    display: block;
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

.mobile-menu-cta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

/* ========================================
   SECTION HEADERS
   ======================================== */
.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.section-header-center h2 {
    margin-bottom: 1rem;
}

.section-header-center p {
    color: #666;
    font-size: 1.0625rem;
    line-height: 1.7;
}

/* ========================================
   PRICING SECTION
   ======================================== */
.pricing-section {
    padding: 5rem 0;
    background: #1a1a2e;
}

.pricing-section .section-header-center {
    color: #fff;
}

.pricing-section .section-header-center h2 {
    color: #fff;
}

.pricing-section .section-header-center p {
    color: rgba(255,255,255,0.7);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.pricing-card.featured {
    background: linear-gradient(135deg, #2dd4a8 0%, #1fb894 100%);
    transform: scale(1.02);
}

.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-8px);
}

.pricing-card.pricing-card-bespoke {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    border: 2px dashed #2dd4a8;
}

.pricing-card.pricing-card-bespoke h3,
.pricing-card.pricing-card-bespoke .pricing-price .currency,
.pricing-card.pricing-card-bespoke .pricing-price .amount {
    color: #fff;
}

.pricing-card.pricing-card-bespoke .pricing-price .from {
    color: #2dd4a8;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 0.5rem;
    text-transform: uppercase;
}

.pricing-card.pricing-card-bespoke .pricing-price .vat,
.pricing-card.pricing-card-bespoke .pricing-description,
.pricing-card.pricing-card-bespoke .pricing-features li,
.pricing-card.pricing-card-bespoke .pricing-ideal {
    color: rgba(255,255,255,0.85);
}

.pricing-card.pricing-card-bespoke .pricing-features li::before {
    color: #2dd4a8;
}

.pricing-card.pricing-card-bespoke .pricing-ideal {
    border-top-color: rgba(255,255,255,0.2);
}

.pricing-card.pricing-card-bespoke h4 {
    color: rgba(255,255,255,0.7);
}

.pricing-card.pricing-card-bespoke .btn-primary {
    background: #2dd4a8;
    border-color: #2dd4a8;
    color: #1a1a2e;
}

.pricing-card.pricing-card-bespoke .btn-primary:hover {
    background: #25c49a;
    border-color: #25c49a;
}

.pricing-card.featured h3,
.pricing-card.featured .pricing-price .currency,
.pricing-card.featured .pricing-price .amount {
    color: #fff;
}

.pricing-card.featured .pricing-price .vat,
.pricing-card.featured .pricing-description,
.pricing-card.featured .pricing-features li,
.pricing-card.featured .pricing-ideal {
    color: rgba(255,255,255,0.9);
}

.pricing-card.featured .pricing-features li::before {
    color: #fff;
}

.pricing-card.featured .pricing-ideal {
    border-top-color: rgba(255,255,255,0.3);
}

.pricing-card.featured h4 {
    color: rgba(255,255,255,0.8);
}

.pricing-card.featured .btn {
    background: #fff;
    color: #1a1a2e;
    border-color: #fff;
}

.pricing-card.featured .btn:hover {
    background: #f0f0f0;
}

.pricing-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1a1a2e;
}

.pricing-price {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.pricing-price .from {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.5rem;
    color: #888;
}

.pricing-price .currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
}

.pricing-price .amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.pricing-price .vat {
    font-size: 0.8125rem;
    color: #888;
    margin-left: 0.35rem;
}

.pricing-description {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.pricing-card h4 {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    color: #999;
}

.pricing-features {
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.pricing-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    color: #555;
    line-height: 1.5;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2dd4a8;
    font-weight: 700;
}

.pricing-ideal {
    font-size: 0.8125rem;
    color: #666;
    margin-bottom: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.pricing-ideal strong {
    color: #1a1a2e;
}

.pricing-card .btn {
    margin-top: auto;
    text-align: center;
    justify-content: center;
    width: 100%;
}

/* ========================================
   WHY CHOOSE / INFO SECTIONS
   ======================================== */
.why-choose-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    color: #fff;
}

.why-choose-section .section-header-center h2 {
    color: #fff;
}

.why-choose-section .section-header-center p {
    color: rgba(255,255,255,0.7);
}

.why-choose-section .check-list li {
    color: #fff;
}

.why-choose-section .check-list li::before {
    color: #2dd4a8;
}

.why-choose-section .two-column-grid {
    margin-top: 3rem;
}

.why-choose-section .info-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.why-choose-section .info-box h3,
.why-choose-section .info-box h4 {
    color: #2dd4a8;
}

.why-choose-section .simple-list li {
    color: rgba(255,255,255,0.8);
}

.why-choose-section .simple-list li::before {
    color: #2dd4a8;
}

.walkaway-section,
.needs-section,
.different-section {
    padding: 5rem 0;
}

.walkaway-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.walkaway-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

.walkaway-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.walkaway-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    border-color: #2dd4a8;
}

.walkaway-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.walkaway-card h4 {
    font-size: 1rem;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.walkaway-card p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.check-list-center {
    align-items: center;
}

.check-list li {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.0625rem;
    color: #333;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: rgba(45, 212, 168, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2dd4a8;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-align: center;
}

.two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.info-box {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.info-box h3,
.info-box h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.simple-list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.simple-list li {
    font-size: 0.9375rem;
    color: #555;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}

.simple-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 6px;
    height: 6px;
    background: #2dd4a8;
    border-radius: 50%;
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-section {
    padding: 5rem 0;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-item summary {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 400;
    color: #2dd4a8;
    transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
    content: '−';
}

.faq-item p {
    padding: 0 1.5rem 1.25rem;
    color: #666;
    line-height: 1.7;
    font-size: 0.9375rem;
}

/* ========================================
   VALUE SECTION
   ======================================== */
.value-section {
    padding: 5rem 0;
}

.value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.value-content h2 {
    margin-bottom: 1.5rem;
}

.value-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.value-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* ========================================
   INSIGHTS SECTION
   ======================================== */
.insights-section {
    padding: 5rem 0;
    background: #fff;
}

.insights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.insights-grid:last-child {
    margin-bottom: 0;
}

.insights-grid-reverse {
    direction: rtl;
}

.insights-grid-reverse > * {
    direction: ltr;
}

.insights-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.insights-content p:last-child {
    margin-bottom: 0;
}

.insights-content p strong {
    color: #1a1a2e;
}

.insights-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* Responsive for insights */
@media (max-width: 768px) {
    .insights-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .insights-grid-reverse {
        direction: ltr;
    }
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
    .hero-inner,
    .intro-grid,
    .services-header,
    .case-study,
    .trust-grid,
    .contact-grid,
    .process-grid,
    .value-grid,
    .insights-grid,
    .two-column-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .services-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .walkaway-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hero-floating-card,
    .hero-insights-card {
        position: static;
        margin-top: 1rem;
    }
    
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .insights-grid-reverse {
        direction: ltr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu,
    .nav-cta {
        display: none;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .hero {
        padding: 6rem 0 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-image {
        order: -1;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .services-grid-v2 {
        grid-template-columns: 1fr;
    }
    
    .walkaway-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .logo-strip-logos {
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .logo-strip-logos img {
        height: 80px;
        max-width: 180px;
    }
    
    .hero-floating-card,
    .hero-insights-card {
        display: none;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-brand p {
        max-width: none;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 3rem 0;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    .walkaway-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   MOBILE HOMEPAGE FIXES
   ======================================== */
@media (max-width: 768px) {
    /* Hero Section Mobile */
    .hero {
        padding: 5rem 0 3rem;
        min-height: auto;
    }
    
    .hero-inner {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .hero-content {
        text-align: center;
        order: 2;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
    }
    
    .hero-buttons .btn-outline-white {
        background: transparent;
        border: 2px solid rgba(255,255,255,0.5);
        color: #fff;
    }
    
    .hero-buttons .btn-outline-white:hover {
        border-color: #2dd4a8;
        background: rgba(45, 212, 168, 0.1);
        color: #2dd4a8;
    }
    
    .hero-features {
        align-items: center;
    }
    
    .hero-image {
        order: 1;
        width: 100%;
        padding: 0 1rem;
    }
    
    .hero-image-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .hero-image-wrapper > img {
        border-radius: 12px;
        width: 100%;
        height: auto;
    }
    
    .hero-floating-card,
    .hero-insights-card {
        display: none !important;
    }
    
    /* Intro Section Mobile */
    .intro-grid {
        text-align: center;
    }
    
    .intro-content .section-title {
        font-size: 1.75rem;
    }
    
    /* Trust/Logo Strip Mobile */
    .logo-strip {
        padding: 2rem 0;
    }
    
    .logo-strip-logos {
        gap: 1.5rem;
    }
    
    .logo-strip-logos img {
        height: 50px;
        max-width: 120px;
    }
    
    /* Insights Section Mobile */
    .insights-section {
        padding: 3rem 0;
    }
    
    .insights-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .insights-content {
        text-align: center;
        order: 1;
    }
    
    .insights-content .section-title {
        font-size: 1.5rem;
    }
    
    .insights-content p {
        font-size: 1rem;
    }
    
    .insights-image {
        order: 2;
        display: flex;
        justify-content: center;
    }
    
    .insights-image img {
        max-width: 200px;
        height: auto;
    }
    
    /* Case Studies Mobile */
    .case-study {
        flex-direction: column !important;
        border-radius: 16px;
    }
    
    .case-study:nth-child(even) {
        flex-direction: column !important;
    }
    
    .case-study-hero {
        min-height: 200px !important;
        border-radius: 16px 16px 0 0 !important;
    }
    
    .case-study-hero-logo {
        max-width: 200px !important;
        max-height: 60px !important;
    }
    
    .case-study-content {
        padding: 1.5rem;
        text-align: center;
    }
    
    .case-study-number {
        margin: 0 auto 1rem;
    }
    
    .case-study-content h3 {
        font-size: 1.25rem;
    }
    
    /* Packages/Pricing Mobile */
    .pricing-grid {
        gap: 1.5rem;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    /* Process Section Mobile */
    .process-grid {
        gap: 2rem;
    }
    
    .process-content {
        text-align: center;
    }
    
    .process-image {
        display: flex;
        justify-content: center;
    }
    
    .process-image img {
        max-width: 250px;
    }
    
    /* Value Section Mobile */
    .value-grid {
        gap: 2rem;
    }
    
    .value-content {
        text-align: center;
    }
    
    .value-image {
        display: flex;
        justify-content: center;
    }
    
    .value-image img {
        max-width: 250px;
    }
    
    /* Walkaway Section Mobile */
    .walkaway-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .walkaway-item {
        text-align: center;
    }
    
    /* Section Titles Mobile */
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    /* CTA Section Mobile */
    .cta-section {
        padding: 3rem 0;
        text-align: center;
    }
    
    .cta-section h2 {
        font-size: 1.75rem;
    }
    
    /* Footer Mobile */
    .footer-grid {
        gap: 2rem;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .site-footer .site-logo {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem;
    }
    
    .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
    
    .case-study-hero {
        min-height: 180px !important;
    }
    
    .case-study-hero-logo {
        max-width: 160px !important;
        max-height: 50px !important;
    }
    
    .insights-image img {
        max-width: 160px;
    }
    
    .logo-strip-logos img {
        height: 40px;
        max-width: 100px;
    }
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

/* About Hero */
.about-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 8rem 0 5rem;
    text-align: center;
    color: #fff;
}

.about-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.about-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
    color: #fff;
}

.about-hero-text {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
}

/* Why We Exist */
.about-why {
    padding: 5rem 0;
}

.about-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-why-content h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.about-why-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.about-benefits {
    margin-bottom: 2rem;
}

.about-benefits li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.0625rem;
    color: #333;
}

.about-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2dd4a8;
    font-weight: 700;
}

.about-why-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* Our Story */
.about-story {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 5rem 0;
    color: #fff;
}

.about-story .section-header-center h2 {
    color: #fff;
}

.about-story-tagline {
    color: #2dd4a8 !important;
    font-size: 1.125rem;
    font-weight: 500;
}

.about-story-content {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.about-story-content p {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem 5rem;
    padding: 4rem;
    background: #fff;
    border-radius: 16px;
}

.about-logos-grid img {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.about-logos-grid img:hover {
    transform: scale(1.1);
}

/* Expertise Section */
.about-expertise {
    padding: 5rem 0;
    background: #f8f9fa;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.expertise-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-color: #2dd4a8;
}

.expertise-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.expertise-card h4 {
    font-size: 1.125rem;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.expertise-card p {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.6;
}

/* Process Section */
.about-process {
    padding: 5rem 0;
    background: #fff;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, #2dd4a8 0%, #1a1a2e 100%);
    z-index: 0;
}

.process-step {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.process-step-number {
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(135deg, #2dd4a8 0%, #1fb894 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 auto 1.25rem;
}

.process-step h4 {
    font-size: 1.125rem;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.process-step p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

/* Values Section */
.about-values {
    padding: 5rem 0;
    background: #f8f9fa;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.value-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border-left: 4px solid #2dd4a8;
}

.value-card h4 {
    font-size: 1.25rem;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.value-card p {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.7;
}

/* Team Section */
.about-team {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 5rem 0;
    color: #fff;
}

.about-team .section-header-center h2 {
    color: #fff;
}

.team-content {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.team-content p {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.team-content strong {
    color: #2dd4a8;
}

.team-founder {
    text-align: center;
}

.founder-image {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.founder-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #2dd4a8;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.founder-info h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.founder-info span {
    color: #2dd4a8;
    font-size: 1rem;
}

/* Eyebrow dark variant */
.eyebrow-dark {
    background: #1a1a2e;
    color: #fff;
}

/* About Page Responsive */
@media (max-width: 1024px) {
    .about-why-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-why-image {
        order: -1;
    }
    
    .about-logos-grid {
        gap: 2.5rem 4rem;
        padding: 3rem;
    }
    
    .about-logos-grid img {
        height: 65px;
        max-width: 170px;
    }
    
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-steps::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 6rem 0 3rem;
    }
    
    .about-logos-grid {
        gap: 2rem 2.5rem;
        padding: 2rem;
    }
    
    .about-logos-grid img {
        height: 50px;
        max-width: 130px;
    }
    
    .expertise-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   CONTACT PAGE STYLES
   ======================================== */

/* Contact Hero */
.contact-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 8rem 0 5rem;
    text-align: center;
    color: #fff;
}

.contact-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    margin-bottom: 1.5rem;
    color: #fff;
}

.contact-hero p {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
}

/* Contact Options */
.contact-options {
    padding: 4rem 0;
    background: #f8f9fa;
}

.contact-options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.contact-option-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.contact-option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-color: #2dd4a8;
}

.contact-option-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-option-card h4 {
    font-size: 1.0625rem;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.contact-option-card p {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.6;
}

.contact-option-card a {
    color: #2dd4a8;
    font-weight: 500;
}

/* Contact Main Section */
.contact-main {
    padding: 5rem 0;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: start;
}

.contact-form-side h2 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    color: #1a1a2e;
}

.contact-form-side > p {
    color: #666;
    margin-bottom: 2rem;
}

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

.contact-form-side label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.contact-form-side input,
.contact-form-side textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-form-side input:focus,
.contact-form-side textarea:focus {
    outline: none;
    border-color: #2dd4a8;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(45, 212, 168, 0.1);
}

.btn-full {
    width: 100%;
}

/* Contact Info Side */
.contact-info-side {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

.contact-info-card h3 {
    font-size: 1.25rem;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-info-text span {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    margin-bottom: 0.25rem;
}

.contact-info-text a {
    color: #2dd4a8;
    font-weight: 500;
    font-size: 1rem;
}

.contact-info-text p {
    color: #555;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0;
}

/* Dark info card */
.contact-info-card-dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    border: none;
}

.contact-info-card-dark h3 {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.1);
}

.contact-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.contact-benefits-list li {
    position: relative;
    padding-left: 1.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.contact-benefits-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2dd4a8;
    font-weight: 700;
}

/* Contact Page Responsive */
@media (max-width: 1024px) {
    .contact-options-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 6rem 0 3rem;
    }
    
    .contact-options-grid {
        grid-template-columns: 1fr;
    }
}


/* ========================================
   CASE STUDIES PAGE STYLES
   ======================================== */

/* Case Studies Hero */
.case-studies-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 8rem 0 5rem;
    text-align: center;
    color: #fff;
}

.case-studies-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.case-studies-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    margin-bottom: 1.5rem;
    color: #fff;
}

.case-studies-hero p {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
}

/* Stats Bar */
.case-studies-stats {
    background: #2dd4a8;
    padding: 2.5rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-item {
    color: #fff;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    opacity: 0.9;
}

/* Case Studies Main */
.case-studies-main {
    padding: 5rem 0;
    background: #f8f9fa;
}

/* Filter Tabs */
.case-studies-filters {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    border: 2px solid #e5e7eb;
    background: #fff;
    border-radius: 30px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #2dd4a8;
    color: #2dd4a8;
}

.filter-btn.active {
    background: #2dd4a8;
    border-color: #2dd4a8;
    color: #fff;
}

/* Case Studies Grid */
.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.case-study-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.case-study-image {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.case-study-brand {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.case-study-image img {
    max-width: 70%;
    max-height: 55%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    transition: all 0.3s ease;
}

/* Keep original colors for specific logos */
.case-study-image img.logo-color,
.case-study-image img.logo-nofilter {
    filter: none;
    opacity: 1;
}

.case-study-placeholder {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
}

.case-study-card:hover .case-study-image img,
.case-study-card:hover .case-study-brand {
    transform: scale(1.1);
    opacity: 1;
}

.case-study-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.case-study-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 46, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.case-study-card:hover .case-study-overlay {
    opacity: 1;
}

.case-study-content {
    padding: 1.5rem;
}

.case-study-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.case-study-tags .tag {
    background: rgba(45, 212, 168, 0.1);
    color: #2dd4a8;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
}

.case-study-content h3 {
    font-size: 1.125rem;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.case-study-content p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

/* Case Studies CTA */
.case-studies-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 5rem 0;
    text-align: center;
}

.case-studies-cta .cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.case-studies-cta h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.case-studies-cta p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
    font-size: 1.0625rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Case Studies Responsive */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .case-studies-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .case-studies-hero {
        padding: 6rem 0 3rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .case-studies-grid {
        grid-template-columns: 1fr;
    }
}



/* ========================================
   SINGLE CASE STUDY STYLES
   ======================================== */

.case-study-single-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 8rem 0 5rem;
    text-align: center;
    color: #fff;
}

.case-study-single-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.case-study-single-tags {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.case-study-single-tags .tag {
    background: rgba(45, 212, 168, 0.2);
    color: #2dd4a8;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.case-study-single-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin-bottom: 1.5rem;
}

.case-study-single-intro {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
}

.case-study-single-image {
    margin-top: -3rem;
    padding: 0 1rem;
}

.case-study-single-image img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

.case-study-single-content {
    padding: 4rem 0;
}

.case-study-single-body {
    max-width: 800px;
    margin: 0 auto;
}

.case-study-single-body h2 {
    font-size: 1.75rem;
    margin: 2.5rem 0 1rem;
    color: #1a1a2e;
}

.case-study-single-body h3 {
    font-size: 1.375rem;
    margin: 2rem 0 0.75rem;
    color: #1a1a2e;
}

.case-study-single-body p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.case-study-single-body ul,
.case-study-single-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.case-study-single-body li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.case-study-single-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
}

.case-study-single-body blockquote {
    border-left: 4px solid #2dd4a8;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    background: #f8f9fa;
    border-radius: 0 12px 12px 0;
}

.case-study-single-body blockquote p {
    font-size: 1.125rem;
    font-style: italic;
    color: #333;
    margin: 0;
}

.case-study-single-cta {
    background: linear-gradient(135deg, #2dd4a8 0%, #1fb894 100%);
    padding: 4rem 0;
    text-align: center;
}

.case-study-single-cta h2 {
    color: #fff;
    margin-bottom: 0.75rem;
}

.case-study-single-cta p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 2rem;
}

.case-study-single-cta .btn-primary {
    background: #1a1a2e;
    color: #fff !important;
}

.case-study-single-cta .btn-primary:hover {
    background: #2d2d4a;
    color: #fff !important;
}

.case-study-related {
    padding: 5rem 0;
    background: #f8f9fa;
}

.case-study-related h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.case-study-related-cta {
    text-align: center;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .case-study-single-hero {
        padding: 6rem 0 3rem;
    }
    
    .case-study-single-image {
        margin-top: -1.5rem;
    }
}


/* ========================================
   CASE STUDY SINGLE - ADDITIONAL STYLES
   ======================================== */

.case-study-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.case-study-meta-item {
    text-align: center;
}

.case-study-meta-item .meta-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
    margin-bottom: 0.5rem;
}

.case-study-meta-item .meta-value {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a2e;
}

.case-study-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #2dd4a8 0%, #1fb894 100%);
    border-radius: 16px;
}

.case-study-result-item {
    text-align: center;
    color: #fff;
}

.case-study-result-item .result-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.case-study-result-item .result-label {
    display: block;
    font-size: 0.875rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .case-study-meta-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .case-study-results {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .case-study-result-item .result-value {
        font-size: 2rem;
    }
}

/* ========================================
   CASE STUDY EXTENDED CONTENT
   ======================================== */

/* Methodology Section */
.case-study-methodology {
    margin: 2rem 0 3rem;
}

.methodology-step {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.methodology-step:last-child {
    border-bottom: none;
}

.methodology-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #2dd4a8 0%, #1fb894 100%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.methodology-content h3 {
    font-size: 1.125rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.methodology-content p {
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* Key Findings Section */
.case-study-findings {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0 3rem;
}

.finding-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: flex-start;
}

.finding-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.finding-item:first-child {
    padding-top: 0;
}

.finding-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.finding-item p {
    margin: 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

/* Testimonial Section */
.case-study-testimonial {
    margin: 3rem 0;
    padding: 3rem;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    border-radius: 16px;
    position: relative;
}

.case-study-testimonial::before {
    content: '"';
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-size: 6rem;
    color: #2dd4a8;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}

.case-study-testimonial blockquote {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.case-study-testimonial blockquote p {
    font-size: 1.375rem;
    color: #fff;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.case-study-testimonial cite {
    display: block;
    font-style: normal;
}

.case-study-testimonial cite strong {
    display: block;
    color: #2dd4a8;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.case-study-testimonial cite span {
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .case-study-testimonial {
        padding: 2rem;
    }
    
    .case-study-testimonial::before {
        font-size: 4rem;
        top: 0.5rem;
        left: 1rem;
    }
    
    .case-study-testimonial blockquote p {
        font-size: 1.125rem;
    }
    
    .methodology-step {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Performance Chart */
.performance-chart {
    margin: 2rem 0 3rem;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
}

.chart-row {
    margin-bottom: 2rem;
}

.chart-row:last-child {
    margin-bottom: 0;
}

.chart-label {
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.chart-bars {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.chart-bar-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.chart-bar {
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    min-width: 60px;
    transition: width 1s ease-out;
}

.chart-bar span {
    font-weight: 700;
    font-size: 0.875rem;
}

.chart-bar-before {
    background: #cbd5e1;
    color: #475569;
}

.chart-bar-after {
    background: linear-gradient(90deg, #2dd4a8 0%, #1fb894 100%);
    color: #fff;
}

.chart-bar-label {
    font-size: 0.75rem;
    color: #888;
    min-width: 45px;
}

@media (max-width: 576px) {
    .chart-bar {
        height: 28px;
    }
    
    .chart-bar span {
        font-size: 0.75rem;
    }
}

/* ========================================
   BLOG STYLES
   ======================================== */

.blog-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
    padding: 5rem 0;
    text-align: center;
}

.blog-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.blog-hero h1 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.blog-hero p {
    color: rgba(255,255,255,0.8);
    font-size: 1.125rem;
}

.blog-main {
    padding: 4rem 0 5rem;
    background: #f8f9fa;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-card-image {
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

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

.blog-card-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
}

.blog-card-date {
    color: #888;
}

.blog-card-category {
    color: #2dd4a8;
    font-weight: 600;
}

.blog-card h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1a1a2e;
    line-height: 1.4;
}

.blog-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-card-read-more {
    color: #2dd4a8;
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-pagination {
    margin-top: 3rem;
    text-align: center;
}

.blog-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 500;
    transition: all 0.2s ease;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background: #2dd4a8;
    color: #fff;
}

.blog-empty {
    text-align: center;
    padding: 4rem 2rem;
}

.blog-empty h2 {
    margin-bottom: 1rem;
}

.blog-empty p {
    color: #666;
    margin-bottom: 2rem;
}

.blog-cta {
    background: linear-gradient(135deg, #2dd4a8 0%, #1fb894 100%);
    padding: 4rem 0;
    text-align: center;
}

.blog-cta h2 {
    color: #fff;
    margin-bottom: 0.75rem;
}

.blog-cta p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 2rem;
}

.blog-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.blog-cta .btn-primary {
    background: #1a1a2e;
    color: #fff;
}

.blog-cta .btn-primary:hover {
    background: #2d2d4a;
}

.blog-cta .btn-outline-white {
    border-color: #fff;
    color: #fff;
}

.blog-cta .btn-outline-white:hover {
    background: #fff;
    color: #1a1a2e;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-hero h1 {
        font-size: 2rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-cta-buttons {
        flex-direction: column;
    }
}
