.tool-hero { background: var(--gray-50); padding: 100px 0 60px; text-align: center; position: relative; overflow: hidden; }
    .tool-badge {
      display: inline-flex; align-items: center; gap: 6px;
      background: #dbeafe; color: #1e3a8a;
      border: 1px solid #bfdbfe;
      border-radius: 999px;
      padding: 6px 14px; font-size: 13px; font-weight: 600;
      margin-bottom: 20px;
    }
    .tool-badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); }

    .tool-hero h1 {
      font-size: clamp(2rem, 5.5vw, 3.5rem);
      font-weight: 900;
      line-height: 1.1;
      color: var(--gray-900);
      letter-spacing: -1.5px;
      margin-bottom: 18px;
    }
    .text-gradient {
      background: linear-gradient(135deg, var(--primary) 0%, #10b981 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .tool-hero p.subtitle {
      font-size: clamp(15px, 2.5vw, 18px);
      color: var(--gray-600);
      max-width: 580px;
      margin: 0 auto 28px;
      line-height: 1.65;
    }

    .trust-row {
      display: flex; flex-wrap: wrap; justify-content: center;
      gap: 10px; margin-bottom: 40px;
    }
    .trust-pill {
      display: inline-flex; align-items: center; gap: 6px;
      background: white; border: 1px solid var(--border);
      border-radius: var(--radius-pill);
      padding: 7px 14px; font-size: 13px; font-weight: 500; color: var(--gray-700);
      box-shadow: var(--shadow-sm);
    }
    .trust-pill svg { color: var(--primary); }

    .app-container { max-width: 960px; margin: 0 auto; background: white; border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 10px 40px rgba(59,130,246,0.05); overflow: hidden; margin-bottom: 40px; }
    .upload-area { margin: 24px; padding: 60px 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px dashed #bfdbfe; border-radius: 20px; text-align: center; cursor: pointer; transition: all 0.2s; background: #eff6ff; }
    .upload-area:hover, .upload-area.dragover { background: #dbeafe; border-color: #3b82f6; }
    .upload-icon-wrap { width: 72px; height: 72px; background: #dbeafe; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #3b82f6; }
    .upload-area h3 { font-size: 20px; font-weight: 800; color: var(--gray-900); margin-bottom: 8px; }
    .upload-area p { color: var(--gray-500); margin-bottom: 24px; font-size: 14px; }
    .upload-area .btn { background: #3b82f6; color: white; padding: 14px 32px; border-radius: 12px; font-weight: 600; display: inline-block; font-size: 16px; }
    .editor-area { display: none; grid-template-columns: 1fr 340px; min-height: 500px; }
    .preview-pane { background: #f8fafc; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
    .preview-pane img { max-width: 100%; max-height: 500px; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .size-stats { display: flex; gap: 20px; margin-top: 20px; background: white; padding: 12px 24px; border-radius: 12px; border: 1px solid var(--border); }
    .stat-box { display: flex; flex-direction: column; align-items: center; }
    .stat-label { font-size: 12px; color: var(--gray-500); font-weight: 600; text-transform: uppercase; }
    .stat-val { font-size: 16px; font-weight: 800; color: var(--gray-900); }
    .stat-val.reduced { color: #16a34a; }
    .controls-pane { background: white; border-left: 1px solid var(--border); padding: 30px 24px; display: flex; flex-direction: column; gap: 24px; text-align: left; }
    .control-group h4 { font-size: 14px; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
    .range-wrap { display: flex; flex-direction: column; gap: 8px; }
    .range-header { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--gray-600); font-weight: 600; }
    input[type=range] { -webkit-appearance: none; width: 100%; height: 6px; background: #e2e8f0; border-radius: 4px; outline: none; }
    input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; background: #3b82f6; border-radius: 50%; cursor: pointer; }
    .action-buttons { margin-top: auto; display: flex; flex-direction: column; gap: 12px; }
    .btn-process { width: 100%; padding: 14px; background: linear-gradient(135deg, #3b82f6, #2563eb); color: white; border: none; border-radius: 12px; font-size: 15px; font-weight: 700; cursor: pointer; transition: opacity 0.2s; }
    .btn-process:hover { opacity: 0.9; }
    .btn-reset { width: 100%; padding: 12px; background: white; color: var(--gray-600); border: 1px solid var(--border); border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
    .btn-reset:hover { background: #f8fafc; color: var(--gray-900); }
    @media (max-width: 768px) { .editor-area { grid-template-columns: 1fr; } .controls-pane { border-left: none; border-top: 1px solid var(--border); } }

    /* ===== MODERN EDITORIAL STYLES (GOLD STANDARD) ===== */
    .how-section { padding: 80px 0; background: white; border-top: 1px solid var(--border); }
    .section-label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--primary-dark); margin-bottom: 12px; }
    .section-title { font-size: clamp(24px, 5vw, 36px); font-weight: 800; color: var(--gray-900); margin-bottom: 16px; letter-spacing: -.8px; }
    .section-desc { font-size: 16px; color: var(--gray-500); max-width: 580px; margin: 0 auto 56px; line-height: 1.65; }
    
    .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .step-card { background: var(--gray-50); border: 1px solid var(--border); border-radius: 20px; padding: 36px 28px; transition: all .25s ease; text-align: left; }
    .step-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); background: white; border-color: var(--primary-light); }
    .step-num { width: 48px; height: 48px; border-radius: 14px; background: var(--green-100); color: var(--primary-dark); font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
    .step-card h3 { font-size: 18px; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; }
    .step-card p { font-size: 14.5px; color: var(--gray-500); line-height: 1.6; }

    .seo-modern { background: #fff; padding: 100px 0; position: relative; border-top: 1px solid var(--border); }
    .seo-container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
    .seo-header { text-align: center; margin-bottom: 72px; }
    .seo-header h2 { font-size: clamp(28px, 5vw, 42px); font-weight: 900; color: var(--gray-900); letter-spacing: -1px; margin-bottom: 24px; }
    .seo-header p { font-size: clamp(16px, 2.5vw, 20px); color: var(--gray-500); line-height: 1.6; max-width: 760px; margin: 0 auto; }
    
    .seo-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 80px; text-align: left; }
    .seo-split-content h3 { font-size: 26px; font-weight: 800; color: var(--gray-900); margin-bottom: 24px; letter-spacing: -0.5px; }
    .seo-split-content p { font-size: 16px; color: var(--gray-600); line-height: 1.8; margin-bottom: 20px; }
    
    .mobile-highlight-box { background: linear-gradient(145deg, var(--green-600) 0%, var(--green-700) 100%); border-radius: 24px; padding: 48px; color: white; box-shadow: 0 24px 48px var(--primary-glow); position: relative; overflow: hidden; }
    .mobile-highlight-box::after { content: ''; position: absolute; right: -50px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.15), transparent); }
    .mobile-highlight-box h3 { font-size: 26px; font-weight: 900; color: white; margin-bottom: 20px; }
    .mobile-highlight-box p { font-size: 17px; color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 0; }

    .faq-modern { background: white; border: 1px solid var(--border); border-radius: 24px; padding: 48px; text-align: left; }
    .faq-modern h3 { font-size: 22px; font-weight: 800; margin-bottom: 32px; border-bottom: 2px solid var(--gray-100); padding-bottom: 16px; color: var(--gray-900); }
    .faq-item { margin-bottom: 28px; }
    .faq-item:last-child { margin-bottom: 0; }
    .faq-item h4 { font-size: 17px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
    .faq-item p { font-size: 15px; color: var(--gray-600); line-height: 1.6; margin-bottom: 0; }

    @media (max-width: 900px) {
      .steps-grid { grid-template-columns: 1fr; gap: 20px; }
      .seo-split { grid-template-columns: 1fr; gap: 40px; }
      .mobile-highlight-box { padding: 32px; }
    }

    /* ===== FEATURES STRIP ===== */
    .features-strip { background: var(--gray-900); padding: 40px 0; margin-top: 60px; }
    .features-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .feature-item { display: flex; align-items: center; gap: 14px; padding: 12px 20px; border-right: 1px solid rgba(255,255,255,0.1); text-align: left; }
    .feature-item:last-child { border-right: none; }
    .feature-item__icon { width: 40px; height: 40px; border-radius: 12px; background: rgba(16,185,129,0.15); display: flex; align-items: center; justify-content: center; color: var(--green-400); flex-shrink: 0; }
    .feature-item h4 { font-size: 15px; font-weight: 700; color: white; margin-bottom: 2px; }
    .feature-item p { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 0; line-height: 1.4; }

    @media (max-width: 1024px) { .features-strip__grid { grid-template-columns: repeat(2, 1fr); } .feature-item:nth-child(2) { border-right: none; } }
    @media (max-width: 640px) { .features-strip__grid { grid-template-columns: 1fr; } .feature-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); } .feature-item:last-child { border-bottom: none; } }

    /* ===== REFINED CTA BAND ===== */
    .cta-band { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%); padding: 80px 24px; text-align: center; color: white; position: relative; overflow: hidden; }
    .cta-band::before { content: ''; position: absolute; top: -50%; left: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%); border-radius: 50%; pointer-events: none; }
    .cta-band h2 { font-size: clamp(28px, 5vw, 42px); font-weight: 900; color: white; margin-bottom: 16px; letter-spacing: -1px; position: relative; z-index: 1; }
    .cta-band p { font-size: 18px; color: rgba(255,255,255,0.9); margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
    .btn--white { background: white; color: var(--primary-dark); border: none; font-weight: 700; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
    .btn--white:hover { background: #f8fafc; transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }

/* Modern 2026 Editorial Layout */
    .seo-modern { background: #fff; padding: 100px 0; position: relative; }
    .seo-modern::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); }
    .seo-container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
    .seo-header { text-align: center; margin-bottom: 72px; }
    .seo-header h2 { font-size: clamp(32px, 5vw, 46px); font-weight: 900; color: var(--gray-900); letter-spacing: -1.2px; margin-bottom: 24px; }
    .seo-header p { font-size: clamp(18px, 2.5vw, 22px); color: var(--gray-500); line-height: 1.6; max-width: 760px; margin: 0 auto; }
    
    .seo-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 80px; }
    @media(max-width: 900px) { .seo-split { grid-template-columns: 1fr; gap: 40px; } }
    .seo-split-content h3 { font-size: 28px; font-weight: 800; color: var(--gray-900); margin-bottom: 24px; letter-spacing: -0.5px; }
    .seo-split-content p { font-size: 17px; color: var(--gray-600); line-height: 1.8; margin-bottom: 20px; }
    
    .mobile-highlight-box { background: linear-gradient(145deg, #3b82f6 0%, #10b981 100%); border-radius: 24px; padding: 48px; color: white; box-shadow: 0 24px 48px rgba(59, 130, 246, 0.25); position: relative; overflow: hidden; }
    .mobile-highlight-box::after { content: ''; position: absolute; right: -50px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.15), transparent); }
    .mobile-highlight-box h3 { font-size: 28px; font-weight: 900; color: white; margin-bottom: 20px; }
    .mobile-highlight-box p { font-size: 18px; color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 0; }

    .seo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; margin-bottom: 80px; }
    .seo-card { background: var(--gray-50); border: 1px solid var(--border); border-radius: 20px; padding: 40px 32px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
    .seo-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.06); background: white; border-color: #3b82f6; }
    .seo-card-icon { width: 56px; height: 56px; border-radius: 14px; background: #eff6ff; color: #3b82f6; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
    .seo-card h3 { font-size: 22px; font-weight: 800; color: var(--gray-900); margin-bottom: 16px; }
    .seo-card p { font-size: 16px; color: var(--gray-600); line-height: 1.7; margin-bottom: 0; }
    
    .faq-modern { background: white; border: 1px solid var(--border); border-radius: 24px; padding: 48px; }
    .faq-modern h3 { font-size: 24px; font-weight: 800; margin-bottom: 32px; border-bottom: 2px solid var(--gray-100); padding-bottom: 16px;}
    .faq-item { margin-bottom: 24px; }
    .faq-item h4 { font-size: 18px; font-weight: 700; color: var(--gray-900); margin-bottom: 10px; }
    .faq-item p { font-size: 16px; color: var(--gray-600); line-height: 1.6; margin-bottom: 0; }
