.page-ai-services {
  display: block;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a2e;

  /* ── Hero ── */
  .hero {
    background: #06357a;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: calc(100svh - 11rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.75rem clamp(1rem, 3vw, 2.5rem);
  }
  .hero-wave {
    position: absolute;
    inset: 0;
    background-image: url('https://www.transformationaloutsourcing.com/wp-content/uploads/2019/05/laws1.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    pointer-events: none;
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #93c5fd;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 28px;
    border: 1px solid rgba(147,197,253,0.35);
  }
  .hero h1 {
    font-size: clamp(1.9rem, 4.2vw, 2.9rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 18px;
  }
  .hero h1 span {
    color: #93c5fd;
  }
  .hero p {
    font-size: 1rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.6;
    margin: 0 0 28px;
  }
  .hero-cta {
    display: inline-block;
    background: #fff;
    color: #06357a;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }
  .hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.28);
  }

  /* ── Shared layout ── */
  section {
    padding: 80px 24px;
  }
  .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2.5rem);
  }
  .section-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #06357a;
    margin-bottom: 14px;
  }
  .section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 16px;
    line-height: 1.25;
  }
  .section-sub {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 52px;
    max-width: 640px;
  }

  /* ── Why the Shift — 3 cards ── */
  .why-section {
    background: #f8fafc;
  }
  .why-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 52px;
  }
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
  }
  .shift-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 32px;
    box-shadow: 0 2px 16px rgba(6,53,122,0.07);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .shift-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(6,53,122,0.12);
  }
  .shift-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }
  .shift-icon svg {
    width: 26px;
    height: 26px;
    color: #06357a;
  }
  .shift-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
  }
  .shift-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
  }

  /* ── GEO Section ── */
  .geo-section {
    background: #fff;
  }
  .geo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  @media (max-width: 860px) {
    .geo-grid { grid-template-columns: 1fr; gap: 40px; }
  }
  .geo-text .section-sub {
    margin-bottom: 28px;
  }
  .geo-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .geo-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.97rem;
    color: #334155;
    line-height: 1.6;
  }
  .geo-checklist li::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #06357a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' 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/polyline%3E%3C/svg%3E");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
  }
  .geo-phone {
    background: #06357a;
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 20px 60px rgba(6,53,122,0.25);
  }
  .phone-header {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .ai-overview-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
  }
  .ai-overview-card .ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2ff;
    color: #06357a;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
  }
  .ai-overview-card h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
  }
  .ai-overview-card p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 12px;
  }
  .ai-source-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .ai-source-pill {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
  }
  .ai-source-pill.highlight {
    background: #06357a;
    color: #fff;
  }
  .phone-query {
    background: rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.85);
    font-style: italic;
  }

  /* ── 2026 Checklist ── */
  .checklist-section {
    background: #f8fafc;
  }
  .checklist-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 52px;
  }
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
  .pillar-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 2px 12px rgba(6,53,122,0.07);
    border: 1px solid #e2e8f0;
  }
  .pillar-number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #06357a;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  .pillar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 18px;
  }
  .pillar-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pillar-items li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
  }
  .pillar-items li .check {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    background: #f8fafc;
    margin-top: 1px;
  }

  /* ── How We Bridge the Gap ── */
  .bridge-section {
    background: #fff;
    text-align: center;
  }
  .bridge-header {
    max-width: 640px;
    margin: 0 auto 48px;
  }
  .pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 52px;
  }
  .bridge-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef2ff;
    color: #06357a;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 999px;
    border: 2px solid #c7d2fe;
    transition: background 0.2s, color 0.2s;
  }
  .bridge-pill:hover {
    background: #06357a;
    color: #fff;
    border-color: #06357a;
  }
  .bridge-pill svg {
    width: 18px;
    height: 18px;
  }
  .bridge-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 24px;
    max-width: 760px;
    margin: 0 auto;
  }
  .stat-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 28px 20px;
    border: 1px solid #e2e8f0;
  }
  .stat-box .stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #06357a;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
  }
  .stat-box .stat-label {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
  }

  /* ── FAQ ── */
  .faq-section {
    background: #f8fafc;
  }
  .faq-wrap {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .faq-wrap .section-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .ms-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
    text-align: left;
  }
  .ms-faq-item {
    list-style: none;
    border-bottom: 1px solid #dbe6f3;
    background: rgba(255,255,255,0.82);
  }
  .ms-faq-item:first-child {
    border-top: 1px solid #dbe6f3;
  }
  .ms-faq-item summary {
    list-style: none;
  }
  .ms-faq-item summary::-webkit-details-marker {
    display: none;
  }
  .ms-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem 0.15rem;
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
  }
  .ms-faq-trigger:hover {
    color: #06357a;
  }
  .ms-faq-trigger:focus-visible {
    outline: 2px solid #06357a;
    outline-offset: 3px;
    border-radius: 0.35rem;
  }
  .ms-faq-chevron {
    flex-shrink: 0;
    width: 1.3rem;
    height: 1.3rem;
    color: #06357a;
    transition: transform 0.25s ease;
  }
  .ms-faq-item[open] .ms-faq-chevron {
    transform: rotate(180deg);
  }
  .ms-faq-answer {
    margin: 0;
    padding: 0 0.15rem 1.25rem;
    color: #64748b;
    font-size: 0.96rem;
    line-height: 1.72;
  }

  /* ── Lead Form ── */
  .form-section {
    background: #f1f5f9;
  }
  .form-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(6,53,122,0.12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 960px;
    margin: 0 auto;
  }
  @media (max-width: 720px) {
    .form-card { grid-template-columns: 1fr; }
  }
  .form-left {
    background: #06357a;
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .form-left h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.25;
  }
  .form-left p {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin: 0 0 36px;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
  }
  .contact-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.75;
  }
  .form-right {
    padding: 52px 44px;
    background: #fff;
  }
  @media (max-width: 520px) {
    .form-left { padding: 36px 28px; }
    .form-right { padding: 36px 28px; }
    .hero { padding: 2rem 1rem; min-height: auto; }
    section { padding: 60px 20px; }
    .ms-faq-trigger { font-size: 0.95rem; padding: 1rem 0.1rem; }
  }

  /* ===== Lead Form Section ===== */
  .lead-section {
    padding: 0;
    background: #fff;
  }

  .lead-section-header {
    background: #06357A;
    color: #fff;
    padding: 4rem 1.5rem 6rem;
    text-align: center;
  }

  .lead-section-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
    color: #fff;
  }

  .lead-section-header p {
    color: #bfdbfe;
    max-width: 36rem;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .lead-form-wrap {
    max-width: 56rem;
    margin: -3rem auto 0;
    padding: 0 1.5rem 4rem;
    position: relative;
    z-index: 1;
  }
}
