﻿:root {
    --home-ink: #10211d;
    --home-muted: #62716d;
    --home-page: #f5f7f5;
    --home-surface: #ffffff;
    --home-line: #d8e1dc;
    --home-green: #17a673;
    --home-green-strong: #0d7151;
    --home-blue: #3267d6;
    --home-orange: #ef7f36;
    --home-pink: #cc4779;
    --home-dark: #10211d;
}

body.home-refresh {
    background: var(--home-page);
    color: var(--home-ink);
}

body.home-refresh[data-theme="dark"] {
    --home-ink: #edf6f2;
    --home-muted: #aebeb8;
    --home-page: #10211d;
    --home-surface: #172a25;
    --home-line: #355049;
    --home-dark: #0a1512;
}

.home-refresh .mast-v4 {
    background: color-mix(in srgb, var(--home-surface) 92%, transparent);
    border-bottom-color: var(--home-line);
    backdrop-filter: blur(16px);
}

.home-refresh .mast-v4-inner {
    min-height: 76px;
}

.home-refresh .main-nav-v4 > a,
.home-refresh .nav-dropdown > summary {
    color: var(--home-ink);
}

.home-refresh .nav-cta-v4 {
    border-color: var(--home-ink);
    color: var(--home-ink);
}

.home-refresh .nav-cta-v4:hover {
    background: var(--home-ink);
    color: var(--home-surface);
}

.theme-toggle {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    flex: 0 0 38px;
    padding: 0;
    border: 1px solid var(--home-line);
    border-radius: 6px;
    background: var(--home-surface);
    color: var(--home-ink);
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.theme-toggle:hover {
    border-color: var(--home-green);
    transform: translateY(-2px);
}

.theme-toggle span {
    font-size: 18px;
    line-height: 1;
}

.neo-hero {
    overflow: hidden;
    background: var(--home-dark);
    color: #f5fffa;
    border-bottom: 5px solid var(--home-green);
}

.neo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    gap: 32px;
    min-height: 560px;
    align-items: center;
}

.neo-hero-copy {
    padding: 36px 0;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #a4e5c5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.home-eyebrow:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--home-green);
    content: "";
}

.neo-hero h1,
.home-section-heading h2,
.flow-intro h2,
.product-heading h2,
.lead-intro h2 {
    letter-spacing: 0;
}

.neo-hero h1 {
    max-width: 670px;
    margin: 20px 0;
    font-family: Unbounded, Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.04;
}

.neo-hero h1 em {
    color: #8ce4c1;
    font-style: normal;
}

.neo-hero-copy > p:not(.home-eyebrow) {
    max-width: 590px;
    margin: 0;
    color: #c9ddd4;
    font-size: 19px;
    line-height: 1.62;
}

.home-refresh .hero-actions {
    margin-top: 32px;
}

.home-refresh .button {
    border-radius: 6px;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.home-refresh .button:hover {
    transform: translateY(-2px);
}

.hero-route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
}

.hero-route span {
    padding: 7px 10px;
    border: 1px solid #3a5850;
    border-radius: 999px;
    color: #e9f6ef;
    font-size: 12px;
    font-weight: 800;
}

.hero-route i {
    width: 20px;
    height: 1px;
    background: #6ba58e;
}

.neo-hero-stage {
    position: relative;
    align-self: end;
    padding-top: 48px;
}

.operating-window {
    position: relative;
    min-height: 498px;
    overflow: hidden;
    border: 1px solid #47645c;
    border-radius: 8px 8px 0 0;
    background: #eaf0ed;
    color: #12221e;
    box-shadow: 22px 0 0 rgba(255, 255, 255, .08);
}

.window-toolbar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 46px;
    padding: 0 18px;
    border-bottom: 1px solid #cddbd5;
    background: #f9fcfa;
}

.window-toolbar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a4b7af;
}

.window-toolbar b {
    margin-left: 8px;
    color: #50645b;
    font-size: 11px;
}

.operation-board {
    display: grid;
    grid-template-columns: 126px 1fr;
    min-height: 452px;
}

.operation-nav {
    padding: 18px 13px;
    border-right: 1px solid #cddbd5;
    background: #f4f8f5;
}

.operation-nav span {
    display: block;
    margin-bottom: 8px;
    padding: 7px 8px;
    border-radius: 4px;
    color: #6c7f76;
    font-size: 10px;
    font-weight: 800;
}

.operation-nav span:first-child {
    background: #d7f4e5;
    color: #0d7151;
}

.operation-main {
    position: relative;
    padding: 24px;
}

