:root {
    --navy: #12345b;
    --blue: #1675d1;
    --blue-dark: #075da9;
    --blue-light: #eaf6ff;
    --sky: #72c9f1;
    --yellow: #ffc51a;
    --orange: #ff5a1f;
    --green: #18a66a;
    --ink: #172536;
    --muted: #647386;
    --line: #dbe6ef;
    --white: #fff;
    --cream: #fffaf0;
    --shadow: 0 24px 60px rgba(20, 70, 110, .14);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.75;
    background: var(--white);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

button {
    font: inherit;
}

.section-inner {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

.section {
    padding: 112px 0;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.section-heading h2,
.service-grid h2,
.ai-grid h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.35;
    letter-spacing: -.035em;
}

.section-heading > p:last-child {
    margin: 18px 0 0;
    color: var(--muted);
}

.section-description {
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.problem-heading-wrap {
    max-width: none;
}

.problem-heading {
    white-space: nowrap;
}

.service-heading {
    font-size: clamp(32px, 3.2vw, 40px) !important;
}

.service-heading span {
    display: block;
    white-space: nowrap;
}

.screen-heading {
    white-space: nowrap;
}

.location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 32px;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    font-weight: 800;
    background: linear-gradient(135deg, var(--orange), #ff7a2f);
    box-shadow: 0 12px 26px rgba(255, 90, 31, .26);
    transition: transform .2s ease, box-shadow .2s ease;
}

.location-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 30px rgba(255, 90, 31, .33);
}

.location-button-small {
    min-height: 46px;
    padding: 0 22px;
    font-size: 14px;
}

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    border-bottom: 1px solid rgba(219, 230, 239, .8);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
}

.header-inner {
    display: flex;
    align-items: center;
    width: min(1240px, calc(100% - 40px));
    min-height: 76px;
    margin-inline: auto;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    color: var(--navy);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.brand img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 12px;
    object-fit: cover;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #41536a;
    font-size: 14px;
    font-weight: 700;
}

.desktop-nav a:hover {
    color: var(--blue);
}

.hero {
    position: relative;
    min-height: 820px;
    padding: 112px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 34%, rgba(114, 201, 241, .28), transparent 32%),
        linear-gradient(160deg, #f7fcff 0%, #fff 58%, #fffaf0 100%);
}

.hero::after {
    position: absolute;
    right: -7%;
    bottom: -150px;
    width: 54%;
    height: 280px;
    border-radius: 50% 50% 0 0;
    background: rgba(255, 197, 26, .12);
    content: "";
    transform: rotate(-7deg);
}

.hero-decoration {
    position: absolute;
    border: 1px solid rgba(22, 117, 209, .12);
    border-radius: 50%;
}

.hero-decoration-one {
    top: 120px;
    right: 3%;
    width: 520px;
    height: 520px;
}

.hero-decoration-two {
    top: 180px;
    right: 8%;
    width: 390px;
    height: 390px;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 68px;
}

.hero-copy .eyebrow {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--blue-light);
    letter-spacing: .04em;
    text-transform: none;
}

.hero-benefit {
    margin: 22px 0 8px;
    color: var(--orange);
    font-size: clamp(18px, 2.2vw, 25px);
    font-weight: 900;
    letter-spacing: .02em;
}

.hero h1 {
    margin: 0 0 24px;
    color: var(--navy);
    font-size: clamp(48px, 5.6vw, 72px);
    line-height: 1.15;
    letter-spacing: -.055em;
}

.hero h1 span {
    display: block;
    color: var(--blue);
}

.hero h1 small {
    display: block;
    margin-top: 10px;
    color: var(--navy);
    font-size: clamp(16px, 1.8vw, 23px);
    font-weight: 800;
    letter-spacing: .02em;
}

.hero-lead {
    max-width: 650px;
    margin: 0;
    color: #41536a;
    font-size: 18px;
    line-height: 2;
}

