:root {
    --home-container: 1240px;
    --home-gutter: 24px;
    --home-grid-gap: 24px;
    --home-section-space: 92px;
    --home-space-content: 40px;
    --home-space-stack: 24px;
    --home-radius-panel: 20px;
    --home-radius-card: 16px;
    --home-radius-small: 12px;
    --home-ink: #10213f;
    --home-muted: #52657f;
    --home-blue: #1f5fb8;
    --home-blue-strong: #174d99;
    --home-green: #198568;
    --home-line: rgba(91, 121, 161, .22);
    --home-line-strong: rgba(67, 103, 151, .38);
    --home-surface: #ffffff;
    --home-surface-soft: #f4f7fb;
    --home-surface-blue: #eef4fa;
    --home-blue-soft: #edf4fb;
    --home-green-soft: #edf7f4;
    --home-shadow: 0 16px 36px rgba(25, 48, 82, .09);
    --home-shadow-hover: 0 20px 42px rgba(25, 48, 82, .12);
}

.home-page {
    overflow-x: hidden;
    color: var(--home-ink);
    background: var(--home-surface);
}

.home-page *,
.home-page *::before,
.home-page *::after {
    box-sizing: border-box;
}

.home-page .page-container,
.home-page .page-width,
.home-page .header-inner,
.home-page .footer-inner,
.home-page .footer-record {
    width: 100%;
    max-width: var(--home-container);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--home-gutter);
    padding-left: var(--home-gutter);
}

.home-page main {
    overflow: clip;
    background: var(--home-surface);
}

.home-page #top,
.home-page #solutions,
.home-page #features,
.home-page #services,
.home-page #products,
.home-page #about,
.home-page #why,
.home-page #contact {
    scroll-margin-top: 92px;
}

.home-page .section-header,
.home-page .section-title,
.home-page .flow-board-head {
    text-align: center;
}

