/* Virtual Vanguards - service-shopify-design
   Shared by: ar/services/shopify-design.html, services/shopify-design.html, tr/services/shopify-design.html
   Edit here, not in the HTML. */

:root {
            --primary: #5e8e3e;
            --primary-rgb: 94,142,62;
            --primary-dark: #3d6127;
            --dark: #0f172a;
            --darker: #020617;
            --text: #e2e8f0;
            --text-light: #94a3b8;
            --card-bg: rgba(255,255,255,0.04);
            --border: rgba(255,255,255,0.08);
        }
        * { margin:0; padding:0; box-sizing:border-box; }
        body { font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; background:var(--darker); color:var(--text); line-height:1.6; }
        a { color:inherit; text-decoration:none; }
        img { max-width:100%; }

        /* NAV */
        nav { position:fixed; top:0; left:0; right:0; z-index:1000; background:rgba(2,6,23,0.92); backdrop-filter:blur(16px); border-bottom:1px solid var(--border); }
        .nav-container { max-width:1400px; margin:0 auto; padding:0 2rem; display:flex; align-items:center; justify-content:space-between; height:70px; }
        .nav-logo { font-size:1.35rem; font-weight:900; background:linear-gradient(135deg,#5e8e3e,#3d6127); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; letter-spacing:-0.5px; }
        .nav-menu { list-style:none; display:flex; align-items:center; gap:0.5rem; }
        .nav-menu > li > a { padding:0.6rem 1rem; border-radius:8px; font-size:0.95rem; font-weight:500; color:var(--text-light); transition:all 0.2s; display:flex; align-items:center; gap:6px; }
        .nav-menu > li > a:hover { color:var(--text); background:rgba(255,255,255,0.06); }
        .nav-cta { background:#5e8e3e !important; color:white !important; padding:0.65rem 1.5rem !important; border-radius:50px !important; font-weight:700 !important; box-shadow:0 4px 20px rgba(94,142,62,0.4); }
        .nav-cta:hover { background:#3d6127 !important; transform:translateY(-1px); }
        /* Mega menu */
        .has-mega { position:relative; }
        .mega-menu { display:none; position:absolute; top:calc(100% + 8px); left:50%; transform:translateX(-50%); background:#0f172a; border:1px solid rgba(94,142,62,0.2); border-radius:16px; padding:1.5rem; box-shadow:0 20px 60px rgba(0,0,0,0.5); z-index:200; width:560px; }
        .mega-menu.mega-platforms { width:480px; }
        .has-mega:hover .mega-menu { display:block; }
        .mega-menu-inner { display:flex; flex-direction:column; gap:0; }
        .mega-top { padding-bottom:0.75rem; border-bottom:1px solid var(--border); margin-bottom:1rem; }
        .mega-top h4 { color:var(--text-light); font-size:0.75rem; letter-spacing:1px; text-transform:uppercase; font-weight:700; }
        .mega-grid { display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; }
        .mega-item { display:flex; align-items:center; gap:12px; padding:10px 12px; border-radius:10px; transition:background 0.2s; }
        .mega-item:hover, .mega-item-active { background:rgba(94,142,62,0.1); }
        .mega-item-icon { width:36px; height:36px; background:rgba(94,142,62,0.12); border-radius:8px; display:flex; align-items:center; justify-content:center; color:#5e8e3e; font-size:0.9rem; flex-shrink:0; }
        .mega-item-text h5 { font-size:0.875rem; font-weight:700; color:var(--text); margin-bottom:2px; }
        .mega-item-text p { font-size:0.75rem; color:var(--text-light); }
        .platform-mega-grid { display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; }
        .platform-mega-item { display:flex; align-items:center; gap:12px; padding:10px 12px; border-radius:10px; transition:background 0.2s; }
        .platform-mega-item:hover { background:rgba(94,142,62,0.1); }
        .platform-mega-icon { width:36px; height:36px; background:rgba(255,255,255,0.05); border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
        .platform-mega-text h5 { font-size:0.875rem; font-weight:700; color:var(--text); margin-bottom:2px; }
        .platform-mega-text p { font-size:0.75rem; color:var(--text-light); }
        .chevron { font-size:0.65rem; transition:transform 0.2s; }
        .has-mega:hover .chevron { transform:rotate(180deg); }
        /* Mobile nav */
        .menu-toggle { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
        .menu-toggle span { width:25px; height:3px; background:white; border-radius:3px; transition:all 0.3s; display:block; }
        .menu-toggle.active span:nth-child(1) { transform:rotate(45deg) translate(8px,8px); }
        .menu-toggle.active span:nth-child(2) { opacity:0; }
        .menu-toggle.active span:nth-child(3) { transform:rotate(-45deg) translate(7px,-7px); }
        /* Mobile sub-menus */
        .mobile-sub { display:none; }

        /* CONTAINERS */
        .container { max-width:1200px; margin:0 auto; padding:0 2rem; }

        /* HERO */
        .service-hero { padding:130px 0 90px; position:relative; overflow:hidden; background:linear-gradient(135deg,var(--darker) 0%,var(--dark) 100%); text-align:center; }
        .hero-glow { position:absolute; width:600px; height:600px; background:radial-gradient(circle,rgba(94,142,62,0.12) 0%,transparent 70%); top:-100px; left:50%; transform:translateX(-50%); border-radius:50%; pointer-events:none; }
        .hero-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(94,142,62,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(94,142,62,0.05) 1px,transparent 1px); background-size:60px 60px; }
        .hero-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(94,142,62,0.1); border:1px solid rgba(94,142,62,0.3); border-radius:50px; padding:8px 20px; color:#5e8e3e; font-size:0.875rem; font-weight:700; margin-bottom:2rem; letter-spacing:0.5px; }
        .service-hero h1 { font-size:3.5rem; font-weight:900; line-height:1.15; margin-bottom:1.5rem; background:linear-gradient(135deg,#fff 40%,var(--text-light)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
        .service-hero .hero-sub { font-size:1.25rem; color:var(--text-light); max-width:680px; margin:0 auto 2.5rem; line-height:1.6; }
        .hero-actions { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; margin-bottom:3.5rem; }
        .btn-primary { background:linear-gradient(135deg,#5e8e3e,#3d6127); color:white; padding:0.9rem 2.2rem; border-radius:50px; font-weight:700; font-size:1rem; display:inline-flex; align-items:center; gap:8px; transition:transform 0.2s,box-shadow 0.2s; box-shadow:0 4px 24px rgba(94,142,62,0.35); }
        .btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(94,142,62,0.5); }
        .btn-outline { background:transparent; color:white; padding:0.9rem 2.2rem; border-radius:50px; font-weight:700; font-size:1rem; display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,0.2); transition:all 0.2s; }
        .btn-outline:hover { background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.35); }
        .hero-trust { display:flex; align-items:center; justify-content:center; gap:2rem; flex-wrap:wrap; }
        .trust-item { display:flex; align-items:center; gap:8px; font-size:0.9rem; color:var(--text-light); }
        .trust-item i { color:#5e8e3e; }

        /* STATS */
        .stats-section { background:rgba(255,255,255,0.02); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:60px 0; }
        .stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:2rem; text-align:center; }
        .stat-item .stat-number { font-size:2.8rem; font-weight:900; color:#5e8e3e; display:block; line-height:1; }
        .stat-item .stat-label { font-size:0.9rem; color:var(--text-light); margin-top:0.5rem; font-weight:500; }

        /* SECTION HEADER */
        .section-header { text-align:center; margin-bottom:3.5rem; }
        .section-header h2 { font-size:2.5rem; font-weight:900; margin-bottom:0.75rem; }
        .section-header p { color:var(--text-light); font-size:1.1rem; max-width:580px; margin:0 auto; }
        .section { padding:100px 0; }

        /* PROCESS */
        .process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; position:relative; }
        .process-grid::before { content:''; position:absolute; top:36px; left:12.5%; right:12.5%; height:2px; background:linear-gradient(90deg,#5e8e3e,rgba(94,142,62,0.1)); z-index:0; }
        .process-card { background:var(--card-bg); border:1px solid var(--border); border-radius:20px; padding:2rem 1.5rem; text-align:center; position:relative; z-index:1; transition:transform 0.3s,border-color 0.3s; }
        .process-card:hover { transform:translateY(-6px); border-color:rgba(94,142,62,0.35); }
        .process-num { width:56px; height:56px; background:linear-gradient(135deg,#5e8e3e,#3d6127); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.3rem; font-weight:900; color:white; margin:0 auto 1.25rem; box-shadow:0 6px 20px rgba(94,142,62,0.4); }
        .process-card h3 { font-size:1.1rem; font-weight:800; margin-bottom:0.6rem; }
        .process-card p { font-size:0.9rem; color:var(--text-light); line-height:1.55; }

        /* FEATURES */
        .features-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
        .feature-card { background:var(--card-bg); border:1px solid var(--border); border-radius:20px; padding:2rem; transition:transform 0.3s,border-color 0.3s; }
        .feature-card:hover { transform:translateY(-5px); border-color:rgba(94,142,62,0.3); }
        .feature-icon { width:52px; height:52px; background:linear-gradient(135deg,rgba(94,142,62,0.15),rgba(94,142,62,0.08)); border:1px solid rgba(94,142,62,0.25); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:1.3rem; color:#5e8e3e; margin-bottom:1.25rem; }
        .feature-card h3 { font-size:1.1rem; font-weight:800; margin-bottom:0.6rem; }
        .feature-card p { font-size:0.9rem; color:var(--text-light); line-height:1.55; }

        /* PRICING */
        .pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; align-items:start; }
        .pricing-card { background:var(--card-bg); border:1px solid var(--border); border-radius:24px; padding:2.5rem 2rem; position:relative; transition:transform 0.3s,border-color 0.3s; }
        .pricing-card:hover { transform:translateY(-6px); }
        .pricing-card.featured { border-color:rgba(94,142,62,0.5); background:linear-gradient(135deg,rgba(94,142,62,0.06),var(--card-bg)); }
        .popular-badge { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#5e8e3e,#3d6127); color:white; padding:5px 20px; border-radius:50px; font-size:0.78rem; font-weight:800; letter-spacing:0.5px; white-space:nowrap; }
        .plan-name { font-size:1.1rem; font-weight:800; margin-bottom:0.5rem; color:var(--text-light); text-transform:uppercase; letter-spacing:1px; font-size:0.8rem; }
        .plan-price { font-size:3rem; font-weight:900; line-height:1; margin-bottom:0.25rem; color:white; }
        .plan-price span { font-size:1rem; font-weight:500; color:var(--text-light); }
        .plan-desc { font-size:0.9rem; color:var(--text-light); margin-bottom:1.75rem; padding-bottom:1.75rem; border-bottom:1px solid var(--border); }
        .plan-features { list-style:none; display:flex; flex-direction:column; gap:0.75rem; margin-bottom:2rem; }
        .plan-features li { display:flex; align-items:flex-start; gap:10px; font-size:0.9rem; }
        .plan-features li i { color:#5e8e3e; margin-top:2px; flex-shrink:0; }
        .plan-features li.muted { color:var(--text-light); }
        .plan-features li.muted i { color:var(--text-light); opacity:0.4; }
        .plan-cta { display:block; width:100%; text-align:center; padding:0.85rem; border-radius:50px; font-weight:700; font-size:0.95rem; transition:all 0.2s; }
        .plan-cta-primary { background:linear-gradient(135deg,#5e8e3e,#3d6127); color:white; box-shadow:0 4px 20px rgba(94,142,62,0.35); }
        .plan-cta-primary:hover { box-shadow:0 6px 28px rgba(94,142,62,0.5); transform:translateY(-1px); }
        .plan-cta-outline { border:1px solid var(--border); color:var(--text); }
        .plan-cta-outline:hover { border-color:rgba(94,142,62,0.4); color:#5e8e3e; }

        /* FAQ */
        .faq-container { max-width:780px; margin:0 auto; display:flex; flex-direction:column; gap:1rem; }
        .faq-item { background:var(--card-bg); border:1px solid var(--border); border-radius:16px; overflow:hidden; transition:border-color 0.2s; }
        .faq-item.open { border-color:rgba(94,142,62,0.35); }
        .faq-q { display:flex; justify-content:space-between; align-items:center; padding:1.4rem 1.75rem; cursor:pointer; gap:1rem; }
        .faq-q h3 { font-size:1rem; font-weight:700; }
        .faq-q i { color:#5e8e3e; flex-shrink:0; transition:transform 0.3s; font-size:0.9rem; }
        .faq-item.open .faq-q i { transform:rotate(180deg); }
        .faq-a { display:none; padding:0 1.75rem 1.4rem; color:var(--text-light); font-size:0.95rem; line-height:1.65; }
        .faq-item.open .faq-a { display:block; }

        /* TESTIMONIALS */
        .testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
        .testimonial-card { background:var(--card-bg); border:1px solid var(--border); border-radius:20px; padding:2rem; position:relative; }
        .testimonial-card::before { content:'"'; position:absolute; top:1rem; right:1.5rem; font-size:4rem; color:rgba(94,142,62,0.15); font-family:Georgia,serif; line-height:1; }
        .testimonial-text { font-size:0.95rem; line-height:1.7; color:var(--text-light); margin-bottom:1.5rem; font-style:italic; }
        .testimonial-author { display:flex; align-items:center; gap:12px; }
        .author-avatar { width:44px; height:44px; background:linear-gradient(135deg,#5e8e3e,#3d6127); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.85rem; font-weight:800; color:white; flex-shrink:0; }
        .author-name { font-weight:700; font-size:0.95rem; }
        .author-role { font-size:0.82rem; color:var(--text-light); }
        .stars { color:#fbbf24; font-size:0.85rem; margin-bottom:3px; }

        /* CTA */
        .cta-section { background:linear-gradient(135deg,rgba(94,142,62,0.1),rgba(94,142,62,0.04)); border:1px solid rgba(94,142,62,0.2); border-radius:28px; padding:5rem 3rem; text-align:center; margin:40px 0; }
        .cta-section h2 { font-size:2.5rem; font-weight:900; margin-bottom:1rem; }
        .cta-section p { color:var(--text-light); font-size:1.15rem; margin-bottom:2.5rem; max-width:560px; margin-left:auto; margin-right:auto; }
        .cta-actions { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

        /* FOOTER */
        footer { border-top:1px solid var(--border); padding:60px 0 32px; margin-top:40px; }
        .footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:3rem; margin-bottom:3rem; }
        .footer-about h3 { font-size:1.3rem; font-weight:900; margin-bottom:1rem; background:linear-gradient(135deg,#5e8e3e,#3d6127); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
        .footer-about p { color:var(--text-light); font-size:0.9rem; line-height:1.6; }
        .footer-links h4 { font-size:0.85rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:var(--text-light); margin-bottom:1rem; }
        .footer-links ul { list-style:none; display:flex; flex-direction:column; gap:0.6rem; }
        .footer-links a { color:var(--text-light); font-size:0.9rem; transition:color 0.2s; }
        .footer-links a:hover { color:#5e8e3e; }
        .footer-bottom { border-top:1px solid var(--border); padding-top:1.5rem; color:var(--text-light); font-size:0.875rem; }

        /* RESPONSIVE */
        @media (max-width:1024px) {
            .nav-menu { position:fixed; top:70px; left:-100%; width:80%; max-width:360px; height:calc(100vh - 70px); background:#0f172a; flex-direction:column; align-items:flex-start; padding:1.5rem 1rem; overflow-y:auto; transition:left 0.3s; border-right:1px solid var(--border); gap:0.25rem; }
            .nav-menu.active { left:0; }
            .nav-menu > li { width:100%; }
            .nav-menu > li > a { width:100%; padding:0.9rem 1rem; font-size:1rem; border-radius:10px; }
            .mega-menu { display:none !important; }
            .menu-toggle { display:flex; }
            .has-mega > a { width:100%; }
            .stats-grid { grid-template-columns:repeat(2,1fr); }
            .process-grid { grid-template-columns:repeat(2,1fr); }
            .process-grid::before { display:none; }
            .features-grid { grid-template-columns:repeat(2,1fr); }
            .pricing-grid { grid-template-columns:1fr; max-width:480px; margin:0 auto; }
            .testimonials-grid { grid-template-columns:1fr; max-width:560px; margin:0 auto; }
            .footer-grid { grid-template-columns:1fr 1fr; gap:2rem; }
            .nav-cta { margin-left:0; width:100%; text-align:center; justify-content:center; margin-top:0.5rem; }
            .vv-lang-li { width:100%; margin-top:0.5rem; }
            .vv-lang-btn { width:100%; justify-content:center; }
            .vv-lang-dropdown { position:static; box-shadow:none; margin-top:6px; border-radius:10px; }
        }
        @media (max-width:640px) {
            .service-hero h1 { font-size:2.4rem; }
            .section-header h2 { font-size:2rem; }
            .features-grid { grid-template-columns:1fr; }
            .stats-grid { grid-template-columns:repeat(2,1fr); }
            .footer-grid { grid-template-columns:1fr; }
            .cta-section { padding:3rem 1.5rem; }
            .cta-section h2 { font-size:1.9rem; }
            .hero-trust { gap:1rem; }
        }


  /* ── Language Switcher ── */
  .vv-lang-li { position: relative; display: flex; align-items: center; }
  .vv-lang-btn {
    display: flex; align-items: center; gap: 6px;
    background: rgba(99,102,241,0.12);
    border: 1px solid rgba(99,102,241,0.3);
    border-radius: 8px; padding: 6px 12px;
    color: #e2e8f0; font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: inherit;
    transition: background 0.2s, border-color 0.2s;
  }
  .vv-lang-btn:hover { background: rgba(99,102,241,0.22); border-color: rgba(99,102,241,0.55); }
  .vv-lang-flag { font-size: 15px; line-height: 1; }
  .vv-lang-code { letter-spacing: 0.5px; }
  .vv-lang-arrow { transition: transform 0.2s; flex-shrink: 0; color: #94a3b8; }
  .vv-lang-li.open .vv-lang-arrow { transform: rotate(180deg); }
  .vv-lang-dropdown {
    display: none; position: absolute; top: calc(100% + 8px); right: 0;
    background: #0f172a; border: 1px solid rgba(99,102,241,0.25);
    border-radius: 12px; padding: 6px; min-width: 155px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5); z-index: 9999;
  }
  .vv-lang-li.open .vv-lang-dropdown { display: block; }
  .vv-lang-option {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 14px; border-radius: 8px;
    font-size: 13px; font-weight: 500; color: #cbd5e1;
    cursor: pointer; text-decoration: none;
    transition: background 0.15s;
  }
  .vv-lang-option:hover, .vv-lang-option.vv-lang-active { background: rgba(99,102,241,0.18); color: #fff; }
  .vv-lang-option span { font-size: 16px; line-height: 1; }
  @media (max-width: 1024px) {
    .vv-lang-li { width: 100%; margin-top: 0.5rem; }
    .vv-lang-btn { width: 100%; justify-content: center; }
    .vv-lang-dropdown { position: static; box-shadow: none; margin-top: 6px; border-radius: 10px; }
  }