.hero-lead strong {
    color: var(--navy);
    font-size: 21px;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.hero-badges span {
    position: relative;
    padding: 8px 16px 8px 34px;
    border: 1px solid #c8e4f5;
    border-radius: 999px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    background: var(--white);
}

.hero-badges span::before {
    position: absolute;
    left: 13px;
    color: var(--green);
    content: "✓";
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.text-link {
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 800;
}

.text-link span {
    display: inline-block;
    margin-left: 6px;
    transition: transform .2s ease;
}

.text-link:hover span {
    transform: translateX(4px);
}

.hero-note {
    margin: 16px 0 0;
    color: #8190a1;
    font-size: 11px;
}

.hero-visual {
    position: relative;
    min-height: 520px;
}

.map-card {
    position: absolute;
    inset: 30px 10px 18px 25px;
    overflow: hidden;
    border: 10px solid var(--white);
    border-radius: 40px;
    background: #e8f5eb;
    box-shadow: var(--shadow);
    transform: rotate(2deg);
}

.map-grid {
    position: absolute;
    inset: 0;
    opacity: .45;
    background-image:
        linear-gradient(rgba(63, 135, 89, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(63, 135, 89, .16) 1px, transparent 1px);
    background-size: 48px 48px;
}

.road {
    position: absolute;
    height: 35px;
    border: 3px solid white;
    background: #c7d8d1;
}

.road-one {
    top: 48%;
    left: -10%;
    width: 125%;
    transform: rotate(-13deg);
}

.road-two {
    top: -5%;
    left: 40%;
    width: 34px;
    height: 115%;
    transform: rotate(20deg);
}

.road-three {
    top: 60%;
    left: 7%;
    width: 95%;
    transform: rotate(20deg);
}

.bus-pin {
    position: absolute;
    top: 43%;
    left: 49%;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 7px solid white;
    border-radius: 50% 50% 50% 8px;
    color: white;
    background: var(--orange);
    box-shadow: 0 10px 25px rgba(255, 90, 31, .35);
    transform: rotate(-45deg);
}

.bus-icon {
    font-size: 11px;
    font-weight: 900;
    transform: rotate(45deg);
}

.location-label {
    position: absolute;
    top: 61%;
    left: 40%;
    display: flex;
    flex-direction: column;
    padding: 10px 18px;
    border-radius: 14px;
    color: var(--navy);
    font-size: 12px;
    background: white;
    box-shadow: 0 8px 20px rgba(25, 74, 105, .18);
}

.location-label span {
    color: var(--muted);
    font-size: 10px;
}

.phone {
    position: relative;
    width: 220px;
    height: 438px;
    overflow: hidden;
    border: 8px solid #183653;
    border-radius: 34px;
    background: #e8edf2;
    box-shadow: 0 28px 55px rgba(18, 52, 91, .25);
}

.phone-hero {
    position: absolute;
    right: -16px;
    bottom: -12px;
    z-index: 4;
    width: 198px;
    height: 400px;
    transform: rotate(5deg);
}

.phone-speaker {
    position: absolute;
    z-index: 4;
    top: 8px;
    left: 50%;
    width: 54px;
    height: 5px;
    border-radius: 999px;
    background: #183653;
    transform: translateX(-50%);
}

.line-header {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 18px 10px 7px;
    gap: 7px;
    color: #1f2d3d;
    background: #f7f8f9;
}

.line-header div {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.line-header strong {
    font-size: 10px;
}

.line-header small {
    color: #7b8895;
    font-size: 7px;
}

.line-back {
    font-size: 22px;
}

.line-avatar {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    font-weight: 800;
    background: var(--blue);
}

.chat-area {
    position: relative;
    height: calc(100% - 64px);
    padding: 18px 10px;
    overflow: hidden;
    background: #8ca5b8;
}

.chat-time {
    margin-bottom: 14px;
    color: white;
    font-size: 7px;
    text-align: center;
}

.chat-message {
    width: fit-content;
    max-width: 84%;
    margin-bottom: 12px;
    padding: 9px 10px;
    border-radius: 12px;
    font-size: 8px;
    line-height: 1.45;
}

.chat-message strong,
.chat-message span {
    display: block;
}

.chat-user {
    margin-left: auto;
    color: #17323f;
    background: #8ee776;
}

.chat-service {
    background: white;
}

.chat-service button {
    width: 100%;
    margin: 5px 0 0;
    padding: 5px;
    border: 1px solid #dce4e9;
    border-radius: 6px;
    color: var(--blue-dark);
    font-size: 7px;
    background: white;
}

.mini-map {
    position: relative;
    width: 122px;
    height: 72px;
    margin-top: 7px;
    overflow: hidden;
    border-radius: 6px;
    background:
        linear-gradient(28deg, transparent 46%, white 47% 53%, transparent 54%),
        linear-gradient(100deg, #d3ead6 48%, #b8d9f0 49%);
}

.mini-map span {
    position: absolute;
    top: 29px;
    left: 58px;
    color: var(--orange);
}

.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    min-width: 195px;
    padding: 14px 16px;
    border: 1px solid rgba(219, 230, 239, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 15px 35px rgba(18, 52, 91, .16);
}

.floating-card-top {
    top: 36px;
    left: -5px;
}

.floating-card-bottom {
    bottom: 12px;
    left: -20px;
}

.floating-card div {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    line-height: 1.4;
}

.floating-card strong {
    color: var(--navy);
    font-size: 13px;
}

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

.floating-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: white;
    font-weight: 900;
    background: var(--green);
}

.floating-icon.orange {
    background: var(--orange);
}

.trust-strip {
    position: relative;
    z-index: 3;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: white;
}

.trust-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 116px;
}

.trust-items div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 16px;
}

.trust-items div + div {
    border-left: 1px solid var(--line);
}

.trust-items strong {
    color: var(--blue);
    font-size: 18px;
    white-space: nowrap;
}

.trust-items span {
    color: var(--muted);
    font-size: 13px;
}

.problem-section {
    background: #f8fbfd;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.problem-card {
    position: relative;
    padding: 28px 28px 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: 0 15px 35px rgba(25, 73, 107, .07);
}

.problem-card h3 {
    margin: 22px 0 12px;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.55;
}

.problem-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.problem-number {
    position: absolute;
    top: 24px;
    left: 25px;
    color: #c7d7e5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
}

.illustration {
    position: relative;
    height: 170px;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 85% 12%, rgba(255, 197, 26, .22), transparent 24%),
        linear-gradient(145deg, #eef8ff, #e4f3fb);
}

.problem-illustration {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.solution-lead {
    margin-top: 50px;
    text-align: center;
}

.solution-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    background: var(--blue);
}

.solution-lead p {
    margin: 0;
    color: var(--navy);
    font-size: 28px;
    font-weight: 700;
}

.solution-lead strong {
    color: var(--blue);
}

.service-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.check-list,
.plain-list {
    padding: 0;
    list-style: none;
}

.check-list {
    margin: 30px 0 0;
}

.check-list li {
    margin: 14px 0;
    color: #3d4f64;
    font-weight: 700;
}

.check-list span {
    display: inline-grid;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--green);
}

.service-diagram {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
}

.diagram-center,
.diagram-item {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
}

.diagram-center {
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    color: white;
    background: linear-gradient(145deg, var(--blue), var(--blue-dark));
    box-shadow: 0 28px 55px rgba(22, 117, 209, .25);
    transform: translate(-50%, -50%);
}

.diagram-center img {
    width: 66px;
    height: 66px;
    margin-bottom: 8px;
    border: 4px solid white;
    border-radius: 18px;
    object-fit: cover;
}

.diagram-center strong {
    font-size: 20px;
}

.diagram-center span {
    opacity: .8;
    font-size: 12px;
}

.diagram-item {
    transform: translate(-50%, -50%);
    width: 132px;
    height: 78px;
    border: 1px solid var(--line);
    border-radius: 22px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    background: white;
    box-shadow: 0 15px 34px rgba(25, 73, 107, .10);
}

.diagram-item::before {
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: var(--blue);
    content: "";
    box-shadow: 0 0 0 7px rgba(22, 117, 209, .10);
}

.diagram-item span {
    line-height: 1.3;
}

.diagram-item-one { top: 18%; left: 18%; }
.diagram-item-two { top: 18%; left: 82%; }
.diagram-item-three { top: 82%; left: 18%; }
.diagram-item-four { top: 82%; left: 82%; }

.diagram-connectors {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.diagram-connectors line {
    stroke: #bdd4e6;
    stroke-width: .45;
    stroke-linecap: round;
}

.before-after-section {
    background: var(--navy);
}

.before-after-section .section-heading h2 {
    color: white;
}

.before-after-section .eyebrow {
    color: var(--sky);
}

.before-after-grid {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    gap: 26px;
}

.comparison-card {
    position: relative;
    min-height: 490px;
    padding: 40px;
    border-radius: var(--radius);
}

.before-card {
    color: #37465a;
    background: #eef1f4;
}

.after-card {
    color: var(--navy);
    background: white;
    box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
}

.comparison-label {
    display: inline-flex;
    padding: 6px 16px;
    border-radius: 999px;
    color: white;
    font-size: 13px;
    font-weight: 900;
    background: #7f8b98;
}

.after-card .comparison-label {
    background: var(--blue);
}

.comparison-card h3 {
    margin: 20px 0 30px;
    font-size: 26px;
}

.comparison-card > p {
    margin: 30px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.chaos-cloud {
    position: relative;
    height: 260px;
}

.chaos-cloud span {
    position: absolute;
    display: grid;
    width: 128px;
    height: 95px;
    place-items: center;
    border-radius: 48%;
    color: #5e6874;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    background: white;
    box-shadow: 0 10px 25px rgba(52, 67, 83, .08);
}

.chaos-cloud span:nth-child(1) { top: 0; left: 0; transform: rotate(-7deg); }
.chaos-cloud span:nth-child(2) { top: 4px; right: 0; transform: rotate(8deg); }
.chaos-cloud span:nth-child(3) { bottom: 0; left: 22px; transform: rotate(5deg); }
.chaos-cloud span:nth-child(4) { right: 14px; bottom: 2px; transform: rotate(-6deg); }

.chaos-center {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    height: 132px;
    border: 8px solid #eef1f4;
    border-radius: 34px;
    color: white;
    text-align: center;
    background: linear-gradient(145deg, #ff8b45, #e8532e);
    box-shadow: 0 18px 38px rgba(232, 83, 46, .30);
    transform: translate(-50%, -50%);
}

.chaos-center::after {
    position: absolute;
    inset: -15px;
    z-index: -1;
    border: 1px solid rgba(232, 83, 46, .25);
    border-radius: 44px;
    content: "";
}

.chaos-center b {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
    place-items: center;
    border-radius: 50%;
    color: #e8532e;
    font-size: 24px;
    line-height: 1;
    background: white;
}

.chaos-center small {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.55;
}

.dashboard-mini {
    padding: 20px;
    border: 1px solid #cbdceb;
    border-radius: 18px;
    background: #f8fbfd;
}

.dashboard-top {
    display: flex;
    margin-bottom: 15px;
    gap: 8px;
}

.dashboard-top span {
    width: 74px;
    height: 20px;
    border-radius: 999px;
    background: #dbe9f3;
}

.dashboard-top span:first-child {
    background: var(--blue);
}

.dashboard-row {
    display: grid;
    grid-template-columns: 1fr 90px;
    align-items: center;
    min-height: 58px;
    padding: 0 14px;
    border-top: 1px solid #e5edf3;
    font-size: 13px;
}

.tag {
    display: inline-flex;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.tag.green { color: #08764a; background: #d9f6e9; }
.tag.yellow { color: #8e6100; background: #fff0bd; }
.tag.blue { color: #075da9; background: #ddecfa; }
.tag.gray { color: #687582; background: #e9edf0; }

.comparison-arrow {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    color: var(--navy);
    font-size: 28px;
    font-weight: 900;
    background: var(--yellow);
}

.features-section {
    background: #f8fbfd;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.feature-card {
    position: relative;
    grid-column: span 2;
    min-height: 300px;
    padding: 36px 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: white;
    transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(25, 73, 107, .10);
}

.feature-card-large {
    grid-column: span 4;
    padding-right: 38%;
    background: linear-gradient(135deg, #eef8ff, white);
}

.feature-card-large::after {
    position: absolute;
    right: 40px;
    bottom: -30px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(22, 117, 209, .12);
    border-radius: 50%;
    content: "";
}

.feature-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 18px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .03em;
    background: #eef8ff;
}

.feature-card:nth-child(3),
.feature-card:nth-child(4) {
    grid-column: span 3;
}

.feature-card h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 20px;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.screens-section {
    overflow: hidden;
}

.screen-showcase {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    min-height: 620px;
    padding: 64px;
    border-radius: 40px;
    background: var(--blue-light);
}

.staff-showcase {
    grid-template-columns: 1.35fr .65fr;
    margin-top: 38px;
    background: #f2f5f8;
}

.showcase-copy {
    padding: 20px;
}

.persona-label {
    display: inline-flex;
    padding: 6px 16px;
    border-radius: 999px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    background: white;
}

.showcase-copy h3 {
    margin: 20px 0;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.45;
}

.showcase-heading span {
    display: block;
    white-space: nowrap;
}

.showcase-copy > p {
    color: var(--muted);
}

.plain-list {
    margin: 28px 0 0;
}

.plain-list li {
    position: relative;
    margin: 12px 0;
    padding-left: 26px;
    color: #40536a;
    font-weight: 700;
}

.plain-list li::before {
    position: absolute;
    left: 0;
    color: var(--green);
    content: "✓";
}

.parent-phones {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    gap: 22px;
}

.parent-phones .phone {
    width: 230px;
    height: 470px;
}

.phone-secondary {
    transform: translateY(36px);
}

.rich-menu {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 48px;
    background: white;
}

.rich-menu span {
    display: grid;
    place-items: center;
    border: 1px solid #e4e9ed;
    color: var(--blue-dark);
    font-size: 8px;
    font-weight: 800;
}

.admin-window {
    overflow: hidden;
    border: 8px solid white;
    border-radius: 22px;
    background: white;
    box-shadow: 0 28px 65px rgba(32, 55, 78, .18);
}

.staff-screen-composition {
    position: relative;
    padding: 35px 65px 45px 0;
}

.staff-app-phone {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    width: 178px;
    height: 350px;
    overflow: hidden;
    border: 7px solid #183653;
    border-radius: 29px;
    background: #f5f8fa;
    box-shadow: 0 22px 45px rgba(18, 52, 91, .28);
    transform: rotate(2deg);
}

.staff-app-speaker {
    position: absolute;
    z-index: 5;
    top: 7px;
    left: 50%;
    width: 43px;
    height: 4px;
    border-radius: 999px;
    background: #183653;
    transform: translateX(-50%);
}

.staff-app-header {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 20px 11px 8px;
    color: white;
    gap: 8px;
    background: var(--blue);
}

.staff-app-header img {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 8px;
}

.staff-app-header div,
.staff-app-status div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.staff-app-header strong,
.staff-app-status strong {
    font-size: 9px;
}

.staff-app-header small,
.staff-app-status small {
    font-size: 6px;
    opacity: .75;
}

.staff-app-status {
    display: flex;
    align-items: center;
    margin: 10px;
    padding: 9px;
    border-radius: 10px;
    color: #08764a;
    gap: 8px;
    background: #d9f6e9;
}

.gps-dot {
    width: 10px;
    height: 10px;
    border: 3px solid #b8ecd4;
    border-radius: 50%;
    background: var(--green);
}

.staff-app-list {
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid #dce5ec;
    border-radius: 10px;
    background: white;
}

.staff-app-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    padding: 0 8px;
    border-top: 1px solid #e8eef3;
    font-size: 7px;
}

.staff-app-list > div:first-child {
    border-top: 0;
}

.staff-app-list span {
    display: flex;
    align-items: center;
    color: var(--navy);
    font-weight: 800;
}

.staff-app-list b {
    display: grid;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    font-size: 6px;
    background: var(--blue-light);
}

.app-tag,
.staff-app-list button {
    padding: 5px 7px;
    border: 0;
    border-radius: 999px;
    font-size: 6px;
    font-style: normal;
    font-weight: 800;
}

.app-tag.boarded {
    color: #08764a;
    background: #d9f6e9;
}

.app-tag.absent {
    color: #8e6100;
    background: #fff0bd;
}

.staff-app-list button {
    color: white;
    background: var(--blue);
}

.staff-app-footer {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 45px;
    border-top: 1px solid #dce5ec;
    color: var(--blue-dark);
    font-size: 7px;
    font-weight: 800;
    background: white;
}

.staff-app-footer span {
    display: grid;
    place-items: center;
}

.staff-app-footer span + span {
    border-left: 1px solid #dce5ec;
    color: #b65332;
}

.browser-bar {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 13px;
    gap: 6px;
    color: #82909d;
    font-size: 8px;
    background: #e9edf1;
}

.browser-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b6c0c9;
}

.browser-bar span {
    margin-left: 10px;
}

.admin-layout {
    display: grid;
    grid-template-columns: 135px 1fr;
    min-height: 400px;
}

.admin-layout aside {
    padding: 18px 12px;
    color: #b9c8d6;
    background: var(--navy);
}

.admin-brand {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    color: white;
    font-size: 10px;
    font-weight: 800;
}

.admin-brand img {
    width: 26px;
    height: 26px;
    margin-right: 7px;
    border-radius: 7px;
}

.admin-layout aside > span {
    display: block;
    margin: 8px 0;
    padding: 8px;
    border-radius: 7px;
    font-size: 8px;
}

.admin-layout aside > span.active {
    color: white;
    background: rgba(255, 255, 255, .15);
}

.admin-content {
    padding: 24px;
    background: #f5f8fa;
}

.admin-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-heading div {
    display: flex;
    flex-direction: column;
}

.admin-heading small {
    color: var(--muted);
    font-size: 7px;
}

.admin-heading strong {
    color: var(--navy);
    font-size: 18px;
}

.admin-heading button,
.table-row button {
    border: 0;
    border-radius: 6px;
    color: white;
    font-size: 7px;
    background: var(--blue);
}

.admin-heading button {
    padding: 7px 13px;
}

.admin-filters {
    display: flex;
    align-items: center;
    margin: 20px 0 13px;
    gap: 7px;
    font-size: 8px;
}

.admin-filters span {
    padding: 6px 14px;
    border-radius: 999px;
    background: white;
}

.admin-filters span.selected {
    color: white;
    background: var(--blue);
}

.admin-filters b {
    margin-left: auto;
}

.admin-table {
    overflow: hidden;
    border: 1px solid #dce5ec;
    border-radius: 10px;
    background: white;
}

.table-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr .8fr .6fr;
    align-items: center;
    min-height: 54px;
    padding: 0 12px;
    border-top: 1px solid #e9eff3;
    font-size: 8px;
}

.table-head {
    min-height: 34px;
    border-top: 0;
    color: #72808d;
    background: #eef3f6;
}

.table-row button {
    padding: 5px 10px;
}

.effects-section {
    color: white;
    background: linear-gradient(145deg, var(--blue-dark), var(--blue));
}

.effects-section .section-heading h2,
.effects-section .eyebrow {
    color: white;
}

.effects-section .eyebrow {
    opacity: .72;
}

.effects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.effects-grid article {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(255, 255, 255, .10);
}

.effects-grid article > span {
    position: absolute;
    top: 24px;
    right: 26px;
    opacity: .35;
    font-size: 13px;
    font-weight: 900;
}

.effect-icon {
    display: grid;
    width: 65px;
    height: 65px;
    place-items: center;
    border-radius: 20px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 900;
    background: var(--yellow);
}

.effect-icon svg {
    width: 36px;
    height: 36px;
    overflow: visible;
}

.effect-icon path,
.effect-icon circle,
.effect-icon rect {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.effect-icon-text {
    font-size: 22px;
    line-height: 1;
}

.effects-grid h3 {
    margin: 25px 0 10px;
    font-size: 21px;
}

.effects-grid p {
    margin: 0;
    opacity: .8;
    font-size: 14px;
}

.voice-section {
    background: var(--cream);
}

.case-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    margin: -22px auto 30px;
    padding: 15px 22px;
    border: 1px solid #f0dfbc;
    border-radius: 999px;
    gap: 16px;
    color: #5f5138;
    background: rgba(255, 255, 255, .8);
}

.case-summary span {
    color: #9a7b32;
    font-size: 12px;
    font-weight: 900;
}

.case-summary strong {
    color: var(--navy);
}

.case-summary small {
    color: var(--muted);
}

.voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.voice-card {
    display: block;
    min-height: 300px;
    padding: 32px 28px;
    border: 1px solid #f0dfbc;
    border-radius: 26px;
    background: white;
    box-shadow: 0 20px 50px rgba(120, 87, 25, .08);
}

.facility-photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
    gap: 20px;
}

.facility-photo-card {
    position: relative;
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid #f0dfbc;
    border-radius: 22px;
    color: #927637;
    background: #fff8e7;
    box-shadow: 0 14px 32px rgba(120, 87, 25, .06);
}

.facility-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.facility-photo-card figcaption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 11px;
    border-radius: 999px;
    color: white;
    font-size: 11px;
    font-weight: 900;
    background: rgba(11, 34, 61, .72);
    backdrop-filter: blur(4px);
}

.voice-content {
    position: relative;
}

.quote-mark {
    position: absolute;
    top: -58px;
    right: 0;
    left: auto;
    color: #d6eafd;
    font-family: Georgia, serif;
    font-size: 76px;
    line-height: 1;
}

.voice-content h3 {
    position: relative;
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.6;
}

.voice-content p {
    color: var(--muted);
}

.voice-content strong {
    color: #40536a;
    font-size: 14px;
}

.voice-role {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 999px;
    color: #7f652c;
    font-size: 11px;
    font-weight: 900;
    background: #fff4cf;
}

.case-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
    text-align: center;
}

.case-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 999px;
    gap: 12px;
    color: white;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    box-shadow: 0 16px 30px rgba(22, 117, 209, .18);
}

.case-link span {
    padding: 3px 10px;
    border-radius: 999px;
    color: var(--navy);
    font-size: 11px;
    background: var(--yellow);
}

.case-link-disabled {
    cursor: default;
}

.case-link-wrap p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.price-section {
    background: #f8fbfd;
}

.price-card {
    display: grid;
    grid-template-columns: .8fr 1.5fr 1fr;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: white;
    box-shadow: var(--shadow);
}

.price-card > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 245px;
    padding: 35px;
}

.price-zero {
    align-items: center;
    color: white;
    background: var(--navy);
}

.price-zero > span,
.price-label,
.price-additional > span {
    font-size: 14px;
    font-weight: 800;
}

.price-zero strong {
    margin: 5px 0;
    font-size: 72px;
    line-height: 1;
}

.price-zero small {
    font-size: 20px;
}

.price-zero p {
    margin: 6px 0 0;
    opacity: .72;
    font-size: 11px;
}

.price-main {
    border-right: 1px solid var(--line);
}

.price-main > p {
    margin: 5px 0;
    color: var(--navy);
}

.price-main p strong {
    font-size: 48px;
    letter-spacing: -.05em;
}

.price-main p span {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 700;
}

.price-main small {
    color: var(--muted);
}

.price-additional p {
    margin: 8px 0 0;
    color: var(--navy);
    font-size: 13px;
}

.price-additional strong {
    font-size: 24px;
}

.price-note {
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.price-cta {
    margin-top: 28px;
    text-align: center;
}

.ai-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 90px;
}

.ai-visual {
    position: relative;
    min-height: 430px;
}

.ai-core,
.ai-node {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.ai-core {
    top: 50%;
    left: 50%;
    width: 155px;
    height: 155px;
    color: white;
    font-size: 46px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--blue), #64c4f1);
    box-shadow: 0 25px 55px rgba(22, 117, 209, .26);
    transform: translate(-50%, -50%);
}

.ai-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed #a8cce8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit-one { width: 290px; height: 290px; }
.orbit-two { width: 390px; height: 390px; }

.ai-node {
    width: 75px;
    height: 75px;
    border: 1px solid var(--line);
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    background: white;
    box-shadow: 0 12px 30px rgba(25, 73, 107, .12);
}

.node-one { top: 26px; left: 50%; transform: translateX(-50%); }
.node-two { top: 52%; right: 8px; }
.node-three { bottom: 18px; left: 45px; }

.ai-points {
    display: grid;
    margin-top: 30px;
    gap: 10px;
}

.ai-points span {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    color: #40536a;
    font-size: 14px;
    font-weight: 700;
    background: #f4f8fb;
}

.ai-points b {
    margin-right: 14px;
    color: var(--blue);
    font-size: 11px;
}

.ai-note {
    color: #8a97a4;
    font-size: 11px;
}

.flow-section {
    background: #f8fbfd;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.flow-grid article {
    position: relative;
    min-height: 270px;
    padding: 30px 25px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
}

.flow-grid article:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 3;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    background: var(--blue);
    content: "›";
    transform: translateY(-50%);
}

