
/* ==========================================================
   Girikon HubSpot Case Study - scoped styles
   ========================================================== */
.gk-hs-page{--gk-navy:#101a3a;--gk-navy2:#172453;--gk-blue:#506df7;--gk-purple:#7657e8;--gk-pink:#e86bb4;--gk-text:#1a2340;--gk-muted:#667085;--gk-border:#e7eaf2;background:#fff;color:var(--gk-text);font-family:inherit;}
.gk-hs-page *{box-sizing:border-box}
.gk-hs-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.gk-hs-hero{position:relative;background:linear-gradient(135deg,var(--gk-navy) 0%,#111b42 55%,#1b2a5b 100%);color:#fff;padding:76px 0 70px;overflow:hidden}
.gk-hs-hero: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}
.gk-hs-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:60px;align-items:center}
.gk-hs-badge,.gk-hs-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.gk-hs-badge{padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#dce3ff;background:rgba(255,255,255,.07)}
.gk-hs-hero h1{font-size:clamp(36px,5vw,50px);line-height:60px;margin:22px 0 18px;color:#fff;font-weight:700;letter-spacing:normal;}
.gk-hs-brief{max-width:700px;font-size:18px;line-height:1.75;color:#d9def0}
.gk-hs-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.gk-hs-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px;color:#cbd3e8;font-size:13px;line-height:1.5}
.gk-hs-meta-item{display:inline-flex;align-items:center;gap:7px}
.gk-hs-meta-item i{font-size:13px;color:#aeb9ff}
.gk-hs-meta-divider{width:1px;height:16px;background:rgba(255,255,255,.25)}
.gk-hs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;text-decoration:none!important;font-weight:700;transition:.2s ease}
.gk-hs-btn-primary{background:linear-gradient(90deg,#566ff7,#7657e8);color:#fff!important;box-shadow:0 10px 30px rgba(80,109,247,.28)}
.gk-hs-btn-secondary{border:1px solid rgba(255,255,255,.35);color:#fff!important;background:rgba(255,255,255,.04)}
.gk-hs-btn:hover{transform:translateY(-2px)}
.gk-hs-hero-media{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)}
.gk-hs-hero-media img{display:block;width:100%;height:auto;max-height:440px;object-fit:cover;border-radius:15px}
.gk-hs-metrics{padding:60px 0;background:#f7f8fc;border-bottom:1px solid var(--gk-border)}
.gk-hs-section-title{text-align:center;margin-bottom:30px}
.gk-hs-section-title .gk-hs-label,.gk-hs-label{color:var(--gk-blue)}
.gk-hs-section-title h2,.gk-hs-section h2,.gk-hs-related h2{font-size:clamp(28px,4vw,44px);line-height:1.15;margin:10px 0 0;color:var(--gk-text);font-weight:800;letter-spacing:-.025em}
.gk-hs-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--gk-border);background:#fff;border-radius:18px;overflow:hidden}
.gk-hs-metric{padding:28px 24px;text-align:center;border-right:1px solid var(--gk-border)}
.gk-hs-metric:last-child{border-right:0}
.gk-hs-metric strong{display:block;font-size:19px;color:var(--gk-text);font-weight:800}
.gk-hs-metric span{display:block;margin-top:7px;color:var(--gk-muted);font-size:14px}
.gk-hs-section{padding:78px 0}
.gk-hs-two-col{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:50px;align-items:start}
.gk-hs-copy h2{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:10px 0 24px;font-weight:800}
.gk-hs-copy p,.gk-hs-copy li{font-size:17px;line-height:1.8;color:#515d76}
.gk-hs-copy h3{font-size:24px;margin:28px 0 10px;color:var(--gk-text)}
.gk-hs-copy img{max-width:100%;height:auto;border-radius:14px}
.gk-hs-sidebar{position:sticky;top:25px}
.gk-hs-form-card{padding:28px;background:#fff;border:1px solid var(--gk-border);border-radius:18px;box-shadow:0 18px 45px rgba(16,26,58,.09)}
.gk-hs-form-card h3{font-size:23px;line-height:1.25;margin:0 0 10px;color:var(--gk-text)}
.gk-hs-form-card>p{font-size:14px;line-height:1.65;color:var(--gk-muted);margin:0 0 20px}
.gk-hs-form-card .form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gk-hs-form-card input,.gk-hs-form-card textarea{width:100%;border:1px solid #dfe3ec;border-radius:7px;padding:12px 13px;margin:0 0 10px;font:inherit;color:var(--gk-text);background:#fff;outline:none}
.gk-hs-form-card input:focus,.gk-hs-form-card textarea:focus{border-color:var(--gk-blue);box-shadow:0 0 0 3px rgba(80,109,247,.1)}
.gk-hs-form-card textarea{min-height:110px;resize:vertical}
.gk-hs-form-card .g-recaptcha{margin:4px 0 14px;transform-origin:left top}
.gk-hs-form-card button{width:100%;border:0;border-radius:7px;padding:13px 18px;background:linear-gradient(90deg,#566ff7,#7657e8);color:#fff;font-weight:800;cursor:pointer}
.gk-hs-resources{margin-top:20px;padding:24px;border-radius:18px;background:#f7f8fc;border:1px solid var(--gk-border)}
.gk-hs-resources h3{font-size:19px;margin:0 0 12px}
.gk-hs-resources a{color:var(--gk-text);text-decoration:none;font-weight:600}
.gk-hs-resources ul{padding:0;margin:0;list-style:none}
.gk-hs-resources li{padding:10px 0;border-bottom:1px solid #e5e8f0}
.gk-hs-resources li:last-child{border-bottom:0}
.gk-hs-dark{background:linear-gradient(135deg,var(--gk-navy),#172452);color:#fff}
.gk-hs-dark .gk-hs-section-title h2,.gk-hs-dark .gk-hs-copy h2{color:#fff}
.gk-hs-dark .gk-hs-label{color:#aebdff}
.gk-hs-dark .gk-hs-copy p,.gk-hs-dark .gk-hs-copy li{color:#d4daf0}
.gk-hs-product-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.gk-hs-pill{padding:12px 18px;border:1px solid #dfe3ec;border-radius:999px;background:#fff;font-weight:700;color:var(--gk-text)}
.gk-hs-dark .gk-hs-pill{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18);color:#fff}
.gk-hs-cta{text-align:center;padding:80px 0;background:linear-gradient(135deg,#111b40,#253575)}
.gk-hs-cta h2{max-width:760px;margin:0 auto;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.15}
.gk-hs-cta p{max-width:680px;margin:18px auto 0;color:#d8def2;line-height:1.7}
.gk-hs-related{padding:80px 0;background:#f7f8fc}
.gk-hs-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.gk-hs-related-card{display:block;background:#fff;border:1px solid var(--gk-border);border-radius:16px;overflow:hidden;text-decoration:none!important;box-shadow:0 10px 30px rgba(16,26,58,.06);transition:.2s ease}
.gk-hs-related-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(16,26,58,.1)}
.gk-hs-related-card img{width:100%;height:190px;object-fit:cover;display:block}
.gk-hs-related-card-body{padding:20px}
.gk-hs-related-card-body h3{font-size:19px;line-height:1.35;margin:0 0 12px;color:var(--gk-text)}
.gk-hs-related-card-body span{font-size:14px;font-weight:800;color:var(--gk-blue)}
.gk-hs-content-fallback{padding:60px 0}
.gk-hs-content-fallback .entry-content{max-width:900px;margin:auto}
@media(max-width:991px){.gk-hs-hero-grid,.gk-hs-two-col{grid-template-columns:1fr}.gk-hs-sidebar{position:static}.gk-hs-metric-grid{grid-template-columns:repeat(2,1fr)}.gk-hs-metric:nth-child(2){border-right:0}.gk-hs-metric:nth-child(-n+2){border-bottom:1px solid var(--gk-border)}.gk-hs-related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gk-hs-container{width:min(100% - 28px,1180px)}.gk-hs-hero{padding:48px 0 45px}.gk-hs-hero h1{font-size:34px}.gk-hs-brief{font-size:15px}.gk-hs-actions{display:grid;grid-template-columns:1fr}.gk-hs-btn{width:100%}.gk-hs-metrics,.gk-hs-section,.gk-hs-related{padding:50px 0}.gk-hs-metric-grid{grid-template-columns:1fr}.gk-hs-metric{border-right:0;border-bottom:1px solid var(--gk-border)}.gk-hs-metric:last-child{border-bottom:0}.gk-hs-related-grid{grid-template-columns:1fr}.gk-hs-form-card .form-row{grid-template-columns:1fr}.gk-hs-form-card .g-recaptcha{transform:scale(.88);transform-origin:left top;margin-bottom:-2px}}

    :root {
      --navy: #0D1B2E;
      --navy-mid: #162236;
      --navy-light: #1E3050;
      --hs-orange: #FF7A59;
      --hs-orange-dark: #e05e3e;
      --blue-accent: #2E86C1;
      --blue-light: #EAF4FB;
      --text-primary: #1A2733;
      --text-secondary: #4A5568;
      --text-muted: #718096;
      --border: #E2E8F0;
      --surface: #F7F9FC;
      --white: #FFFFFF;
      --success-green: #1D7A4E;
      --success-bg: #E8F5EE;
      --radius-sm: 6px;
      --radius-md: 10px;
      --radius-lg: 16px;
      --radius-xl: 24px;
      --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
      --shadow-md: 0 4px 16px rgba(0,0,0,0.10), 0 1px 4px rgba(0,0,0,0.06);
      --shadow-lg: 0 12px 40px rgba(0,0,0,0.14);
    }

    html { scroll-behavior: smooth; }
<!--
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    a { color: var(--blue-accent); text-decoration: none; }
    a:hover { text-decoration: underline; }-->


    /* ─── Hero ───────────────────────────── */
    .hero {
      background: var(--navy);
      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(255,122,89,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: -60px; left: -60px;
      width: 320px; height: 320px;
      background: radial-gradient(circle, rgba(46,134,193,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(255,122,89,0.15);
      border: 1px solid rgba(255,122,89,0.3);
      color: #FFB3A0;
      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: var(--hs-orange);
    }

    .hero-summary {
      font-size: 17px;
      color: rgba(255,255,255,0.75);
      line-height: 1.65;
      margin-bottom: 32px;
      max-width: 560px;
    }

    .hero-ctas {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .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.1);
      border-radius: var(--radius-lg);
      overflow: hidden;
    }
    .hero-image-placeholder {
      width: 100%;
      aspect-ratio: 4/3;
      background: linear-gradient(135deg, #1E3050 0%, #0D1B2E 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    .hero-image-placeholder svg {
      width: 60px;
      height: 60px;
      opacity: 0.3;
    }
    .hero-image-placeholder span {
      font-size: 12px;
      color: rgba(255,255,255,0.3);
      letter-spacing: 0.05em;
    }
  .hubspotcasesstudy-css .hubspotcasesstudy{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px ;
	    background: linear-gradient(135deg, #101a3a 0%, #111b42 55%, #1b2a5b 100%);
		    position: relative;
    overflow: hidden;
	}
	.hubspotcasesstudy-css .hubspotcasesstudy: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}
.hubspotcasesstudy-css .hubspotcasesstudy .entry-header{
	width: 50%;
}
.hubspotcasesstudy-css .hubspotcasesstudy .entry-header .post-info h1{
	font-size: 54px;
    line-height: 64px;
    margin: 22px 0 18px;
    color: #fff;
    font-weight: 700;
}
.hubspotcasesstudy-css .hubspotcasesstudy .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: 50%;
}
.hubspotcasesstudy-css .hubspotcasesstudy .post-image1 img{
	display: block;
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    border-radius: 15px;
}


  .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;
	}
	.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: 50%;
}
.casesstudy-css .casesstudy .entry-header .post-info h1{
	font-size: 54px;
    line-height: 64px;
    margin: 22px 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: 50%;
}
.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;
    }
    .snapshot-icon {
      width: 40px;
      height: 40px;
      background: var(--blue-light);
      border-radius: var(--radius-sm);
      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-bottom: 16px;
	  font-weight: normal;
    }
    .article-section p:last-child { margin-bottom: 0; }

    /* Pain points list */
    .pain-list {
      list-style: none;
      margin: 20px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
	.article-section ul.pain-list{
    margin: 0px 0px 0px -40px !important;
}
    .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;
	  font-weight: normal;
    }
    .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 #BEE0F7;
      border-radius: 20px;
      font-size: 13px;
      font-weight: 500;
      color: #0C4A7C;
    }
    .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;
    }
    .feature-card:hover { box-shadow: var(--shadow-md); }
    .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: var(--hs-orange);
    }
    .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: var(--navy);
      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: var(--hs-orange);
      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.6);
      margin-bottom: 48px;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
    }
    .results-grid {
     /*display: grid;
      grid-template-columns: repeat(4, 1fr);*/
      gap: 16px;
	  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .result-card {
      background: var(--navy-light);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: var(--radius-lg);
      padding: 28px 20px;
      text-align: center;
      transition: transform 0.2s ease, border-color 0.2s ease;
	      width: 23%;
    }
    .result-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255,122,89,0.35);
    }
    .result-metric {
      font-size: clamp(32px, 4vw, 44px);
      font-weight: 800;
      color: var(--hs-orange);
      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.5);
      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: var(--navy);
      color: var(--white);
      padding: 20px;
    }
    .sidebar-card-header h3 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 4px;
	      color: #fff;
    }
    .sidebar-card-header p {
      font-size: 13px;
      color: rgba(255,255,255,0.65);
      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 !important;
      border: 1px solid var(--border) !important;
      border-radius: var(--radius-sm) !important;
      font-size: 14px !important;
      font-family: inherit;
      color: var(--text-primary);
      background: var(--white);
      transition: border-color 0.15s;
      outline: none;
    }
    .form-field input:focus,
    .form-field textarea:focus {
      border-color: var(--blue-accent);
      box-shadow: 0 0 0 3px rgba(46,134,193,0.12);
    }
    .form-field textarea { resize: vertical; min-height: 80px; }
    .btn-form {
      width: 100%;
      padding: 12px !important;
      font-size: 15px !important;
      border-radius: var(--radius-md) !important;
      border: none;
      background: var(--hs-orange);
      color: var(--white);
      font-weight: 700;
      cursor: pointer;
      font-family: inherit;
      transition: background 0.18s, transform 0.15s;
    }
    .btn-form:hover {
      background: var(--hs-orange-dark);
      transform: translateY(-1px);
    }

    /* 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;
    }
    .sidebar-link:last-child { border-bottom: none; }
    .sidebar-link:hover { color: var(--hs-orange); text-decoration: none; }
    .sidebar-link svg { width: 15px; height: 15px; flex-shrink: 0; }

    /* ─── Final CTA ──────────────────────── */
    .final-cta {
      background: var(--navy);
      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.65);
      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.55);
    }
    .trust-badge svg { width: 16px; height: 16px; color: rgba(255,255,255,0.4); }

    /* ─── 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;
    }
    .related-card:hover {
      box-shadow: var(--shadow-md);
      transform: translateY(-2px);
    }
    .related-card-img {
      background: var(--navy);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: rgba(255,255,255,0.25);
      letter-spacing: 0.05em;
    }
	.related-card-img img { max-width: 100%; width: 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 (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; }
    }