@font-face{font-family:'DM Sans';src:url('/public/fonts/dm-sans.ttf') format('truetype');font-weight:100 900;font-display:swap;}
@font-face{font-family:'Manrope';src:url('/public/fonts/manrope.ttf') format('truetype');font-weight:200 800;font-display:swap;}
body{margin:0;}

  #approved-services {
    --purple: #4A2E83;
    --purple-dark: #3A2266;
    --purple-light: #F6F0FC;
    --navy: #1F2A43;
    --gold: #FFD544;
    --gold-dark: #E8B800;
    --ink: #17131F;
    --muted: #6B6478;
    --offwhite: #FDFCFE;
    --white: #FFFFFF;
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shadow-soft: 0 20px 45px -20px rgba(74,46,131,0.35);
    --maxw: 1180px;
  }
  #approved-services * { box-sizing: border-box; }
  #approved-services, #approved-services { margin:0; padding:0; overflow-x:hidden; background:var(--white); }
  #approved-services {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased;
  }
  #approved-services h1,#approved-services h2,#approved-services h3 { font-family: 'Manrope', 'DM Sans', sans-serif; font-weight: 800; margin: 0; color: var(--ink); letter-spacing: -0.02em; }
  #approved-services p { margin:0; }
  #approved-services img { max-width:100%; display:block; }
  #approved-services a { text-decoration:none; color:inherit; }
  #approved-services button { font-family:inherit; cursor:pointer; border:none; }

  #approved-services .wrap { max-width: var(--maxw); margin:0 auto; padding: 0 32px; }

  #approved-services .btn { display:inline-flex; align-items:center; gap:8px; padding: 15px 26px; border-radius: 12px; font-weight:700; font-size:15px; white-space:nowrap; transition: transform .15s ease, box-shadow .15s ease; }
  #approved-services .btn:hover { transform: translateY(-1px); }
  #approved-services .btn-primary { background: var(--purple); color:#fff; box-shadow: var(--shadow-soft); }
  #approved-services .btn-primary:hover { background: var(--purple-dark); }
  #approved-services .btn-gold { background: var(--gold); color: var(--navy); }
  #approved-services .btn-gold:hover { background: var(--gold-dark); }

  /* ---------- Hero ---------- */
  #approved-services .sv-hero { background: var(--purple-light); padding: 88px 0 72px; position:relative; overflow:hidden; text-align:center; }
  #approved-services .sv-hero-glow-l {
    position:absolute; width: 340px; height:340px; left:-120px; top:-60px;
    background-image: var(--approved_services_texture_0); background-size:contain; background-repeat:no-repeat;
    pointer-events:none; z-index:0;
  }
  #approved-services .sv-hero-inner { position:relative; z-index:1; max-width:720px; margin:0 auto; }
  #approved-services .sv-hero h1 { font-size: 44px; line-height:1.15; margin-bottom:20px; color:#000; }
  #approved-services .sv-hero-body { font-size:15.5px; color:var(--muted); line-height:1.65; margin-bottom:34px; }

  /* ---------- Here's How We Can Support ---------- */
  #approved-services .support { background:#fff; padding: 96px 0; position:relative; overflow:hidden; }
  #approved-services .support-glow {
    position:absolute; width: 380px; height:380px; right:-140px; top:-100px;
    background-image: var(--approved_services_texture_1); background-size:contain; background-repeat:no-repeat;
    pointer-events:none; z-index:0;
  }
  #approved-services .support-grid { display:grid; grid-template-columns: 1fr 1fr; column-gap:56px; align-items:center; position:relative; z-index:1; }
  #approved-services .svc-row { display:flex; align-items:center; gap:16px; margin-bottom:28px; }
  #approved-services .svc-row img { width:32px; height:auto; flex-shrink:0; }
  #approved-services .svc-row span { font-family:'Manrope',sans-serif; font-weight:800; font-size:16.5px; color:var(--purple); }
  #approved-services .support-heading { text-align:right; }
  #approved-services .support-heading h2 { font-size:32px; line-height:1.3; color:var(--muted); font-weight:700; }

  /* ---------- Looking for custom support ---------- */
  #approved-services .custom { background: var(--offwhite); padding: 80px 0; }
  #approved-services .custom-grid { display:grid; grid-template-columns: 1fr 0.9fr; column-gap:56px; align-items:center; }
  #approved-services .custom h2 { font-size:32px; line-height:1.15; margin-bottom:20px; }
  #approved-services .custom p.body { font-size:15.5px; color:var(--muted); line-height:1.65; margin-bottom:16px; }
  #approved-services .custom-cta { margin-top:10px; }
  #approved-services .custom-photo img { width:100%; border-radius: var(--radius-lg); display:block; }

  /* ---------- Final CTA ---------- */
  #approved-services .final-cta { padding: 96px 0; background:#fff; }
  #approved-services .cta-banner {
    background: var(--purple); border-radius: var(--radius-lg); padding: 56px 64px;
    display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;
  }
  #approved-services .cta-banner .eyebrow { font-family:'Manrope',sans-serif; font-weight:800; font-size:13px; letter-spacing:0.06em; color: var(--gold); margin-bottom:16px; }
  #approved-services .cta-banner h2 { color:#fff; font-size:34px; margin-bottom:14px; max-width:480px; }
  #approved-services .cta-banner p { color: rgba(255,255,255,0.82); font-size:15.5px; max-width:440px; margin-bottom:26px; line-height:1.6; }
  #approved-services .cta-photo { width:190px; flex-shrink:0; }
  #approved-services .cta-photo img { width:100%; height:auto; object-fit:contain; }

  /* ---------- Footer (reused verbatim, Pricing link added) ---------- */
  #approved-services footer { background: var(--navy); padding: 64px 0 28px; }
  #approved-services .footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.1); }
  #approved-services .footer-logo img { height: 30px; margin-bottom:16px; }
  #approved-services .footer-top p { color: rgba(255,255,255,0.55); font-size:14px; line-height:1.6; max-width:280px; }
  #approved-services .footer-col h5 { color:#fff; font-family:'Manrope',sans-serif; font-size:14px; font-weight:800; margin-bottom:18px; }
  #approved-services .footer-col a { display:block; color: rgba(255,255,255,0.6); font-size:14px; margin-bottom:13px; transition:color .15s; }
  #approved-services .footer-col a:hover { color:#fff; }
  #approved-services .footer-bottom { display:flex; justify-content:space-between; align-items:center; padding-top:24px; flex-wrap:wrap; gap:10px; }
  #approved-services .footer-bottom span { color: rgba(255,255,255,0.45); font-size:13px; }

  /* ---------- Responsive ---------- */
  @media (max-width: 900px) {
    #approved-services .wrap { padding: 0 20px; }
    #approved-services .sv-hero h1 { font-size:32px; }
    #approved-services .support-grid { grid-template-columns: 1fr; row-gap:32px; }
    #approved-services .support-heading { text-align:left; order:-1; }
    #approved-services .support-heading h2 { font-size:26px; }
    #approved-services .custom-grid { grid-template-columns: 1fr; row-gap:32px; }
    #approved-services .custom-photo { order:2; }
    #approved-services .custom h2 { font-size:28px; }
    #approved-services .cta-banner { padding: 40px 28px; }
    #approved-services .cta-banner h2 { font-size:26px; }
    #approved-services .footer-top { grid-template-columns: 1fr 1fr; gap:32px; }
    #approved-services .footer-top > div:first-child { grid-column: 1 / -1; }
  }
  @media (max-width: 480px) {
    #approved-services .cta-banner { flex-direction:column; align-items:flex-start; }
    #approved-services .footer-top { grid-template-columns: 1fr; }
  }
