/* Hero Split plugin — scoped to .plugin-10002 */
.plugin-10002 .hs-hero {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.plugin-10002 .hs-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 88px 48px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
/* Left */
.plugin-10002 .hs-eyebrow {
    font-size: 13px;
    font-weight: 500;
    color: var(--ocs-primary, #1a73e8);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 18px;
}
.plugin-10002 .hs-h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.12;
    color: #202124;
    margin-bottom: 12px;
    letter-spacing: -.5px;
}
.plugin-10002 .hs-accent {
    font-weight: 700;
    color: var(--ocs-primary, #1a73e8);
}
.plugin-10002 .hs-sub2 {
    font-size: 28px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 14px;
    line-height: 1.2;
}
.plugin-10002 .hs-body {
    font-size: 18px;
    color: #5f6368;
    line-height: 1.65;
    margin-bottom: 36px;
}
.plugin-10002 .hs-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.plugin-10002 .hs-btn-primary {
    display: inline-block;
    background: var(--ocs-primary, #1a73e8);
    color: #fff;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: background .2s;
}
.plugin-10002 .hs-btn-primary:hover { background: #1557b0; color: #fff; }
.plugin-10002 .hs-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--ocs-primary, #1a73e8);
    text-decoration: none;
    padding: 12px 28px;
    border: 1.5px solid #dadce0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: border-color .2s, background .2s;
}
.plugin-10002 .hs-btn-outline:hover { border-color: var(--ocs-primary, #1a73e8); background: #e8f0fe; }
/* Right card */
.plugin-10002 .hs-card {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}
.plugin-10002 .hs-card-head {
    background: var(--ocs-primary, #1a73e8);
    padding: 28px 24px 22px;
    color: #fff;
}
.plugin-10002 .hs-card-htitle { font-size: 12px; font-weight: 500; opacity: .85; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .4px; }
.plugin-10002 .hs-card-hval { font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 6px; }
.plugin-10002 .hs-card-suffix { font-size: 16px; opacity: .7; font-weight: 400; }
.plugin-10002 .hs-card-hsub { font-size: 13px; opacity: .8; }
.plugin-10002 .hs-card-body { padding: 20px 24px 24px; }
.plugin-10002 .hs-bar-wrap { margin-bottom: 16px; }
.plugin-10002 .hs-bar-label-top { font-size: 12px; color: #5f6368; margin-bottom: 6px; }
.plugin-10002 .hs-bar { height: 5px; background: #e8f0fe; border-radius: 3px; margin-bottom: 5px; }
.plugin-10002 .hs-bar-fill { height: 100%; background: var(--ocs-primary, #1a73e8); border-radius: 3px; }
.plugin-10002 .hs-bar-labels { display: flex; justify-content: space-between; font-size: 11px; color: #5f6368; }
.plugin-10002 .hs-mini-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.plugin-10002 .hs-mini { background: #f8f9fa; border-radius: 6px; padding: 10px 12px; }
.plugin-10002 .hs-mini-l { font-size: 11px; color: #5f6368; margin-bottom: 4px; }
.plugin-10002 .hs-mini-v { font-size: 15px; font-weight: 600; color: #202124; }
.plugin-10002 .hs-tip { background: #e8f0fe; border-radius: 8px; padding: 12px 14px; font-size: 13px; color: #1557b0; line-height: 1.6; }
.plugin-10002 .hs-tip-link { font-weight: 700; color: #1557b0; text-decoration: underline; }
.plugin-10002 .hs-gbar { height: 4px; background: linear-gradient(90deg, #1a73e8, #ea4335, #fbbc04, #34a853); }

@media (max-width: 900px) {
    .plugin-10002 .hs-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px 48px; }
    .plugin-10002 .hs-h1 { font-size: 36px; }
}
