/* ============================================
   TABLE OF CONTENTS
   ============================================
   1. BASE STYLES & VARIABLES
   2. RESET & TYPOGRAPHY
   3. LAYOUT & UTILITIES
   4. NAVIGATION
   5. HERO SECTION
   6. BENEFITS/WHY WEBSITE SECTION
   7. SERVICES SECTION
   8. PROCESS TIMELINE
   9. PRICING SECTION
   10. PORTFOLIO SECTION
   11. ABOUT SECTION
   12. FAQ SECTION
   13. REVIEWS/TESTIMONIALS SECTION
   14. CONTACT SECTION
   15. FOOTER
   16. FLOATING ELEMENTS
   17. COOKIE CONSENT BANNER
   18. TRUST BADGES & ENHANCED FEATURES
   19. ANIMATIONS
   20. MEDIA QUERIES
   ============================================ */
/* ============================================
   1. BASE STYLES & VARIABLES
   ============================================ */
* {
    -webkit-tap-highlight-color: rgba(6, 182, 212, 0.2);
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    scroll-padding-top: 80px;
    --vh: 1vh;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Hide scrollbar — still scrollable via touch/mouse wheel/keyboard */
::-webkit-scrollbar {
    display: none;
}
html {
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE / Edge legacy */
}
@media (max-width: 768px) {
    html {
        scroll-padding-top: 70px;
    }
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
::selection {
    background-color: #06b6d4;
    color: #ffffff;
}
::-moz-selection {
    background-color: #06b6d4;
    color: #ffffff;
}
:root {
    --primary-color: #06b6d4;
    --secondary-color: #0891b2;
    --dark-bg: #0a0e1a;
    --light-bg: #1a1f35;
    --lighter-bg: #242b45;
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --accent-color: #f43f5e;
    --accent-secondary: #f59e0b;
    --success-color: #10b981;
    --gradient: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    --gradient-vibrant: linear-gradient(135deg, #06b6d4 0%, #3b82f6 50%, #8b5cf6 100%);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.4);
    --shadow-glow: 0 0 30px rgba(6, 182, 212, 0.3);
}
/* ============================================
   2. RESET & TYPOGRAPHY
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 600;
    z-index: 10000;
    border-radius: 0 0 4px 0;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.nav-link:focus-visible,
.hamburger:focus-visible {
    outline: 3px solid var(--primary-color);
    outline-offset: 3px;
    transition: outline-offset 0.2s ease;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.2);
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.toast-notification {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    pointer-events: none;
    user-select: none;
}
.keyboard-user *:focus-visible {
    outline: 3px solid var(--primary-color) !important;
    outline-offset: 4px !important;
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.2) !important;
}
.slow-connection::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #06b6d4, #3b82f6, #a855f7);
    background-size: 200% 100%;
    animation: slowConnectionPulse 2s ease infinite;
    z-index: 10001;
}
@keyframes slowConnectionPulse {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 0%; }
}
body {
    transition: opacity 0.3s ease;
    animation: fadeIn 0.4s ease-in;
}
html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.package-demo-card {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}
.package-demo-card.standard {
    background-image: url('https://images.unsplash.com/photo-1607472586893-edb57bdc0e39?w=800&fit=crop&q=75');
}
.package-demo-card.enhanced {
    background-image: url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=800&fit=crop&q=75');
}
.package-demo-card.professional {
    background-image: url('https://images.unsplash.com/photo-1560066984-138dadb4c035?w=800&fit=crop&q=75');
}
.package-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}
.package-overlay.standard {
    background: linear-gradient(to top, rgba(58, 123, 213, 0.98), rgba(58, 123, 213, 0.85) 80%, transparent);
}
.package-overlay.enhanced {
    background: linear-gradient(to top, rgba(240, 147, 251, 0.98), rgba(245, 87, 108, 0.85) 80%, transparent);
}
.package-overlay.professional {
    background: linear-gradient(to top, rgba(102, 126, 234, 0.98), rgba(118, 75, 162, 0.85) 80%, transparent);
}
.package-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-weight: 700;
}
.package-price-old {
    font-size: 1.1rem;
    text-decoration: line-through;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.package-price-new {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.package-description {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 600;
}
.package-button {
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.package-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
.package-button.standard {
    color: #1e3a5f;
}
.package-button.enhanced {
    color: #b5003f;
}
.package-button.professional {
    color: #764ba2;
}
.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 30%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.reduce-data * {
    animation: none !important;
    transition: none !important;
}
.reduce-data .floating-shape,
.reduce-data .hero-circle,
.reduce-data .wire-pattern {
    display: none !important;
}
.fade-in-ready {
    animation: fadeInUp 0.6s ease-out forwards;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background:
        radial-gradient(ellipse at 70% 15%, rgba(6,182,212,.15) 0%, transparent 50%),
        radial-gradient(ellipse at 25% 85%, rgba(168,85,247,.12) 0%, transparent 50%),
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        linear-gradient(135deg, rgba(6,182,212,.03) 0%, rgba(59,130,246,.05) 50%, rgba(168,85,247,.03) 100%),
        var(--dark-bg);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    width: 100%;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 769px) {
    body {
        text-rendering: optimizeLegibility;
    }
}
/* ============================================
   HOMEPAGE - Hide full sections that have dedicated pages
   Services, Pricing, Portfolio, About, FAQ, Contact are separate pages
   Homepage shows only: Hero + Why Website section
   ============================================ */
body.home-page .services,
body.home-page .pricing,
body.home-page .portfolio,
body.home-page .about,
body.home-page .faq,
body.home-page #contact {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
@keyframes skeleton-loading {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}
.skeleton {
    background: linear-gradient(90deg, #1a1f35 0px, #242b45 40px, #1a1f35 80px);
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
}
.img-loading {
    min-height: 200px;
    background: linear-gradient(90deg, #1a1f35 0px, #242b45 40px, #1a1f35 80px);
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
}
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
        width: 100%;
    }
}
/* ============================================
   NAVIGATION BAR
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(10, 14, 26, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(6, 182, 212, 0.1);
    padding: 0.8rem 0;
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    z-index: 1000;
    /* PWA: Safe area padding for sides on notched phones */
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
}
.logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    overflow: visible;
    white-space: nowrap;
}
.navbar .logo a {
    color: #8b5cf6;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    font-weight: 900;
    overflow: visible;
    white-space: nowrap;
    z-index: 1;
    position: relative;
}
.logo a .jd {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #8b5cf6;
    transition: color 0.3s ease, text-shadow 0.3s ease, filter 0.3s ease;
    cursor: pointer;
    text-shadow: 0 0 30px rgba(139,92,246,0.9), 0 0 50px rgba(139,92,246,0.6), 0 0 70px rgba(139,92,246,0.4);
    filter: drop-shadow(0 0 20px rgba(139,92,246,0.8));
}
.logo a:hover .jd {
    background: linear-gradient(135deg, #fecaca 0%, #f87171 30%, #ef4444 65%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 3px rgba(252,165,165,0.95)) drop-shadow(0 1px 3px rgba(0,0,0,0.55));
}
.logo a span:not(.jd) {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #38bdf8;
    text-shadow: 0 0 30px rgba(56,189,248,0.9), 0 0 50px rgba(56,189,248,0.6), 0 0 70px rgba(56,189,248,0.4);
    filter: drop-shadow(0 0 20px rgba(56,189,248,0.8));
}
.logo a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6, #a78bfa, #c4b5fd);
    box-shadow: 
        0 0 25px rgba(139, 92, 246, 0.9),
        0 0 40px rgba(139, 92, 246, 0.6);
    transform: scaleX(0);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 3px;
    opacity: 0;
}
.logo a:hover,
.logo a:active {
    transform: scale(1.05);
}
.logo a:hover::after,
.logo a:active::after {
    background: linear-gradient(90deg, #ef4444, #f87171, #fca5a5);
    box-shadow: 
        0 0 30px rgba(239, 68, 68, 0.9),
        0 0 50px rgba(239, 68, 68, 0.7);
    transform: scaleX(1);
    width: 100%;
    opacity: 1;
}
@keyframes logoPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.85;
    }
}
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10001;
    transition: none;
}
.mobile-only-nav {
    display: none;
}
.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
    font-size: 1rem;
    letter-spacing: -0.01em;
    padding: 0.75rem 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    display: inline-block;
}
@media (max-width: 768px) {
    .nav-link:active {
        transform: scale(0.95);
        opacity: 0.7;
    }
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}
.nav-link:hover {
    color: var(--text-primary);
    transform: translateY(-1px);
}
.nav-link:hover::after {
    width: 100%;
}
.nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
}
.nav-link.active::after {
    width: 100%;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px; 
    touch-action: manipulation;
}
.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    padding: 12px;
    -webkit-tap-highlight-color: transparent;
    z-index: 10002;
    touch-action: manipulation;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6, 182, 212, 0.2);
    border: 2px solid #06b6d4;
    border-radius: 8px;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}
.hamburger:active {
    opacity: 0.8;
}
.hamburger span {
    width: 25px;
    height: 3px;
    background: #8b5cf6;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.6);
    pointer-events: none;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}
