.hydraulic-page {
    --hp-bg: #f6f8fb;
    --hp-card: #ffffff;
    --hp-border: #dfe6f2;
    --hp-text: #1f2937;
    --hp-muted: #4b5563;
    --hp-accent: #1d4ed8;
    --hp-accent-soft: #dbeafe;
    color: var(--hp-text);
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 30%);
    padding: 36px 0 72px;
}
.hydraulic-page .container { max-width: 1160px; margin: 0 auto; padding: 0 16px; }
.hp-breadcrumbs { font-size: 14px; margin-bottom: 24px; color: #6b7280; }
.hp-breadcrumbs a { color: #4b5563; text-decoration: none; }
.hp-breadcrumbs a:hover { text-decoration: underline; }
.hp-section { margin-top: 48px; }
.hp-section--alt { background: var(--hp-bg); border: 1px solid var(--hp-border); border-radius: 20px; padding: 28px; }
.hp-section h2 { font-size: 32px; margin: 0 0 16px; color: #0f172a; }
.hp-subtitle { color: var(--hp-muted); margin: 0 0 24px; }
.hp-emphasis { margin: 12px 0 24px; color: #334155; font-weight: 500; }
.hp-hero { display: grid; gap: 24px; align-items: stretch; }
.hp-hero__panel, .hp-hero__visual, .hp-card, .hp-note, .hp-faq-item { background: var(--hp-card); border: 1px solid var(--hp-border); border-radius: 18px; box-shadow: 0 8px 24px rgba(15, 23, 42, .06); }
.hp-hero__panel { padding: 36px; }
.hp-hero__badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #edf2ff; color: #374151; font-size: 13px; margin-bottom: 14px; }
.hp-hero h1 { font-size: 44px; line-height: 1.15; margin: 0 0 14px; color: #0b1324; }
.hp-hero p { margin: 0 0 22px; color: var(--hp-muted); max-width: 720px; }
.hp-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 12px; font-weight: 600; text-decoration: none; border: 1px solid transparent; }
.hp-btn--primary { background: var(--hp-accent); color: #fff; }
.hp-btn--secondary { background: #fff; color: #1f2937; border-color: var(--hp-border); }
.hp-hero__visual { padding: 0; overflow: hidden; }
.hp-hero__visual-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--hp-border);
}
.hp-hero__icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #dbeafe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hp-hero__decor { display: flex; gap: 10px; }
.hp-hero__badge-icon { width: 36px; height: 36px; border-radius: 10px; border: 1px solid #dbe4f0; background: #f8fbff; display: inline-flex; align-items: center; justify-content: center; color: #475569; }
.hp-hero__badge-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }
.hp-hero__icon { width: 22px; height: 22px; color: #2563eb; stroke: currentColor; fill: none; }
.hp-hero__visual h2 { margin: 0; font-size: 22px; line-height: 1.2; color: #293548; }
.hp-hero__list { list-style: none; margin: 0; padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; border-bottom: 1px solid var(--hp-border); }
.hp-hero__list li {
    position: relative;
    margin: 0;
    padding-left: 34px;
    color: #5b6677;
    line-height: 1.55;
    font-size: 16px;
}
.hp-hero__list li::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e5edff;
    color: #2b5edf;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hp-hero__list { counter-reset: item; }
.hp-hero__caption {
    margin: 0;
    padding: 14px 22px 18px;
    font-size: 15px;
    letter-spacing: .04em;
    color: #9aa3b2;
    text-transform: uppercase;
}
.hp-caption { font-size: 14px; color: #6b7280; margin: 0; }
.hp-grid { display: grid; gap: 16px; grid-template-columns: repeat(1, minmax(0, 1fr)); }
.hp-card { padding: 22px; }
.hp-card__head { display: flex; align-items: center; gap: 10px; }
.hp-card__head svg { width: 18px; height: 18px; stroke: currentColor; fill: none; color: #475569; }
.hp-card h3 { margin: 8px 0 8px; font-size: 20px; }
.hp-card p { margin: 0; color: var(--hp-muted); }
.hp-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--hp-accent-soft); color: var(--hp-accent); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.hp-split { display: grid; gap: 18px; }
.hp-list { margin: 0; padding: 0; color: var(--hp-muted); list-style: none; }
.hp-list li { margin-bottom: 12px; position: relative; padding-left: 30px; line-height: 1.6; }
.hp-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #0f766e; font-weight: 700; }
.hp-goal-section h2 { margin-bottom: 6px; }
.hp-goal-line {
    width: 60px;
    height: 4px;
    border-radius: 999px;
    background: #2b5edf;
    margin-bottom: 44px;
}
.hp-goal-note {
    border-left: 3px solid #c6d5f2;
    padding: 2px 0 2px 28px;
    margin-bottom: 42px;
}
.hp-goal-note h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    color: #1e293b;
}
.hp-goal-note p {
    margin: 0 0 28px;
    color: #4a5b74;
    font-size: 16px;
    line-height: 1.6;
    max-width: 1480px;
}
.hp-goal-note p:last-child { margin-bottom: 0; }
.hp-goal-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    align-items: center; 
    
}
.hp-goal-grid li {
    position: relative;
    margin: 0;
    min-height: 15px;
    padding: 18px 12px 12px 60px;
    border: 1px solid #e3eaf4;
    border-radius: 10px;
    background: #fff;
    color: #253247;
    font-size: 16px;
    line-height: 1.6;    
}
.hp-goal-grid li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #edf2fb;
    color: #2b5edf;
    font-size: 17px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hp-note { padding: 16px 18px; background: #eff6ff; color: #1e3a8a; font-weight: 600; }
.hp-diagram-list { margin: 12px 0 0; padding-left: 18px; color: var(--hp-muted); font-size: 14px; line-height: 1.5; }
.hp-diagram-list li { margin-bottom: 4px; }
.hp-steps { display: grid; gap: 14px; }
.hp-step { position: relative; padding: 18px 18px 18px 64px; background: #fff; border: 1px solid var(--hp-border); border-radius: 14px; line-height: 1.5; min-height: 12px; }
.hp-step__num { position: absolute; left: 16px; top: 18px; width: 32px; height: 32px; border-radius: 50%; background: var(--hp-accent-soft); color: var(--hp-accent); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.hp-step::after { content: ""; position: absolute; left: 31px; top: 50px; width: 2px; height: calc(100% - 50px); background: #d4def2; }
.hp-step:last-child::after { display: none; }
.hp-checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hp-checklist li { position: relative; padding-left: 30px; color: var(--hp-muted); }
.hp-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #059669; font-weight: 700; }
.hp-inputs-section h2 { margin-bottom: 8px; }
.hp-inputs-line {
    width: 60px;
    height: 4px;
    border-radius: 999px;
    background: #2b5edf;
    margin-bottom: 24px;
}
.hp-checklist--cards { gap: 14px; }
.hp-checklist--cards li {
    min-height: 50px;
    padding: 8px 18px 8px 58px;
    display: flex;
    align-items: center;
    border: 1px solid #dde6f4;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    line-height: 1.55;
}
.hp-checklist--cards li::before {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e8f7ef;
    color: #059669;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hp-inputs-note {
    margin-top: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #334155;
}
.hp-faq { display: grid; gap: 12px; }
.hp-faq-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: left; background: none; border: 0; font-size: 18px; font-weight: 600; padding: 18px 20px; color: #111827; cursor: pointer; }
.hp-faq-btn:focus-visible { outline: 2px solid var(--hp-accent); outline-offset: 3px; border-radius: 10px; }
.hp-faq-btn span:last-child { transition: transform .25s ease; }
.hp-faq-btn[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.hp-faq-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 20px; will-change: max-height; }
.hp-faq-panel p { margin: 0 0 18px; color: var(--hp-muted); }
.hp-contacts { text-align: center; padding: 30px; background: var(--hp-bg); border: 1px solid var(--hp-border); border-radius: 18px; }
.hp-contact-links { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.hp-contact-line { font-size: 20px; margin-top: 8px; }
.hp-contact-line a { color: #0f172a; text-decoration: none; }
.hp-effect-note { margin-top: 14px; font-size: 14px; color: #475569; line-height: 1.5; }
.hp-mobile-cta { display: none; }
@media (min-width: 900px) {
    .hp-hero { grid-template-columns: 1.3fr 0.7fr; }
    .hp-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hp-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp-split { grid-template-columns: 1fr 1fr; align-items: start; }
    .hp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp-step:nth-child(even)::after { display: none; }
    .hp-goal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
    .hp-hero h1 { font-size: 32px; }
    .hp-section h2 { font-size: 26px; }
    .hydraulic-page { padding-top: 24px; }
    .hp-section--alt { padding: 20px; }
    .hp-mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: rgba(15, 23, 42, .9); border-radius: 14px; padding: 10px; box-shadow: 0 10px 28px rgba(2, 6, 23, .32); }
    .hp-mobile-cta .hp-btn { padding: 10px 12px; font-size: 14px; border-radius: 10px; }
    .hp-mobile-cta .hp-btn--secondary { background: #fff; }
    .hp-mobile-cta .hp-btn--primary { background: #2563eb; }
    .hydraulic-page { padding-bottom: 118px; }
    .hp-hero__visual h2 { font-size: 20px; }
    .hp-hero__list li { font-size: 15px; }
    .hp-hero__caption { font-size: 13px; }
    .hp-goal-line { margin-bottom: 26px; }
    .hp-goal-note { padding-left: 16px; margin-bottom: 28px; }
    .hp-goal-note h3 { font-size: 18px; }
    .hp-goal-note p { font-size: 15px; margin-bottom: 20px; }
    .hp-goal-grid li { font-size: 15px; min-height: 56px; padding: 14px 14px 14px 48px; }
    .hp-goal-grid li::before { left: 14px; width: 22px; height: 22px; font-size: 14px; }
    .hp-inputs-line { margin-bottom: 20px; }
    .hp-checklist--cards li {
        min-height: 46px;
        padding: 7px 14px 7px 48px;
        font-size: 15px;
    }
    .hp-checklist--cards li::before {
        left: 14px;
        width: 22px;
        height: 22px;
        font-size: 14px;
    }
}

.hp-subtitle--compact { margin-top: 12px; }
