:root{--corp-bg:#eef1f8;--corp-blue-dark:#1a2d72;--corp-blue-mid:#2b4acb;--corp-blue-light:#4a6cf7;--corp-accent:#dce4ff;--corp-white:#fff;--corp-text-dark:#1a2340;--corp-text-mid:#3a4a7a;--corp-text-light:#6378a8;--corp-bubble-bg:#dde5ff;--corp-shadow:0 8px 32px rgba(26,45,114,.1)}.corp-st-test-wrapper{margin:0 auto;max-width:780px;width:100%}.corp-st-test-header{align-items:center;animation:corp-fadeUp .7s ease forwards;display:flex;gap:24px;justify-content:space-between;margin-bottom:40px;opacity:0;transform:translateY(-18px)}.corp-st-test-header-text{align-items:center;display:flex;gap:24px;justify-content:center;text-decoration:none}.corp-st-test-header-text img{width:60px}.corp-st-test-dots{flex-shrink:0;height:68px;width:68px}.corp-st-test-badge-wrap{animation:corp-fadeUp .7s ease .15s forwards;display:flex;justify-content:center;margin-bottom:36px;opacity:0}.corp-st-test-badge{background:var(--corp-white);border-radius:50px;box-shadow:0 2px 12px rgba(43,74,203,.1);color:var(--corp-blue-dark);font-family:Playfair Display,serif;font-size:1.18rem;font-weight:700;letter-spacing:.01em;padding:10px 36px}.corp-st-test-grid{display:grid;gap:28px;grid-template-columns:1fr 1fr}@media (max-width:580px){.corp-st-test-grid{grid-template-columns:1fr}}.corp-st-test-card{background:var(--corp-white);border-radius:20px;box-shadow:var(--corp-shadow);opacity:0;overflow:visible;position:relative;transform:translateY(22px);transition:transform .32s ease,box-shadow .32s ease}.corp-st-test-card.corp-visible{opacity:1;transform:translateY(0)}.corp-st-test-card:hover{box-shadow:0 18px 48px rgba(26,45,114,.16);transform:translateY(-5px)}.corp-st-test-bubble{background:var(--corp-bubble-bg);border-radius:16px 16px 0 0;padding:22px 22px 28px;position:relative}.corp-st-test-bubble:after{border-left:14px solid transparent;border-right:0 solid transparent;border-top:18px solid var(--corp-bubble-bg);bottom:-16px;content:"";height:0;left:28px;position:absolute;width:0}.corp-st-test-quote-icon{color:var(--corp-blue-mid);display:block;font-family:Playfair Display,serif;font-size:2.8rem;line-height:1;margin-bottom:4px;opacity:.55}.corp-st-test-quote-text{color:var(--corp-blue-dark);font-family:Playfair Display,serif;font-size:clamp(.88rem,1.8vw,1rem);font-weight:700;line-height:1.35;margin:0}.corp-st-test-body{padding:28px 22px 22px}.corp-st-test-body-text{color:var(--corp-text-mid);font-size:14px;font-weight:300;line-height:1.3em;margin:0}.corp-st-test-dots-svg circle{fill:var(--corp-blue-mid)}@keyframes corp-fadeUp{to{opacity:1;transform:translateY(0)}}.corp-st-test-card:first-child{animation-delay:.25s}.corp-st-test-card:nth-child(2){animation-delay:.38s}.corp-st-test-card:nth-child(3){animation-delay:.51s}.corp-st-test-card:nth-child(4){animation-delay:.64s}