/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 30px 60px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
    /* Isolate to its own compositor layer so it never triggers hero-title repaints */
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: strict;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 8s ease-in-out infinite reverse;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: strict;
}
.sticky-cta-mobile {
    display: none;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-20px) translateX(10px);
    }
}
.hero-content {
    flex: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.hero-description {
    text-align: center;
    margin: 2rem auto;
    max-width: 800px;
    line-height: 1.7;
}
.hero-description p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}
.hero-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}
.hero-content {
    flex: 1;
}
.hero-visual {
    display: none;
}
.hero-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #1a1a1a;
    display: inline-block;
    padding: 0.6rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    }
}
.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 50%, #a855f7 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 40px rgba(6, 182, 212, 0.4));
    line-height: 1.2;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
}
.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}
.hero-description-short {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    text-align: center;
}
.hero-expanded-info {
    background: linear-gradient(180deg, transparent 0%, var(--light-bg) 100%);
    padding: 4rem 2rem;
    margin-top: 0;
}
.hero-expanded-info .container {
    max-width: 900px;
    margin: 0 auto;
}
.hero-expanded-info p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: center;
}
.hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.stat-number,
.stat-value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 0.3rem;
    min-width: 4ch;
    display: block;
    text-align: left;
}
.stat-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}
.hero-visual {
    display: none !important;
}
.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    margin: 0 auto;
}
.browser-mockup {
    background: var(--light-bg);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 85%;
    width: 85%;
}
.browser-header {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.browser-dots {
    display: flex;
    gap: 0.4rem;
}
.browser-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.browser-dots span:nth-child(1) { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #ffbd2e; }
.browser-dots span:nth-child(3) { background: #28ca42; }
.browser-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}
.browser-content {
    padding: 0;
    min-height: 350px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.browser-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(139, 69, 19, 0.3) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 40%, rgba(59, 130, 246, 0.3) 60%, transparent 80%),
        radial-gradient(circle at 80% 20%, rgba(234, 179, 8, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(34, 197, 94, 0.25) 0%, transparent 50%);
    pointer-events: none;
    animation: wireGlow 6s ease-in-out infinite;
}
.browser-content::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 80px,
            rgba(59, 130, 246, 0.08) 80px,
            rgba(59, 130, 246, 0.08) 85px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 80px,
            rgba(139, 69, 19, 0.08) 80px,
            rgba(139, 69, 19, 0.08) 85px
        );
    pointer-events: none;
    opacity: 0.7;
}
@keyframes wireGlow {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}
.mockup-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}
.mockup-logo {
    font-size: 1rem;
    font-weight: 700;
    color: #fbbf24;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(251, 191, 36, 0.5);
}
.mockup-menu {
    display: flex;
    gap: 0.5rem;
}
.mockup-menu span {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.mockup-hero {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.mockup-title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto 0.5rem;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    text-align: center;
}
.mockup-subtitle {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto 1rem;
    max-width: 90%;
    text-align: center;
}
.mockup-button {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 
        0 4px 16px rgba(251, 191, 36, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.mockup-button:active {
    transform: scale(0.96);
    box-shadow: 
        0 2px 8px rgba(251, 191, 36, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.mockup-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmerButton 2s infinite;
}
@keyframes shimmerButton {
    0% { left: -100%; }
    100% { left: 100%; }
}
.mockup-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    justify-items: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.mockup-service-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 10px;
    padding: 1rem 0.5rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.mockup-service-card:hover {
    transform: translateY(-2px);
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.service-icon {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.service-title {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    line-height: 1.3;
}
.mockup-section {
    height: 60px;
    background: linear-gradient(90deg, rgba(6, 182, 212, 0.2), rgba(59, 130, 246, 0.2));
    border-radius: 8px;
    margin-bottom: 1.5rem;
    animation: shimmer 2s infinite;
}
.mockup-section.small {
    height: 40px;
    width: 60%;
    opacity: 0.7;
}
.mockup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.mockup-card {
    height: 100px;
    background: rgba(6, 182, 212, 0.15);
    border-radius: 8px;
    border: 1px solid rgba(6, 182, 212, 0.2);
    animation: shimmer 2s infinite;
}
.mockup-card:nth-child(2) {
    animation-delay: 0.3s;
}
.mockup-card:nth-child(3) {
    animation-delay: 0.6s;
}
@keyframes shimmer {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.float-icon {
    position: absolute;
    font-size: 3rem;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(6, 182, 212, 0.5));
    z-index: 3;
    opacity: 0.9;
}
.icon-1 {
    top: 8%;
    left: 2%;
    animation-delay: 0s;
}
.icon-2 {
    top: 60%;
    right: 0%;
    animation-delay: 0.7s;
}
.icon-3 {
    bottom: 8%;
    left: 5%;
    animation-delay: 1.4s;
}
.icon-4 {
    top: 28%;
    right: 3%;
    animation-delay: 2.1s;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}
.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.btn {
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
    min-height: 48px;
    min-width: 48px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}
@media (min-width: 769px) {
    .btn {
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                    box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                    background 0.2s ease;
    }
    .btn:hover {
        transform: translate3d(0, -2px, 0);
    }
}
@media (max-width: 768px) {
    .btn:active {
        transform: scale(0.97);
        transition: transform 0.1s ease;
    }
}
.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.btn:hover::before {
    width: 300px;
    height: 300px;
}
.btn-primary {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    color: var(--text-primary);
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
    border: 2px solid transparent;
}
.btn-primary:hover {
    box-shadow: 0 8px 30px rgba(6, 182, 212, 0.5),
                0 0 20px rgba(6, 182, 212, 0.3);
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.1);
}
.btn-secondary {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid rgba(6, 182, 212, 0.5);
}
.btn-secondary:hover {
    border-color: var(--primary-color);
    background: rgba(6, 182, 212, 0.1);
    transform: translateY(-2px);
}
.hero-image {
    flex: 1;
    position: relative;
    height: 400px;
    width: 100%;
    max-width: 600px;
}
.floating-card {
    position: fixed;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.2);
    animation: float 6s ease-in-out infinite;
    border: 2px solid rgba(6, 182, 212, 0.4);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 10;
    cursor: pointer;
}
.floating-card:hover {
    background: rgba(6, 182, 212, 0.15);
    border-color: rgba(6, 182, 212, 0.8);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
}
.card-1 {
    width: 180px;
    height: 150px;
    bottom: 155px;
    left: calc(25% + 90px);
    background: rgba(6, 182, 212, 0.08);
}
.card-2 {
    width: 160px;
    height: 160px;
    bottom: 120px;
    left: calc(25% + 90px);
    background: rgba(8, 145, 178, 0.08);
    animation-delay: 2s;
}
.card-3 {
    width: 170px;
    height: 145px;
    bottom: 90px;
    left: calc(25% + 90px);
    background: rgba(6, 182, 212, 0.08);
    animation-delay: 4s;
}
section {
    margin-bottom: 4rem;
    padding: 60px 30px;
}
section:not(.hero) {
    position: relative;
}
section:not(.hero)::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    border-radius: 2px;
}
.why-website {
    padding: 80px 30px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        linear-gradient(180deg, var(--dark-bg) 0%, var(--light-bg) 50%, var(--dark-bg) 100%);
    position: relative;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.benefit-card {
    width: 100%;
    background: linear-gradient(145deg, var(--light-bg) 0%, var(--lighter-bg) 100%);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(6, 182, 212, 0.1);
    text-align: center;
    position: relative;
    overflow: visible;
    box-shadow: var(--shadow-sm);
}
.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-vibrant);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.benefit-card:hover::before {
    transform: scaleX(1);
}
.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-lg), var(--shadow-glow), 
                0 0 40px rgba(6, 182, 212, 0.25);
    border-color: rgba(6, 182, 212, 0.5);
    background: linear-gradient(145deg, var(--lighter-bg) 0%, var(--light-bg) 100%);
}
.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(59, 130, 246, 0.2));
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(6, 182, 212, 0.3);
}
.benefit-card:hover .benefit-icon {
    transform: scale(1.15) rotate(8deg);
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.35), rgba(59, 130, 246, 0.35));
    box-shadow: 0 12px 35px rgba(6, 182, 212, 0.4),
                0 0 30px rgba(6, 182, 212, 0.3);
}
.benefit-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-primary);
}
.benefit-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 1rem;
}
.benefit-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    display: block;
    text-align: center;
}
.seo-benefits {
    margin-top: 5rem;
}
.seo-content {
    max-width: 1200px;
    margin: 0 auto;
}
.seo-text {
    background: var(--light-bg);
    padding: 3rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.seo-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    margin-top: 2rem;
}
.seo-text h3:first-child {
    margin-top: 0;
}
.seo-text p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.seo-benefits-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}
.seo-benefits-list li {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
}
.seo-benefits-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: bold;
    font-size: 1.2rem;
}
.seo-benefits-list li strong {
    color: var(--text-primary);
    display: block;
    margin-bottom: 0.3rem;
}
.seo-highlight {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(8, 145, 178, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    color: var(--text-primary);
    font-weight: 500;
    margin-top: 2rem;
}
.website-vs-facebook {
    margin-top: 5rem;
}
.comparison-content {
    max-width: 1200px;
    margin: 0 auto;
}
.comparison-text {
    background: var(--light-bg);
    padding: 3rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.comparison-text > p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin: 2rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.comparison-item {
    width: 100%;
    background: var(--dark-bg);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 600px;
    margin: 0 auto;
}
.comparison-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}
.comparison-item p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1rem;
}
.comparison-item p strong {
    color: var(--text-primary);
    font-weight: 600;
}
.comparison-conclusion {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(8, 145, 178, 0.1) 100%);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    margin-top: 3rem;
}
.comparison-conclusion h3 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
.comparison-conclusion p {
    color: var(--text-primary);
    line-height: 1.8;
    font-size: 1.05rem;
}
.services {
    padding: 100px 20px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        linear-gradient(180deg, #0a0e1a 0%, #1a1f35 100%);
}
.page-section {
    padding-top: 70px;
}
@media (min-width: 969px) and (max-width: 1199px) {
    .page-section {
        padding-top: 90px;
    }
}
@media (min-width: 1200px) {
    .page-section {
        padding-top: 150px;
    }
}
.section-title {
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 60%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
    width: 100%;
}
.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #06b6d4, #3b82f6, #a855f7);
    margin: 1.5rem auto 0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.5);
}
.section-subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    line-height: 1.7;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.service-card {
    background: linear-gradient(145deg, var(--light-bg), #1a1f35);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(6, 182, 212, 0.1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(6, 182, 212, 0.1);
    width: 100%;
    contain: layout style paint;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-vibrant);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover::before {
    transform: scaleX(1);
}
.service-card:hover {
    transform: translateY(-12px) scale(1.03);
    border-color: rgba(6, 182, 212, 0.5);
    background: linear-gradient(145deg, #1a1f35, var(--light-bg));
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5), 
                0 8px 25px rgba(6, 182, 212, 0.4), 
                0 0 50px rgba(6, 182, 212, 0.25);
}
.service-icon {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(59, 130, 246, 0.15));
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--primary-color);
}
.service-icon i {
    font-size: 2rem;
}
.service-card:hover .service-icon {
    transform: scale(1.15) rotate(-8deg);
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.3), rgba(59, 130, 246, 0.3));
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.4);
}
.service-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-primary);
    display: block;
    text-align: center;
    letter-spacing: -0.01em;
}
.service-card p {
    color: var(--text-secondary);
    line-height: 1.8;
    display: block;
    text-align: center;
    font-size: 1rem;
}
.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.resource-card {
    width: 100%;
    background: var(--dark-bg);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(6, 182, 212, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.resource-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.2);
}
.resource-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}
.resource-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.resource-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}
.resource-card ul {
    margin-top: 1rem;
    line-height: 1.8;
    color: var(--text-secondary);
}
.resource-card ul li {
    margin-bottom: 0.5rem;
}
.resource-card p + p,
.resource-card ul + p {
    margin-top: 1rem;
}
.resources-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem;
    border-radius: 10px;
    margin-top: 4rem;
    text-align: center;
    color: white;
}
.resources-cta h2 {
    color: white;
    margin-bottom: 1rem;
}
.resources-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.resources-cta a {
    color: var(--primary-color);
}
.resources-cta .btn {
    background: white;
    color: #667eea;
    border-color: white;
}
.process {
    padding: 100px 20px;
    background: var(--dark-bg);
}
.timeline {
    max-width: 900px;
    margin: 4rem auto 0;
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    transform: translateX(-50%);
}
.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
}
.timeline-item:nth-child(odd) {
    flex-direction: row;
}
.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-number {
    width: 60px;
    height: 60px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.5);
}
.timeline-item:nth-child(odd) .timeline-number {
    margin-right: -30px;
}
.timeline-item:nth-child(even) .timeline-number {
    margin-left: -30px;
}
.timeline-content {
    flex: 1;
    background: var(--light-bg);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(6, 182, 212, 0.2);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 60px;
    text-align: right;
}
.timeline-item:nth-child(even) .timeline-content {
    margin-left: 60px;
    text-align: left;
}
.timeline-content:hover {
    border-color: var(--primary-color);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.2);
}
.timeline-content h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.timeline-content p {
    color: var(--text-secondary);
    line-height: 1.6;
}
@media (max-width: 768px) {
    .mockup-grid {
        grid-template-columns: 1fr;
    }
    .float-icon {
        font-size: 2rem;
    }
    .hero-expanded-info {
        padding: 3rem 1.5rem;
    }
    section {
        margin-bottom: 4rem;
    }
    .why-website {
        padding: 80px 20px;
    }
    .benefits-grid {
        gap: 2rem;
        margin-top: 3rem;
    }
    .timeline::before {
        display: none;
    }
    .timeline-item,
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 1.5rem !important;
    }
    .timeline-number {
        position: relative !important;
        left: auto !important;
        width: 52px !important;
        height: 52px !important;
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem !important;
        flex-shrink: 0 !important;
    }
    .timeline-item:nth-child(odd) .timeline-number,
    .timeline-item:nth-child(even) .timeline-number {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .timeline-content,
    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
        width: 100% !important;
        padding: 1.25rem !important;
    }
}
.portfolio {
    padding: 100px 20px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        var(--dark-bg);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.portfolio-intro {
    max-width: 800px;
    margin: 1.5rem auto 0;
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.8;
}
.portfolio-intro strong {
    color: var(--primary-color);
}
.portfolio-cta {
    max-width: 700px;
    margin: 4rem auto 0;
    text-align: center;
    padding: 3rem 2rem;
    background: var(--light-bg);
    border: 2px solid var(--primary-color);
}
.portfolio-cta h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}
.portfolio-cta p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.filter-btn {
    padding: 12px 24px;
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border-radius: 0;
}
.filter-btn:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}
.filter-btn.active {
    background: var(--primary-color);
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
    justify-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 1rem;
}
.portfolio-item.centered {
    grid-column: 1 / -1;
    max-width: 500px;
}
/* 3-column variant for 3-item package example grids (iPad Pro & desktop) */
@media (min-width: 969px) {
    .portfolio-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .portfolio-grid-3 > .portfolio-item {
        grid-column: auto !important;
        max-width: none !important;
    }
}
.portfolio-item {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    min-height: 380px;
    width: 100%;
    border: 2px solid rgba(6, 182, 212, 0.2);
    opacity: 1;
    display: block;
    box-shadow: var(--shadow-md);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}