.operation-label {
    display: block;
    margin-bottom: 6px;
    color: #0d7151;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.operation-main h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.18;
}

.operation-board-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 13px;
    margin-top: 22px;
}

.operation-card {
    min-height: 136px;
    padding: 15px;
    border: 1px solid #cddbd5;
    border-radius: 6px;
    background: #fff;
}

.operation-card.wide {
    grid-column: span 2;
    min-height: 116px;
}

.operation-card small {
    display: block;
    color: #687b72;
    font-size: 10px;
    font-weight: 800;
}

.operation-card strong {
    display: block;
    margin: 9px 0 12px;
    font-size: 14px;
}

.operation-bars {
    display: grid;
    gap: 7px;
}

.operation-bars i {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: #d8e3de;
}

.operation-bars i:nth-child(1) { width: 78%; background: #17a673; }
.operation-bars i:nth-child(2) { width: 54%; background: #f0a06e; }
.operation-bars i:nth-child(3) { width: 66%; background: #6e90e4; }

.operation-activity {
    display: grid;
    gap: 9px;
}

.operation-activity span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #566a61;
    font-size: 11px;
}

.operation-activity span:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-green);
    content: "";
}

.operation-float {
    position: absolute;
    right: -24px;
    bottom: 50px;
    width: 188px;
    padding: 15px;
    border: 1px solid #b8d7c8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 30px rgba(18, 44, 34, .18);
    animation: home-float 5s ease-in-out infinite;
}

.operation-float b {
    display: block;
    color: #0d7151;
    font-size: 10px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.operation-float span {
    display: block;
    margin-top: 7px;
    color: #263c33;
    font-size: 13px;
    font-weight: 800;
}

.product-marquee {
    overflow: hidden;
    border-bottom: 1px solid var(--home-line);
    background: var(--home-surface);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: home-marquee 32s linear infinite;
}

.marquee-track span {
    display: inline-flex;
    min-width: max-content;
    align-items: center;
    gap: 18px;
    padding: 19px 28px;
    color: var(--home-ink);
    font-family: Unbounded, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.marquee-track span:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-green);
    content: "";
}

.home-section {
    padding: 118px 0;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 46px;
    align-items: end;
    margin-bottom: 42px;
}

.home-section-heading h2,
.product-heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--home-ink);
    font-family: Unbounded, Arial, sans-serif;
    font-size: 54px;
    line-height: 1.1;
}

.home-section-heading p,
.product-heading p {
    margin: 0;
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.62;
}

.home-section-heading .home-eyebrow,
.product-heading .home-eyebrow {
    margin-bottom: 13px;
    color: var(--home-green-strong);
}

.service-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 210px;
    gap: 14px;
}

.bento-service {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 25px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-surface);
    color: var(--home-ink);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bento-service:hover {
    z-index: 1;
    border-color: var(--home-green);
    transform: translateY(-4px);
    box-shadow: 0 18px 30px rgba(13, 46, 35, .12);
}

.bento-service:after {
    position: absolute;
    right: -20px;
    bottom: -38px;
    width: 130px;
    height: 130px;
    border: 18px solid currentColor;
    border-radius: 50%;
    opacity: .08;
    content: "";
}

