.page-main {
    min-height: calc(100vh - 76px);
}

.sub-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(242, 169, 0, 0.16), transparent 30%),
        linear-gradient(180deg, #fff 0%, var(--canvas) 100%);
    border-bottom: 1px solid var(--line);
}

.sub-hero::before {
    position: absolute;
    top: -170px;
    left: -130px;
    width: 390px;
    height: 390px;
    background: rgba(184, 78, 0, 0.04);
    border-radius: 50%;
    content: '';
}

.sub-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.75fr);
    align-items: center;
    gap: 70px;
}

.sub-hero-copy h1 {
    margin: 18px 0;
    font-size: clamp(40px, 4.6vw, 62px);
    line-height: 1.06;
    letter-spacing: -0.055em;
}

.sub-hero-copy h1 span {
    color: var(--brand);
}

.sub-hero-copy > p {
    max-width: 620px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: var(--muted-light);
    font-size: 10px;
}

.breadcrumb a {
    color: var(--brand);
    text-decoration: none;
    font-weight: 700;
}

.media-panel {
    position: relative;
    min-height: 410px;
    padding: 24px;
    background: var(--brand-deep);
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(18, 40, 63, 0.2);
}

.media-panel::before {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 90px;
    height: 90px;
    background: var(--accent);
    border-radius: 22px;
    content: '';
    opacity: 0.9;
}

.media-panel img {
    position: absolute;
    inset: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    object-fit: contain;
    filter: drop-shadow(0 18px 25px rgba(0, 0, 0, 0.16));
}

.media-panel-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
}

.media-panel-label > i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    color: var(--brand-deep);
    background: var(--accent-soft);
    border-radius: 11px;
}

.media-panel-label strong,
.media-panel-label small {
    display: block;
}

.media-panel-label strong {
    font-size: 11px;
}

.media-panel-label small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 8px;
}

.content-section {
    padding: 82px 0;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    align-items: start;
    gap: 74px;
}

.section-copy h2 {
    margin: 12px 0 18px;
    font-size: clamp(28px, 3.3vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.section-copy p {
    margin: 0 0 15px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.value-card,
.form-card,
.info-card,
.flow-card,
.result-card,
.timeline-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

.value-card {
    min-height: 185px;
    padding: 24px;
}

.value-card > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--brand);
    background: var(--brand-soft);
    border-radius: 12px;
}

.value-card h3 {
    margin: 24px 0 9px;
    font-size: 15px;
}

.value-card p {
    margin: 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.65;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.7fr);
    align-items: start;
    gap: 22px;
}

.form-card {
    padding: 30px;
}

.card-heading {
    margin-bottom: 26px;
}

.card-heading h2,
.card-heading h3 {
    margin: 8px 0 7px;
    font-size: 24px;
    letter-spacing: -0.04em;
}

.card-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.6;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.field {
    display: grid;
    gap: 7px;
}

.field.full {
    grid-column: 1 / -1;
}

.field label {
    color: #53616d;
    font-size: 10px;
    font-weight: 750;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    color: var(--ink);
    background: #f8f9fa;
    border: 1px solid var(--line);
    border-radius: 11px;
    outline: 0;
    font: inherit;
    font-size: 11px;
    transition: border 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input,
.field select {
    height: 48px;
    padding: 0 13px;
}

.field textarea {
    min-height: 130px;
    padding: 13px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    background: #fff;
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(184, 78, 0, 0.09);
}

.submit-button,
.outline-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 19px;
    border-radius: 11px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.submit-button {
    color: #fff;
    background: var(--brand);
    border: 1px solid var(--brand);
    box-shadow: 0 10px 24px rgba(184, 78, 0, 0.16);
}

.submit-button:hover {
    background: var(--brand-dark);
}

.outline-button {
    color: var(--brand-deep);
    background: #fff;
    border: 1px solid #cfd7de;
}

.outline-button:hover {
    color: var(--brand);
    border-color: var(--brand);
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.info-stack {
    display: grid;
    gap: 15px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
}

.info-card > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: var(--brand-deep);
    background: var(--accent-soft);
    border-radius: 12px;
}

.info-card strong,
.info-card small {
    display: block;
}

.info-card strong {
    margin: 2px 0 6px;
    font-size: 11px;
}

.info-card small {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.6;
}

.support-panel {
    overflow: hidden;
    padding: 24px;
    color: #fff;
    background: var(--brand-deep);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(18, 40, 63, 0.18);
}

.support-panel i {
    color: var(--accent);
    font-size: 22px;
}

.support-panel h3 {
    margin: 18px 0 8px;
    font-size: 18px;
}

.support-panel p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    line-height: 1.7;
}