.portfolio-item img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.portfolio-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, #06b6d4, #3b82f6, #a855f7);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
    display: none !important; 
}
.portfolio-item:hover::before {
    opacity: 1;
}
.portfolio-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-lg), 0 0 50px rgba(6, 182, 212, 0.3);
}
.portfolio-image {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.portfolio-item:nth-child(1) .portfolio-image::before,
.portfolio-item:nth-child(2) .portfolio-image::before,
.portfolio-item:nth-child(3) .portfolio-image::before {
    display: none;
}
.portfolio-item:nth-child(1) .portfolio-image::after,
.portfolio-item:nth-child(2) .portfolio-image::after,
.portfolio-item:nth-child(3) .portfolio-image::after {
    display: none;
}
.portfolio-item:nth-child(4) .portfolio-image {
    background: url('https://images.unsplash.com/photo-1560066984-138dadb4c035?w=600&h=400&fit=crop') center/cover no-repeat;
}
.portfolio-item:nth-child(4) .portfolio-image::before {
    content: '🌿';
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 6rem;
    opacity: 0.95;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
    animation-delay: 1.5s;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.6), 0 4px 20px rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.7));
    pointer-events: none;
}
.portfolio-item:nth-child(4) .portfolio-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(157, 23, 77, 0.35) 0%, rgba(219, 39, 119, 0.3) 100%);
    z-index: 0;
    pointer-events: none;
}
.portfolio-item:nth-child(5) .portfolio-image {
    background: url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?w=600&h=400&fit=crop') center/cover no-repeat;
}
.portfolio-item:nth-child(5) .portfolio-image::before {
    content: '🐾';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 6rem;
    opacity: 0.95;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
    animation-delay: 2s;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.6), 0 4px 20px rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.7));
    pointer-events: none;
}
.portfolio-item:nth-child(5) .portfolio-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(194, 65, 12, 0.35) 0%, rgba(249, 115, 22, 0.3) 100%);
    z-index: 0;
    pointer-events: none;
}
.portfolio-item:nth-child(6) .portfolio-image {
    background: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?w=600&h=400&fit=crop') center/cover no-repeat;
}
.portfolio-item:nth-child(6) .portfolio-image::before {
    content: '🥖';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 6rem;
    opacity: 0.95;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
    animation-delay: 2.5s;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.6), 0 4px 20px rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.7));
    pointer-events: none;
}
.portfolio-item:nth-child(6) .portfolio-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(161, 98, 7, 0.35) 0%, rgba(234, 179, 8, 0.3) 100%);
    z-index: 0;
    pointer-events: none;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    padding: 2rem 1.5rem;
    text-align: center;
    z-index: 2;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(1px);
}
.portfolio-item:hover .portfolio-image {
    transform: scale(1);
}
.portfolio-overlay h3 {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    text-shadow: none;
    transform: translateY(0);
    transition: transform 0.4s ease;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.portfolio-item:hover .portfolio-overlay h3 {
    transform: translateY(0);
    text-shadow: none;
}
.portfolio-overlay p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.view-project {
    display: block;
    padding: 8px 20px;
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 0;
    color: var(--text-primary);
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-size: 0.9rem;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}
.view-project:hover {
    background: var(--primary-color);
    color: var(--text-primary);
}
.about {
    padding: 100px 20px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        linear-gradient(180deg, #0a0e1a 0%, #1a1f35 100%);
}
.about .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.about-content {
    display: flex;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
    flex-direction: column;
    text-align: center;
}
.about-text {
    flex: 1;
    max-width: 900px;
}
.about-text p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 1.1rem;
}
.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 3rem;
    color: var(--primary-color);
    font-weight: bold;
    min-width: 4ch;
    display: block;
    text-align: center;
}
.stat-item p {
    color: var(--text-secondary);
    margin-top: 0.5rem;
}
.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
}
body.about-page .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}
body.about-page .about-text {
    max-width: none;
    text-align: center;
}
body.about-page .section-title,
body.about-page .section-subtitle {
    text-align: center;
}
body.about-page .about-image {
    display: flex !important;
    justify-content: center;
    align-self: center;
    min-height: 280px;
    visibility: visible !important;
    opacity: 1 !important;
}
body.about-page .stats {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    justify-items: center;
    max-width: 400px;
    gap: 1.5rem;
}
body.about-page .stat-item {
    text-align: center;
}
body.about-page .profile-image {
    width: 280px;
    height: 280px;
    display: block;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
body.about-page .about-image picture {
    display: block;
}
.about-placeholder {
    width: 100%;
    height: 400px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(6, 182, 212, 0.3);
}
.faq {
    padding: 100px 20px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        var(--dark-bg);
}
.faq .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.faq-item {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(6, 182, 212, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.faq-item:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.3), 0 5px 15px rgba(0, 0, 0, 0.3);
}
.faq-question {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.faq-answer {
    color: var(--text-secondary);
    line-height: 1.8;
}
.reviews {
    padding: 100px 20px;
    background: var(--light-bg);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto;
}
.testimonial-card {
    width: 100%;
    background: var(--dark-bg);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(6, 182, 212, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.2);
}
.testimonial-card .stars {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fbbf24;
}
.testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-style: italic;
}
.testimonial-author {
    color: var(--primary-color);
    font-size: 0.95rem;
    margin: 0;
}
.testimonial-author strong {
    color: var(--text-primary);
}
.review-form-container {
    max-width: 700px;
    margin: 0 auto 4rem;
    background: var(--dark-bg);
    padding: 3rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.review-form-container h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--primary-color);
}
.review-form .form-group {
    position: relative;
    margin-bottom: 2rem;
}
.review-form label {
    display: block;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    background: transparent;
    text-shadow: none;
    position: static;
}
.review-form input,
.review-form textarea,
.review-form select {
    width: 100%;
    padding: 1rem;
    background: var(--light-bg);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: var(--text-primary);
    font-size: 1rem;
    transition: border-color 0.3s;
    position: static;
}
.review-form input::placeholder,
.review-form textarea::placeholder {
    color: var(--text-secondary);
}
.review-form input:focus,
.review-form textarea:focus {
    border-color: var(--primary-color);
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}
.rating-group {
    margin-bottom: 2rem;
}
.rating-group .rating-label {
    display: block;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    position: static;
}
.rating-options {
    display: block;
    width: 100%;
}
.rating-option {
    display: block;
    margin-bottom: 0.75rem;
    position: relative;
    width: 100%;
    clear: both;
}
.rating-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    margin: 0;
    padding: 0;
    left: -9999px;
}
.rating-option label {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    background: var(--light-bg);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-primary);
    font-weight: 500;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
}
.rating-option label:hover {
    border-color: var(--primary-color);
    background: var(--light-bg);
    box-shadow: 0 2px 10px rgba(6, 182, 212, 0.2);
}
.rating-option input[type="radio"]:checked + label {
    border-color: var(--primary-color);
    background: var(--light-bg);
    font-weight: 600;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.2);
    color: var(--primary-color);
}
.review-form select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    color: var(--text-primary);
}
.review-form select option {
    background: var(--dark-bg);
    color: var(--text-primary);
    padding: 0.5rem;
}
.review-form select option:first-child {
    color: var(--text-secondary);
}
.review-note {
    text-align: center;
    color: var(--text-secondary);
    margin-top: 1rem;
    font-size: 0.9rem;
    font-style: italic;
}
.reviews-display {
    max-width: 1100px;
    margin: 0 auto;
}
.reviews-display h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.review-card {
    width: 100%;
    background: var(--dark-bg);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.2);
}
.review-rating {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.review-text {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.review-author {
    color: var(--text-primary);
    font-size: 0.95rem;
}
.review-author strong {
    color: var(--primary-color);
}
.contact {
    padding: 100px 20px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        linear-gradient(180deg, #0a0e1a 0%, #1a1f35 100%);
}
.contact .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.pricing {
    padding: 100px 20px;
    background:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(6,182,212,.18) 40px, rgba(6,182,212,.18) 41px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(168,85,247,.12) 40px, rgba(168,85,247,.12) 41px),
        var(--dark-bg);
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}
.pricing-grid-addons {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1050px;
    margin-top: 2rem !important;
}
@media (min-width: 769px) and (max-width: 980px) {
    .pricing-grid-addons {
        grid-template-columns: repeat(2, 1fr);
        max-width: 660px;
    }
    .pricing-grid-addons .pricing-card:last-child {
        grid-column: 1 / -1;
        max-width: 320px;
        justify-self: center;
    }
}
/* ============================================
   PRICING SECTION
   ============================================ */
.pricing-card {
    background: linear-gradient(145deg, var(--light-bg), var(--lighter-bg));
    padding: 3rem 2.5rem;
    border: 2px solid rgba(6, 182, 212, 0.15);
    border-radius: 20px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: var(--shadow-sm);
    overflow: visible;
}
.pricing-grid > .pricing-card:nth-child(4) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 400px;
}
.pricing-card:hover {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.35), rgba(6, 182, 212, 0.25)) !important;
    border: 3px solid #06b6d4 !important;
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 0 30px 90px rgba(6, 182, 212, 0.65), 
                0 0 90px rgba(6, 182, 212, 0.45),
                0 15px 40px rgba(0, 0, 0, 0.3) !important;
}
.pricing-card.featured {
    border-color: var(--primary-color);
    border-width: 3px;
    background: linear-gradient(145deg, var(--lighter-bg), var(--light-bg));
    box-shadow: 0 0 40px rgba(6, 182, 212, 0.2);
    padding-top: 4.5rem;
}
.popular-badge {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    color: white;
    padding: 8px 24px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
}
.pricing-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    display: block;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: break-word;
}
.price {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}
.price span {
    font-size: 1.2rem;
    color: var(--text-secondary);
}
.original-price {
    font-size: 1.8rem !important;
    color: #6b7fa0 !important;
    text-decoration: line-through;
    display: block;
    margin-bottom: 0.2rem;
}
.price-description {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-size: 1rem;
}
.availability-badge {
    display: inline-block;
    background: var(--gradient);
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-left: 8px;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(6, 182, 212, 0.3);
}
.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 2rem;
}
.pricing-features li {
    padding: 0.75rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pricing-features li:before {
    content: "\2713\0020";
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 10px;
}
.pricing-note {
    text-align: center;
    color: var(--text-secondary);
    margin-top: 3rem;
    font-size: 1.1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    background: #0c1520;
    border-left: 4px solid var(--primary-color);
    border-radius: 8px;
    font-weight: 500;
}
.pricing-note strong {
    color: var(--primary-color);
    font-weight: 600;
}
.testimonials {
    padding: 100px 20px;
    background: var(--bg-color);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}
.testimonial-card .stars {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fbbf24;
}
.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.testimonial-author h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    color: var(--text-primary);
}
.testimonial-author p {
    font-size: 0.9rem;
    color: var(--text-secondary);
}
.contact-info-intro {
    background: rgba(6, 182, 212, 0.1);
    border: 2px solid rgba(6, 182, 212, 0.3);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 2rem 0;
    line-height: 1.7;
}

.info-card {
    background: rgba(6, 182, 212, 0.05);
    border: 2px solid rgba(6, 182, 212, 0.2);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.contact-hero-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}
.banner-circle-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.banner-circle-2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.contact-hero-banner h2 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.contact-hero-banner p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.contact-info h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item h4 {
    margin-bottom: 0.3rem;
    color: var(--primary-color);
    font-size: 1rem;
}

.info-item p {
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}
.info-icon {
    font-size: 2rem;
    background: transparent;
    padding: 15px;
    border-radius: 0;
    color: var(--primary-color);
    display: none;
}
.info-item h4 {
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}
.info-item p {
    color: var(--text-secondary);
}
.info-item a {
    color: var(--primary-color) !important;
    text-decoration: none !important;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.info-item a:hover {
    color: var(--secondary-color);
}
.info-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--secondary-color);
    transition: width 0.3s ease;
}
.info-item a:hover::after {
    width: 100%;
}
.contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 600px;
}
.contact-form-container {
    background: #0c1d2a;
    border: 2px solid rgba(6, 182, 212, 0.2);
    border-radius: 15px;
    padding: 2rem;
}
.simple-contact-form {
    max-width: 600px;
    margin: 0 auto;
}
.simple-contact-form .form-group {
    margin-bottom: 1.5rem;
}
.simple-contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-primary);
}
.simple-contact-form input,
.simple-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    background: #0d1525;
    border: 2px solid rgba(6, 182, 212, 0.3);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}