.bento-service span {
    position: relative;
    color: var(--service-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.bento-service h3 {
    position: relative;
    max-width: 310px;
    margin: 12px 0 8px;
    font-family: Unbounded, Arial, sans-serif;
    font-size: 23px;
    line-height: 1.18;
}

.bento-service p {
    position: relative;
    max-width: 460px;
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.5;
}

.bento-service b {
    position: relative;
    z-index: 1;
    margin-top: auto;
    font-size: 13px;
}

.bento-service b:after {
    margin-left: 8px;
    color: var(--service-accent);
    content: "→";
}

.bento-service.seo { --service-accent: #119c70; grid-column: span 5; grid-row: span 2; background: #edf8f3; }
.bento-service.seo h3 { font-size: 34px; }
.bento-service.ads { --service-accent: #d96d25; grid-column: span 4; }
.bento-service.build { --service-accent: #3166cf; grid-column: span 3; }
.bento-service.dev { --service-accent: #bb3c71; grid-column: span 4; }
.bento-service.crm { --service-accent: #397e61; grid-column: span 3; }
.bento-service.ai { --service-accent: #7459c9; grid-column: span 5; grid-row: span 2; background: #f1effd; }
.bento-service.ai h3 { font-size: 34px; }
.bento-service.support { --service-accent: #3d6f87; grid-column: span 3; }
.bento-service.study { --service-accent: #8d63dd; grid-column: span 4; background: #f4f0ff; }

.operation-section {
    background: #e9f0ec;
    border-top: 1px solid #d0ddd6;
    border-bottom: 1px solid #d0ddd6;
}

body.home-refresh[data-theme="dark"] .operation-section {
    background: #132923;
    border-color: #355049;
}

.flow-shell {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr);
    gap: 54px;
    align-items: center;
}

.flow-intro h2 {
    margin: 16px 0;
    color: var(--home-ink);
    font-family: Unbounded, Arial, sans-serif;
    font-size: 52px;
    line-height: 1.1;
}

.flow-intro p {
    max-width: 540px;
    margin: 0;
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.65;
}

.flow-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0;
    list-style: none;
}

.flow-list li {
    min-height: 210px;
    padding: 23px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-surface);
    transition: transform .22s ease, border-color .22s ease;
}

.flow-list li:hover {
    border-color: var(--home-green);
    transform: translateY(-3px);
}

.flow-list b {
    display: block;
    color: var(--home-green-strong);
    font-family: Unbounded, Arial, sans-serif;
    font-size: 15px;
}

.flow-list h3 {
    margin: 21px 0 8px;
    color: var(--home-ink);
    font-size: 19px;
    line-height: 1.24;
}

.flow-list p {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.55;
}

.product-section {
    background: var(--home-page);
}

.product-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    gap: 44px;
    align-items: end;
    margin-bottom: 42px;
}

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

.product-experience {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-surface);
    color: var(--home-ink);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-experience:hover {
    z-index: 1;
    border-color: var(--home-green);
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(13, 46, 35, .13);
}

.product-experience.crm-demo-card { grid-column: span 7; min-height: 460px; background: #eff3ff; }
.product-experience.chat-demo-card { grid-column: span 5; min-height: 460px; background: #10211d; color: #f6fffa; }
.product-experience.lava-demo-card { grid-column: span 5; }
.product-experience.site-demo-card { grid-column: span 7; }

.product-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 42%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: var(--home-surface);
}

.crm-demo-card .product-copy {
    background: #eff3ff;
}

.chat-demo-card .product-copy {
    flex: 0 0 100%;
    justify-content: flex-end;
    background: transparent;
}

.product-copy span {
    color: var(--home-green-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.chat-demo-card .product-copy span {
    color: #8ce4c1;
}

.product-copy h3 {
    margin: 10px 0;
    color: inherit;
    font-family: Unbounded, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.16;
}

.product-copy p {
    margin: 0 0 20px;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.55;
}

.chat-demo-card .product-copy p {
    color: #b9cfc4;
}

.product-copy b {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--home-line);
    font-size: 13px;
}

.chat-demo-card .product-copy b {
    border-top-color: #38564b;
}

.crm-screen {
    position: absolute;
    top: 29px;
    right: -86px;
    width: 72%;
    height: 88%;
    overflow: hidden;
    border: 1px solid #b9c8e8;
    border-radius: 7px 0 0 7px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(35, 65, 130, .18);
    transform: rotate(-2deg);
    transition: transform .35s ease;
}

.crm-demo-card:hover .crm-screen {
    transform: rotate(0deg) translateX(-10px);
}

.crm-screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.crm-screen:after {
    position: absolute;
    top: 14%;
    right: 12%;
    width: 102px;
    height: 62px;
    border: 1px solid #cad6f1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(35, 65, 130, .17);
    content: "Задача назначена";
    color: #264caa;
    font-size: 10px;
    font-weight: 800;
    line-height: 62px;
    text-align: center;
}

.chat-stage {
    position: absolute;
    top: 28px;
    right: 22px;
    left: 22px;
    bottom: 170px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 16px;
    border: 1px solid #38564b;
    border-radius: 7px;
    background: #152e27;
}

.chat-stage:before {
    color: #8ce4c1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .9px;
    content: "CHAT LOGIC / РАБОЧИЙ ДИАЛОГ";
}

.chat-message {
    max-width: 84%;
    padding: 10px 12px;
    border-radius: 6px;
    color: #d9eee4;
    font-size: 12px;
    line-height: 1.4;
}

.chat-message.user {
    align-self: flex-end;
    background: #38564b;
}

.chat-message.ai {
    align-self: flex-start;
    background: #1c8e65;
    color: #f4fff9;
}

.chat-typing:after {
    display: inline-block;
    width: 6px;
    height: 13px;
    margin-left: 3px;
    background: currentColor;
    content: "";
    vertical-align: -2px;
    animation: home-caret 1s steps(1) infinite;
}

.lava-stage,
.site-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #edf1ef;
}

.lava-stage img,
.site-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .8s ease;
}

.lava-demo-card:hover .lava-stage img,
.site-demo-card:hover .site-stage img {
    transform: scale(1.04);
}

.lava-stage:after {
    position: absolute;
    inset: 18px 18px auto auto;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #cd4779;
    color: #fff;
    content: "AI motion";
    font-size: 10px;
    font-weight: 800;
    animation: home-float 4.5s ease-in-out infinite;
}

.lava-demo-card .product-copy,
.site-demo-card .product-copy {
    background: color-mix(in srgb, var(--home-surface) 94%, transparent);
}

.site-demo-card .product-copy {
    margin-left: auto;
}

.home-case {
    padding: 96px 0;
    background: #10211d;
    color: #f4fff9;
}

.case-route {
    display: grid;
    grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
    gap: 64px;
    align-items: center;
}

.case-route h2 {
    margin: 15px 0;
    font-family: Unbounded, Arial, sans-serif;
    font-size: 50px;
    line-height: 1.12;
}

.case-route p {
    max-width: 570px;
    margin: 0;
    color: #c8dcd3;
    font-size: 17px;
    line-height: 1.62;
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #416257;
    border-left: 1px solid #416257;
}

.route-grid article {
    min-height: 154px;
    padding: 20px;
    border-right: 1px solid #416257;
    border-bottom: 1px solid #416257;
}

.route-grid b {
    display: block;
    color: #8ce4c1;
    font-family: Unbounded, Arial, sans-serif;
    font-size: 14px;
}

.route-grid span {
    display: block;
    margin-top: 18px;
    color: #f0faf5;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.home-contact {
    scroll-margin-top: 92px;
    padding: 108px 0;
    border-bottom: 1px solid var(--home-line);
    background: var(--home-surface);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 68px;
    align-items: end;
}

.contact-copy h2 {
    margin: 14px 0 20px;
    color: var(--home-ink);
    font-family: Unbounded, Arial, sans-serif;
    font-size: 48px;
    line-height: 1.12;
}

.contact-copy > p:not(.home-eyebrow) {
    max-width: 590px;
    margin: 0;
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.62;
}

.contact-copy address {
    display: grid;
    gap: 7px;
    margin-top: 34px;
    font-style: normal;
}

.contact-copy address span,
.contact-action span {
    color: var(--home-green-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.contact-copy address strong {
    max-width: 520px;
    color: var(--home-ink);
    font-size: 18px;
    line-height: 1.45;
}

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

.contact-action,
.contact-map {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-page);
    color: var(--home-ink);
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.contact-action:hover,
.contact-map:hover {
    border-color: var(--home-green);
    background: var(--home-surface);
    transform: translateY(-3px);
}

.contact-action b {
    overflow: hidden;
    margin-top: 12px;
    color: var(--home-ink);
    font-family: Unbounded, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-action i,
.contact-map > i {
    margin-top: 28px;
    color: var(--home-green-strong);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.contact-map {
    grid-column: 1 / -1;
    min-height: 160px;
    flex-direction: row;
    align-items: center;
    gap: 17px;
    overflow: hidden;
    background: #e8f1ec;
}

.contact-map:after,
.contact-map:before {
    position: absolute;
    border: 1px solid #b9d2c5;
    content: "";
    opacity: .85;
}

.contact-map:before {
    right: -36px;
    bottom: -48px;
    width: 236px;
    height: 180px;
    border-radius: 50%;
}

.contact-map:after {
    top: 18px;
    right: 34px;
    width: 120px;
    height: 92px;
}

.map-pin {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 50%;
    background: var(--home-green);
}

.map-pin:before {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
}

.contact-map > div {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 5px;
}

.contact-map b {
    color: #10211d;
    font-family: Unbounded, Arial, sans-serif;
    font-size: 18px;
}

.contact-map small {
    color: #546b60;
    font-size: 13px;
    font-weight: 700;
}

.contact-map > i {
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
    color: #0d7151;
}

.home-refresh .lead-section {
    background: var(--home-orange);
}

body.home-refresh[data-theme="dark"] .lead-section {
    background: #a9491d;
}

.home-refresh .lead-form {
    box-shadow: 0 20px 40px rgba(71, 31, 11, .18);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes home-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes home-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes home-caret {
    50% { opacity: 0; }
}

@media (max-width: 1040px) {
    .neo-hero-grid,
    .flow-shell,
    .case-route {
        grid-template-columns: 1fr;
    }

    .neo-hero-grid {
        gap: 0;
        min-height: 0;
    }

    .neo-hero-stage {
        max-width: 760px;
        width: 100%;
        justify-self: end;
    }

    .home-section-heading,
    .product-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-experience.crm-demo-card,
    .product-experience.chat-demo-card,
    .product-experience.lava-demo-card,
    .product-experience.site-demo-card {
        grid-column: span 6;
    }

    .product-experience.crm-demo-card,
    .product-experience.chat-demo-card {
        min-height: 410px;
    }

    .crm-screen {
        width: 72%;
        right: -100px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 760px) {
    .home-refresh .mast-v4-inner {
        min-height: 64px;
    }

    .theme-toggle {
        margin-left: auto;
    }

    .home-refresh .nav-cta-v4 {
        margin-left: 0;
    }

    .neo-hero-copy {
        padding: 18px 0 20px;
    }

    .neo-hero h1 {
        font-size: 34px;
    }

    .neo-hero-copy > p:not(.home-eyebrow) {
        font-size: 16px;
        line-height: 1.5;
    }

    .home-refresh .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 20px;
        width: 100%;
    }

    .home-refresh .hero-actions .button {
        width: 100%;
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero-route {
        gap: 6px;
        margin-top: 16px;
    }

    .hero-route i {
        display: none;
    }

    .operation-board {
        grid-template-columns: 93px 1fr;
        min-height: 138px;
    }

    .neo-hero-stage {
        padding-top: 10px;
    }

    .operating-window {
        min-height: 170px;
    }

    .window-toolbar {
        height: 32px;
        padding: 0 12px;
    }

    .window-toolbar b {
        font-size: 9px;
    }

    .operation-nav {
        padding: 13px 8px;
    }

    .operation-nav span {
        padding: 4px 5px;
        font-size: 9px;
    }

    .operation-nav span:nth-child(n + 4) {
        display: none;
    }

    .operation-main {
        padding: 9px;
    }

    .operation-main h2 {
        font-size: 15px;
    }

    .operation-board-grid {
        gap: 6px;
        margin-top: 6px;
    }

    .operation-card {
        min-height: 64px;
        padding: 7px;
    }

    .operation-card small {
        font-size: 8px;
    }

    .operation-card strong {
        margin: 4px 0 6px;
        font-size: 10px;
        line-height: 1.2;
    }

    .operation-bars {
        gap: 3px;
    }

    .operation-bars i {
        height: 4px;
    }

    .operation-card.wide,
    .operation-float {
        display: none;
    }

    .home-section-heading h2,
    .product-heading h2,
    .flow-intro h2,
    .case-route h2,
    .lead-intro h2 {
        font-size: 32px;
    }

    .home-section {
        padding: 76px 0;
    }

    .service-bento {
        grid-auto-rows: auto;
        grid-template-columns: 1fr;
    }

    .bento-service,
    .bento-service.seo,
    .bento-service.ads,
    .bento-service.build,
    .bento-service.dev,
    .bento-service.crm,
    .bento-service.ai,
    .bento-service.support,
    .bento-service.study {
        grid-column: auto;
        grid-row: auto;
        min-height: 225px;
    }

    .bento-service h3,
    .bento-service.seo h3,
    .bento-service.ai h3 {
        font-size: 26px;
    }

    .flow-list,
    .route-grid {
        grid-template-columns: 1fr;
    }

    .product-bento {
        grid-template-columns: 1fr;
    }

    .product-experience.crm-demo-card,
    .product-experience.chat-demo-card,
    .product-experience.lava-demo-card,
    .product-experience.site-demo-card {
        grid-column: auto;
    }

    .product-experience,
    .product-experience.crm-demo-card,
    .product-experience.chat-demo-card {
        min-height: 440px;
    }

    .product-copy {
        flex-basis: 51%;
        padding: 23px;
    }

    .crm-screen {
        top: 20px;
        right: -120px;
        width: 82%;
        height: 60%;
    }

    .chat-stage {
        bottom: 183px;
    }

    .lava-demo-card,
    .site-demo-card {
        min-height: 360px;
    }

    .lava-demo-card .product-copy,
    .site-demo-card .product-copy {
        width: 88%;
    }

    .home-case {
        padding: 72px 0;
    }

    .home-contact {
        padding: 72px 0;
    }

    .contact-copy h2 {
        font-size: 32px;
    }

    .contact-actions {
        grid-template-columns: 1fr;
    }

    .contact-map {
        grid-column: auto;
        min-height: 150px;
    }

    .contact-action b {
        font-size: 15px;
    }

    .contact-map > i {
        position: absolute;
        right: 18px;
        bottom: 18px;
    }
}

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