.ocx-section{
    --ocx-bg-main:#0A1F44;
    --ocx-bg-secondary:#123D8D;
    --ocx-bg-deep:#071835;
    --ocx-blue-glow:#1E63FF;
    --ocx-blue-light:#4D8DFF;
    --ocx-red-main:#C4121A;
    --ocx-red-bright:#E32028;
    --ocx-white:#FFFFFF;
    --ocx-gray-bg:#F4F6F9;
    --ocx-gray-line:#D9DEE8;
    --ocx-text-secondary:#7A8599;
    --ocx-anim-duration:850ms;
    --ocx-anim-distance:34px;
    position:relative;
    overflow:hidden;
    padding:110px 24px;
    background:
        radial-gradient(circle at 18% 22%, rgba(77,141,255,.18), transparent 18%),
        radial-gradient(circle at 82% 24%, rgba(77,141,255,.16), transparent 15%),
        radial-gradient(circle at 50% 92%, rgba(0,0,0,.22), transparent 26%),
        linear-gradient(180deg, #0b2147 0%, var(--ocx-bg-main) 12%, var(--ocx-bg-deep) 100%);
}
.ocx-inner{position:relative;z-index:4;max-width:1280px;margin:0 auto;}
.ocx-header{text-align:center;margin:0 auto 42px;max-width:960px;}
.ocx-top-icon{display:inline-flex;align-items:center;justify-content:center;font-size:48px;line-height:1;color:var(--ocx-blue-light);margin-bottom:14px;filter:drop-shadow(0 0 18px rgba(77,141,255,.58));}
.ocx-top-icon svg{width:1em;height:1em;}
.ocx-title{margin:0;color:var(--ocx-white);font-size:clamp(40px,5vw,78px);font-weight:900;line-height:1.02;letter-spacing:-1.4px;text-transform:uppercase;text-shadow:0 10px 24px rgba(0,0,0,.28);}
.ocx-title-line{display:block;}
.ocx-title-highlight{color:var(--ocx-blue-light);}
.ocx-subtitle{margin:12px auto 0;max-width:900px;color:var(--ocx-white);font-size:clamp(18px,2vw,24px);line-height:1.45;opacity:.98;}
.ocx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;position:relative;z-index:5;}
.ocx-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--ocx-gray-line);border-radius:24px;padding:38px 36px 30px;min-height:386px;color:#0A1F44;box-shadow:0 22px 48px rgba(0,0,0,.22);overflow:hidden;transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;}
.ocx-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--ocx-card-accent, var(--ocx-blue-glow));box-shadow:0 -2px 12px color-mix(in srgb, var(--ocx-card-accent, var(--ocx-blue-glow)) 50%, transparent);}
.ocx-card:hover{transform:translateY(-10px);box-shadow:0 28px 56px rgba(0,0,0,.26);}
.ocx-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;flex:0 0 auto;min-height:56px;}
.ocx-quote-mark{color:var(--ocx-blue-glow);font-size:74px;line-height:.75;font-weight:900;font-family:Georgia,serif;}
.ocx-stars{color:var(--ocx-red-bright);font-size:22px;letter-spacing:3px;line-height:1;white-space:nowrap;}
.ocx-quote-text{font-size:clamp(16px,1.35vw,20px);line-height:1.56;color:#0A1F44;margin-bottom:26px;flex:1 1 auto;}
.ocx-author-row{display:flex;align-items:center;gap:16px;padding-top:12px;margin-top:auto;min-height:80px;position:relative;z-index:2;transform-origin:left center;}
.ocx-author-avatar-wrap{width:68px;height:68px;border-radius:50%;padding:3px;position:relative;flex:0 0 auto;background:linear-gradient(135deg,var(--ocx-avatar-ring, var(--ocx-blue-glow)), color-mix(in srgb, var(--ocx-avatar-ring, var(--ocx-blue-glow)) 30%, #fff));box-shadow:0 8px 18px rgba(30,99,255,.26);}
.ocx-author-avatar-wrap::before{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid color-mix(in srgb, var(--ocx-avatar-ring, var(--ocx-blue-glow)) 55%, transparent);opacity:.85;}
.ocx-author-avatar{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;background:#dfe5ef;}
.ocx-author-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;color:#fff;background:linear-gradient(135deg,var(--ocx-blue-glow), var(--ocx-red-bright));}
.ocx-author-meta{display:flex;flex-direction:column;justify-content:center;min-height:58px;}
.ocx-author-name{margin:0 0 4px;font-size:18px;line-height:1.2;font-weight:800;color:#0A1F44;}
.ocx-author-role{font-size:14px;line-height:1.3;font-weight:700;color:var(--ocx-blue-glow);}
.ocx-card-dots{position:absolute;right:26px;bottom:18px;width:88px;height:48px;background-image:radial-gradient(rgba(77,141,255,.38) 1.6px, transparent 1.6px);background-size:11px 11px;opacity:.72;}
.ocx-cta{display:flex;justify-content:center;margin-top:22px;position:relative;z-index:5;}
.ocx-button{--ocx-btn-start:#E32028;--ocx-btn-end:#8F0F14;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:18px 30px;border-radius:22px;background:linear-gradient(180deg,var(--ocx-btn-start) 0%, color-mix(in srgb, var(--ocx-btn-start) 68%, var(--ocx-btn-end)) 55%, var(--ocx-btn-end) 100%);border:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:18px;font-weight:800;line-height:1.15;letter-spacing:.1px;box-shadow:0 10px 22px rgba(99,8,14,.28), inset 0 1px 0 rgba(255,255,255,.10);transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;}
.ocx-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(99,8,14,.34), inset 0 1px 0 rgba(255,255,255,.12);filter:saturate(1.03);color:#fff;}
.ocx-button-icon{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;border-radius:0;background:transparent;color:#fff;box-shadow:none;flex:0 0 auto;}
.ocx-button-icon svg{width:20px;height:20px;}
.ocx-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin-top:20px;color:#fff;position:relative;z-index:5;}
.ocx-brand-icon{font-size:30px;line-height:1;color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.16));}
.ocx-brand-title{font-family:Georgia, "Times New Roman", serif;font-size:38px;line-height:1;letter-spacing:4px;font-weight:500;color:#fff;text-transform:uppercase;}
.ocx-brand-subtitle{display:flex;align-items:center;gap:12px;}
.ocx-brand-subtitle-text{font-size:13px;line-height:1;letter-spacing:3px;color:#fff;text-transform:uppercase;}
.ocx-brand-subtitle-line{display:block;width:28px;height:2px;background:var(--ocx-red-bright);}
.ocx-wave{position:absolute;left:0;right:0;height:96px;z-index:1;pointer-events:none;}
.ocx-wave-top{top:0;}
.ocx-wave-bottom{bottom:0;}
.ocx-wave-svg{position:absolute;left:0;width:100%;height:100%;}
.ocx-wave-top .ocx-wave-layer-1{top:0;}.ocx-wave-top .ocx-wave-layer-2{top:8px;}.ocx-wave-top .ocx-wave-layer-3{top:18px;}
.ocx-wave-bottom .ocx-wave-layer-1{bottom:0;}.ocx-wave-bottom .ocx-wave-layer-2{bottom:8px;}.ocx-wave-bottom .ocx-wave-layer-3{bottom:18px;}
.ocx-wave-top .ocx-wave-layer-1 path,.ocx-wave-bottom .ocx-wave-layer-1 path{fill:var(--ocx-white);}
.ocx-wave-top .ocx-wave-layer-2 path,.ocx-wave-bottom .ocx-wave-layer-2 path{fill:color-mix(in srgb, var(--ocx-gray-bg) 85%, white);}
.ocx-wave-top .ocx-wave-layer-3 path,.ocx-wave-bottom .ocx-wave-layer-3 path{fill:color-mix(in srgb, var(--ocx-white) 70%, var(--ocx-gray-bg));opacity:.95;}
.ocx-dots,.ocx-rings,.ocx-glow,.ocx-arc{position:absolute;pointer-events:none;z-index:2;}
.ocx-dots{width:180px;height:180px;background-image:radial-gradient(rgba(77,141,255,.45) 1.6px, transparent 1.6px);background-size:14px 14px;opacity:.88;}
.ocx-dots-left{top:120px;left:34px;}
.ocx-dots-right{top:110px;right:44px;}
.ocx-rings{border-radius:50%;border:2px solid rgba(77,141,255,.25);opacity:.8;}
.ocx-rings-right{right:-58px;top:152px;width:244px;height:244px;box-shadow:0 0 0 18px rgba(77,141,255,.10), 0 0 0 36px rgba(77,141,255,.06);} 
.ocx-rings-left{left:-76px;bottom:164px;width:168px;height:168px;box-shadow:0 0 0 18px rgba(77,141,255,.08), 0 0 0 38px rgba(77,141,255,.04);} 
.ocx-glow{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle, rgba(77,141,255,1) 0%, rgba(77,141,255,.2) 42%, transparent 70%);filter:blur(.4px);box-shadow:0 0 28px rgba(77,141,255,.9);opacity:.95;}
.ocx-glow-left{left:86px;top:176px;}
.ocx-glow-right{right:214px;top:182px;}
.ocx-arc{border-radius:50%;border:3px solid transparent;opacity:.9;}
.ocx-arc-top-blue{left:28px;top:42px;width:980px;height:240px;border-top-color:var(--ocx-blue-glow);transform:rotate(-3deg);filter:drop-shadow(0 0 8px rgba(30,99,255,.86));}
.ocx-arc-top-red{right:14px;top:36px;width:420px;height:180px;border-top-color:var(--ocx-red-bright);transform:rotate(4deg);filter:drop-shadow(0 0 8px rgba(227,32,40,.7));}
.ocx-arc-bottom{right:28px;bottom:34px;width:560px;height:210px;border-bottom-color:var(--ocx-blue-glow);transform:rotate(-7deg);filter:drop-shadow(0 0 10px rgba(30,99,255,.82));}
.ocx-anim{--ocx-delay:0ms;}
.ocx-animations-on .ocx-anim{opacity:0;transform:translateY(var(--ocx-anim-distance));transition:opacity var(--ocx-anim-duration) ease, transform var(--ocx-anim-duration) cubic-bezier(.16,1,.3,1);transition-delay:var(--ocx-delay);}
.ocx-animations-on.ocx-visible .ocx-anim{opacity:1;transform:translateY(0);}
.ocx-no-animation .ocx-anim{opacity:1;transform:none;}
@keyframes ocxFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes ocxPulse{0%,100%{opacity:.78;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}
@keyframes ocxDrift{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(10px,-8px,0)}}
@keyframes ocxAvatarBreath{0%,100%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(30,99,255,.26)}50%{transform:translateY(-3px) scale(1.035);box-shadow:0 12px 24px rgba(30,99,255,.38)}}
@keyframes ocxAuthorSoftIn{0%{opacity:.4;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}
@media (prefers-reduced-motion:no-preference){
    .ocx-top-icon{animation:ocxFloat 3.8s ease-in-out infinite;}
    .ocx-dots{animation:ocxDrift 8s ease-in-out infinite;}
    .ocx-rings{animation:ocxPulse 5.6s ease-in-out infinite;}
    .ocx-glow{animation:ocxPulse 4.2s ease-in-out infinite;}
    .ocx-visible .ocx-author-avatar-wrap{animation:ocxAvatarBreath 4.4s ease-in-out infinite;}
    .ocx-visible .ocx-author-meta{animation:ocxAuthorSoftIn .72s cubic-bezier(.16,1,.3,1) both;}
    .ocx-card:hover .ocx-author-avatar-wrap{animation-duration:1.9s;}
}
@media (max-width:1024px){
    .ocx-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .ocx-card:last-child{grid-column:1 / -1;max-width:calc(50% - 14px);justify-self:center;width:100%;}
    .ocx-brand-title{font-size:34px;}
}
@media (max-width:820px){
    .ocx-grid{grid-template-columns:1fr;}
    .ocx-card:last-child{max-width:none;}
}
@media (max-width:767px){
    .ocx-section{padding:92px 16px;}
    .ocx-header{margin-bottom:32px;}
    .ocx-title{font-size:clamp(34px,10vw,48px);}
    .ocx-subtitle{font-size:17px;}
    .ocx-card{padding:30px 22px 24px;min-height:340px;}
    .ocx-quote-mark{font-size:60px;}
    .ocx-stars{font-size:18px;letter-spacing:2px;}
    .ocx-quote-text{font-size:16px;margin-bottom:20px;}
    .ocx-author-avatar-wrap{width:60px;height:60px;}
    .ocx-author-row{min-height:70px;}
    .ocx-card-dots{width:68px;height:40px;right:18px;bottom:14px;}
    .ocx-button{width:100%;font-size:16px;padding:17px 20px;gap:12px;border-radius:20px;}
    .ocx-brand-title{font-size:28px;letter-spacing:3px;}
    .ocx-brand-subtitle-text{font-size:12px;letter-spacing:2px;}
    .ocx-wave{height:72px;}
    .ocx-dots,.ocx-rings,.ocx-glow,.ocx-arc{opacity:.45;}
}
@media (max-width:480px){
    .ocx-top-icon{font-size:38px;}
    .ocx-title{font-size:clamp(28px,11vw,40px);}
    .ocx-button{font-size:15px;}
    .ocx-brand-title{font-size:24px;}
    .ocx-dots-right,.ocx-rings-right{display:none;}
    .ocx-wave{height:60px;}
}
@media (prefers-reduced-motion:reduce){
    .ocx-section *, .ocx-section *::before, .ocx-section *::after{animation:none !important;transition:none !important;}
    .ocx-animations-on .ocx-anim{opacity:1;transform:none;}
    .ocx-author-meta{opacity:1;transform:none;}
}