.simple-contact-form input:focus,
.simple-contact-form textarea:focus {
    border-color: var(--primary-color);
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}
.simple-contact-form input::placeholder,
.simple-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.simple-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}
.form-group {
    position: relative;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: var(--text-primary);
    font-size: 1rem;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group textarea {
    min-height: 120px;
    resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}
.form-group label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: var(--text-secondary);
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.rating-group label {
    position: static !important;
    left: auto !important;
    top: auto !important;
    pointer-events: auto !important;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    left: 10px;
    font-size: 0.8rem;
    background: var(--dark-bg);
    padding: 0 5px;
    color: var(--primary-color);
}
.rating-group input:focus + label,
.rating-group input:not(:placeholder-shown) + label {
    top: auto !important;
    left: auto !important;
    font-size: 1rem !important;
    background: transparent !important;
    padding: 1rem 1.5rem !important;
}
.form-message {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    display: none;
}
.form-message.success {
    display: block;
    background: rgba(16, 185, 129, 0.2);
    color: var(--success-color);
    border: 1px solid var(--success-color);
}
.form-message.error {
    display: block;
    background: rgba(244, 63, 94, 0.2);
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.footer {
    background: var(--light-bg);
    padding: 50px 20px 20px;
    margin-top: 50px;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    justify-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-col h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--heading-color);
}
.footer-col p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0.75rem;
}
.footer-col p a {
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-col p a:hover {
    opacity: 0.8;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 0.75rem;
}
.footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.footer-col ul li a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    color: var(--primary-color);
}
.footer-col ul li a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}
.footer-col ul li a:hover::before {
    opacity: 1;
    left: -18px;
}
.footer-section h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: transform 0.3s ease;
}
.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6, #a78bfa, #c4b5fd);
    box-shadow: 
        0 0 25px rgba(139, 92, 246, 0.9),
        0 0 40px rgba(139, 92, 246, 0.6);
    transform: scaleX(0);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 3px;
    opacity: 0;
}
.footer-section h3:hover {
    transform: scale(1.05);
}
.footer-section h3:hover::after {
    background: linear-gradient(90deg, #ef4444, #f87171, #fca5a5);
    box-shadow: 
        0 0 30px rgba(239, 68, 68, 0.9),
        0 0 50px rgba(239, 68, 68, 0.7);
}
.footer-section h3:hover::after {
    background: linear-gradient(90deg, #ef4444, #f87171, #fca5a5);
    box-shadow: 
        0 0 30px rgba(239, 68, 68, 0.9),
        0 0 50px rgba(239, 68, 68, 0.7);
    transform: scaleX(1);
    opacity: 1;
}
.footer-section h3 .jd {
    background: linear-gradient(135deg, #c084fc 0%, #a855f7 40%, #8b5cf6 70%, #6d28d9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: filter 0.3s ease;
    cursor: pointer;
    filter: drop-shadow(0 0 2px rgba(168,85,247,0.75)) drop-shadow(0 1px 3px rgba(0,0,0,0.55));
}
.footer-section h3:hover .jd {
    background: linear-gradient(135deg, #fecaca 0%, #f87171 30%, #ef4444 65%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 3px rgba(252,165,165,0.95)) drop-shadow(0 1px 3px rgba(0,0,0,0.55));
}
.footer-section h3 span:not(.jd) {
    background: linear-gradient(135deg, #a5f3fc 0%, #38bdf8 30%, #22d3ee 60%, #0891b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 3px rgba(56,189,248,0.9)) drop-shadow(0 1px 3px rgba(0,0,0,0.5));
}
.footer-section {
    text-align: center;
}
.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 600;
}
.footer-section p {
    color: var(--text-secondary);
    text-align: center;
}
.footer-section ul {
    list-style: none;
    text-align: center;
}
.footer-section ul li {
    margin-bottom: 0.75rem;
}
.footer-section ul li a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    display: inline-block;
}
.footer-section ul li a::before {
    content: '›';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: #06b6d4;
}
.footer-section ul li a:hover {
    color: #06b6d4;
    background: rgba(6, 182, 212, 0.1);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.2);
}
.footer-section ul li a:hover::before {
    opacity: 1;
    left: -5px;
}
.footer-section p a {
    color: #06b6d4;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    display: inline-block;
}
.footer-section p a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #06b6d4;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}
.footer-section p a:hover {
    color: #3b82f6;
    background: rgba(6, 182, 212, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.2);
}
.footer-section p a:hover::after {
    width: 100%;
    background: #3b82f6;
}
.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.social-link {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}
.social-link:hover {
    color: var(--primary-color);
}

/* Get in Touch footer section - full width centered */
.footer-section:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 100%;
    padding: 2rem 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
}
.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-secondary);
}
.footer-bottom .footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.footer-bottom .footer-links a,
.footer-bottom .footer-links button {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    font-family: inherit;
    font-weight: 500;
    position: relative;
    border-radius: 6px;
    display: inline-block;
}
.footer-bottom .footer-links a::after,
.footer-bottom .footer-links button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
    border-radius: 2px;
}
.footer-bottom .footer-links a:hover::after,
.footer-bottom .footer-links button:hover::after {
    width: 100%;
}
.footer-bottom .footer-links a:hover,
.footer-bottom .footer-links button:hover {
    color: #06b6d4;
    background: rgba(6, 182, 212, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.15);
}
.footer-bottom .footer-links a:hover,
.footer-bottom .footer-links button:hover {
    color: var(--primary-color);
}

