 /* Responsive Design */
    @media (max-width: 1200px) {
      .business {
        grid-template-columns: 1fr;
        gap: 30px;
      }
      
      .cards-bg {
        display: none;
      }
      
      .hero .outline-title {
        font-size: 4.5rem;
      }
      
      .nav {
        padding: 12px 20px;
      }
      
      .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
      }
      
      .nav .logo .logo-img {
        width: 150px;
      }
    }
    
    @media (max-width: 992px) {
      .features {
        flex-direction: column;
        gap: 15px;
      }
      
      .feature {
        padding: 20px 15px;
        min-height: auto;
      }
      
      .contact-area {
        grid-template-columns: 1fr;
        padding: 40px;
      }
      
      .section {
        padding: 60px 20px;
      }
      
      .section-title h2 {
        font-size: 2.2rem;
      }
      
      .business .left h3 {
        font-size: 20px;
      }
      
      .cards {
        gap: 15px;
        padding: 15px;
      }
      
      .card {
        min-width: 200px;
      }
      
      .testimonials {
        margin-top: 15px;
      }
      
      .testimonial {
        padding: 15px;
        margin-bottom: 12px;
      }
    }
    
    @media (max-width: 768px) {
      /* Ensure mobile navigation doesn't overlap content */
      body {
        padding-top: 0;
      }
      
      .nav {
        min-height: 60px;
        z-index: 1000;
      }
      
      .nav .links {
        display: none;
      }
      
      .nav .menu-btn {
        display: block;
      }
      
      .nav .logo .logo-img {
        width: 120px;
      }
      
      /* Ensure proper spacing after fixed nav */
      .hero {
        min-height: 80vh;
        background-attachment: scroll;
        padding-top: 60px;
      }
      
      .hero .outline-title {
        font-size: 3rem;
        letter-spacing: 4px;
        margin-bottom: 10px;
      }
      
      .hero h2 {
        font-size: 1.2rem;
        margin: 8px 0 12px;
      }
      
      .hero p {
        font-size: 1rem;
        margin: 4px 0 16px;
      }
      
      .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
      }
      
      .btn {
        padding: 10px 20px;
        font-size: 14px;
        width: 200px;
        text-align: center;
      }
      
      .business {
        gap: 20px;
        padding: 20px 15px;
      }
      
      .business .left {
        text-align: left;
      }
      
      .business .left h3 {
        font-size: 18px;
        margin-bottom: 8px;
      }
      
      .business .left p {
        font-size: 14px;
        line-height: 1.5;
      }
      
      .features {
        margin-top: 20px;
        gap: 12px;
      }
      
      .feature {
        padding: 16px 12px;
        border-radius: 8px;
      }
      
      .feature h4, .feature strong {
        font-size: 14px;
        margin: 4px 0;
      }
      
      .feature p {
        font-size: 12px;
        line-height: 1.4;
        margin: 4px 0 0;
      }
      
      .cards {
        overflow-x: auto;
        padding: 12px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
      
      .card {
        min-width: 180px;
        flex-shrink: 0;
        scroll-snap-align: start;
      }
      
      .card img {
        height: 100px;
      }
      
      .card .meta {
        padding: 10px;
      }
      
      .card .meta h4 {
        font-size: 13px;
      }
      
      .card .meta small {
        font-size: 11px;
      }
      
      .hero-content {
        padding: 20px 15px;
      }
      
      .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
      }
      
      .contact-item {
        justify-content: center;
        margin-bottom: 12px;
      }
      
      .contact-icon {
        width: 35px;
        height: 35px;
        margin-right: 12px;
      }
      
      .section-title h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
      }
      
      .section-title p {
        font-size: 14px;
        padding: 0 10px;
      }
      
      .notice {
        margin-top: 25px;
        padding: 18px;
      }
      
      .notice h4 {
        font-size: 16px;
        margin-bottom: 12px;
      }
      
      .testimonial {
        padding: 12px;
        margin-bottom: 10px;
      }
      
      .testimonial p {
        font-size: 13px;
        line-height: 1.4;
      }
      
      .testimonial .client {
        font-size: 12px;
        margin-top: 8px;
      }
      
      .contact-area {
        padding: 30px 15px;
        margin-top: 20px;
      }
      
      .form, .cs {
        padding: 20px 15px;
      }
      
      .form h3 {
        font-size: 18px;
      }
      
      .cs h4 {
        font-size: 16px;
      }
      
      .cs .tel {
        font-size: 18px;
      }
    }
    
    @media (max-width: 480px) {
      .nav {
        padding: 8px 15px;
      }
      
      .nav .logo .logo-img {
        width: 100px;
      }
      
      .hero {
        min-height: 70vh;
        padding-top: 10px;
      }
      
      .hero .outline-title {
        font-size: 2.2rem;
        letter-spacing: 2px;
        margin-bottom: 8px;
      }
      
      .hero h2 {
        font-size: 1rem;
        margin: 6px 0 10px;
        padding: 0 10px;
      }
      
      .hero p {
        font-size: 0.9rem;
        margin: 4px 0 14px;
        padding: 0 10px;
      }
      
      .hero-buttons {
        gap: 10px;
      }
      
      .btn {
        padding: 8px 16px;
        font-size: 13px;
        width: 180px;
      }
      
      .section {
        padding: 40px 15px;
      }
      
      .section-title {
        margin-bottom: 30px;
      }
      
      .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
      }
      
      .section-title p {
        font-size: 13px;
        padding: 0 5px;
      }
      
      .business .left h3 {
        font-size: 16px;
        margin-bottom: 6px;
      }
      
      .business .left p {
        font-size: 13px;
        line-height: 1.4;
      }
      
      .features {
        margin-top: 15px;
        gap: 10px;
      }
      
      .feature {
        padding: 12px 10px;
        border-radius: 6px;
        min-height: auto;
      }
      
      .feature h4, .feature strong {
        font-size: 13px;
        margin: 2px 0;
      }
      
      .feature p {
        font-size: 11px;
        line-height: 1.3;
        margin: 2px 0 0;
      }
      
      .cards {
        padding: 10px;
        gap: 12px;
      }
      
      .card {
        min-width: 160px;
        border-radius: 8px;
      }
      
      .card img {
        height: 80px;
      }
      
      .card .meta {
        padding: 8px;
      }
      
      .card .meta h4 {
        font-size: 12px;
        margin: 4px 0 0;
      }
      
      .card .meta small {
        font-size: 10px;
      }
      
      .notice {
        margin-top: 20px;
        padding: 15px;
        border-radius: 8px;
      }
      
      .notice h4 {
        font-size: 14px;
        margin-bottom: 10px;
      }
      
      .testimonials {
        margin-top: 12px;
      }
      
      .testimonial {
        padding: 10px;
        margin-bottom: 8px;
        border-radius: 6px;
      }
      
      .testimonial::before {
        font-size: 40px;
        top: 5px;
        left: 5px;
      }
      
      .testimonial p {
        font-size: 12px;
        line-height: 1.3;
        margin: 0;
      }
      
      .testimonial .client {
        font-size: 11px;
        margin-top: 6px;
      }
      
      .contact-area {
        padding: 20px 10px;
        margin-top: 15px;
        border-radius: 8px;
      }
      
      .form, .cs {
        padding: 15px 10px;
        border-radius: 8px;
      }
      
      .form h3 {
        font-size: 16px;
        margin-bottom: 6px;
      }
      
      .form p {
        font-size: 12px;
        margin: 4px 0 10px;
      }
      
      .form label {
        font-size: 12px;
        margin-bottom: 4px;
      }
      
      .form input, .form textarea, .form select {
        padding: 10px 8px;
        font-size: 13px;
        border-radius: 6px;
      }
      
      .form button {
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 6px;
        margin-top: 8px;
      }
      
      .cs h4 {
        font-size: 14px;
        margin-bottom: 8px;
      }
      
      .cs p {
        font-size: 12px;
        margin: 4px 0;
      }
      
      .cs .tel {
        font-size: 16px;
      }
      
      .contact-info {
        margin-top: 15px;
      }
      
      .contact-item {
        margin-bottom: 10px;
      }
      
      .contact-icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
      }
      
      .footer-content {
        gap: 20px;
        padding: 0 10px;
      }
      
      .footer-section h4 {
        font-size: 16px;
        margin-bottom: 12px;
      }
      
      .footer-section p, .footer-section li {
        font-size: 13px;
        line-height: 1.4;
      }
      
      .social-links {
        justify-content: center;
        margin-top: 12px;
      }
      
      .social-link {
        width: 35px;
        height: 35px;
      }
      
      .nav .logo div {
        font-size: 14px;
      }
      
      .nav .logo .mark {
        width: 35px;
        height: 35px;
      }
      
      .mobile-menu a {
        font-size: 16px;
        padding: 10px 20px;
      }
      
      .hero .scroll-indicator {
        width: 45px;
        height: 45px;
        bottom: 20px;
      }
      
      .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
      }
    }

    /* Mobile utility classes and improvements */
    @media (max-width: 768px) {
      /* Text readability improvements */
      body {
        font-size: 14px;
        line-height: 1.5;
      }
      
      /* Better spacing for mobile */
      .section-title::after {
        width: 60px;
        height: 3px;
        bottom: -12px;
      }
      
      /* Mobile-friendly navigation spacing */
      .nav {
        min-height: 60px;
      }
      
      /* Ensure proper spacing after fixed nav */
      .hero {
        padding-top: 60px;
      }
      
      /* Better mobile card presentation */
      .cards-wrap {
        position: relative;
        margin: 10px -15px;
        padding: 0 15px;
      }
      
      /* Mobile-optimized contact area */
      .contact-area {
        background: linear-gradient(135deg, #372406, #473606);
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      }
      
      /* Better mobile footer */
      footer {
        padding: 40px 15px 20px;
      }
      
      .logos {
        padding: 15px 0;
        gap: 12px;
      }
      
      .logos img {
        height: 28px;
      }
      
      .footnote {
        font-size: 11px;
        padding: 0 10px;
        line-height: 1.4;
      }
    }
    
    /* Enhanced mobile interactions */
    @media (max-width: 768px) {
      /* Better touch targets */
      .btn, .contact-icon, .social-link, .back-to-top, .scroll-indicator {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
      }
      
      /* Improved scrolling for cards */
      .cards::-webkit-scrollbar {
        height: 4px;
      }
      
      .cards::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
      }
      
      .cards::-webkit-scrollbar-thumb {
        background: var(--accent);
        border-radius: 2px;
      }
      
      /* Better mobile form experience */
      .form input:focus, .form textarea:focus, .form select:focus {
        transform: none;
        box-shadow: 0 0 0 2px var(--accent);
      }
      
      /* Mobile-optimized feature cards */
      .feature:active {
        transform: scale(0.98);
      }
      
      /* Better mobile testimonial display */
      .testimonial {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.2s ease;
      }
      
      .testimonial:active {
        transform: scale(0.98);
      }
    }
    
    /* Small mobile devices */
    @media (max-width: 360px) {
      .hero .outline-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
      }
      
      .section {
        padding: 30px 10px;
      }
      
      .contact-area {
        padding: 15px 8px;
      }
      
      .btn {
        width: 160px;
        padding: 6px 12px;
      }
      
      .card {
        min-width: 140px;
      }
      
      .card img {
        height: 70px;
      }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes slideUpFade {
      from { 
        opacity: 0; 
        transform: translateY(30px); 
      }
      to { 
        opacity: 1; 
        transform: translateY(0); 
      }
    }

    @keyframes titleGlow {
      from { 
        -webkit-text-stroke: 2px rgba(255, 255, 255, 0.18);
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.1));
      }
      to { 
        -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
      }
    }

    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% { 
        transform: translateY(0) translateX(-50%); 
      }
      40% { 
        transform: translateY(-8px) translateX(-50%); 
      }
      60% { 
        transform: translateY(-4px) translateX(-50%); 
      }
    }

    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }