﻿.custom-hero {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}
.custom-shell {
    width: min(1200px, 92vw);
    margin: 0 auto;
}
.custom-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: center;
}
.custom-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 44px);
    color: #0b1324;
}
.custom-hero p {
    margin: 0;
    max-width: 620px;
    color: #4a5b77;
}
.custom-intro {
    margin-top: 14px;
    color: #4a5b77;
}
.custom-hero-actions {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.custom-btn {
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    background: #1d4ed8;
    color: #fff;
}
.custom-btn.secondary {
    background: #fff;
    border: 1px solid #d7e0ea;
    color: #1d4ed8;
}
.custom-hero-visual {
    display: grid;
    gap: 18px;
}
.custom-hero-visual img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.custom-panel {
    border-radius: 14px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}
.custom-panel h3 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #0b1324;
}
.custom-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    color: #475569;
    font-size: 13px;
}
.custom-highlights {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.custom-highlight {
    padding: 12px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.custom-highlight span {
    display: block;
    font-size: 12px;
    color: #64748b;
}
.custom-highlight strong {
    font-size: 15px;
    color: #0b1324;
}
.custom-stats {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.custom-stat {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.custom-stat span {
    display: block;
    font-size: 12px;
    color: #64748b;
}
.custom-stat strong {
    font-size: 14px;
    color: #0b1324;
}
.custom-chart {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    height: 60px;
    align-items: end;
}
.custom-bar {
    background: linear-gradient(180deg, #1d4ed8, #60a5fa);
    border-radius: 6px 6px 2px 2px;
}
.custom-bar.b1 { height: 30%; }
.custom-bar.b2 { height: 45%; }
.custom-bar.b3 { height: 60%; }
.custom-bar.b4 { height: 75%; }
.custom-bar.b5 { height: 90%; }
.custom-section {
    padding: 60px 0;
}
.custom-section h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #0b1324;
}
.custom-section p {
    margin: 0 0 24px;
    color: #4a5b77;
}
.custom-section-alt {
    background: #f8fafc;
}
.custom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.custom-card {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 18px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}
.custom-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #0b1324;
}
.custom-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}
.custom-icon-strip {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}
.custom-icon-strip img {
    width: 100%;
    max-width: 520px;
    height: auto;
}
.custom-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}
.custom-case-card {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 18px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}
.custom-case-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #64748b;
}
.custom-case-top strong {
    font-size: 14px;
    color: #0b1324;
}
.custom-case-result {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #1d4ed8;
}
.custom-logo-wall {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}
.custom-logo-wall span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    color: #64748b;
}
.custom-timeline {
    margin-top: 10px;
    display: grid;
    gap: 14px;
}
.custom-timeline-item {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}
.custom-timeline-node {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1d4ed8;
    margin-top: 4px;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}
.custom-timeline-content {
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 14px 16px;
    border-radius: 12px;
}
.custom-timeline-content h4 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #0b1324;
}
.custom-timeline-content p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
}
.deliver-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: #475569;
    font-size: 13px;
}
.deliver-list li::before {
    content: "*";
    color: #2563eb;
    margin-right: 8px;
}
.custom-cta {
    margin-top: 32px;
    padding: 22px;
    border-radius: 14px;
    background: #0b1324;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.custom-cta .front-btn {
    padding: 8px 14px;
    border-radius: 6px;
    align-self: center;
}
@media (max-width: 980px) {
    .custom-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .custom-highlights { grid-template-columns: 1fr; }
    .custom-stats { grid-template-columns: 1fr; }
}