/* Mobile footer - simplified layout */
@media (max-width: 768px) {
    .footer {
        padding: 25px 15px 150px;
        margin-top: 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }
    
    .footer-section {
        padding: 0rem 0 !important;
    }
    
    .footer-section:nth-child(3) {
        display: none !important;
    }
    
    .footer-section h4 {
        font-size: 0.85rem;
        margin-bottom: 0rem !important;
    }
    
    .footer-section ul {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .footer-section ul li {
        margin-bottom: 0rem !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
    
    .footer-section ul li a {
        padding: 0rem 0.4rem !important;
        font-size: 0.8rem;
        line-height: 1.1 !important;
        display: inline !important;
    }
    
    .footer-section p {
        font-size: 0.8rem;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
        line-height: 1.2 !important;
        padding: 0 !important;
    }
    
    .footer-section:nth-child(5) {
        grid-column: 1;
        padding-top: 0rem;
        margin-top: 0;
    }
    
    .footer-section:nth-child(5) p {
        margin-top: 0rem !important;
        margin-bottom: 0.05rem !important;
        line-height: 1.2 !important;
    }
    
    .footer-bottom {
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-top: 0rem;
    }
    
    .footer-bottom .footer-links {
        gap: 0.1rem;
        flex-direction: column;
    }
    
    .footer-bottom .footer-links a,
    .footer-bottom .footer-links button {
        font-size: 0.75rem;
        padding: 0.1rem 0.4rem;
        width: 100%;
        text-align: center;
        line-height: 1;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@media (max-width: 968px) {
    html {
        overflow-x: visible !important;
    }
    body {
        overflow-x: visible !important;
        overflow-y: auto !important;
    }
    .hamburger {
        display: flex;
        pointer-events: auto !important;
    }
    .mobile-only-nav {
        display: block;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        margin: 0.5rem 1rem;
        border-radius: 8px;
        text-align: center;
    }
    .mobile-only-nav .nav-link {
        color: white !important;
        font-weight: 600;
        padding: 1rem !important;
    }
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 90px 1rem 3rem;
        margin-top: 0;
    }
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .hero-title {
        font-size: 2.5rem;
        text-align: center;
    }
    .hero-subtitle {
        font-size: 1.2rem;
        text-align: center;
    }
    .hero-description-short {
        text-align: center;
    }
    .hero-buttons {
        justify-content: center;
        width: 100%;
    }
    .btn {
        padding: 14px 28px;
        font-size: 1rem;
        min-width: 140px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .hero-image {
        height: 300px;
        width: 100%;
    }
    .hero-visual {
        display: none !important;
    }
    .browser-mockup {
        display: none !important;
    }
    .browser-content {
        min-height: 300px;
    }
    .about-content {
        flex-direction: column;
    }
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    .portfolio-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    .pricing-grid-addons {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    .section-subtitle {
        font-size: 1.1rem;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    .footer-section h4 {
        font-size: 1.2rem;
    }
    .footer-section p {
        font-size: 0.9rem;
    }
}
@media (max-width: 768px) {
    .logo {
        font-size: 2rem;
    }
    
    /* Steven Dodds Plastering Service Mobile Fix - Smaller Overall Card */
    .portfolio-item:first-child {
        min-height: auto !important;
    }
    
    .portfolio-item:first-child .portfolio-image {
        background-size: 88% !important;
        background-position: center 25% !important;
        background-color: #ffffff !important;
        min-height: 160px !important;
    }
    
    .portfolio-item:first-child > div {
        min-height: 160px !important;
    }
    
    .hero {
        text-align: center;
        padding: 90px 1rem 3rem;
    }
    .hero-content {
        text-align: center;
    }
    .hero-title {
        font-size: 2.2rem;
        text-align: center;
        padding: 0 1rem;
        line-height: 1.3;
    }
    .hero-subtitle {
        font-size: 1.15rem;
        text-align: center;
        padding: 0 1rem;
        line-height: 1.6;
    }
    .hero-description-short {
        text-align: center;
        padding: 0 15px;
    }
    .portfolio-item {
        height: auto !important;
        min-height: 380px;
        padding-bottom: 1rem;
    }
    .portfolio-item > div {
        position: relative;
        min-height: 380px;
        padding-bottom: 1.5rem;
    }
    .portfolio-item > div > div:last-child {
        padding-bottom: 2rem !important;
    }
    .portfolio-item:active {
        transform: scale(0.98);
        transition: transform 0.15s ease-out;
    }
    .view-project:active {
        transform: scale(0.95);
        opacity: 0.9;
    }
    .portfolio-image {
        min-height: 400px !important;
    }
    #zoes-card {
        min-height: 0 !important;
        height: auto !important;
    }
    #zoes-img {
        min-height: 0 !important;
        height: auto !important;
    }
    #zoes-img img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .section-title {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 16px; 
    }
    .service-card {
        padding: 2rem;
    }
    .pricing-card {
        padding: 2rem;
    }
    .btn, button, .nav-link {
        min-height: 44px !important;
        min-width: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        touch-action: manipulation !important;
    }
    a, button, .btn {
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: rgba(6, 182, 212, 0.2);
    }
    a:active, button:active, .btn:active {
        opacity: 0.8;
        transition: opacity 0.1s ease;
    }
    .hamburger {
        min-width: 48px;
        min-height: 48px;
        padding: 12px;
        touch-action: manipulation;
    }
    .info-item {
        padding: 1.5rem;
    }
    .footer {
        padding: 15px 10px 150px !important;
        margin-top: 15px !important;
    }
    
    .footer-content {
        gap: 0.1rem !important;
    }
    
    .footer-section {
        padding: 0rem 0 !important;
        margin: 0 !important;
    }
    
    .footer-section:nth-child(1) {
        margin-bottom: 0.3rem !important;
    }
    
    .footer-section:nth-child(1) h3 {
        font-size: 0.9rem !important;
        margin-bottom: 0rem !important;
    }
    
    .footer-section:nth-child(1) p {
        font-size: 0.6rem !important;
        margin: 0 !important;
    }
    
    .footer-section:nth-child(2) {
        display: none !important;
    }
    
    .footer-section:nth-child(3) {
        display: none !important;
    }
    
    .footer-section:nth-child(4) {
        display: none !important;
    }
    
    .footer-section:nth-child(5) {
        padding-top: 0rem !important;
        margin-top: 0rem !important;
    }
    
    .footer-section:nth-child(5) h4 {
        font-size: 0.75rem !important;
        margin-bottom: 0.1rem !important;
    }
    
    .footer-section:nth-child(5) p {
        margin-top: 0rem !important;
        margin-bottom: 0.05rem !important;
        line-height: 1.2 !important;
        font-size: 0.65rem !important;
    }
    
    .footer-section h3 {
        font-size: 0.9rem !important;
        margin-bottom: 0rem !important;
    }
    
    .footer-section h4 {
        font-size: 0.75rem !important;
        margin-bottom: 0rem !important;
    }
    
    .footer-section p {
        font-size: 0.75rem !important;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }
    
    .footer-section ul {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .footer-section ul li {
        margin-bottom: 0rem !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
    
    .footer-section ul li a {
        padding: 0rem 0.4rem !important;
        font-size: 0.7rem !important;
        line-height: 1.1 !important;
        display: inline !important;
    }
    
    .footer-bottom {
        padding-top: 0.4rem !important;
        padding-bottom: 0 !important;
        margin-top: 0rem !important;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    .footer-bottom p {
        font-size: 0.65rem !important;
        margin: 0.2rem 0 !important;
        padding: 0 !important;
    }
    
    .footer-links {
        flex-direction: row !important;
        gap: 0.3rem !important;
        align-items: center !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-links a,
    .footer-links button {
        padding: 0.15rem 0.3rem !important;
        min-height: auto !important;
        display: inline-block !important;
        width: auto !important;
        max-width: none !important;
        font-size: 0.65rem !important;
        text-align: center !important;
    }
    .hero-visual {
        display: none !important;
    }
    .browser-mockup {
        display: none !important;
    }
    .browser-content {
        min-height: 280px;
    }
}
@media (max-width: 600px) {
    body, html {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        width: 100%;
    }
    body {
        padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
        padding-left: env(safe-area-inset-left) !important;
        padding-right: env(safe-area-inset-right) !important;
    }
    section {
        padding: 1.25rem 1rem;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        transform: none !important;
    }
    body.home-page .website-vs-facebook,
    body.home-page .seo-benefits,
    body.home-page .hero-expanded-info,
    body.home-page .timeline,
    .hero-description,
    .about-image,
    .stats {
        display: none !important;
    }
    body.about-page .about-image {
        display: flex !important;
    }
    body.about-page .stats {
        display: grid !important;
    }
    .service-card:nth-child(n+4) {
        display: none !important;
    }
    .resource-card:nth-child(n+3) {
        display: none !important;
    }
    .hero {
        padding: 95px 1rem 25px !important;
    }
    .hero-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
        line-height: 1.2 !important;
    }
    .hero-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.4 !important;
    }
    .hero-description-short {
        font-size: 0.85rem !important;
        margin-bottom: 1rem !important;
    }
    .hero-badge {
        font-size: 0.7rem !important;
        padding: 5px 10px !important;
        margin-bottom: 0.75rem !important;
    }
    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.75rem !important;
        margin-bottom: 1rem !important;
        width: 100% !important;
    }
    .btn {
        padding: 14px 24px !important;
        font-size: 0.9rem !important;
        width: 100% !important;
        min-height: 44px !important;
        display: block !important;
        -webkit-tap-highlight-color: rgba(6, 182, 212, 0.3) !important;
        transition: transform 0.1s ease, opacity 0.1s ease !important;
    }
    .btn:active {
        transform: scale(0.98) !important;
        opacity: 0.9 !important;
    }
    a, button, .service-card, .badge-item {
        -webkit-tap-highlight-color: rgba(6, 182, 212, 0.2) !important;
    }
    a:active, button:active {
        opacity: 0.8 !important;
    }
    .hero-stats {
        gap: 1rem !important;
        margin-top: 1rem !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .stat-item:nth-child(3) {
        display: none !important;
    }
    .stat-value {
        font-size: 1.25rem !important;
    }
    .stat-label {
        font-size: 0.7rem !important;
    }
    .trust-badges {
        padding: 1rem 1rem !important;
    }
    .badges-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.75rem !important;
    }
    .badge-item:nth-child(n+4) {
        display: none !important;
    }
    .badge-item {
        padding: 0.5rem 0.25rem !important;
    }
    .badge-icon {
        font-size: 1.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .badge-item h4 {
        font-size: 0.7rem !important;
        margin-bottom: 0.15rem !important;
    }
    .badge-item p {
        font-size: 0.6rem !important;
    }
    .cookie-banner {
        padding: 1rem !important;
        bottom: 0 !important;
    }
    .cookie-banner-content {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    .cookie-banner-text h3 {
        font-size: 1.1rem !important;
    }
    .cookie-banner-text p {
        font-size: 0.85rem !important;
    }
    .cookie-banner-buttons {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0.5rem !important;
    }
    .cookie-btn {
        width: 100% !important;
        padding: 0.75rem !important;
        font-size: 0.9rem !important;
        min-height: 44px !important;
    }
    .sticky-cta-mobile {
        display: none !important;
    }
    .sticky-cta-mobile:active {
        transform: scale(0.98) !important;
        opacity: 0.95 !important;
    }
    .why-website {
        padding: 1.5rem 1rem !important;
    }
    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    .benefit-card {
        padding: 1rem !important;
        overflow: hidden !important;
    }
    .benefit-icon {
        font-size: 1.75rem !important;
        margin-bottom: 0.5rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: normal !important;
    }
    .benefit-card h3 {
        font-size: 1rem !important;
        margin-bottom: 0.4rem !important;
    }
    .benefit-card p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
        outline: 3px solid #06b6d4 !important;
        outline-offset: 2px !important;
        border-radius: 4px;
    }
    button, .btn, .hamburger, .badge-icon, .stat-value, .nav-link {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }
    .services {
        padding: 1.5rem 1rem !important;
    }
    .hero, section {
        min-height: auto !important;
    }
    @supports (-webkit-touch-callout: none) {
        .hero {
            min-height: -webkit-fill-available !important;
        }
    }
    .services-grid {
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    .service-card {
        padding: 1rem !important;
    }
    .service-icon {
        font-size: 1.75rem !important;
        margin-bottom: 0.5rem !important;
    }
    .service-card h3 {
        font-size: 1rem !important;
        margin-bottom: 0.4rem !important;
    }
    .service-card p {
        font-size: 0.85rem !important;
    }
    .pricing {
        padding: 1.5rem 1rem !important;
    }
    .pricing-grid {
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    .pricing-grid-addons {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        gap: 1rem !important;
    }
    .pricing-card {
        padding: 1.25rem !important;
    }
    .pricing-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.5rem !important;
    }
    .price {
        font-size: 1.75rem !important;
        margin: 0.75rem 0 !important;
    }
    .original-price {
        font-size: 1rem !important;
    }
    .price-description {
        font-size: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .pricing-features {
        margin: 1rem 0 !important;
    }
    .pricing-features li {
        font-size: 0.8rem !important;
        padding: 0.35rem 0 !important;
    }
    .portfolio {
        padding: 1.5rem 1rem !important;
    }
    .portfolio-grid {
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    .portfolio-item {
        min-height: 300px !important;
        height: auto !important;
    }
    .about {
        padding: 1.5rem 1rem !important;
    }
    .about-text {
        text-align: center !important;
    }
    .about-text p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 0.75rem !important;
    }
    .faq {
        padding: 1.5rem 1rem !important;
    }
    .faq-grid {
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    .faq-item {
        padding: 1rem !important;
    }
    .faq-question {
        font-size: 0.95rem !important;
        margin-bottom: 0.5rem !important;
    }
    .faq-answer {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .section-subtitle {
        font-size: 0.85rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.4 !important;
    }
    .hero {
        padding: 90px 1rem 40px;
        min-height: auto;
        text-align: center;
        width: 100% !important;
        margin: 0 auto;
        display: flex !important;
        flex-direction: column !important;
    }
    .hero-wrapper {
        display: flex !important;
        flex-direction: column !important;
        text-align: center;
        padding: 0;
        gap: 2rem;
        width: 100% !important;
    }
    .hero-content,
    .hero-visual {
        width: 100% !important;
        flex: none !important;
    }
    .hero-visual {
        display: none !important;
    }
    .hero-content {
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
    .hero-title {
        font-size: 1.75rem;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 1rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 1rem;
    }
    .hero-description-short {
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
    }
    .hero-stats {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .stat-item {
        text-align: center;
        align-items: center;
        flex: 1 1 100px;
    }
    .browser-content::before {
        animation: none !important;
        display: none !important;
    }
    .browser-content::after {
        display: none !important;
    }
    .hero-visual {
        display: none !important;
    }
    .browser-mockup {
        display: none !important;
    }
    .browser-content {
        min-height: 220px;
    }
    .mockup-nav {
        padding: 0.75rem 1rem;
        justify-content: center;
    }
    .mockup-hero {
        padding: 1.5rem 0.75rem;
        align-items: center;
    }
    .mockup-title {
        font-size: 1rem;
        max-width: 95%;
        margin: 0 auto 0.5rem;
    }
    .mockup-subtitle {
        font-size: 0.8rem;
        max-width: 95%;
        margin: 0 auto 0.75rem;
    }
    .mockup-services {
        padding: 1rem 0.5rem;
        gap: 0.5rem;
        justify-items: center;
    }
    .mockup-service-card {
        padding: 0.75rem 0.25rem;
        font-size: 0.8rem;
    }
    .service-title {
        font-size: 0.65rem;
        line-height: 1.2;
    }
    .hero-image-container {
        width: 100%;
        max-width: 100%;
    }
    .section-title {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .section-subtitle {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .services,
    .pricing,
    .portfolio,
    .about,
    .faq,
    .contact,
    .page-section {
        width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
    }
    .container {
        padding: 0 1rem !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
    .services-grid,
    .portfolio-grid,
    .pricing-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 320px;
        margin: 0.5rem auto;
        display: block;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }
    .service-card,
    .pricing-card,
    .info-card,
    .faq-item,
    .process-step {
        text-align: left;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .services-grid,
    .portfolio-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .service-card {
        padding: 1.5rem;
    }
    .service-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .portfolio-item {
        height: auto;
        min-height: 350px;
    }
    .portfolio-image {
        min-height: 350px;
        height: 100%;
        object-fit: cover;
    }
    #zoes-card {
        min-height: 0 !important;
        height: auto !important;
    }
    #zoes-img {
        min-height: 0 !important;
        height: auto !important;
    }
    #zoes-img img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    #zoes-img img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: unset !important;
    }
    .page-section {
        min-height: auto;
        padding: 65px 1rem 60px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .contact,
    .faq {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .contact-content,
    .faq-container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .contact-info,
    .contact-form {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .faq-item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .portfolio-overlay {
        padding: 1.5rem;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .portfolio-overlay h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .portfolio-overlay p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .view-project {
        padding: 10px 20px;
        font-size: 0.9rem;
        display: inline-block;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .stat-number {
        font-size: 2rem;
    }
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    .price {
        font-size: 2.5rem;
    }
    .footer-content {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 2rem;
    }
    .social-links {
        justify-content: flex-start;
    }
    .container {
        padding: 0 1.25rem;
        max-width: 100%;
    }
    .nav-container {
        padding: 0 1.25rem;
    }
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 480px) {
    body, html {
        width: 100%;
        overflow-x: hidden;
    }
    
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .container {
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    section {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        overflow-x: hidden;
    }
    
    /* Steven Dodds Plastering Service - Small Mobile Fix */
    .portfolio-item:first-child {
        min-height: auto !important;
    }
    
    .portfolio-item:first-child .portfolio-image {
        background-size: 85% !important;
        background-position: center 30% !important;
        background-color: #ffffff !important;
        min-height: 140px !important;
    }
    
    .portfolio-item:first-child > div {
        min-height: 140px !important;
    }
    
    .pricing {
        padding: 1.5rem 0.75rem !important;
    }
    
    .pricing-grid {
        gap: 1rem !important;
        padding: 0 0.5rem;
        width: calc(100% - 1rem);
        max-width: calc(100% - 1rem);
        margin: 0.5rem auto;
    }
    
    .pricing-card {
        width: 100%;
        max-width: 100%;
        padding: 1rem !important;
        margin: 0 0 1rem 0;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .pricing-card h3 {
        font-size: 1rem !important;
        line-height: 1.3;
    }
    
    .price {
        font-size: 1.5rem !important;
    }
    
    .pricing-features {
        font-size: 0.85rem;
        text-align: left;
    }
    
    .pricing-features li {
        padding: 0.3rem 0;
        line-height: 1.4;
    }
    .navbar {
        width: 100%;
        padding: 0.75rem 0;
    }
    .nav-container {
        padding: 0 0.75rem;
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
    }
    .logo {
        font-size: 2rem;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .hamburger {
        flex-shrink: 0;
        padding: 12px;
        min-width: 48px;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
    }
    .hamburger:active {
        opacity: 0.7;
    }
    .hero::before,
    .hero::after,
    .hero-badge,
    .hero-title,
    .hero-subtitle,
    .hero-content,
    .hero-visual,
    .browser-mockup,
    .browser-content,
    .mockup-button::before {
        animation: none !important;
        transition: none !important;
        will-change: auto !important;
        transform: none !important;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
    }
    .hero::before,
    .hero::after {
        display: none !important;
    }
    .hero-visual {
        display: none !important;
    }
    .browser-mockup {
        display: none !important;
    }
    .portfolio,
    .pricing {
        padding: 80px 1rem 60px 1rem !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        transform: none !important;
    }
    .portfolio .container,
    .pricing .container {
        padding: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .portfolio-grid,
    .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .portfolio-item,
    .pricing-card {
        width: 100%;
        margin: 0;
    }
    .service-card,
    .pricing-card,
    .info-card,
    .faq-item,
    .process-step,
    .testimonial-card,
    .trust-badge,
    .badge-item,
    div[class*="card"],
    div[class*="item"],
    div[class*="box"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        transform: none !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }
    .services-grid,
    .portfolio-grid,
    .pricing-grid,
    .badges-grid,
    div[class*="grid"] {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }
    .navbar {
        padding: 0.75rem 0;
    }
    .logo {
        font-size: 2rem;
        filter: drop-shadow(0 0 8px rgba(139, 92, 246, 0.5)) drop-shadow(0 0 15px rgba(6, 182, 212, 0.3));
    }
    .hero-title {
        font-size: 1.6rem;
    }
    .hero-subtitle {
        font-size: 0.95rem;
    }
    .section-title {
        font-size: 1.6rem;
        padding: 0 1rem;
        word-wrap: break-word;
        margin-top: 0;
        position: relative;
        z-index: 50;
    }
    .btn {
        padding: 14px 24px;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 10px;
        margin: 8px 4px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .btn:active {
        transform: scale(0.96);
        box-shadow: 0 2px 8px rgba(6, 182, 212, 0.3);
    }
    .service-card h3 {
        font-size: 1.3rem;
    }
    .service-card p {
        font-size: 0.9rem;
    }
    .portfolio-item {
        height: auto;
        min-height: 400px;
    }
    .package-demo-card {
        min-height: 450px;
    }
    .package-overlay {
        padding: 2rem 1rem 1.5rem;
    }
    .package-title {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }
    .package-price-old {
        font-size: 1rem;
    }
    .package-price-new {
        font-size: 1.4rem;
    }
    .package-description {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    .package-button {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
    .portfolio-overlay {
        padding: 0.75rem 0.5rem;
    }
    .portfolio-overlay h3 {
        font-size: 1.15rem;
        margin-bottom: 0.3rem;
        line-height: 1.2;
    }
    .portfolio-overlay p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    .view-project {
        padding: 6px 14px;
        font-size: 0.8rem;
    }
    .stat-item p {
        font-size: 0.9rem;
    }
    .pricing-card h3 {
        font-size: 1.5rem;
    }
    .price {
        font-size: 2rem;
    }
    .footer-section h3 {
        font-size: 1.2rem;
    }
}
/* Extra-small devices (< 360px) */
@media (max-width: 359px) {
    .logo {
        font-size: 1.4rem !important;
    }
    .hero-title {
        font-size: 1.25rem !important;
        line-height: 1.15 !important;
    }
    .hero-subtitle {
        font-size: 0.8rem !important;
    }
    .section-title {
        font-size: 1.25rem !important;
    }
    body {
        font-size: 14px !important;
    }
    .container {
        padding: 0 12px !important;
    }
    .btn {
        padding: 10px 16px !important;
        font-size: 0.85rem !important;
        min-height: 44px !important;
    }
    .service-card,
    .benefit-card,
    .pricing-card {
        padding: 1rem !important;
    }
    .hero {
        padding: 90px 12px 25px !important;
    }
}
@media (max-width: 375px) {
    .container {
        padding: 0 15px;
    }
    .nav-container {
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right));
    }
    .logo {
        font-size: 2rem;
    }
    .hero {
        padding: 90px 15px 30px;
        width: 100%;
    }
    .hero-title {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .hero-subtitle {
        font-size: 0.9rem;
    }
    .hero-description p {
        font-size: 0.9rem;
    }
    .section-title {
        font-size: 1.4rem;
        padding: 0 0.5rem;
        word-wrap: break-word;
    }
    .section-subtitle {
        font-size: 0.9rem;
    }
    .package-demo-card {
        min-height: 420px;
    }
    .package-overlay {
        padding: 1.5rem 0.75rem 1.25rem;
    }
    .package-title {
        font-size: 1.4rem;
    }
    .package-price-old {
        font-size: 0.95rem;
    }
    .package-price-new {
        font-size: 1.3rem;
    }
    .package-description {
        font-size: 0.9rem;
    }
    .package-button {
        padding: 0.65rem 1.15rem;
        font-size: 0.9rem;
    }
    .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
        min-height: 48px;
        margin: 10px 5px;
        border-radius: 12px;
        font-weight: 600;
    }
    .btn:active,
    .service-card:active,
    .benefit-card:active,
    .portfolio-item:active,
    .pricing-card:active {
        transform: scale(0.97);
        transition: transform 0.1s ease;
    }
    .service-card,
    .benefit-card,
    .resource-card {
        padding: 1.5rem;
        transition: transform 0.2s ease, opacity 0.2s ease;
        cursor: pointer;
    }
    .service-card:active,
    .benefit-card:active,
    .resource-card:active {
        transform: scale(0.98);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    }
    .service-card h3,
    .benefit-card h3 {
        font-size: 1.2rem;
    }
    .service-card p,
    .benefit-card p {
        font-size: 0.85rem;
    }
    .portfolio-grid {
        gap: 1.25rem;
    }
    .portfolio-item {
        height: 180px;
    }
    .portfolio-overlay {
        padding: 0.5rem;
    }
    .portfolio-overlay h3 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
        line-height: 1.2;
    }
    .portfolio-overlay p {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
        line-height: 1.2;
    }
    .view-project {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
    .pricing-grid {
        gap: 1.25rem;
    }
    .pricing-card {
        padding: 1.25rem;
    }
    .pricing-card h3 {
        font-size: 1.3rem;
    }
    .price {
        font-size: 1.8rem;
    }
    .stat-number {
        font-size: 1.8rem;
    }
    .footer {
        padding: 10px 8px 150px !important;
        margin-top: 10px !important;
    }
    
    .footer-content {
        gap: 0rem !important;
    }
    
    .footer-section {
        padding: 0rem 0 !important;
        margin: 0 !important;
    }
    
    .footer-section:nth-child(1) {
        margin-bottom: 0.2rem !important;
    }
    
    .footer-section:nth-child(1) h3 {
        font-size: 0.85rem !important;
        margin-bottom: 0rem !important;
    }
    
    .footer-section:nth-child(1) p {
        font-size: 0.55rem !important;
        margin: 0 !important;
    }
    
    .footer-section:nth-child(2) {
        display: none !important;
    }
    
    .footer-section:nth-child(3) {
        display: none !important;
    }
    
    .footer-section:nth-child(4) {
        display: none !important;
    }
    
    .footer-section:nth-child(5) h4 {
        font-size: 0.7rem !important;
        margin-bottom: 0.08rem !important;
    }
    
    .footer-section:nth-child(5) p {
        font-size: 0.6rem !important;
        margin: 0.03rem 0 !important;
        line-height: 1.2 !important;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: 0.8rem !important;
        margin-bottom: 0rem !important;
    }
    
    .footer-section p,
    .footer-section li {
        font-size: 0.65rem !important;
        margin-bottom: 0rem !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }
    
    .footer-bottom {
        padding-top: 0.3rem !important;
        margin-top: 0rem !important;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    .footer-bottom p {
        font-size: 0.6rem !important;
        margin: 0.15rem 0 !important;
        padding: 0 !important;
    }
    
    .footer-links {
        flex-direction: row !important;
        gap: 0.2rem !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .footer-links a,
    .footer-links button {
        padding: 0.1rem 0.2rem !important;
        min-height: auto !important;
        display: inline-block !important;
        width: auto !important;
        max-width: none !important;
        font-size: 0.6rem !important;
    }
    .services-grid,
    .benefits-grid,
    .portfolio-grid,
    .pricing-grid,
    .resources-grid,
    .comparison-grid {
        grid-template-columns: 1fr;
    }
}
@media (hover: none) and (pointer: coarse) {
    .btn {
        min-height: 44px;
        padding: 14px 28px;
    }
    .btn:active,
    button:active,
    a:active {
        transform: scale(0.97);
        opacity: 0.9;
    }
    .hamburger:active {
        transform: translateY(-50%) scale(0.95);
        opacity: 0.9;
    }
    .service-card:active,
    .benefit-card:active,
    .pricing-card:active {
        transform: scale(0.98);
    }
    .nav-link {
        padding: 12px 0;
        display: block;
    }
    .hamburger {
        padding: 15px;
        min-width: 56px;
        min-height: 56px;
        justify-content: center;
        pointer-events: auto !important;
    }
    .service-card,
    .portfolio-item,
    .pricing-card {
        transition: none;
    }
    input,
    textarea,
    select,
    button {
        font-size: 16px !important; 
        -webkit-appearance: none;
        appearance: none;
    }
    input,
    textarea,
    select {
        min-height: 48px;
        padding: 14px;
        border-radius: 8px;
    }
    textarea {
        min-height: 120px !important;
        resize: vertical;
    }
    button {
        min-height: 48px;
        padding: 12px 24px;
    }
    a, button, .btn, .service-card, .portfolio-item, .pricing-card {
        -webkit-tap-highlight-color: rgba(6, 182, 212, 0.3);
    }
    * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
    }
    p, h1, h2, h3, h4, h5, h6, span, li {
        -webkit-user-select: text;
        user-select: text;
    }
    input, textarea {
        -webkit-user-select: text;
        user-select: text;
    }
}
.floating-contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--gradient);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s ease,
                box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(100px);
    pointer-events: none;
}
.floating-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.6);
}
.contact-icon {
    font-size: 1.3rem;
}
.contact-text {
    display: inline;
}
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(6, 182, 212, 0.7);
    }
}
@media (max-width: 768px) {
    .floating-contact-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    .contact-text {
        display: none;
    }
    .contact-icon {
        font-size: 1.5rem;
    }
    .floating-contact-btn {
        border-radius: 50%;
        padding: 15px;
        width: 56px;
        height: 56px;
        justify-content: center;
        bottom: 80px;
        box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
        z-index: 5 !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
        animation: none !important;
    }
    .floating-contact-btn:active {
        transform: scale(0.9) !important;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    z-index: 9990;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    border: none;
    font-size: 1.5rem;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
}

.back-to-top:active {
    transform: translateY(-1px) scale(0.95);
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 90px !important;
        left: 16px !important;
        right: auto !important;
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
        padding: 0 !important;
        font-size: 1.4rem !important;
        border-radius: 50% !important;
        display: flex !important;
        z-index: 9990 !important;
        box-shadow: 0 4px 20px rgba(139, 92, 246, 0.6) !important;
    }
}

@media (max-width: 480px) {
    .back-to-top {
        bottom: 85px !important;
        left: 12px !important;
        right: auto !important;
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        padding: 0 !important;
        font-size: 1.3rem !important;
        z-index: 9990 !important;
        box-shadow: 0 4px 20px rgba(139, 92, 246, 0.6) !important;
    }
}

.sticky-cta-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0e7490 0%, #155e75 100%);
    color: #ffffff;
    text-align: center;
    padding: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    z-index: 998;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    display: none;
}
.sticky-cta-mobile:active {
    transform: scale(0.98);
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}
@media (max-width: 768px) {
    .sticky-cta-mobile {
        display: block;
    }
}
/* ========================================
   COOKIE CONSENT BANNER
   ======================================== */
#cookieConsentBanner {
    position: fixed;
    bottom: -500px;
    left: 0;
    right: 0;
    background: var(--card-bg);
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    padding: 25px;
    border-top: 3px solid var(--primary-color);
    transition: bottom 0.4s ease;
}
#cookieConsentBanner.show {
    bottom: 0;
}
.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.cookie-icon {
    font-size: 3rem;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.cookie-text {
    flex: 1;
    min-width: 200px;
}

@media (max-width: 480px) {
    .cookie-text {
        min-width: 150px;
    }
}

@media (max-width: 320px) {
    .cookie-text {
        min-width: auto;
    }
}
.cookie-text h3 {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    color: var(--heading-color);
}
.cookie-text p {
    margin: 0 0 8px 0;
    color: var(--text-primary);
    line-height: 1.6;
}
.cookie-text a {
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 0.9rem;
}
.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.cookie-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.95rem;
    white-space: nowrap;
}
.cookie-btn-accept {
    background: var(--primary-color);
    color: white;
}
.cookie-btn-accept:hover {
    background: #0891b2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
}
.cookie-btn-reject {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}
.cookie-btn-reject:hover {
    background: var(--bg-hover);
    transform: translateY(-2px);
}
.cookie-btn-customize {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.cookie-btn-customize:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}
.cookie-btn-secondary {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}
.cookie-btn-secondary:hover {
    background: var(--bg-hover);
}
.cookie-customize {
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 20px;
    background: var(--bg-secondary);
    border-radius: 10px;
}
.cookie-customize h4 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    color: var(--heading-color);
}
.cookie-option {
    margin-bottom: 20px;
    padding: 15px;
    background: var(--card-bg);
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
}
.cookie-option label {
    display: block;
    cursor: pointer;
}
.cookie-option input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.cookie-option input[type="checkbox"]:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.cookie-option strong {
    font-size: 1.05rem;
    color: var(--heading-color);
}
.cookie-option p {
    margin: 8px 0 0 28px;
    font-size: 0.9rem;
    color: var(--text-muted);
}
.cookie-customize-buttons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    #cookieConsentBanner {
        padding: 20px 15px;
    }
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .cookie-icon {
        font-size: 2.5rem;
    }
    .cookie-text {
        min-width: auto;
    }
    .cookie-text h3 {
        font-size: 1.2rem;
    }
    .cookie-buttons {
        justify-content: center;
        width: 100%;
    }
    .cookie-btn {
        flex: 1;
        min-width: 120px;
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    .cookie-customize-buttons {
        flex-direction: column;
    }
    .cookie-customize-buttons .cookie-btn {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .cookie-buttons {
        flex-direction: column;
    }
    .cookie-btn {
        width: 100%;
    }
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 100%);
    color: white;
    padding: 1.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    display: none;
    animation: slideUp 0.5s ease-out;
}
.cookie-banner.show {
    display: block;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.cookie-banner-text h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.cookie-banner-text p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}
.cookie-banner-text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}
.cookie-banner-text a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.cookie-banner-buttons {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}
.cookie-btn-accept {
    background: #06b6d4;
    color: #0f172a;
}
.cookie-btn-accept:hover {
    background: #0891b2;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
}
.cookie-btn-reject {
    background: transparent;
    color: white;
    border: 2px solid white;
}
.cookie-btn-reject:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}
.cookie-btn-customize {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.cookie-btn-customize:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}
.cookie-modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease-out;
}
.cookie-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.cookie-modal-content {
    background: white;
    border-radius: 15px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.cookie-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #e5e7eb;
}
.cookie-modal-header h2 {
    margin: 0;
    color: #1e3a5f;
    font-size: 1.5rem;
}
.cookie-modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.3s ease;
}
.cookie-modal-close:hover {
    color: #1e3a5f;
}
.cookie-modal-body {
    padding: 2rem;
}
.cookie-modal-body > p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.cookie-category {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #06b6d4;
}
.cookie-category-header {
    margin-bottom: 0.5rem;
}
.cookie-toggle-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    user-select: none;
}
.cookie-toggle-label input[type="checkbox"] {
    position: relative;
    width: 50px;
    height: 26px;
    -webkit-appearance: none;
    appearance: none;
    background: #d1d5db;
    outline: none;
    border-radius: 26px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.cookie-toggle-label input[type="checkbox"]:checked {
    background: #06b6d4;
}
.cookie-toggle-label input[type="checkbox"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.cookie-toggle-label input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    background: white;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cookie-toggle-label input[type="checkbox"]:checked::before {
    transform: translateX(24px);
}
.cookie-toggle-label strong {
    color: #1e3a5f;
    font-size: 1rem;
}
.cookie-category-description {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding-left: 4.25rem;
}
.cookie-modal-footer {
    padding: 1.5rem 2rem;
    border-top: 2px solid #e5e7eb;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.cookie-modal-footer .cookie-btn {
    padding: 0.75rem 1.5rem;
}
#cookieSettingsBtn {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}
#cookieSettingsBtn:hover {
    color: var(--primary-color);
}
@media (max-width: 768px) {
    .cookie-banner {
        padding: 1.25rem;
    }
    .cookie-banner-content {
        flex-direction: column;
        gap: 1.25rem;
    }
    .cookie-banner-buttons {
        width: 100%;
        flex-direction: column;
    }
    .cookie-btn {
        width: 100%;
        padding: 0.875rem 1rem;
    }
    .cookie-modal-content {
        width: 95%;
        max-height: 90vh;
    }
    .cookie-modal-header,
    .cookie-modal-body,
    .cookie-modal-footer {
        padding: 1.25rem 1.5rem;
    }
    .cookie-category-description {
        padding-left: 0;
        margin-top: 0.5rem;
    }
}
@media (max-width: 480px) {
    .cookie-banner-text h3 {
        font-size: 1.1rem;
    }
    .cookie-banner-text p {
        font-size: 0.875rem;
    }
    .cookie-btn {
        font-size: 0.875rem;
        padding: 0.75rem 0.875rem;
    }
    .cookie-modal-header h2 {
        font-size: 1.25rem;
    }
    .cookie-modal-footer {
        flex-direction: column;
    }
    .cookie-modal-footer .cookie-btn {
        width: 100%;
    }
    /* ===========================================
       MOBILE UX ENHANCEMENTS - SMOOTH INTERACTIONS
       =========================================== */
    a, button, .btn, .nav-link, .hamburger {
        min-height: 44px;
        min-width: 44px;
    }
    section {
        scroll-margin-top: 80px;
    }
    body {
        font-size: 16px;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .service-card:active,
    .benefit-card:active,
    .resource-card:active,
    .portfolio-item:active,
    .pricing-card:active,
    .faq-item:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
        opacity: 0.95;
    }
    .btn:active {
        transform: scale(0.96);
        box-shadow: 0 2px 8px rgba(6, 182, 212, 0.3);
    }
    a:active {
        opacity: 0.7;
        transition: opacity 0.1s ease;
    }
    .hero-buttons {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    img {
        -webkit-touch-callout: none;
        user-select: none;
    }
}
/* ============================================
   ENHANCED VISUAL FEATURES
   ============================================ */
.trust-badges {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%);
}
.badges-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.badge-item {
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
    background: var(--light-bg);
    border-radius: 15px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(6, 182, 212, 0.1);
}
.badge-item:hover {
    transform: translateY(-10px) scale(1.05);
    border-color: rgba(6, 182, 212, 0.4);
    box-shadow: 0 10px 40px rgba(6, 182, 212, 0.2);
}
.badge-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.badge-item:hover .badge-icon {
    transform: scale(1.2) rotate(5deg);
    color: #3b82f6;
}
.badge-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}
.badge-item p {
    font-size: 0.9rem;
    color: var(--text-secondary);
}
.service-icon i {
    font-size: 3.5rem;
    color: var(--primary-color);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover .service-icon i {
    transform: scale(1.2) rotate(10deg);
    color: #3b82f6;
}
.timeline-number {
    background: var(--gradient);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid var(--dark-bg);
}
.timeline-number i {
    font-size: 1.5rem;
}
.timeline-item:hover .timeline-number {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 25px rgba(6, 182, 212, 0.6);
}
.floating-contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--gradient);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 30px rgba(6, 182, 212, 0.4);
    z-index: 999;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
}
.floating-contact-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 40px rgba(6, 182, 212, 0.6);
}
.floating-contact-btn .contact-icon {
    font-size: 1.5rem;
}
.pulse-effect {
    animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.7), 0 8px 30px rgba(6, 182, 212, 0.4);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(6, 182, 212, 0), 0 8px 30px rgba(6, 182, 212, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0), 0 8px 30px rgba(6, 182, 212, 0.4);
    }
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.hero-badge {
    animation: fadeInDown 0.8s ease;
}
@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-title {
    /* gradientShift removed — infinite background-position animation on clipped-gradient
       text causes constant GPU repaints and visible flickering on tablets (Nexus 10 etc).
       The static gradient still renders; use desktop-enhancements for desktop-only shimmer. */
    animation: fadeInUp 1s ease-out forwards;
    /* Force own compositor layer to prevent other animations triggering a repaint */
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.hero-buttons .btn {
    animation: fadeInUp 1s ease-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
.hero-buttons .btn:first-child {
    animation-delay: 0.4s;
}
.hero-buttons .btn:last-child {
    animation-delay: 0.5s;
}

/* Change "Get Free Quote" button to "Contact" on desktop */
.hero-buttons .btn-secondary {
    color: transparent;
    font-size: 0;
    position: relative;
}

.hero-buttons .btn-secondary::after {
    content: 'Contact';
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.hero-stats {
    animation: fadeInUp 1s ease-out 0.6s both;
}
.service-card,
.benefit-card,
.pricing-card,
.portfolio-item {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover,
.benefit-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 60px rgba(6, 182, 212, 0.3), 0 0 40px rgba(6, 182, 212, 0.2);
}
.portfolio-item:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 60px rgba(6, 182, 212, 0.3);
}
.stat-number {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
[data-aos] {
    opacity: 1 !important;
    transition-property: transform, opacity;
}
[data-aos].aos-animate {
    opacity: 1;
}
[data-aos="fade-up"] {
    transform: translateY(0) !important;
}
[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}
[data-aos="fade-right"] {
    transform: translateX(0) !important;
}
[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}
@media (max-width: 768px) {
    * {
        will-change: auto !important;
    }
    .service-card,
    .benefit-card,
    .pricing-card,
    .portfolio-item {
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    }
    .service-card:hover,
    .benefit-card:hover,
    .portfolio-item:hover {
        transform: none !important;
    }
    .service-card:active,
    .benefit-card:active,
    .pricing-card:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
    .btn:active {
        transform: scale(0.95);
        transition: transform 0.1s ease;
    }
    html {
        scroll-padding-top: 80px;
    }
    .badges-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .badge-item {
        padding: 1.5rem 0.75rem;
    }
    .badge-icon {
        font-size: 2.5rem;
    }
    .badge-item h4 {
        font-size: 1rem;
    }
    .floating-contact-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
    }
    .contact-text {
        display: none;
    }
    .floating-contact-btn .contact-icon {
        font-size: 1.3rem;
    }
}
@media (max-width: 480px) {
    .badges-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* ============================================
   ENHANCED MOBILE OPTIMIZATIONS
   ============================================ */
@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
    .btn,
    button,
    a.btn {
        min-height: 44px !important;
        min-width: 44px !important;
        padding: 0.875rem 1.5rem !important;
        font-size: 1rem !important;
    }
    .nav-link {
        padding: 1rem 1.5rem !important;
        font-size: 1.1rem !important;
    }
    body {
        font-size: 1rem;
        line-height: 1.7;
    }
    h1 {
        font-size: 2rem !important;
        line-height: 1.3;
    }
    h2 {
        font-size: 1.75rem !important;
        line-height: 1.3;
    }
    h3 {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1.25rem !important;
    }
    p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1.25rem;
    }
    section {
        padding: 3rem 0 !important;
    }
    .page-section {
        padding-top: 65px !important;
        padding-bottom: 3rem !important;
        margin-top: 0 !important;
    }
    .service-card,
    .benefit-card,
    .pricing-card {
        padding: 1.75rem !important;
        margin-bottom: 1.5rem;
    }
    input,
    textarea,
    select {
        font-size: 16px !important;
        padding: 0.875rem !important;
        min-height: 44px !important;
        border-radius: 8px !important;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
    }
    .info-item {
        padding: 1.5rem !important;
        margin-bottom: 1.25rem !important;
    }
    .info-item a {
        padding: 0.5rem 0 !important;
        display: inline-block;
    }
    .footer a {
        padding: 0.5rem 0 !important;
        display: inline-block;
        min-height: 44px;
        line-height: 2.5;
    }
    .pricing-card ul li {
        padding: 0.75rem 0 !important;
        font-size: 0.95rem !important;
    }
    .faq-item {
        padding: 1.5rem !important;
        margin-bottom: 1.25rem !important;
    }
    .faq-question {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
    }
    .faq-answer {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }
    .hamburger {
        width: 56px !important;
        height: 56px !important;
        padding: 15px !important;
        pointer-events: auto !important;
    }
    .hamburger span {
        height: 3px !important;
    }
    .hero {
        padding: 90px 0 3rem !important;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .portfolio-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    .service-card:hover,
    .benefit-card:hover,
    .portfolio-item:hover {
        transform: none;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.25rem !important;
    }
    .stat-item {
        padding: 1.5rem 1rem !important;
    }
    .timeline-item {
        padding: 1.5rem !important;
    }
}
@media (max-width: 480px) {
    .btn {
        width: 100%;
        text-align: center;
    }
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    .hero-buttons .btn {
        width: 100%;
        margin: 0.5rem 0 !important;
    }
    .stats-grid {
        grid-template-columns: 1fr !important;
    }
    .section-title {
        font-size: 1.75rem !important;
    }
    .section-subtitle {
        font-size: 1rem !important;
    }
    .container {
        padding: 0 1rem !important;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        padding: 75px 0 2rem !important;
        min-height: auto !important;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .navbar {
        padding: 0.75rem 0;
    }
    section {
        padding: 2rem 0 !important;
    }
}
/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
@media (prefers-contrast: high) {
    * {
        border-width: 2px !important;
    }
    .btn, button, a {
        border: 2px solid currentColor !important;
    }
    :focus-visible {
        outline-width: 4px !important;
    }
}
@media (min-width: 769px) {
    /* ===========================================
       DESKTOP PERFORMANCE OPTIMIZATIONS
       =========================================== */
    .service-card,
    .benefit-card,
    .pricing-card,
    .portfolio-item {
        transform: translate3d(0, 0, 0);
        contain: layout style paint;
    }
    .service-card:hover,
    .benefit-card:hover,
    .pricing-card:hover,
    .portfolio-item:hover {
        transform: translate3d(0, -8px, 0);
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .btn {
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .btn:hover {
        transform: translate3d(0, -2px, 0);
    }
    .nav-link {
        transition: color 0.2s ease, transform 0.2s ease;
    }
    .hero::before,
    .hero::after {
        transform: translate3d(0, 0, 0);
    }
    section {
        contain: layout style;
    }
    img {
        content-visibility: auto;
        contain-intrinsic-size: 300px;
    }
    .hero-content,
    .hero-visual {
        transform: translate3d(0, 0, 0);
    }
    .faq-answer {
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .modal {
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .logo {
        transition: transform 0.2s ease;
    }
    .pricing-card::before,
    .service-card::before,
    .portfolio-item::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        border-radius: inherit;
    }
    @keyframes smoothFloat {
        0%, 100% {
            transform: translate3d(0, 0, 0);
        }
        50% {
            transform: translate3d(0, -20px, 0);
        }
    }
    .timeline-item {
        transform: translate3d(0, 0, 0);
    }
    input, textarea, select {
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    }
    .portfolio-overlay {
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
}
@media (max-width: 768px) {
    * {
        animation-duration: 0.3s !important;
    }
    .service-card:hover,
    .benefit-card:hover,
    .pricing-card:hover,
    .portfolio-item:hover {
        transform: none !important;
        box-shadow: var(--shadow-md) !important;
    }
}
img {
    content-visibility: auto;
}
.lazy-bg {
    background-image: none !important;
    background-color: #1a1f35;
}
.lazy-bg.loaded {
    background-image: var(--bg-image) !important;
}
/* ===========================================
   MOBILE SURPRISE & DELIGHT ENHANCEMENTS
   =========================================== */
@media (max-width: 768px) {
    body {
        animation: fadeInPage 0.6s ease-out;
    }
    @keyframes fadeInPage {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    section {
        animation: slideUpContent 0.5s ease-out backwards;
    }
    section:nth-child(1) { animation-delay: 0.1s; }
    section:nth-child(2) { animation-delay: 0.2s; }
    section:nth-child(3) { animation-delay: 0.3s; }
    @keyframes slideUpContent {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .pricing-card {
        animation: scaleInCard 0.4s ease-out backwards;
    }
    .pricing-card:nth-child(1) { animation-delay: 0.1s; }
    .pricing-card:nth-child(2) { animation-delay: 0.2s; }
    .pricing-card:nth-child(3) { animation-delay: 0.3s; }
    @keyframes scaleInCard {
        from {
            opacity: 0;
            transform: scale(0.9);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    .service-card {
        animation: fadeInUp 0.5s ease-out backwards;
    }
    .service-card:nth-child(1) { animation-delay: 0.05s; }
    .service-card:nth-child(2) { animation-delay: 0.1s; }
    .service-card:nth-child(3) { animation-delay: 0.15s; }
    .service-card:nth-child(4) { animation-delay: 0.2s; }
    .service-card:nth-child(5) { animation-delay: 0.25s; }
    .service-card:nth-child(6) { animation-delay: 0.3s; }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(15px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .scroll-indicator {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 50px;
        border: 2px solid rgba(6, 182, 212, 0.5);
        border-radius: 20px;
        opacity: 0.6;
        animation: scrollBounce 2s infinite;
        pointer-events: none;
    }
    .scroll-indicator::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 8px;
        background: #06b6d4;
        border-radius: 2px;
        animation: scrollDot 2s infinite;
    }
    @keyframes scrollBounce {
        0%, 100% {
            transform: translateX(-50%) translateY(0);
        }
        50% {
            transform: translateX(-50%) translateY(10px);
        }
    }
    @keyframes scrollDot {
        0% {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
        100% {
            opacity: 0;
            transform: translateX(-50%) translateY(20px);
        }
    }
    .navbar {
        transition: background 0.3s ease, box-shadow 0.3s ease;
    }
    *:focus-visible {
        outline: 3px solid #06b6d4;
        outline-offset: 3px;
        border-radius: 4px;
    }
}
@media (prefers-reduced-motion: reduce) {
    body,
    section,
    .pricing-card,
    .service-card {
        animation: none !important;
    }
    .scroll-indicator {
        display: none !important;
    }
}

/* ============================================
   MOBILE NAVIGATION - Clean & Working
   ============================================ */
@media (max-width: 968px) {
    /* Keep hamburger above logo and aligned across pages */
    .nav-container {
        position: relative;
        padding-right: 80px;
    }
    .hamburger {
        position: absolute !important;
        top: 50% !important;
        right: 24px !important;
        transform: translateY(-50%) !important;
        z-index: 100000 !important;
    }

    /* Hide desktop nav-menu on mobile, show as overlay when active */
    .nav-menu {
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        height: calc(100vh - 70px);
        z-index: 9999;
        flex-direction: column;
        background: rgba(10, 14, 26, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow-y: auto;
        overflow-x: hidden;
        display: none !important;
        opacity: 0;
        transform: translateX(0);
        gap: 0;
        padding: 2rem 0;
        margin: 0;
        transition: opacity 0.3s ease;
        -webkit-overflow-scrolling: touch;
    }
    
    /* When menu is active */
    .nav-menu.active {
        display: flex !important;
        opacity: 1;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    
    /* Show hamburger on mobile */
    .hamburger {
        display: flex !important;
    }

    /* Pricing page - compact cards on mobile/tablet */
    .pricing .pricing-card {
        padding: 16px !important;
        margin-bottom: 14px !important;
        border-radius: 10px;
    }

    .pricing .pricing-card h3 {
        font-size: 1.25rem !important;
        margin-bottom: 10px !important;
    }

    .pricing .price {
        font-size: 1.8rem !important;
        margin: 12px 0 !important;
    }

    .pricing .pricing-features li {
        margin-bottom: 6px !important;
        line-height: 1.5;
    }
    
    /* Menu items styling */
    .nav-menu li {
        display: block !important;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .nav-menu li a {
        display: block !important;
        padding: 1.2rem 2rem;
        width: 100%;
        min-height: 56px;
        color: var(--text-primary);
        text-decoration: none;
        transition: background 0.2s ease, color 0.2s ease;
        border: none;
        background: transparent;
        font-size: 1.1rem;
        font-weight: 500;
        text-align: left;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .nav-menu li a:hover,
    .nav-menu li a:active {
        background: rgba(6, 182, 212, 0.15);
        color: var(--primary-color);
    }
    
    .nav-menu li a.active {
        background: rgba(6, 182, 212, 0.2);
        color: var(--primary-color);
    }
    
    .nav-menu li a::after {
        display: none;
    }
}

/* ============================================
   DESKTOP NAVIGATION - Inside Container
   ============================================ */
@media (min-width: 1100px) {
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        gap: 1.2rem;
        position: relative;
        opacity: 1;
        width: auto;
        max-width: none;
        height: auto;
        background: transparent;
        padding: 0;
        margin: 0;
        margin-left: auto;
        align-items: center;
    }
    
    .hamburger {
        display: none !important;
    }
    
    .nav-container {
        justify-content: flex-start;
    }
    
    /* Desktop specific optimizations */
    body {
        font-size: 16px;
    }
    
    .container {
        max-width: 1200px;
        padding: 0 40px;
    }
    
    .hero {
        padding: 100px 40px 70px;
    }

    section:not(.hero) {
        padding: 70px 40px;
    }
    
    .section-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .service-card h3 {
        font-size: 1.4rem;
    }
    
    .service-card p {
        font-size: 1rem;
    }
    
    .btn {
        font-size: 1rem;
        padding: 14px 32px;
    }
}

/* ============================================
   TABLET - Medium screens
   ============================================ */
@media (min-width: 769px) and (max-width: 968px) {
    .container {
        padding: 0 35px;
    }
    
    .hero {
        padding: 80px 35px 60px;
    }

    section:not(.hero) {
        padding: 60px 35px;
    }
}

/* ============================================
   HAMBURGER - Flex flow (no absolute position)
   Fixes clipping on foldable/unusual viewports
   ============================================ */
@media (max-width: 968px) {
    /* Remove absolute positioning so hamburger
       stays inside the visible flex container */
    .hamburger {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        margin-left: auto !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
        padding: 0 !important;
        z-index: 100000 !important;
    }

    /* Active state no longer needs translateY offset */
    .hamburger:active {
        transform: scale(0.92) !important;
        opacity: 0.85 !important;
    }

    /* Container: flex layout, padding ensures hamburger isn't clipped */
    .nav-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        display: flex !important;
        align-items: center !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .navbar {
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Slightly smaller logo to give hamburger breathing room */
    .logo {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.5rem !important;
    }
    /* Smaller hamburger on small phones so it's fully visible */
    .hamburger {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
    }
}

@media (max-width: 360px) {
    .logo {
        font-size: 1.35rem !important;
    }
    .hamburger {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }
}

@media (min-width: 1400px) {
    .nav-menu {
        gap: 2rem;
    }
}

/* ============================================
   NEST HUB / SMALL LAPTOP NAV FIX
   1024px viewport can't fit 8 nav items.
   Switch to hamburger for 969px�1100px.
   ============================================ */
@media (min-width: 969px) and (max-width: 1099px) {
    /* Hide desktop nav links */
    .nav-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        position: fixed !important;
        left: 0 !important;
        top: 70px !important;
        width: 100vw !important;
        height: calc(100vh - 70px) !important;
        max-height: calc(100vh - 70px) !important;
        z-index: 9999 !important;
        flex-direction: column !important;
        background: rgba(10, 14, 26, 0.98) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior: contain !important;
        padding: 0.5rem 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    /* Show nav-menu when active � use block so overflow-y scrolls reliably */
    .nav-menu.active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* Show hamburger button */
    .hamburger {
        display: flex !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
    }

    /* Nav container: constrain to viewport, hamburger never clips */
    .nav-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        overflow: visible !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar {
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Nav-menu items same as mobile overlay */
    .nav-menu li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav-menu li a {
        display: block !important;
        width: 100% !important;
        padding: 1.2rem 2rem !important;
        min-height: 56px !important;
        color: #fff !important;
        font-size: 1.1rem !important;
        text-decoration: none !important;
    }

    .nav-menu li a:hover,
    .nav-menu li a:active {
        background: rgba(6, 182, 212, 0.15) !important;
        color: #06b6d4 !important;
    }
}

/* Nest Hub has only 600px height � compact items so all 8 fit without scrolling */
@media (min-width: 969px) and (max-width: 1099px) and (max-height: 650px) {
    .nav-menu,
    .nav-menu.active {
        padding: 0 !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .nav-menu li a {
        padding: 0.65rem 2rem !important;
        min-height: 44px !important;
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
}

/* ============================================
   GLOBAL CENTERING FIX
   Ensures all content is centred on every
   viewport (incl. foldable/unusual devices)
   ============================================ */
@media (max-width: 1200px) {
    /* Full-width sections */
    section,
    .hero,
    .services,
    .portfolio-section,
    .pricing,
    .testimonials,
    .faq,
    .contact,
    footer {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    /* Inner containers always centred */
    .container,
    .hero-wrapper,
    .hero-content,
    .section-header {
        width: 100% !important;
        max-width: 900px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    /* Hero text always centred */
    .hero,
    .hero-wrapper,
    .hero-content,
    .hero-badge,
    .hero-title,
    .hero-subtitle,
    .hero-description,
    .hero-buttons,
    .hero-stats {
        text-align: center !important;
        justify-content: center !important;
    }

    .hero-buttons {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 1rem !important;
    }

    .hero-stats {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }

    /* Section headings always centred */
    .section-title,
    .section-subtitle,
    .section-header {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ========================================================
   FIX: Reduce .page-section top padding on mobile
   120px was creating a large visual gap on inner pages
   (services, portfolio, pricing, etc.) on iPhone/Galaxy
   ======================================================== */
@media (max-width: 480px) {
    section.page-section {
        padding-top: 65px !important;
        margin-top: 0 !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    section.page-section {
        padding-top: 75px !important;
        margin-top: 0 !important;
    }
}
@media (min-width: 769px) and (max-width: 968px) {
    section.page-section {
        padding-top: 85px !important;
        margin-top: 0 !important;
    }
}
@media (min-width: 969px) and (max-width: 1199px) {
    section.page-section {
        padding-top: 90px !important;
        margin-top: 0 !important;
    }
}

/* === CLIENT CARDS MOBILE FIX === */
@media (max-width: 768px) {
    #steven-img {
        min-height: 340px !important;
        background-size: cover !important;
        background-position: center 20% !important;
    }
    #zoes-img {
        min-height: 340px !important;
        background-size: cover !important;
        background-position: 60% 35% !important;
    }
    #steven-card > div:last-child,
    #zoes-card > div:last-child {
        display: none !important;
    }
    .portfolio-item:first-child .portfolio-image {
        background-size: cover !important;
        background-position: center 20% !important;
        min-height: 340px !important;
    }
}

/* ============================================
   NOTCHED DEVICE SAFE AREA (from mobile-excellence)
   Ensures content clears iPhone Dynamic Island / notch
   ============================================ */
@supports (padding: env(safe-area-inset-bottom)) {
    body {
        padding-bottom: env(safe-area-inset-bottom);
    }
    .navbar {
        padding-top: max(1.2rem, env(safe-area-inset-top));
    }
}

/* ============================================
   DARK MODE ENHANCEMENTS (from mobile-excellence)
   ============================================ */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #0a0e1a;
    }
    .navbar {
        background: rgba(10, 14, 26, 0.98);
    }
}
