.seo-wrapper {
    background: #ffffff;
    color: #202020;
}

.seo-wrapper .header-wrap {
    background: rgba(0, 0, 0, 0.78);
}

.seo-wrapper .header-link-tel-num {
    color: #ffffff;
}

.seo-main {
    font-family: Gilroy, Arial, sans-serif;
}

.seo-hero {
    padding: 72px 0 56px;
    background: #f5f5f5;
}

.seo-grid,
.seo-two {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 32px;
    align-items: start;
}

.seo-eyebrow {
    margin-bottom: 14px;
    color: #d32b37;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.seo-main h1 {
    max-width: 900px;
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: 0;
}

.seo-main h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.seo-main p,
.seo-main li {
    font-size: 17px;
    line-height: 1.65;
}

.seo-lead {
    max-width: 860px;
    margin: 0 0 24px;
    font-size: 21px;
    line-height: 1.55;
}

.seo-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.seo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 6px;
    background: #d32b37;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.seo-button.secondary {
    background: #202020;
}

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

.seo-facts div,
.seo-card,
.seo-callout,
.seo-faq details,
.seo-checklist label {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.seo-facts div {
    padding: 18px;
}

.seo-facts span,
.seo-card span {
    display: block;
    margin-bottom: 8px;
    color: #777777;
    font-size: 13px;
    text-transform: uppercase;
}

.seo-facts b {
    font-size: 22px;
}

.seo-section {
    padding: 56px 0;
}

.seo-muted {
    background: #f7f7f7;
}

.seo-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.seo-steps div {
    min-height: 120px;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
}

.seo-steps b {
    display: block;
    margin-bottom: 16px;
    color: #d32b37;
    font-size: 32px;
}

.seo-list {
    margin: 0;
    padding-left: 22px;
}

.seo-faq {
    display: grid;
    gap: 10px;
}

.seo-faq details {
    padding: 18px 20px;
}

.seo-faq summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}

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

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

.seo-model-card {
    padding: 22px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.seo-model-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #f4f4f4;
    object-fit: cover;
}

