/* =========================================================================
   Services Inner Page  (templates/inner-page.php)
   Scoped under #page-general so these utility class names (.hero, .btn,
   .section, .container, .two-col …) never collide with the theme's global
   style.css. Markup is rendered dynamically from the "Services Inner Page"
   ACF field group. Mirrors the source design 1:1.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Inter:wght@400;500;600;700&display=swap');

/* ── base / reset (scoped) ── */
#page-general { font-family: 'Inter Tight', 'Inter', Arial, sans-serif; color: #121638; }
#page-general *, #page-general *::before, #page-general *::after { box-sizing: border-box; }
#page-general h1, #page-general h2, #page-general h3, #page-general h4, #page-general h5, #page-general h6,
#page-general p, #page-general ul, #page-general ol, #page-general figure { margin: 0; padding: 0; }
#page-general ul { list-style: none; }
#page-general img { max-width: 100%; height: auto; display: block; }
#page-general a { text-decoration: none; }

/* left-aligned in-section button row (hero-btns is centred) */
#page-general .si-btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ── HERO ── */
#page-general .hero { background: linear-gradient(185deg, #2E3B94 53.5%, #1E2972 96.25%); padding: 64px 40px 56px; text-align: center; position: relative; overflow: hidden; }
#page-general .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 40%, rgba(255,77,77,0.08) 0%, transparent 65%); pointer-events: none; }
#page-general .hero-inner { max-width: 860px; margin: 0 auto; position: relative; }
#page-general .breadcrumb { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 20px; flex-wrap: wrap; }
#page-general .breadcrumb a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
#page-general .breadcrumb a:hover { color: #ff4d4d; }
#page-general .breadcrumb-sep { color: rgba(255,255,255,0.4); }
#page-general .hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,77,77,0.15); border: 1px solid rgba(255,77,77,0.35); border-radius: 100px; padding: 5px 14px; font-size: 12px; font-weight: 700; color: #ff8080; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; }
#page-general .hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #ff4d4d; animation: pgPulse 1.8s ease-out infinite; }
@keyframes pgPulse { 0% { box-shadow: 0 0 0 0 rgba(255,77,77,0.6); } 70% { box-shadow: 0 0 0 7px rgba(255,77,77,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,77,0); } }
#page-general .hero h1 { font-size: clamp(2rem, 5vw, 3.75rem); font-weight: 800; color: #fff; line-height: 1.08; margin-bottom: 16px; letter-spacing: -1px; }
#page-general .hero h1 span { color: #ff4d4d; font-style: italic; }
#page-general .hero-sub { font-size: clamp(0.95rem, 2vw, 1.15rem); color: rgba(255,255,255,0.85); max-width: 580px; margin: 0 auto 32px; line-height: 1.65; }
#page-general .hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── BUTTONS ── */
#page-general .btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 50px; font-size: 0.9rem; font-weight: 700; text-decoration: none; transition: all 0.2s; white-space: nowrap; cursor: pointer; font-family: inherit; border: none; }
#page-general .btn-red { background: #ff4d4d; color: #fff; box-shadow: 0 4px 16px rgba(255,77,77,0.35); }
#page-general .btn-red:hover { background: #e03c3c; transform: translateY(-2px); color: #fff; }
#page-general .btn-dark { background: #0d1033; color: #fff; border: 1px solid rgba(255,255,255,0.12); }
#page-general .btn-dark:hover { background: #1a2050; color: #fff; transform: translateY(-2px); }
#page-general .hero-trust { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
#page-general .trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500; }
#page-general .trust-icon { width: 18px; height: 18px; color: #22da96; flex-shrink: 0; }

/* ── SECTION / CONTAINER ── */
#page-general .section { padding: clamp(3rem, 6vw, 5.5rem) 40px; }
#page-general .container { max-width: 1160px; margin: 0 auto; }
#page-general .section-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #ff4d4d; margin-bottom: 10px; }
#page-general .wrapper .section-label { text-align: center; }
#page-general .section-title { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 800; color: #121638; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 16px; }
#page-general .wrapper .section-title { text-align: center; }
#page-general .section-title span { color: #2E3B94; }
#page-general .section-sub { font-size: 1rem; color: #555; line-height: 1.7; max-width: 640px; margin-bottom: 44px; }
#page-general .wrapper .section-sub { justify-self: center; text-align: center; }
#page-general .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
#page-general .two-col-text .section-sub { margin-bottom: 28px; }
#page-general .content-img { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.12); width: 100%; aspect-ratio: 4/3; object-fit: cover; background: linear-gradient(135deg, #2E3B94, #4a6cf7); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 14px; }

/* ── FEATURE LIST ── */
#page-general .feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 16px; padding: 0; }
#page-general .feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: #333; line-height: 1.55; }
#page-general .feature-list li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background-color: #ff4d4d; flex-shrink: 0; margin-top: 2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 11px; }