.flow-grid article > span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.flow-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 22px 0;
    place-items: center;
    border-radius: 18px;
    color: var(--navy);
    background: var(--blue-light);
}

.flow-icon svg {
    width: 34px;
    height: 34px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.flow-icon .flow-icon-fill {
    fill: currentColor;
    stroke: none;
}

.flow-grid h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 19px;
}

.flow-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.faq-inner {
    max-width: 900px;
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    display: flex;
    align-items: center;
    padding: 24px 10px;
    color: var(--navy);
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    margin-left: auto;
    color: var(--blue);
    font-size: 24px;
    content: "+";
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list summary span,
.faq-list details > div > span {
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin-right: 16px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--blue);
}

.faq-list details > div {
    display: flex;
    padding: 0 10px 26px;
}

.faq-list details > div > span {
    color: var(--navy);
    background: var(--yellow);
}

.faq-list details p {
    margin: 5px 0 0;
    color: var(--muted);
}

.contact-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: white;
    background: linear-gradient(140deg, var(--blue-dark), var(--blue));
}

.contact-decoration {
    position: absolute;
    top: -180px;
    right: -100px;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.contact-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-inner > img {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    border: 5px solid white;
    border-radius: 22px;
    object-fit: cover;
}

.contact-inner .eyebrow {
    color: white;
    opacity: .75;
}

.contact-inner h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: -.04em;
}

