.proof-cases-section{padding:5rem 1.5rem}.proof-cases-section .section-header-center{margin:0 auto 3rem;max-width:860px;text-align:center}.proof-cases-section .section-eyebrow{align-items:center;color:rgba(12,10,8,.45);display:inline-flex;font-size:.68rem;font-weight:700;gap:10px;letter-spacing:.22em;margin-bottom:14px;text-transform:uppercase}.proof-cases-section .section-eyebrow:after,.proof-cases-section .section-eyebrow:before{background:var(--brand);border-radius:50%;content:"";height:5px;width:5px}.proof-cases-section .section-title{color:var(--ink);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.03em}.proof-cases-section .section-title .strong-dark{color:#0c0a08;font-weight:900}.proof-cases-section .section-title .strong-green{color:var(--brand);font-weight:900}.proof-cases-section .section-sub{color:rgba(12,10,8,.5);font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:600px;text-align:center}@media (max-width:768px){.proof-cases-section .section-title{font-size:1.8rem}}.proof-cases-grid{border-top:1px solid var(--gray-200);display:flex;flex-direction:column;margin-bottom:2.5rem}.proof-case-card{align-items:center;border-bottom:1px solid var(--gray-200);color:var(--gray-900);display:grid;gap:24px;grid-template-columns:56px 44px 1.1fr 110px 1.6fr auto;padding:24px 16px;position:relative;text-decoration:none;transition:background .5s cubic-bezier(.16,1,.3,1),padding-left .5s cubic-bezier(.16,1,.3,1)}.proof-case-card:before{background:var(--brand);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition:transform .5s cubic-bezier(.16,1,.3,1);width:3px}.proof-case-card:hover:before{transform:scaleY(1)}.proof-case-card:hover{background:rgba(118,185,0,.04);padding-left:28px}.proof-case-idx{color:var(--gray-400);font-size:.68rem;font-weight:900;letter-spacing:.18em}.proof-case-co{color:var(--gray-900);font-size:1.3rem;font-weight:900;letter-spacing:-.02em;margin:0}.proof-case-vertical{background:rgba(118,185,0,.08);border:1px solid rgba(118,185,0,.2);border-radius:999px;color:var(--brand-dark,#5e9400);font-size:.6rem;font-weight:900;justify-self:start;letter-spacing:.18em;padding:5px 12px;text-transform:uppercase;white-space:nowrap}.proof-case-desc{color:#222;font-size:.92rem;font-weight:300;line-height:1.5}.proof-case-desc strong{color:var(--gray-900);font-weight:700}.proof-case-arrow{align-items:center;border:1px solid var(--gray-200);border-radius:50%;color:var(--gray-900);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .5s cubic-bezier(.16,1,.3,1);width:42px}.proof-case-arrow svg{height:18px;transition:transform .5s cubic-bezier(.16,1,.3,1);width:18px}.proof-case-card:hover .proof-case-arrow{background:var(--ink);border-color:var(--ink);color:var(--white)}.proof-case-card:hover .proof-case-arrow svg{transform:translateX(3px)}@media (max-width:900px){.proof-case-card{gap:10px 16px;grid-template-columns:40px 1fr auto}.proof-case-idx,.proof-case-vertical{display:none}.proof-case-co{font-size:1.1rem}.proof-case-desc{font-size:.86rem}}@media (max-width:560px){.proof-case-card{grid-template-columns:1fr auto}.proof-case-logo{display:none}}.proof-cases-grid-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.proof-case-gcard{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);color:var(--gray-900);display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.25rem 1rem;text-decoration:none;transition:box-shadow .25s ease,border-color .25s ease}.proof-case-gcard:hover{border-color:var(--brand);box-shadow:0 8px 24px rgba(12,10,8,.1),0 2px 4px rgba(12,10,8,.04)}.proof-case-gcard-top{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.proof-case-gcard-logo{height:auto;max-height:32px;max-width:110px;object-fit:contain;width:auto}.proof-case-gcard-badge{background:rgba(118,185,0,.08);border:1px solid rgba(118,185,0,.2);border-radius:999px;color:var(--brand-dark,#5e9400);flex-shrink:0;font-size:.56rem;font-weight:900;letter-spacing:.14em;padding:3px 9px;text-transform:uppercase;white-space:nowrap}.proof-case-gcard-result{color:#444;flex:1;font-size:.88rem;font-weight:300;line-height:1.6}.proof-case-gcard-result strong{color:var(--gray-900);font-weight:700}.proof-case-gcard-link{align-items:center;color:var(--brand-dark,#5e9400);display:flex;font-size:.75rem;font-weight:700;gap:.3rem;margin-top:.25rem}.proof-case-gcard-link svg{height:13px;transition:transform .2s;width:13px}.proof-case-gcard:hover .proof-case-gcard-link svg{transform:translateX(3px)}@media (max-width:768px){.proof-cases-grid-cards{grid-template-columns:1fr 1fr}}@media (max-width:480px){.proof-cases-grid-cards{grid-template-columns:1fr}}