 <style>
    /* =====================================================
       SALESFORCE LIGHTNING DESIGN SYSTEM (SLDS) — INSPIRED THEME
       Only visual styling changed. Structure, classes, IDs, and
       JS hooks are untouched from the original file.
    ===================================================== */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      /* ── Salesforce brand palette ───────────────────── */
      --navy: #032D60;            /* SF deep blue (replaces old navy) */
      --navy-mid: #04336B;
      --navy-light: #0B5CAB;      /* SF secondary blue */
      --hs-orange: #0176D3;       /* SF primary brand blue (drop-in for old "orange" accent) */
      --hs-orange-dark: #014486;  /* darker SF blue for hover states */
      --blue-accent: #0176D3;     /* SF interactive blue */
      --blue-light: #EEF4FF;      /* SF light blue tint */
      --text-primary: #181818;    /* SF near-black text */
      --text-secondary: #3E3E3C;  /* SF secondary gray text */
      --text-muted: #706E6B;      /* SF muted gray */
      --border: #DDDBDA;          /* SF standard border gray */
      --surface: #F3F3F3;         /* SF light gray surface */
      --white: #FFFFFF;
      --success-green: #04844B;   /* SF success green */
      --success-bg: #E9F6EF;
      --radius-sm: 4px;
      --radius-md: 8px;
      --radius-lg: 12px;
      --radius-xl: 20px;
      --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
      --shadow-md: 0 4px 14px rgba(3,45,96,0.10), 0 1px 4px rgba(3,45,96,0.06);
      --shadow-lg: 0 12px 32px rgba(3,45,96,0.16);
    }

    html { scroll-behavior: smooth; }

    /* ─── Hero ───────────────────────────── */
    .hero {
      background: linear-gradient(135deg, var(--navy) 0%, #01192F 100%);
      color: var(--white);
      padding: 72px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 420px; height: 420px;
      background: radial-gradient(circle, rgba(1,118,211,0.20) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: -60px; left: -60px;
      width: 320px; height: 320px;
      background: radial-gradient(circle, rgba(0,209,255,0.10) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 48px;
      align-items: center;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(1,118,211,0.20);
      border: 1px solid rgba(1,118,211,0.45);
      color: #7FC2FF;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 20px;
    }
    .hero-eyebrow svg { width: 14px; height: 14px; flex-shrink: 0; }

    h1.hero-title {
      font-size: clamp(26px, 3.5vw, 40px);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -0.02em;
      color: var(--white);
      margin-bottom: 20px;
    }
    h1.hero-title em {
      font-style: normal;
      color: #4FB6FF;
    }

    .hero-summary {
      font-size: 17px;
      color: rgba(255,255,255,0.78);
      line-height: 1.65;
      margin-bottom: 32px;
      max-width: 560px;
    }

    .hero-ctas {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .post-info .hero-ctas .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 24px;
      border-radius: var(--radius-md);
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.18s ease;
      border: 2px solid transparent;
      text-decoration: none;
    }
    .post-info .hero-ctas .btn svg { width: 16px; height: 16px; flex-shrink: 0; }
    .post-info .hero-ctas .btn-primary {
      background: var(--hs-orange);
      color: var(--white);
      border-color: var(--hs-orange);
    }
    .post-info .hero-ctas .btn-primary:hover {
      background: var(--hs-orange-dark);
      border-color: var(--hs-orange-dark);
      text-decoration: none;
      transform: translateY(-1px);
      box-shadow: 0 6px 18px rgba(1,118,211,0.40);
    }
    .post-info .hero-ctas .btn-outline {
      background: transparent;
      color: var(--white);
      border-color: rgba(255,255,255,0.35);
    }
    .post-info .hero-ctas .btn-outline:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.6);
      text-decoration: none;
    }
.post-info p.post-brief{
		font-size: 20px;
    color: #fff;
    line-height: 34px;
    padding: 0px;
    margin: 30px 0px 30px 0px;
	}
	.post-info .post-meta{ margin: 15px 0px 0px 0px !important;}
	.post-info .post-meta li {
    float: left;
    font-size: 16px;
    padding-right: 15px;
}
.final-cta-btns .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 24px;
      border-radius: var(--radius-md);
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.18s ease !important;
      border: 2px solid transparent;
      text-decoration: none !important;
	      white-space: normal;
    }
    .final-cta-btns .btn svg { width: 16px; height: 16px; flex-shrink: 0; }
    .final-cta-btns .btn-primary {
      background: var(--hs-orange);
      color: var(--white);
      border-color: var(--hs-orange);
    }
    .final-cta-btns .btn-primary:hover {
      background: var(--hs-orange-dark);
      border-color: var(--hs-orange-dark);
      text-decoration: none;
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(255,122,89,0.35);
    }
    .final-cta-btns .btn-outline {
      background: transparent;
      color: var(--white);
      border-color: rgba(255,255,255,0.35);
    }
    .final-cta-btns .btn-outline:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.6);
      text-decoration: none;
	      color: #fff;
    }
    /* Hero image card */
    .hero-image-card {
      background: var(--navy-light);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius-lg);
      overflow: hidden;
    }
    .hero-image-placeholder {
      width: 100%;
      aspect-ratio: 4/3;
      background: linear-gradient(135deg, #0B5CAB 0%, #032D60 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    .hero-image-placeholder svg {
      width: 60px;
      height: 60px;
      opacity: 0.35;
    }
    .hero-image-placeholder span {
      font-size: 12px;
      color: rgba(255,255,255,0.35);
      letter-spacing: 0.05em;
    }

  .casesstudy-css .casesstudy{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px ;
	    background: linear-gradient(135deg, #101a3a 0%, #111b42 55%, #1b2a5b 100%);
		    position: relative;
    overflow: hidden;
	flex-wrap: wrap;
	}
	.casesstudy-css .casesstudy:after{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(118,87,232,.35),transparent 68%);pointer-events:none}
.casesstudy-css .casesstudy .entry-header{
	    width: 60%;
    padding: 0px 60px 0px 0px;
}
.casesstudy-css .casesstudy .entry-header .post-info h1{
	font-size: 54px;
    line-height: 64px;
    margin: 0px 0 18px;
    color: #fff;
    font-weight: 700;
}
.casesstudy-css .casesstudy .post-image1{
	 border-radius: 22px;
    padding: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04));
    box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
	width: 40%;
}
.casesstudy-css .casesstudy .post-image1 img{
	display: block;
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    border-radius: 15px;
}
    /* ─── Client Snapshot ────────────────── */
    .snapshot {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 40px 0;
    }
    .snapshot-label {
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-bottom: 24px;
    }
    .snapshot-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      overflow: hidden;
    }
    .snapshot-item {
      background: var(--white);
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      text-align: center;
      transition: background 0.18s ease;
    }
    .snapshot-item:hover {
      background: var(--blue-light);
    }
    .snapshot-icon {
      width: 40px;
      height: 40px;
      background: var(--blue-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--blue-accent);
      flex-shrink: 0;
    }
    .snapshot-icon svg { width: 20px; height: 20px; }
    .snapshot-key {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .snapshot-val {
      font-size: 17px;
      font-weight: 700;
      color: var(--text-primary);
      line-height: 1.2;
    }

    /* ─── Body layout ────────────────────── */
    .body-layout {
      display: grid;
      grid-template-columns: 1fr 300px;
      gap: 48px;
      align-items: start;
      padding: 64px 0 80px;
    }

    /* ─── Section Titles ─────────────────── */
    .section-eyebrow {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--hs-orange);
      margin-bottom: 8px;
    }
    h2.section-title {
      font-size: clamp(20px, 2.5vw, 26px);
      font-weight: 700;
      color: var(--text-primary);
      line-height: 1.25;
      letter-spacing: -0.01em;
      margin-bottom: 16px;
    }
    h2.section-title::after {
      content: '';
      display: block;
      width: 40px;
      height: 3px;
      background: var(--hs-orange);
      border-radius: 2px;
      margin-top: 12px;
    }

    /* ─── Article sections ───────────────── */
    .article-section {
      margin-bottom: 56px;
    }
    .article-section p {
      color: var(--text-secondary);
      font-size: 16px;
      line-height: 1.8;
      margin:0px 0px 16px 0px;
    }
    .article-section p:last-child { margin-bottom: 0; }

    /* Pain points list */
    .pain-list {
      list-style: none;
      margin: 20px 0 0px -40px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .pain-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px 16px;
      background: var(--surface);
      border-left: 3px solid var(--hs-orange);
      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
      font-size: 15px;
      color: var(--text-secondary);
      line-height: 1.55;
      transition: background 0.18s ease, transform 0.18s ease;
    }
    .pain-list li:hover {
      background: var(--blue-light);
      transform: translateX(2px);
    }
    .pain-list li svg {
      width: 18px;
      height: 18px;
      color: var(--hs-orange);
      flex-shrink: 0;
      margin-top: 2px;
    }

    /* Products used */
    .products-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }
    .product-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 14px;
      background: var(--blue-light);
      border: 1px solid #B8D9FF;
      border-radius: 20px;
      font-size: 13px;
      font-weight: 500;
      color: #014486;
      transition: background 0.15s ease, border-color 0.15s ease;
    }
    .product-tag:hover {
      background: #DCEBFF;
      border-color: var(--blue-accent);
    }
    .product-tag svg { width: 14px; height: 14px; }

    /* Solution features */
    .solution-features {
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .feature-card {
      display: flex;
      gap: 16px;
      padding: 20px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
      transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    }
    .feature-card:hover {
      box-shadow: var(--shadow-md);
      border-color: #B8D9FF;
      transform: translateY(-2px);
    }
    .feature-icon {
      width: 44px;
      height: 44px;
      background: var(--navy);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #7FC2FF;
    }
    .feature-icon svg { width: 22px; height: 22px; }
    .feature-body { flex: 1; }
    h3.feature-title {
      font-size: 15px;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 4px;
    }
    .feature-desc {
      font-size: 14px;
      color: var(--text-secondary);
      line-height: 1.6;
    }

    /* ─── Results ────────────────────────── */
    .results-section {
      background: linear-gradient(135deg, var(--navy) 0%, #01192F 100%);
      color: var(--white);
      padding: 72px 0;
    }
    .results-eyebrow {
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #4FB6FF;
      margin-bottom: 8px;
    }
    h2.results-title {
      text-align: center;
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 800;
      color: var(--white);
      margin-bottom: 8px;
      letter-spacing: -0.02em;
    }
    .results-subtitle {
      text-align: center;
      font-size: 16px;
      color: rgba(255,255,255,0.65);
      margin-bottom: 48px;
      max-width: 730px;
      margin-left: auto;
      margin-right: auto;
    }
    .results-grid {
     gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .result-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius-lg);
      padding: 28px 20px;
      text-align: center;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
	      width: 23%;
    }
    .result-card:hover {
      transform: translateY(-3px);
      border-color: rgba(79,182,255,0.5);
      background: rgba(255,255,255,0.09);
    }
    .result-metric {
      font-size: clamp(32px, 4vw, 44px);
      font-weight: 800;
      color: #4FB6FF;
      line-height: 1;
      letter-spacing: -0.03em;
      margin-bottom: 6px;
    }
    .result-label {
      font-size: 14px;
      font-weight: 600;
      color: var(--white);
      margin-bottom: 10px;
      line-height: 1.3;
    }
    .result-context {
      font-size: 12px;
      color: rgba(255,255,255,0.55);
      line-height: 1.55;
    }

    /* ─── Testimonial ────────────────────── */
    .testimonial-section {
      padding: 72px 0;
      background: var(--surface);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    blockquote.testimonial {
      max-width: 850px;
      margin: 0 auto;
      text-align: center;
      position: relative;
    }
    .testimonial-quote-mark {
      font-size: 80px;
      line-height: 0.6;
      color: var(--hs-orange);
      opacity: 0.3;
      font-family: Georgia, serif;
      display: block;
      margin-bottom: 16px;
    }
    .testimonial-body {
      font-size: clamp(17px, 2.2vw, 21px);
      font-weight: 500;
      color: var(--text-primary);
      line-height: 1.65;
      font-style: italic;
      margin-bottom: 28px;
    }
    .testimonial-attribution {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }
    .testimonial-role {
      font-size: 14px;
      font-weight: 600;
      color: var(--text-primary);
    }
    .testimonial-org {
      font-size: 13px;
      color: var(--text-muted);
    }
    .testimonial-divider {
      width: 40px;
      height: 2px;
      background: var(--hs-orange);
      margin: 0 auto 16px;
      border-radius: 1px;
    }

    /* ─── Sticky Sidebar ─────────────────── */
    .sidebar {
      position: sticky;
      top: 100px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .sidebar-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
    }
    .sidebar-card-header {
      background: linear-gradient(135deg, var(--navy) 0%, #01192F 100%);
      color: var(--white);
      padding: 20px;
    }
    .sidebar-card-header h3 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 4px;
	  color: var(--white);
    }
    .sidebar-card-header p {
      font-size: 13px;
      color: rgba(255,255,255,0.68);
      line-height: 1.5;
    }
    .sidebar-card-body {
      padding: 20px;
    }
    .form-field {
      margin-bottom: 12px;
    }
    .form-field label {
      display: block;
      font-size: 12px;
      font-weight: 600;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 5px;
    }
    .form-field input,
    .form-field textarea,
    .form-field select {
      width: 100%;
      padding: 9px 12px;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      font-size: 14px;
      font-family: inherit;
      color: var(--text-primary);
      background: var(--white);
      transition: border-color 0.15s, box-shadow 0.15s;
      outline: none;
    }
    .form-field input:focus,
    .form-field textarea:focus {
      border-color: var(--blue-accent);
      box-shadow: 0 0 0 3px rgba(1,118,211,0.15);
    }
    .form-field textarea { resize: vertical; min-height: 80px; }
    .btn-form {
      width: 100%;
      padding: 12px;
      font-size: 15px;
      border-radius: var(--radius-md);
      border: none;
      background: var(--hs-orange);
      color: var(--white);
      font-weight: 700;
      cursor: pointer;
      font-family: inherit;
      transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
    }
    .btn-form:hover {
      background: var(--hs-orange-dark);
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(1,118,211,0.35);
    }

    /* Sidebar quick links */
    .sidebar-links-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 20px;
      box-shadow: var(--shadow-sm);
    }
    .sidebar-links-title {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--text-muted);
      margin-bottom: 14px;
    }
    .sidebar-link {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 9px 0;
      border-bottom: 1px solid var(--border);
      font-size: 14px;
      color: var(--blue-accent);
      font-weight: 500;
      text-decoration: none;
      transition: color 0.15s, padding-left 0.15s;
    }
    .sidebar-link:last-child { border-bottom: none; }
    .sidebar-link:hover { color: var(--hs-orange-dark); text-decoration: none; padding-left: 4px; }
    .sidebar-link svg { width: 15px; height: 15px; flex-shrink: 0; }

    /* ─── Final CTA ──────────────────────── */
    .final-cta {
      background: linear-gradient(135deg, var(--navy) 0%, #01192F 100%);
      padding: 80px 0;
      text-align: center;
    }
    h2.final-cta-title {
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 800;
      color: var(--white);
      margin-bottom: 16px;
      letter-spacing: -0.02em;
    }
    h2.final-cta-title::after { display: none; }
    .final-cta-sub {
      font-size: 17px;
      color: rgba(255,255,255,0.68);
      margin-bottom: 36px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .final-cta-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .final-cta-badges {
      display: flex;
      gap: 24px;
      justify-content: center;
      margin-top: 40px;
      flex-wrap: wrap;
    }
    .trust-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: rgba(255,255,255,0.6);
    }
    .trust-badge svg { width: 16px; height: 16px; color: #4FB6FF; }

    /* ─── Related cases strip ────────────── */
    .related-section {
      padding: 60px 0;
      background: var(--surface);
    }
    .related-label {
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-bottom: 8px;
    }
    h2.related-title {
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 32px;
	  color: #000;
    }
    h2.related-title::after { display: none; }
    .related-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .related-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    }
    .related-card:hover {
      box-shadow: var(--shadow-md);
      transform: translateY(-3px);
      border-color: #B8D9FF;
    }
    .related-card-img {
      height: 160px;
      background: var(--navy);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: rgba(255,255,255,0.3);
      letter-spacing: 0.05em;
    }
	.related-card-img img { max-width: 100%;
    width: 100%;
    height: 100%;
	}
    .related-card-body { padding: 20px; }
    .related-tag {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--hs-orange);
      margin-bottom: 6px;
    }
    .related-card-body h3 {
      font-size: 15px;
      font-weight: 600;
      color: var(--text-primary);
      line-height: 1.35;
      margin-bottom: 10px;
    }
    .related-read-more {
      font-size: 13px;
      font-weight: 600;
      color: var(--blue-accent);
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .related-read-more svg { width: 13px; height: 13px; }

    /* ─── Responsive ─────────────────────── */
		@media only screen and (min-width: 0px) and (max-width: 767px) {
		
		.casesstudy-css .casesstudy {
		padding: 15px;}
		.casesstudy-css .casesstudy .entry-header {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.casesstudy-css .casesstudy .post-image1 {
    width: 100%;
}
		.casesstudy-css .casesstudy .entry-header .post-info h1 {
    font-size: 36px;
		line-height: 46px;}
		.post-info p.post-brief {
    font-size: 20px;
    line-height: 32px;
		}
				
		
	}
	
	
	
    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-image-card { display: none; }
      .body-layout { grid-template-columns: 1fr; }
      .sidebar { position: static; }
      .results-grid { grid-template-columns: repeat(2, 1fr); }
      .snapshot-grid { grid-template-columns: repeat(2, 1fr); }
      .related-grid { grid-template-columns: 1fr; }
	  .result-card { width: 100%;}
    }

    @media (max-width: 600px) {
      .hero { padding: 48px 0 56px; }
      .results-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .final-cta-btns { flex-direction: column; align-items: center; }
      .btn { justify-content: center; }
      .hero-ctas { flex-direction: column; }
    }

    @media (max-width: 420px) {
      .results-grid { grid-template-columns: 1fr; }
      .snapshot-grid { grid-template-columns: 1fr 1fr; }
    }
  </style>