.contact-inner > p {
    margin: 20px 0 30px;
    opacity: .82;
}

.button-white {
    color: var(--blue-dark);
    background: white;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.contact-inner > small {
    display: block;
    margin-top: 15px;
    opacity: .62;
}

.legal-notice-section {
    padding: 20px 0;
    border-top: 1px solid var(--line);
    background: #f8fbfd;
}

.legal-notice-inner {
    display: flex;
    justify-content: center;
}

.legal-notice-inner a {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.legal-notice-inner a:hover {
    color: var(--blue);
    text-decoration: underline;
}

.lp-legacy-footer {
    padding: 42px 0;
    color: #8592a0;
    background: #0b223d;
}

.lp-legacy-footer-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
}

.lp-legacy-footer-brand {
    display: flex;
    align-items: center;
}

.lp-legacy-footer-brand img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    border-radius: 13px;
}

.lp-legacy-footer-brand div {
    display: flex;
    flex-direction: column;
}

.lp-legacy-footer-brand strong {
    color: white;
}

.lp-legacy-footer-brand span {
    font-size: 10px;
}

.lp-legacy-footer-inner nav {
    display: flex;
    gap: 20px;
    font-size: 11px;
}

.lp-legacy-footer-inner nav a:hover {
    color: white;
}

.lp-legacy-footer-inner > p {
    grid-column: 1 / -1;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    font-size: 10px;
}