.seo-model-card span,
.seo-model-location {
    display: block;
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.seo-model-card h3 {
    margin: 10px 0 8px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.seo-model-card dl {
    margin: 18px 0 0;
}

.seo-model-card dt {
    margin-top: 12px;
    color: #d32b37;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-model-card dd {
    margin: 6px 0 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
}

.seo-card {
    display: block;
    padding: 20px;
    color: inherit;
    text-decoration: none;
}

.seo-card b {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.25;
}

.seo-card p {
    margin: 0;
    color: #555555;
    font-size: 15px;
}

.guide-paths {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.guide-paths a,
.guide-group,
.guide-route a {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
}

.guide-paths a {
    display: block;
    padding: 20px;
}

.guide-paths span,
.guide-group-title b {
    display: block;
    color: #777777;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.guide-paths b {
    display: block;
    margin: 9px 0;
    font-size: 20px;
    line-height: 1.25;
}

.guide-paths p {
    margin: 0;
    color: #555555;
    font-size: 15px;
}

.guide-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-groups {
    display: grid;
    gap: 18px;
}

.guide-group {
    display: grid;
    grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
    overflow: hidden;
}

.guide-group-title {
    padding: 20px;
    background: #202020;
    color: #ffffff;
}

.guide-group-title span {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.guide-link-list {
    display: grid;
}

.guide-link-list a {
    display: block;
    padding: 18px 20px;
    border-bottom: 1px solid #eeeeee;
    color: inherit;
    text-decoration: none;
}

.guide-link-list a:last-child {
    border-bottom: 0;
}

.guide-link-list strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.25;
}

.guide-link-list small {
    display: block;
    color: #555555;
    font-size: 14px;
    line-height: 1.45;
}

.guide-route {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.guide-route a {
    display: flex;
    min-height: 88px;
    align-items: center;
    padding: 16px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.seo-chip-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.seo-chip-list a {
    padding: 10px 14px;
    border-radius: 6px;
    background: #ffffff;
    color: #202020;
    font-weight: 700;
    text-decoration: none;
}

.seo-article {
    padding: 72px 0 56px;
}

.seo-article .wrapper-in {
    max-width: 980px;
}

.seo-article-body section {
    margin-top: 34px;
}

.seo-callout {
    margin-top: 36px;
    padding: 24px;
    background: #f7f7f7;
}

.seo-callout-dark {
    background: #202020;
    color: #ffffff;
}

.seo-callout-dark p {
    color: rgba(255, 255, 255, 0.82);
}

.seo-button-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}

.seo-callout > .seo-button,
.case-locked-info > .seo-button,
.case-takeaways > .seo-button,
.postomat-model-strip .seo-button {
    margin-top: 18px;
}

.postomat-visual {
    margin: 0;
}

.postomat-visual img,
.postomat-model-strip img {
    display: block;
    width: 100%;
    border-radius: 8px;
    background: #f4f4f4;
    object-fit: contain;
}

.postomat-visual img {
    max-height: 520px;
}

.postomat-visual figcaption {
    margin-top: 12px;
    color: #555555;
    font-size: 14px;
    line-height: 1.45;
}

.postomat-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.postomat-kpi-grid div {
    padding: 22px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.postomat-kpi-grid span {
    display: block;
    margin-bottom: 8px;
    color: #777777;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.postomat-kpi-grid b {
    display: block;
    color: #202020;
    font-size: 24px;
    line-height: 1.2;
}

.postomat-model-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
    gap: 32px;
    align-items: center;
    padding: 28px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.postomat-model-strip img {
    max-height: 360px;
}

.postomat-mini-facts {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.postomat-mini-facts span {
    padding: 9px 12px;
    border-radius: 6px;
    background: #f3f3f3;
    color: #202020;
    font-size: 14px;
    font-weight: 800;
}

.seo-case-photo img,
.seo-case-card img {
    display: block;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.seo-case-photo img {
    aspect-ratio: 4 / 3;
}

.seo-case-card img {
    aspect-ratio: 16 / 10;
    margin-bottom: 14px;
}

.seo-case-photo figcaption {
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
}

.seo-checklist {
    display: grid;
    gap: 10px;
}

.seo-checklist label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.45;
}

.case-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0;
}

.case-proof-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 34px;
}

.case-proof-photo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    border: 0;
    padding: 0;
    background: #eeeeee;
    cursor: pointer;
}

.case-proof-photo.is-main {
    grid-column: span 2;
    grid-row: span 2;
}

.case-proof-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.case-proof-photo.is-main img {
    min-height: 312px;
}

.case-video-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.case-video-badge:before {
    content: '';
    margin-right: 7px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #ffffff;
}

.case-gallery-caption {
    margin: -22px 0 34px;
    color: #666666;
    font-size: 14px;
}

.case-locations {
    margin: 28px 0 34px;
    padding: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.case-locations h2 {
    margin: 0 0 18px;
}

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

.case-location-card {
    padding: 16px 18px;
    border-radius: 8px;
    background: #f6f6f6;
}

.case-location-card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0;
}

.case-location-card p {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.45;
}

.case-plain-layout {
    max-width: 980px;
}

.case-plain-layout .case-proof-gallery {
    margin-top: 32px;
    margin-bottom: 22px;
}

.case-plain-list {
    margin-top: 26px;
}

.case-plain-button {
    margin-top: 28px;
}

.case-plain-sections {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.case-plain-sections section {
    padding-top: 24px;
    border-top: 1px solid #e4e4e4;
}

.case-locked {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: stretch;
    margin: 34px 0 0;
}

.case-locked-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    filter: blur(4px);
    user-select: none;
    pointer-events: none;
}

.case-locked-preview div,
.case-locked-info,
.case-access-dialog,
.case-access-granted {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.case-locked-preview div {
    min-height: 116px;
    padding: 20px;
}

.case-locked-preview span {
    display: block;
    color: #777777;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.case-locked-preview b {
    display: block;
    margin-top: 12px;
    color: #202020;
    font-size: 30px;
}

.case-locked-info {
    padding: 24px;
}

.case-locked-info p {
    margin-bottom: 22px;
}

.case-access-granted {
    margin: 26px 0 -8px;
    padding: 14px 18px;
    color: #176b37;
    font-weight: 800;
}

.case-access-popup {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.82);
}

.case-access-popup.is-open {
    display: flex;
}

.case-access-dialog {
    position: relative;
    width: min(460px, 100%);
    padding: 28px;
    color: #202020;
}

.case-access-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #202020;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.case-access-form {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.case-access-form input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    color: #202020;
    font-size: 16px;
    box-sizing: border-box;
}

.case-access-hidden {
    position: absolute;
    left: -9999px;
}

.case-access-message {
    min-height: 20px;
    font-size: 14px;
    font-weight: 800;
}

.case-kpi-grid div,
.case-economics,
.case-terminal-row {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.case-kpi-grid div {
    padding: 20px;
}

.case-kpi-grid span,
.case-terminal-money span {
    display: block;
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.case-kpi-grid b {
    display: block;
    margin-top: 8px;
    font-size: 28px;
    line-height: 1.1;
}

.case-section {
    margin-top: 48px;
}

.case-section-head {
    max-width: 860px;
    margin-bottom: 22px;
}

.case-terminal-bars {
    display: grid;
    gap: 12px;
}

.case-terminal-row {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(180px, 1.2fr) minmax(120px, 0.45fr) minmax(120px, 0.45fr);
    gap: 16px;
    align-items: center;
    padding: 18px;
}

.case-terminal-info h3 {
    margin: 0 0 6px;
    font-size: 22px;
    letter-spacing: 0;
}

.case-terminal-info p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
}

.case-bar-wrap {
    height: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #eeeeee;
}

.case-bar {
    height: 100%;
    border-radius: inherit;
    background: #d32b37;
}

.case-terminal-money b {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.case-terminal-money.accent b {
    color: #d32b37;
}

.case-two {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.case-week-chart {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    min-height: 260px;
    align-items: end;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #ffffff;
}

.case-week {
    display: flex;
    min-width: 0;
    height: 230px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.case-week-value {
    min-height: 32px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.case-week-bar {
    width: 100%;
    max-width: 54px;
    border-radius: 6px 6px 0 0;
    background: #202020;
}

.case-week-label {
    color: #777777;
    font-size: 13px;
    font-weight: 800;
}

.case-economics {
    padding: 22px;
}

.case-economics dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    margin: 18px 0 0;
}

.case-economics dt {
    color: #666666;
}

.case-economics dd {
    margin: 0;
    font-weight: 800;
}

.case-note {
    margin: 22px 0;
    color: #666666;
    font-size: 14px;
}

.seo-footer-wrap {
    padding: 32px 0;
    background: #202020;
}

@media (max-width: 900px) {
    .seo-grid,
    .seo-two,
    .seo-steps,
    .seo-card-grid,
    .seo-model-grid,
    .guide-paths,
    .guide-featured,
    .guide-group,
    .guide-route,
    .case-proof-gallery,
    .case-location-grid,
    .case-locked,
    .case-locked-preview,
    .case-kpi-grid,
    .case-two,
    .postomat-kpi-grid,
    .postomat-model-strip {
        grid-template-columns: 1fr;
    }

    .case-proof-photo.is-main {
        grid-column: auto;
        grid-row: auto;
    }

    .case-proof-photo img,
    .case-proof-photo.is-main img {
        min-height: 220px;
    }

    .case-terminal-row {
        grid-template-columns: 1fr;
    }

    .seo-main h1 {
        font-size: 34px;
    }

    .seo-lead {
        font-size: 18px;
    }
}