.support-panel a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    color: var(--brand-deep);
    background: var(--accent);
    border-radius: 10px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
}

.flow-section {
    padding: 65px 0 90px;
}

.flow-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    align-items: start;
    gap: 24px;
}

.flow-card,
.result-card,
.timeline-card {
    padding: 28px;
}

.flow-aside {
    position: sticky;
    top: 98px;
    overflow: hidden;
}

.flow-aside img {
    display: block;
    width: 100%;
    max-height: 275px;
    object-fit: contain;
    margin-bottom: 12px;
}

.flow-aside-copy {
    padding: 20px;
    color: #fff;
    background: var(--brand-deep);
    border-radius: 15px;
}

.flow-aside-copy h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.flow-aside-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 9px;
    line-height: 1.7;
}

.result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.result-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    color: var(--brand-dark);
    background: var(--brand-soft);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
}

.result-status.delivered {
    color: #1f5f8b;
    background: #e9f3fa;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.detail-item {
    padding: 16px;
    background: #f8f9fa;
    border: 1px solid var(--line-soft);
    border-radius: 12px;
}

.detail-item small,
.detail-item strong {
    display: block;
}

.detail-item small {
    margin-bottom: 7px;
    color: var(--muted-light);
    font-size: 8px;
}

.detail-item strong {
    font-size: 11px;
}

.timeline {
    display: grid;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 34px 130px 1fr auto;
    align-items: start;
    gap: 14px;
    min-height: 76px;
}

.timeline li:not(:last-child)::after {
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 14px;
    width: 2px;
    background: var(--line);
    content: '';
}

.timeline-icon {
    display: grid;
    z-index: 1;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #fff;
    background: var(--brand);
    border: 5px solid var(--brand-soft);
    border-radius: 50%;
    font-size: 7px;
}

.timeline time {
    padding-top: 6px;
    color: var(--muted);
    font-size: 9px;
}

.timeline-copy {
    padding-top: 4px;
}

.timeline-copy strong,
.timeline-copy small {
    display: block;
}

.timeline-copy strong {
    margin-bottom: 5px;
    font-size: 11px;
}

.timeline-copy small {
    color: var(--muted);
    font-size: 9px;
}

.timeline-place {
    padding-top: 6px;
    color: var(--brand-deep);
    font-size: 9px;
    font-weight: 700;
    text-align: right;
}

.maintenance-page {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 28px;
    background:
        radial-gradient(circle at 20% 10%, rgba(242, 169, 0, 0.17), transparent 28%),
        var(--brand-deep);
}

.maintenance-card {
    width: min(100%, 600px);
    padding: 42px;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.23);
}

.maintenance-card .brand {
    justify-content: center;
    margin-bottom: 32px;
}

.maintenance-card > i {
    color: var(--accent);
    font-size: 48px;
}

.maintenance-card h1 {
    margin: 22px 0 12px;
    font-size: 34px;
    letter-spacing: -0.05em;
}

.maintenance-card p {
    margin: 0 auto 25px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}

.form-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.5;
}

.form-notice.is-success {
    color: #38634b;
    background: #edf8f1;
    border-color: #cde8d7;
}

.form-notice.is-error {
    color: #9b3f32;
    background: #fff0ed;
    border-color: #f3cec6;
}

.empty-result {
    display: grid;
    justify-items: center;
    text-align: center;
}

.result-empty-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    place-items: center;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 18px;
    font-size: 20px;
}

@media (max-width: 920px) {
    .sub-hero-grid,
    .content-grid,
    .contact-layout,
    .flow-layout {
        grid-template-columns: 1fr;
    }

    .media-panel {
        width: min(100%, 560px);
        margin-inline: auto;
    }

    .flow-aside {
        position: static;
    }
}

@media (max-width: 680px) {
    .sub-hero {
        padding: 50px 0;
    }

    .sub-hero-copy {
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }

    .media-panel {
        min-height: 330px;
    }

    .content-section,
    .flow-section {
        padding: 58px 0;
    }

    .value-grid,
    .form-grid,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .form-card,
    .flow-card,
    .result-card,
    .timeline-card {
        padding: 20px;
    }

    .timeline li {
        grid-template-columns: 32px 1fr;
        gap: 10px;
        padding-bottom: 18px;
    }

    .timeline time,
    .timeline-place {
        grid-column: 2;
        padding-top: 0;
        text-align: left;
    }

    .timeline-copy {
        grid-column: 2;
    }

    .maintenance-card {
        padding: 30px 22px;
    }
}