.home-page .section-title,
.home-page .flow-board-head h2 {
    margin: 0 0 var(--home-space-content);
    color: var(--home-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.home-page .section-title {
    display: block;
}

.home-page .section-title::before {
    display: none;
}

.home-page .section-title::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 3px;
    background: var(--home-blue);
}

.home-page .icon,
.home-page .icon-box {
    width: 44px;
    height: 44px;
    border-radius: var(--home-radius-small);
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    color: var(--home-blue);
    background: var(--home-blue-soft);
    box-shadow: none;
    font-size: 21px;
}

.home-page .icon::before,
.home-page .icon-box::before {
    font-size: 21px;
}

.home-page .feature-card,
.home-page .service-grid article,
.home-page .why-grid article,
.home-page .bucket-features article {
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-card);
    background: var(--home-surface);
    box-shadow: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-page .feature-card:hover,
.home-page .service-grid article:hover,
.home-page .why-grid article:hover,
.home-page .bucket-features article:hover {
    border-color: var(--home-line-strong);
    box-shadow: var(--home-shadow-hover);
    transform: translateY(-2px);
}

.home-page .btn {
    height: 48px;
    min-width: 152px;
    padding: 0 22px;
    border-radius: var(--home-radius-small);
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0;
    box-shadow: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.home-page .btn:hover,
.home-page .btn:focus-visible {
    box-shadow: 0 10px 22px rgba(25, 48, 82, .14);
    transform: translateY(-2px);
}

.home-page .btn:focus-visible,
.home-page a:focus-visible,
.home-page button:focus-visible {
    outline: 3px solid rgba(31, 95, 184, .22);
    outline-offset: 3px;
}

/* Hero: five-column copy and seven-column product composition. */
.home-page .hero {
    min-height: 526px;
    padding: 42px 0 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.home-page .section-band::after {
    display: none;
}

.home-page .section-band::before {
    left: 52%;
    right: -8%;
    top: 14%;
    bottom: 14%;
    border-radius: var(--home-radius-panel);
    background: rgba(222, 234, 248, .52);
    opacity: 1;
}

.home-page .hero-inner {
    width: min(1280px, calc(100% - 78px));
    max-width: none;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: minmax(390px, 440px) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.home-page .hero-copy {
    grid-column: auto;
    max-width: 440px;
}

.home-page .hero-copy h1 {
    margin: 0 0 18px;
    color: var(--home-ink);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.18;
    white-space: nowrap;
}

.home-page .hero-copy h1 span {
    display: inline;
}

.home-page .hero-lead {
    margin: 0 0 24px;
    color: var(--home-blue);
    font-size: 28px;
    line-height: 1.3;
    white-space: normal;
}

.home-page .hero-text {
    max-width: 440px;
    margin: 0 0 32px;
    color: var(--home-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.home-page .hero-actions {
    gap: 12px;
}

.home-page .hero-preview {
    --preview-scale: 1;
    grid-column: auto;
    justify-self: start;
    isolation: isolate;
}

.home-page .hero-preview::before {
    left: 48px;
    right: -20px;
    top: 28px;
    bottom: 52px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-panel);
    background: #e8f0f8;
    box-shadow: none;
}

.home-page .hero-preview::after {
    display: none;
}

.home-page .phone-device,
.home-page .workbench-stage {
    border: 1px solid var(--home-line);
    box-shadow: var(--home-shadow);
}

.home-page .phone-device {
    border-radius: 32px;
}

.home-page .workbench-stage {
    border-radius: var(--home-radius-card);
}

.home-page .hero-preview-labels {
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 700;
}

/* Unified customer management section. */
.home-page .customer-order-flow {
    margin: 0 auto;
    padding-top: var(--home-section-space);
    padding-bottom: var(--home-section-space);
    border: 0;
    background: var(--home-surface);
}

.home-page .flow-board {
    display: grid;
    gap: var(--home-space-content);
}

.home-page .flow-board-head {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}

.home-page .flow-board-head h2 {
    margin-bottom: 16px;
}

.home-page .flow-board-head p {
    margin: 0 auto;
    color: var(--home-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.home-page .flow-board-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.home-page .flow-panel {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 352px;
    padding: 32px;
    border: 1px solid rgba(91, 121, 161, .2);
    border-radius: var(--home-radius-panel);
    display: flex;
    flex-direction: column;
    background: var(--home-surface-soft);
    box-shadow: none;
}

.home-page .flow-panel-online {
    border-color: rgba(25, 133, 104, .24);
    background: #f1f8f6;
}

.home-page .flow-panel-offline {
    border-color: rgba(31, 95, 184, .22);
    background: #f1f5fa;
}

.home-page .flow-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 5px;
    background: var(--home-blue);
}

.home-page .flow-panel-online::before {
    background: var(--home-green);
}

.home-page .flow-panel-title {
    gap: 14px;
}

.home-page .flow-panel-title i {
    width: 48px;
    height: 48px;
    border-radius: var(--home-radius-small);
    display: grid;
    place-items: center;
    color: var(--home-blue);
    background: var(--home-blue-soft);
    box-shadow: none;
    font-size: 22px;
}

.home-page .flow-panel-online .flow-panel-title i {
    color: var(--home-green);
    background: var(--home-green-soft);
}

.home-page .flow-panel-title strong {
    color: var(--home-ink);
    font-size: 22px;
    line-height: 1.3;
}

.home-page .flow-panel > p {
    min-height: 0;
    margin: 18px 0 24px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.7;
}

.home-page .flow-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-page .flow-panel-offline .flow-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .flow-panel-offline .flow-mini-grid span:last-child {
    grid-column: auto;
}

.home-page .flow-mini-grid span,
.home-page .flow-online-retention,
.home-page .flow-proxy-order {
    min-height: 76px;
    padding: 16px;
    border: 1px solid rgba(91, 121, 161, .14);
    border-radius: var(--home-radius-small);
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 2px 12px;
    background: rgba(255, 255, 255, .84);
    box-shadow: none;
}

.home-page .flow-online-retention,
.home-page .flow-proxy-order {
    margin-top: 12px;
}

.home-page .flow-mini-grid i,
.home-page .flow-online-retention i,
.home-page .flow-proxy-order i {
    grid-row: 1 / 3;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: var(--home-blue);
    background: var(--home-blue-soft);
}

.home-page .flow-panel-online .flow-mini-grid i,
.home-page .flow-panel-online .flow-online-retention i {
    color: var(--home-green);
    background: var(--home-green-soft);
}

.home-page .flow-mini-grid b,
.home-page .flow-online-retention b,
.home-page .flow-proxy-order b {
    color: var(--home-ink);
    font-size: 14px;
    line-height: 1.35;
}

.home-page .flow-mini-grid small,
.home-page .flow-online-retention small,
.home-page .flow-proxy-order small {
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.45;
}

.home-page .flow-link {
    z-index: 2;
    width: 64px;
    height: 64px;
    margin: auto;
    border: 4px solid #dbe7f4;
    border-radius: 50%;
    color: var(--home-blue);
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 95, 184, .14);
}

.home-page .flow-link::before,
.home-page .flow-link::after {
    width: 20px;
    height: 1px;
    background: #b9cce3;
}

.home-page .flow-link span {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
}

/* Bucket account feature: one complete primary panel on a full-width tint. */
.home-page .bucket-account {
    position: relative;
    isolation: isolate;
    margin: 0 auto;
    padding: 64px 40px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-panel);
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: var(--home-grid-gap);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 0 0 100vmax var(--home-surface-blue);
    clip-path: inset(0 -100vmax);
}

.home-page .bucket-account::before {
    display: none;
}

.home-page .bucket-copy {
    padding-right: 16px;
}

.home-page .section-kicker {
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--home-blue);
    background: transparent;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 750;
}

.home-page .bucket-copy h2 {
    margin: 20px 0 16px;
    color: var(--home-ink);
    font-size: 30px;
    line-height: 1.25;
}

.home-page .bucket-copy > p {
    max-width: 440px;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.8;
}

.home-page .bucket-tags {
    margin-top: 24px;
    gap: 8px;
}

.home-page .bucket-tags span {
    height: 30px;
    padding: 0 11px;
    border: 0;
    border-radius: 999px;
    color: var(--home-blue-strong);
    background: var(--home-blue-soft);
    font-size: 13px;
}

.home-page .bucket-panel {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-card);
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
    overflow-x: auto;
}

.home-page .bucket-features {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 8px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-card);
    overflow: hidden;
    background: #f7f9fc;
}

.home-page .bucket-features article {
    min-height: 176px;
    padding: 30px;
    border: 0;
    border-left: 1px solid var(--home-line);
    border-radius: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-content: center;
    align-items: start;
    gap: 10px 16px;
    background: transparent;
    box-shadow: none;
    transition: background-color .2s ease;
}

.home-page .bucket-features article:first-child {
    border-left: 0;
}

.home-page .bucket-features article:hover {
    border-color: var(--home-line);
    background: rgba(255, 255, 255, .72);
    box-shadow: none;
    transform: none;
}

.home-page .bucket-features .icon {
    grid-row: 1 / 3;
    margin: 0;
}

.home-page .bucket-features h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 18px;
    line-height: 1.4;
}