.mobile-fixed-cta {
    display: none;
}

@media (max-width: 980px) {
    .desktop-nav {
        display: none;
    }

    .hero {
        padding-top: 138px;
    }

    .hero-grid,
    .service-grid,
    .ai-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 25px;
    }

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

    .hero-lead {
        margin-inline: auto;
    }

    .hero-badges,
    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        width: min(630px, 100%);
        margin-inline: auto;
    }

    .service-grid,
    .ai-grid {
        gap: 45px;
    }

    .service-diagram {
        width: min(600px, 100%);
        margin-inline: auto;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card {
        grid-column: auto;
    }

    .feature-card-large {
        grid-column: span 2;
    }

    .screen-showcase,
    .staff-showcase {
        grid-template-columns: 1fr;
    }

    .showcase-copy {
        text-align: center;
    }

    .plain-list {
        display: inline-block;
        text-align: left;
    }

    .staff-showcase .admin-window {
        order: 2;
    }

    .staff-screen-composition {
        order: 2;
    }

    .price-card {
        grid-template-columns: 1fr 1.5fr;
    }

    .price-additional {
        grid-column: 1 / -1;
        min-height: auto !important;
        align-items: center;
        border-top: 1px solid var(--line);
    }

    .flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .flow-grid article:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 720px) {
    .section-inner {
        width: min(100% - 32px, 1160px);
    }

    .section {
        padding: 78px 0;
    }

    .site-header .location-button {
        display: none;
    }

    .header-inner {
        min-height: 66px;
    }

    .brand {
        font-size: 19px;
    }

    .brand img {
        width: 39px;
        height: 39px;
    }

    .hero {
        min-height: 0;
        padding: 118px 0 74px;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero h1 small {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-benefit {
        font-size: 18px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-lead strong {
        font-size: 18px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 16px;
    }

    .hero-visual {
        min-height: 445px;
        margin-top: 25px;
    }

    .map-card {
        inset: 20px 10px 50px;
    }

    .phone-hero {
        right: 0;
        width: 158px;
        height: 328px;
    }

    .floating-card {
        min-width: 160px;
        padding: 10px;
    }

    .floating-card-top {
        left: 0;
    }

    .floating-card-bottom {
        left: 10px;
    }

    .trust-items,
    .problem-grid,
    .features-grid,
    .effects-grid,
    .flow-grid {
        grid-template-columns: 1fr;
    }

    .trust-items div {
        justify-content: flex-start;
    }

    .trust-items div + div {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2,
    .service-grid h2,
    .ai-grid h2 {
        font-size: 31px;
    }

    .problem-heading,
    .service-heading span,
    .screen-heading {
        white-space: normal;
    }

    .solution-lead p {
        font-size: 21px;
    }

    .service-diagram {
        width: 100%;
        min-height: 0;
        transform: none;
    }

    .diagram-center {
        width: 190px;
        height: 190px;
    }

    .diagram-item {
        width: 104px;
        height: 62px;
        font-size: 11px;
        border-radius: 18px;
    }

    .before-after-grid {
        grid-template-columns: 1fr;
    }

    .comparison-arrow {
        margin-inline: auto;
        transform: rotate(90deg);
    }

    .comparison-card {
        min-height: 460px;
        padding: 30px 22px;
    }

    .feature-card-large {
        grid-column: auto;
        padding-right: 30px;
    }

    .feature-card:nth-child(3),
    .feature-card:nth-child(4) {
        grid-column: auto;
    }

    .feature-card-large::after {
        display: none;
    }

    .screen-showcase {
        min-height: 0;
        padding: 40px 16px;
        border-radius: 28px;
    }

    .showcase-copy h3 {
        font-size: 27px;
    }

    .showcase-heading span {
        white-space: normal;
    }

    .parent-phones {
        width: 100%;
        min-height: 350px;
        margin: 12px 0 0;
        gap: 10px;
        transform: none;
    }

    .parent-phones .phone {
        flex: 0 1 calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        max-width: 165px;
        height: 330px;
        border-width: 6px;
        border-radius: 27px;
    }

    .parent-phones .phone-secondary {
        transform: translateY(20px);
    }

    .parent-phones .mini-map {
        width: 100%;
        max-width: 122px;
    }

    .admin-layout {
        grid-template-columns: 82px 1fr;
    }

    .staff-screen-composition {
        padding: 20px 24px 170px 0;
    }

    .staff-app-phone {
        right: 0;
        width: 155px;
        height: 310px;
        transform: scale(.88);
        transform-origin: right bottom;
    }

    .admin-content {
        padding: 12px;
    }

    .admin-layout aside {
        padding: 12px 7px;
    }

    .admin-brand {
        font-size: 0;
    }

    .table-row {
        grid-template-columns: 1.3fr .9fr .8fr;
    }

    .table-row span:nth-child(2) {
        display: none;
    }

    .case-summary {
        align-items: center;
        flex-direction: column;
        margin-top: -10px;
        border-radius: 22px;
        gap: 3px;
    }

    .voice-grid {
        grid-template-columns: 1fr;
    }

    .facility-photo-gallery {
        grid-template-columns: 1fr;
    }

    .voice-card {
        min-height: 0;
        padding: 30px 24px;
        text-align: left;
    }

    .facility-photo-card {
        max-height: 320px;
    }

    .quote-mark {
        display: none;
    }

    .price-card {
        grid-template-columns: 1fr;
    }

    .price-main,
    .price-additional {
        grid-column: auto;
        min-height: 190px !important;
        border-top: 1px solid var(--line);
        border-right: 0;
        text-align: center;
    }

    .price-main p strong {
        font-size: 39px;
    }

    .ai-visual {
        min-height: 370px;
        transform: scale(.86);
    }

    .flow-grid article:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -15px;
        transform: translateX(50%) rotate(90deg);
    }

    .faq-list summary {
        font-size: 15px;
    }

    .faq-list summary span,
    .faq-list details > div > span {
        width: 32px;
        height: 32px;
        margin-right: 11px;
    }

    .contact-section {
        padding: 80px 0 100px;
    }

    .lp-legacy-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lp-legacy-footer-brand {
        justify-content: center;
    }

    .lp-legacy-footer-inner nav {
        align-items: center;
        flex-direction: column;
        gap: 9px;
    }

    .mobile-fixed-cta {
        position: fixed;
        z-index: 90;
        right: 14px;
        bottom: 14px;
        left: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        border: 3px solid white;
        border-radius: 999px;
        color: white;
        font-weight: 800;
        background: linear-gradient(135deg, var(--orange), #ff7a2f);
        box-shadow: 0 12px 28px rgba(18, 52, 91, .28);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
    }
}

@media print {
    @page {
        size: A4 portrait;
        margin: 8mm;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    html {
        scroll-behavior: auto;
        background: white !important;
    }

    body {
        width: 1160px;
        margin: 0 auto;
        zoom: .5;
        background: white !important;
    }

    .section-inner {
        width: min(1160px, calc(100% - 48px));
    }

    .site-header {
        position: static;
        background: white !important;
        backdrop-filter: none;
    }

    .hero {
        background:
            radial-gradient(circle at 75% 34%, rgba(114, 201, 241, .28), transparent 32%),
            linear-gradient(160deg, #f7fcff 0%, #fff 58%, #fffaf0 100%) !important;
    }

    .problem-section,
    .features-section,
    .price-section,
    .flow-section {
        background: #f8fbfd !important;
    }

    .before-after-section {
        background: var(--navy) !important;
    }

    .effects-section {
        background: linear-gradient(145deg, var(--blue-dark), var(--blue)) !important;
    }

    .voice-section {
        background: var(--cream) !important;
    }

    .contact-section {
        background: linear-gradient(140deg, var(--blue-dark), var(--blue)) !important;
    }

    .lp-legacy-footer {
        background: #0b223d !important;
    }

    .desktop-nav,
    .site-header .location-button,
    .mobile-fixed-cta {
        display: none !important;
    }

    .hero-actions,
    .price-cta {
        display: flex !important;
    }

    .hero-actions {
        justify-content: flex-start;
    }

    .hero {
        min-height: 0;
        padding: 32px 0 36px;
    }

    .hero-grid {
        grid-template-columns: 1.02fr .98fr;
        gap: 68px;
    }

    .hero-copy {
        text-align: left;
    }

    .hero h1 {
        font-size: 62px;
    }

    .hero h1 small {
        font-size: 20px;
    }

    .hero-benefit {
        font-size: 22px;
    }

    .hero-lead {
        margin-inline: 0;
        font-size: 17px;
    }

    .hero-lead strong {
        font-size: 20px;
    }

    .hero-badges {
        justify-content: flex-start;
    }

    .hero-visual {
        min-height: 455px;
        margin: 0;
    }

    .trust-items,
    .problem-grid,
    .effects-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .trust-items div {
        justify-content: center;
    }

    .trust-items div + div {
        border-top: 0;
        border-left: 1px solid var(--line);
    }

    .section-heading h2,
    .service-grid h2,
    .ai-grid h2 {
        font-size: 45px;
    }

    .service-grid {
        grid-template-columns: .9fr 1.1fr;
        gap: 80px;
    }

    .service-diagram,
    .ai-visual {
        width: auto;
        margin: 0;
        transform: none;
    }

    .before-after-grid {
        grid-template-columns: 1fr 70px 1fr;
    }

    .comparison-arrow {
        margin: 0;
        transform: none;
    }

    .features-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .feature-card {
        grid-column: span 2;
    }

    .feature-card-large {
        grid-column: span 4;
        padding-right: 38%;
    }

    .feature-card-large::after {
        display: block;
    }

    .feature-card:nth-child(3),
    .feature-card:nth-child(4) {
        grid-column: span 3;
    }

    .screen-showcase {
        grid-template-columns: .8fr 1.2fr;
        padding: 64px;
        border-radius: 40px;
    }

    .staff-showcase {
        grid-template-columns: 1.35fr .65fr;
    }

    .showcase-copy {
        text-align: left;
    }

    .plain-list {
        display: block;
        text-align: left;
    }

    .parent-phones {
        min-height: 500px;
        margin: 0;
        gap: 22px;
        transform: none;
    }

    .staff-screen-composition {
        order: initial;
        padding: 35px 65px 45px 0;
    }

    .staff-app-phone {
        right: 0;
        width: 178px;
        height: 350px;
        transform: rotate(2deg);
    }

    .admin-layout {
        grid-template-columns: 135px 1fr;
    }

    .admin-content {
        padding: 24px;
    }

    .admin-layout aside {
        padding: 18px 12px;
    }

    .admin-brand {
        font-size: 10px;
    }

    .table-row {
        grid-template-columns: 1.4fr 1fr .8fr .6fr;
    }

    .table-row span:nth-child(2) {
        display: inline;
    }

    .voice-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .voice-card {
        min-height: 280px;
        padding: 28px 24px;
        text-align: left;
    }

    .facility-photo-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .quote-mark {
        display: block;
    }

    .price-card {
        grid-template-columns: .8fr 1.5fr 1fr;
    }

    .price-main,
    .price-additional {
        grid-column: auto;
        min-height: 245px !important;
        border-top: 0;
        text-align: left;
    }

    .price-main {
        border-right: 1px solid var(--line);
    }

    .price-additional {
        align-items: flex-start;
    }

    .ai-grid {
        grid-template-columns: .8fr 1.2fr;
        gap: 90px;
    }

    .flow-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .flow-grid article:not(:last-child)::after {
        top: 50%;
        right: -15px;
        bottom: auto;
        display: grid;
        transform: translateY(-50%);
    }

    .lp-legacy-footer-inner {
        grid-template-columns: 1fr auto;
        text-align: left;
    }

    .lp-legacy-footer-brand {
        justify-content: flex-start;
    }

    .lp-legacy-footer-inner nav {
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    .section,
    .contact-section {
        padding-block: 42px;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .section-description {
        margin-top: 16px;
    }

    .problem-card,
    .feature-card,
    .effects-grid article,
    .flow-grid article {
        min-height: 0;
        padding-block: 24px;
    }

    .illustration {
        height: 135px;
    }

    .solution-lead {
        margin-top: 28px;
    }

    .service-diagram {
        min-height: 0;
    }

    .comparison-card {
        min-height: 410px;
        padding: 28px;
    }

    .screen-showcase {
        min-height: 520px;
        padding-block: 42px;
    }

    .parent-phones {
        min-height: 455px;
    }

    .staff-showcase {
        margin-top: 24px;
    }

    .voice-card {
        padding-block: 34px;
    }

    .price-card > div {
        min-height: 205px !important;
        padding-block: 26px;
    }

    .ai-visual {
        min-height: 370px;
    }

    .flow-grid article {
        min-height: 220px;
    }

    .faq-list summary {
        padding-block: 14px;
    }

    .faq-list details {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .faq-list details > div {
        display: flex !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .faq-list details summary::after {
        content: "−" !important;
    }

    .faq-list details > div {
        padding-bottom: 16px;
    }

    .contact-section {
        padding-block: 50px;
    }

    .lp-legacy-footer {
        padding-block: 28px;
    }

    .hero,
    .trust-strip,
    .section,
    .contact-section,
    .lp-legacy-footer,
    .problem-card,
    .comparison-card,
    .feature-card,
    .screen-showcase,
    .effects-grid article,
    .voice-card,
    .price-card,
    .flow-grid article,
    .faq-list details {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .contact-inner > small {
        display: none;
    }

    a[href]::after {
        content: none !important;
    }
}