/* ── PROCESS STEPS ── */
#page-general .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
#page-general .step-card { background: #fff; border-radius: 16px; padding: 28px 22px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); text-align: center; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
#page-general .step-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
#page-general .step-num { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #2E3B94, #4a6cf7); color: #fff; font-size: 1.1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
#page-general .step-card h4 { font-size: 1rem; font-weight: 700; color: #121638; margin-bottom: 8px; }
#page-general .step-card p { font-size: 0.875rem; color: #666; line-height: 1.6; }
#page-general .step-connector { position: absolute; top: 50px; right: -14px; width: 28px; height: 2px; background: linear-gradient(90deg, #2E3B94, #ff4d4d); z-index: 1; }
#page-general .step-card:last-child .step-connector { display: none; }

/* ── BENEFITS / COVERAGE CARDS ── */
#page-general .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#page-general .benefit-card { background: #fff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border-top: 3px solid #2E3B94; transition: transform 0.2s; }
#page-general .benefit-card:hover { transform: translateY(-4px); }
#page-general .benefit-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, rgba(46,59,148,0.1), rgba(74,108,247,0.15)); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 22px; }
#page-general .benefit-card h4 { font-size: 1rem; font-weight: 700; color: #121638; margin-bottom: 8px; }
#page-general .benefit-card p { font-size: 0.875rem; color: #666; line-height: 1.65; }

/* ── FAQ ── */
#page-general .faq-list { display: flex; flex-direction: column; gap: 12px; }
#page-general .faq-item { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
#page-general .faq-q { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; font-size: 0.95rem; font-weight: 700; color: #121638; cursor: pointer; gap: 12px; }
#page-general .faq-q::after { content: '+'; font-size: 1.3rem; color: #2E3B94; flex-shrink: 0; font-weight: 400; transition: transform 0.25s ease; }
#page-general .faq-a { padding: 0 22px 18px; font-size: 0.9rem; color: #555; line-height: 1.7; }

/* Accordion enhancement — only active once inner-page.js adds .faq-enhanced.
   Without JS the answers stay open, matching the source exactly. */
#page-general.faq-enhanced .faq-a { max-height: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
#page-general.faq-enhanced .faq-item.open .faq-a { max-height: 600px; padding: 0 22px 18px; }
#page-general.faq-enhanced .faq-item.open .faq-q::after { transform: rotate(45deg); }

/* ── TRUST BAND ── */
#page-general .trust-band { background: #121638; padding: 44px 40px; }
#page-general .trust-band-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
#page-general .trust-stat { text-align: center; }
#page-general .trust-stat-num { font-size: 2.2rem; font-weight: 800; color: #ff4d4d; line-height: 1; }
#page-general .trust-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.7); margin-top: 6px; font-weight: 500; }

/* ── REVIEWS ── */
#page-general .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#page-general .review-card { background: #fff; border-radius: 14px; padding: 24px 22px; box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
#page-general .review-stars { display: flex; gap: 2px; margin-bottom: 12px; }
#page-general .star { color: #fbbf24; font-size: 14px; }
#page-general .review-text { font-size: 0.875rem; color: #444; line-height: 1.7; font-style: italic; margin-bottom: 16px; }
#page-general .review-author { font-size: 0.8rem; font-weight: 700; color: #121638; }
#page-general .review-source { font-size: 0.75rem; color: #999; margin-top: 2px; }

/* ── CTA SECTION ── */
#page-general .cta-section { background: linear-gradient(135deg, #2E3B94, #1E2972); padding: 72px 40px; text-align: center; }
#page-general .cta-section h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
#page-general .cta-section p { font-size: 1rem; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 32px; line-height: 1.65; }
#page-general .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── AREAS ── */
#page-general .areas-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
#page-general .area-tag { background: rgba(46,59,148,0.08); border: 1px solid rgba(46,59,148,0.2); border-radius: 100px; padding: 6px 16px; font-size: 0.82rem; font-weight: 600; color: #2E3B94; }
#page-general .areas-related { margin-top: 28px; font-size: 0.95rem; color: #555; line-height: 1.8; }
#page-general .areas-related a { color: #2E3B94; font-weight: 600; }
#page-general .areas-related a:hover { color: #ff4d4d; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  #page-general .two-col { grid-template-columns: 1fr; gap: 32px; }
  #page-general .steps-grid { grid-template-columns: repeat(2, 1fr); }
  #page-general .step-connector { display: none; }
  #page-general .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  #page-general .trust-band-inner { grid-template-columns: repeat(2, 1fr); }
  #page-general .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  #page-general .hero { padding: 48px 20px 44px; }
  #page-general .section { padding: 2.5rem 20px; }
  #page-general .trust-band { padding: 32px 20px; }
  #page-general .cta-section { padding: 48px 20px; }
  #page-general .steps-grid { grid-template-columns: 1fr; }
  #page-general .benefits-grid { grid-template-columns: 1fr; }
  #page-general .trust-band-inner { grid-template-columns: repeat(2, 1fr); }
  #page-general .reviews-grid { grid-template-columns: 1fr; }
  #page-general .hero-trust { gap: 14px; }
}

.regular-subtitle {
    max-width: 800px !important;
}

@media (max-width: 1799.98px) {
    .regular-image-wrap {
        opacity: 0.6;
    }
}

@media (max-width: 1023.98px) {
    .regular-image-wrap {
        top: unset;
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 479.98px) {
    
}