.home-page .bucket-features p {
    margin: 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* Core capabilities: three columns, two rows. */
.home-page .services {
    margin: 0 auto;
    padding-top: var(--home-section-space);
    padding-bottom: var(--home-section-space);
    background: var(--home-surface);
}

.home-page .service-cards .flow-capabilities {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 var(--home-space-stack);
}

.home-page .flow-capabilities span {
    min-height: 36px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    gap: 7px;
    color: var(--home-blue-strong);
    background: var(--home-blue-soft);
    font-size: 13px;
    font-weight: 750;
}

.home-page .flow-capabilities i {
    font-size: 15px;
}

.home-page .service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-panel);
    overflow: hidden;
    background: var(--home-line);
}

.home-page .service-grid article {
    position: relative;
    min-height: 188px;
    padding: 30px;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: 44px 1fr;
    align-items: center;
    gap: 18px 16px;
    text-align: left;
    background: #fbfcfe;
    box-shadow: none;
    transition: background-color .2s ease;
}

.home-page .service-grid article::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: transparent;
    transition: background-color .2s ease;
}

.home-page .service-grid article:hover {
    border-color: transparent;
    background: #f4f8fd;
    box-shadow: none;
    transform: none;
}

.home-page .service-grid article:hover::after {
    background: var(--home-blue);
}

.home-page .service-grid .icon {
    margin: 0;
}

.home-page .service-grid h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 18px;
    line-height: 1.35;
}

.home-page .service-grid p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* Product entries: equal-height conversion cards on a full-width tint. */
.home-page .products {
    position: relative;
    isolation: isolate;
    margin: 0 auto;
    padding-top: var(--home-section-space);
    padding-bottom: var(--home-section-space);
    background: var(--home-surface-soft);
    box-shadow: 0 0 0 100vmax var(--home-surface-soft);
    clip-path: inset(0 -100vmax);
}

.home-page .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--home-grid-gap);
    align-items: stretch;
}

.home-page .product-card,
.home-page .product-entry-card {
    min-height: 320px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-panel);
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    overflow: hidden;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.home-page .product-card.mobile-product {
    border-color: rgba(25, 133, 104, .24);
}

.home-page .product-card.workbench-product {
    border-color: rgba(31, 95, 184, .24);
}

.home-page .product-card img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    padding: 24px;
    border: 0;
    border-right: 1px solid var(--home-line);
    object-fit: contain;
    object-position: center;
    background: var(--home-green-soft);
}

.home-page .workbench-product img {
    background: var(--home-blue-soft);
}

.home-page .product-card > div {
    min-width: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-page .product-card h3 {
    color: var(--home-green);
    font-size: 24px;
    line-height: 1.3;
}

.home-page .workbench-product h3 {
    color: var(--home-blue);
}

.home-page .product-card p {
    margin-top: 16px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

.home-page .product-card .btn {
    width: auto;
    margin-top: auto;
    align-self: flex-start;
}

.home-page .mobile-product .btn {
    color: #fff;
    border-color: var(--home-green);
    background: var(--home-green);
}

.home-page .mobile-product .btn:hover,
.home-page .mobile-product .btn:focus-visible {
    border-color: #146d56;
    background: #146d56;
}

.home-page .workbench-product .btn {
    color: #fff;
    border-color: #1f5fb8;
    background: linear-gradient(180deg, #2d73d4 0%, #1f5fb8 100%);
}

.home-page .workbench-product .btn:hover,
.home-page .workbench-product .btn:focus-visible {
    border-color: #1b549f;
    background: linear-gradient(180deg, #286ac7 0%, #1b549f 100%);
}

/* Company profile and trust reasons use one card system. */
.home-page .trust-section {
    margin: 0;
    padding: var(--home-section-space) 0;
    background: var(--home-surface);
}

.home-page .trust-section .why .section-title {
    margin: 0 0 var(--home-space-content);
}

.home-page .about {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 32px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-panel);
    display: grid;
    grid-template-columns: 120px minmax(0, 4fr) minmax(0, 7fr);
    gap: var(--home-grid-gap);
    align-items: center;
    background: var(--home-surface-soft);
    box-shadow: none;
    text-align: left;
}

.home-page .about-art img {
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.home-page .about h2 {
    margin: 0 0 14px;
    color: var(--home-ink);
    font-size: 28px;
    line-height: 1.3;
}

.home-page .about-copy p {
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

.home-page .about-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.home-page .about-points article {
    min-height: 150px;
    padding: 20px;
    border: 0;
    border-left: 1px solid var(--home-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

.home-page .about-points .icon {
    margin: 0;
}

.home-page .about-points h3 {
    margin-top: 14px;
    color: var(--home-ink);
    font-size: 18px;
}

.home-page .about-points p {
    margin-top: 8px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.6;
}

.home-page .trust-section .why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--home-grid-gap);
    margin: var(--home-space-stack) 0 0;
}

.home-page .trust-section .why-grid article {
    min-height: 184px;
    padding: 28px;
    display: block;
    text-align: left;
}

.home-page .trust-section .why-grid .icon {
    margin: 0;
}

.home-page .trust-section .why-grid h3 {
    margin-top: 18px;
    color: var(--home-ink);
    font-size: 18px;
}

.home-page .trust-section .why-grid p {
    margin-top: 10px;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Footer uses the same container and twelve-column rhythm. */
.home-page .site-footer {
    border-top: 1px solid var(--home-line);
    background: var(--home-surface-blue);
}

.home-page .footer-inner {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: minmax(470px, 1.36fr) minmax(250px, .72fr) minmax(360px, .9fr);
    gap: 34px;
    align-items: start;
}

.home-page .footer-brand {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
}

.home-page .footer-brand > div {
    display: contents;
}

.home-page .footer-brand img {
    width: 60px;
}

.home-page .footer-brand p {
    grid-column: 1 / -1;
    margin-top: 10px;
    white-space: nowrap;
}

.home-page .footer-follow {
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 10px 16px;
}

.home-page .footer-record {
    min-height: 56px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid var(--home-line);
}

@media (min-width: 768px) and (max-width: 1199px) {
    :root {
        --home-section-space: 64px;
    }

    .home-page .hero-inner {
        min-height: 440px;
    }

    .home-page .hero-copy h1 {
        font-size: 36px;
    }

    .home-page .hero-lead {
        font-size: 24px;
    }

    .home-page .hero-preview {
        --preview-scale: .78;
    }

    .home-page .flow-board-main {
        grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    }

    .home-page .flow-panel {
        min-height: 400px;
        padding: 24px;
    }

    .home-page .flow-mini-grid,
    .home-page .flow-panel-offline .flow-mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .flow-panel-offline .flow-mini-grid span:last-child {
        grid-column: auto;
    }

    .home-page .bucket-account {
        grid-template-columns: minmax(0, 1fr);
        padding: 48px 32px;
    }

    .home-page .bucket-copy {
        padding-right: 0;
    }

    .home-page .bucket-copy > p {
        max-width: 680px;
    }

    .home-page .bucket-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-page .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .product-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .product-card,
    .home-page .product-entry-card {
        grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    }

    .home-page .about {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .home-page .about-points {
        grid-column: 1 / -1;
    }

    .home-page .trust-section .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .footer-brand {
        grid-column: 1 / -1;
    }

    .home-page .footer-follow {
        grid-column: 1 / -1;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .home-page .hero {
        min-height: 0;
    }

    .home-page .hero-inner {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .hero-copy {
        grid-column: auto;
        max-width: 680px;
        padding: 32px 0;
    }

    .home-page .hero-preview {
        display: none;
    }

    .home-page .section-band::before {
        display: none;
    }
}

@media (max-width: 767px) {
    :root {
        --home-gutter: 16px;
        --home-grid-gap: 16px;
        --home-section-space: 48px;
        --home-space-content: 28px;
    }

    .home-page .page-width,
    .home-page .header-inner,
    .home-page .footer-inner,
    .home-page .footer-record {
        max-width: 100%;
    }

    .home-page .section-title,
    .home-page .flow-board-head h2 {
        font-size: 26px;
    }

    .home-page .hero {
        min-height: 0;
        padding: 44px 0;
    }

    .home-page .hero-inner {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .hero-copy {
        grid-column: auto;
        max-width: none;
    }

    .home-page .hero-copy h1 {
        font-size: 26px;
        white-space: nowrap;
    }

    .home-page .hero-lead {
        font-size: 22px;
    }

    .home-page .hero-text {
        font-size: 15px;
    }

    .home-page .hero-preview {
        display: none;
    }

    .home-page .section-band::before {
        display: none;
    }

    .home-page .customer-order-flow,
    .home-page .services,
    .home-page .products {
        padding-top: var(--home-section-space);
        padding-bottom: var(--home-section-space);
    }

    .home-page .flow-board {
        gap: var(--home-space-content);
    }

    .home-page .flow-board-head p {
        font-size: 15px;
    }

    .home-page .flow-board-main {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .home-page .flow-panel {
        min-height: 0;
        padding: 24px 20px;
    }

    .home-page .flow-panel > p {
        min-height: 0;
    }

    .home-page .flow-mini-grid,
    .home-page .flow-panel-offline .flow-mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .flow-panel-offline .flow-mini-grid span:last-child {
        grid-column: auto;
    }

    .home-page .flow-link {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .home-page .flow-link::before,
    .home-page .flow-link::after {
        left: 50%;
        right: auto;
        top: auto;
        width: 1px;
        height: 16px;
        transform: translateX(-50%);
    }

    .home-page .flow-link::before {
        bottom: 100%;
    }

    .home-page .flow-link::after {
        top: 100%;
    }

    .home-page .bucket-account {
        grid-template-columns: minmax(0, 1fr);
        gap: var(--home-space-stack);
        padding: 44px 20px;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
    }

    .home-page .bucket-copy {
        padding-right: 0;
    }

    .home-page .bucket-copy h2 {
        font-size: 27px;
    }

    .home-page .bucket-panel {
        padding: 12px;
    }

    .home-page .bucket-features {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .home-page .bucket-features article {
        min-height: 0;
        padding: 24px 20px;
        border-left: 0;
        border-top: 1px solid var(--home-line);
    }

    .home-page .bucket-features article:first-child {
        border-top: 0;
    }

    .home-page .service-cards .flow-capabilities {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .flow-capabilities span:last-child {
        grid-column: 1 / -1;
    }

    .home-page .service-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1px;
    }

    .home-page .service-grid article {
        min-height: 0;
        padding: 24px 20px;
    }

    .home-page .product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .home-page .product-card,
    .home-page .product-entry-card {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .product-card img {
        height: 210px;
        min-height: 210px;
        border-right: 0;
        border-bottom: 1px solid var(--home-line);
    }

    .home-page .product-card > div {
        min-height: 250px;
        padding: 24px 20px;
    }

    .home-page .product-card .btn {
        width: auto;
        min-width: 164px;
        margin-top: 24px;
        align-self: flex-start;
    }

    .home-page .trust-section {
        padding: var(--home-section-space) 0;
    }

    .home-page .about {
        grid-template-columns: minmax(0, 1fr);
        padding: 24px 20px;
    }

    .home-page .about-art img {
        width: 92px;
        height: 92px;
        margin: 0;
    }

    .home-page .about-points {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .about-points article {
        min-height: 0;
        padding: 18px 0;
        border-left: 0;
        border-top: 1px solid var(--home-line);
    }

    .home-page .trust-section .why-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .home-page .trust-section .why-grid article {
        min-height: 0;
        padding: 24px 20px;
    }

    .home-page .footer-inner {
        padding-top: 40px;
        padding-bottom: 32px;
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .home-page .footer-brand p {
        white-space: normal;
    }

    .home-page .footer-follow {
        grid-column: auto;
    }

    .home-page .footer-record {
        align-items: flex-start;
    }
}

@media (max-width: 340px) {
    .home-page .hero-copy h1 {
        font-size: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
