.page-section-nav {
    margin: 1rem 0 1.5rem;
    padding: 0.85rem;
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 51, 102, 0.07);
}

.page-section-nav-label {
    display: block;
    margin: 0 0 0.6rem 0.35rem;
    color: #617286;
    font-size: 0.76rem;
    font-weight: 800;
}

.page-section-nav-track {
    display: flex;
    gap: 0.5rem;
}

.page-section-nav a {
    display: inline-flex;
    flex: 1 1 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 0.8rem;
    border-radius: 9px;
    background: #f4f7fa;
    color: #193651;
    font-size: 0.88rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.page-section-nav a:hover,
.page-section-nav a:focus-visible {
    background: #e8f7fc;
    color: #003366;
    transform: translateY(-2px);
}

.page-section-nav a.is-active {
    background: #003366;
    color: #fff;
}

.page-section-nav i {
    color: #00a8e8;
}

.page-section-nav a.is-active i {
    color: #76d8ff;
}

.hub-value-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0 0 1.75rem;
}

.hub-value-strip div {
    padding: 1rem 1.1rem;
    border-left: 3px solid #00a8e8;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(135deg, #f4f9fd, #fff);
}

.hub-value-strip strong,
.hub-value-strip span {
    display: block;
}

.hub-value-strip strong {
    margin-bottom: 0.25rem;
    color: #003366;
    font-size: 0.88rem;
}

.hub-value-strip span {
    color: #5f6f80;
    font-size: 0.82rem;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .page-section-nav {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: 0;
        padding-left: 1rem;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .page-section-nav-track {
        padding-right: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .page-section-nav-track::-webkit-scrollbar {
        display: none;
    }

    .page-section-nav a {
        flex: 0 0 auto;
        min-width: 122px;
        scroll-snap-align: start;
    }

    .hub-value-strip {
        display: flex;
        margin-right: calc(50% - 50vw);
        padding-right: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .hub-value-strip div {
        flex: 0 0 min(78vw, 300px);
        scroll-snap-align: start;
    }
}

.industry-v3-hero,
.industry-v3-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: clamp(1.4rem, 3vw, 2.5rem);
    align-items: center;
    margin: 1rem 0 1.25rem;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-radius: 16px;
    background: linear-gradient(135deg, #eef7fc 0%, #fff 70%);
    border: 1px solid rgba(0, 51, 102, 0.1);
}

.industry-v3-hero-copy > span,
.industry-v3-detail-hero > div > span,
.industry-v3-heading > span,
.industry-v3-detail-grid article > span {
    color: #008ac4;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.industry-v3-hero h2,
.industry-v3-detail-hero h2 {
    margin: 0.5rem 0 0.85rem;
    color: #003366;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: 1.25;
}

.industry-v3-hero p,
.industry-v3-detail-hero p,
.industry-v3-heading p,
.industry-v3-card p {
    color: #5c6e80;
    line-height: 1.7;
}

.industry-v3-hero figure,
.industry-v3-detail-hero figure {
    margin: 0;
}

.industry-v3-hero img,
.industry-v3-detail-hero img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 20px 42px rgba(0, 38, 72, 0.16);
}

.industry-v3-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.industry-v3-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin-bottom: 2.5rem; }
.industry-v3-proof div { padding: 1rem; border-radius: 10px; background: #082d50; color: #fff; }
.industry-v3-proof strong, .industry-v3-proof span { display: block; }
.industry-v3-proof strong { margin-bottom: 0.35rem; color: #80dcff; font-size: 0.85rem; }
.industry-v3-proof span { font-size: 0.82rem; line-height: 1.5; }
.industry-v3-section { margin: 2.5rem 0; }
.industry-v3-heading { max-width: 780px; margin-bottom: 1.25rem; }
.industry-v3-heading h2 { margin: 0.4rem 0 0.5rem; color: #003366; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.industry-v3-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.industry-v3-card { display: grid; grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr); overflow: hidden; border: 1px solid #e1eaf1; border-radius: 12px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 10px 28px rgba(0, 42, 78, 0.08); transition: transform 180ms ease, box-shadow 180ms ease; }
.industry-v3-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0, 42, 78, 0.14); }
.industry-v3-card img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
.industry-v3-card div { padding: 1.2rem; }
.industry-v3-card span { color: #008ac4; font-size: 0.72rem; font-weight: 800; }
.industry-v3-card h3 { margin: 0.45rem 0 0.55rem; color: #003366; }
.industry-v3-card strong { color: #0078ad; font-size: 0.85rem; }
.industry-v3-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0 0 2rem; }
.industry-v3-detail-grid article { padding: 1.4rem; border: 1px solid #e1eaf1; border-radius: 12px; background: #fff; box-shadow: 0 10px 26px rgba(0, 42, 78, 0.07); }
.industry-v3-detail-grid h3 { margin: 0.45rem 0 0.8rem; color: #003366; }
.industry-v3-detail-grid ul { margin: 0; padding-left: 1.2rem; }
.industry-v3-detail-grid li { margin: 0 0 0.55rem; color: #506579; line-height: 1.6; }

@media (max-width: 820px) {
    .industry-v3-hero, .industry-v3-detail-hero { grid-template-columns: 1fr; }
    .industry-v3-proof { display: flex; margin-right: calc(50% - 50vw); padding-right: 1rem; overflow-x: auto; }
    .industry-v3-proof div { flex: 0 0 min(76vw, 280px); }
    .industry-v3-grid, .industry-v3-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .industry-v3-card { grid-template-columns: 1fr; }
    .industry-v3-card img { min-height: 210px; aspect-ratio: 3 / 2; }
    .industry-v3-actions { align-items: stretch; flex-direction: column; }
    .industry-v3-actions .button { text-align: center; }
}

.spatial-detail-v3-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: clamp(1.5rem, 3vw, 2.6rem);
    align-items: center;
    margin: 1rem 0 0.9rem;
    padding: clamp(1.5rem, 3.5vw, 2.8rem);
    overflow: hidden;
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 18px;
    background: radial-gradient(circle at 85% 5%, rgba(0, 168, 232, 0.16), transparent 32%), linear-gradient(135deg, #f4f9fd 0%, #fff 72%);
    box-shadow: 0 18px 45px rgba(0, 42, 78, 0.09);
}

.spatial-detail-v3-eyebrow { color: #008ac4; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.09em; }
.spatial-detail-v3-copy h2 { margin: 0.55rem 0 0.9rem; color: #003366; font-size: clamp(1.75rem, 3.3vw, 2.75rem); line-height: 1.23; letter-spacing: -0.04em; }
.spatial-detail-v3-copy > p { max-width: 760px; margin: 0; color: #52687d; font-size: 1.02rem; line-height: 1.75; }
.spatial-detail-v3-hero figure { margin: 0; }
.spatial-detail-v3-hero img { display: block; width: 100%; aspect-ratio: 3 / 2; border-radius: 13px; object-fit: cover; box-shadow: 0 22px 46px rgba(0, 35, 67, 0.2); }
.spatial-detail-v3-scope { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1.15rem 0 0; padding: 0; list-style: none; }
.spatial-detail-v3-scope li { padding: 0.48rem 0.7rem; border: 1px solid rgba(0, 120, 173, 0.15); border-radius: 999px; background: #edf8fc; color: #075b84; font-size: 0.78rem; font-weight: 800; }
.spatial-detail-v3-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem 1rem; margin-top: 1.3rem; }
.spatial-detail-v3-phone { color: #003366; font-weight: 900; text-decoration: none; }
.spatial-detail-v3-facts { margin: 0 0 2.5rem; padding: clamp(1.2rem, 2.6vw, 2rem); border-radius: 16px; background: #082d50; box-shadow: 0 15px 36px rgba(0, 35, 67, .14); }
.spatial-detail-v3-facts > header { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1rem; }
.spatial-detail-v3-facts > header span { color: #70d8ff; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.spatial-detail-v3-facts > header h2 { max-width: 580px; margin: 0; color: #fff; font-size: clamp(1.15rem, 2.3vw, 1.65rem); line-height: 1.35; text-align: right; }
.spatial-detail-v3-fact-list { display: grid; grid-template-columns: 1.08fr 1fr 1.08fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.12); }
.spatial-detail-v3-facts article { display: grid; grid-template-columns: 42px 1fr; gap: .7rem; min-width: 0; padding: 1.15rem; background: #fff; }
.spatial-detail-v3-facts article:first-child { background: #f0f9fd; }
.spatial-detail-v3-facts article:last-child { background: #e7f6fc; }
.spatial-detail-v3-facts b { color: #00a8e8; font-size: 1.2rem; line-height: 1; }
.spatial-detail-v3-facts article:last-child b { color: #0078ad; }
.spatial-detail-v3-facts article > div { min-width: 0; }
.spatial-detail-v3-facts em { display: inline-block; margin-bottom: .25rem; padding: .2rem .45rem; border-radius: 999px; background: #dff4fc; color: #006b9a; font-size: .66rem; font-style: normal; font-weight: 900; }
.spatial-detail-v3-facts strong { display: block; color: #50677b; font-size: .75rem; }
.spatial-detail-v3-facts h3 { margin: .3rem 0 .45rem; color: #003366; font-size: 1rem; line-height: 1.38; word-break: keep-all; }
.spatial-detail-v3-facts p { margin: 0; color: #5b6e80; font-size: .8rem; line-height: 1.55; word-break: keep-all; }

@media (max-width: 860px) {
    .spatial-detail-v3-hero { grid-template-columns: 1fr; }
    .spatial-detail-v3-facts > header { align-items: flex-start; flex-direction: column; gap: .35rem; }
    .spatial-detail-v3-facts > header h2 { text-align: left; }
    .spatial-detail-v3-fact-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .spatial-detail-v3-hero { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .spatial-detail-v3-facts { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-radius: 0; }
    .spatial-detail-v3-actions { align-items: stretch; flex-direction: column; }
    .spatial-detail-v3-actions .button, .spatial-detail-v3-phone { text-align: center; }
}

.spatial-body-v3 { margin-top: clamp(2.6rem, 6vw, 5rem); }
.spatial-detail-v3-jump { position: sticky; top: 76px; z-index: 20; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; margin: 1rem 0 2.5rem; overflow: hidden; border: 1px solid #dce7ef; border-radius: 12px; background: #dce7ef; box-shadow: 0 10px 26px rgba(0,42,78,.08); }
.spatial-detail-v3-jump a { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 46px; padding: .65rem .5rem; background: rgba(255,255,255,.97); color: #36556f; font-size: .76rem; font-weight: 850; text-decoration: none; }
.spatial-detail-v3-jump a:hover, .spatial-detail-v3-jump a:focus-visible { background: #eaf7fc; color: #003366; }
.spatial-detail-v3-jump span { color: #00a8e8; font-size: .68rem; }
.spatial-detail-v3-capability-head { max-width: 820px; margin: 3.2rem 0 1.3rem; }
.spatial-detail-v3-capability-head > span { color: #008ac4; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.spatial-detail-v3-capability-head h2 { margin: .45rem 0 .65rem; color: #003366; font-size: clamp(1.55rem,3vw,2.35rem); }
.spatial-detail-v3-capability-head p { margin: 0; color: #586d81; line-height: 1.75; }
.page-content#solution-capabilities > .solution-detail-page > .solution-detail-summary { margin: 0 0 1.3rem; padding: 1rem 1.15rem; border-left: 4px solid #00a8e8; background: #f3f9fc; color: #405d75; line-height: 1.7; }
.page-content#solution-capabilities .solution-detail-grid { gap: 1rem; }
.page-content#solution-capabilities .solution-detail-card { border: 1px solid #e0e9f0; border-radius: 12px; box-shadow: 0 9px 25px rgba(0,42,78,.07); }
.page-content#solution-capabilities .solution-detail-card h3 { color: #073c66; line-height: 1.4; }
.page-content#solution-capabilities .solution-detail-card p, .page-content#solution-capabilities .solution-detail-card li { color: #536b80; line-height: 1.65; }
.page-content#solution-capabilities .solution-detail-process, .page-content#solution-capabilities .solution-detail-cta { display: none; }
.page-content#solution-capabilities .wpcf7 { margin-top: 1rem; }
.page-content#solution-capabilities .audit-form-grid { gap: .8rem; }
.page-content#solution-capabilities input:not([type=checkbox]):not([type=radio]), .page-content#solution-capabilities select, .page-content#solution-capabilities textarea { width: 100%; border: 1px solid #ccdbe6; border-radius: 8px; background: #fbfdfe; }
.page-content#solution-capabilities input:focus, .page-content#solution-capabilities select:focus, .page-content#solution-capabilities textarea:focus { border-color: #00a8e8; outline: 3px solid rgba(0,168,232,.12); }
.spatial-body-v3-signature { --signature-accent: #00a8e8; padding: clamp(1.4rem,3vw,2.4rem); overflow: hidden; border: 1px solid color-mix(in srgb, var(--signature-accent) 25%, white); border-radius: 18px; background: linear-gradient(135deg, color-mix(in srgb, var(--signature-accent) 9%, white), #fff 68%); }
.spatial-body-v3-signature > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.spatial-body-v3-signature article { position: relative; padding: 1.15rem; border-radius: 11px; background: #fff; box-shadow: 0 8px 24px rgba(0,42,78,.07); }
.spatial-body-v3-signature article::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; border-radius: 11px 11px 0 0; background: var(--signature-accent); content: ''; }
.spatial-body-v3-signature b { color: var(--signature-accent); font-size: .72rem; }
.spatial-body-v3-signature h3 { margin: .45rem 0 .5rem; color: #073c66; font-size: 1rem; }
.spatial-body-v3-signature article p { margin: 0; color: #586e81; font-size: .84rem; line-height: 1.6; }
.spatial-body-v3-content-studio .spatial-body-v3-signature { --signature-accent: #845ec2; }
.spatial-body-v3-infrastructure .spatial-body-v3-signature { --signature-accent: #0077b6; }
.spatial-body-v3-optical .spatial-body-v3-signature { --signature-accent: #00a896; }
.spatial-body-v3-cloud .spatial-body-v3-signature { --signature-accent: #4f76d9; }
.spatial-body-v3-automation .spatial-body-v3-signature { --signature-accent: #f28c28; }
.spatial-body-v3-security .spatial-body-v3-signature { --signature-accent: #d64a4a; }
.spatial-body-v3-media .spatial-body-v3-signature { --signature-accent: #9b5de5; }
.spatial-body-v3-interior .spatial-body-v3-signature { --signature-accent: #4c956c; }
.ict-premium-v4 { display: grid; gap: 1.2rem; }
.ict-premium-v4-impact { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 1.5rem; align-items: center; padding: clamp(1.35rem,3vw,2.2rem); border-radius: 16px; background: linear-gradient(135deg,#082d50,#0a4773); color: #fff; }
.ict-premium-v4-impact span, .ict-premium-v4-scenarios header span, .ict-premium-v4-consultation > span { color: #76dfff; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.ict-premium-v4-impact h2 { margin: .45rem 0 .65rem; color: #fff; font-size: clamp(1.45rem,2.8vw,2.15rem); line-height: 1.35; }
.ict-premium-v4-impact p { margin: 0; color: #ccdeeb; line-height: 1.7; }
.ict-premium-v4-impact dl { display: grid; gap: .55rem; margin: 0; }
.ict-premium-v4-impact dl div { display: grid; grid-template-columns: 92px 1fr; gap: .8rem; padding: .72rem .85rem; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(255,255,255,.06); }
.ict-premium-v4-impact dt { color: #7be0ff; font-size: .8rem; font-weight: 900; }
.ict-premium-v4-impact dd { margin: 0; color: #fff; font-size: .84rem; }
.ict-premium-v4-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .85rem; }
.ict-premium-v4-services article { position: relative; padding: 1.25rem; overflow: hidden; border: 1px solid #dfe9f0; border-radius: 12px; background: #fff; box-shadow: 0 9px 25px rgba(0,42,78,.07); }
.ict-premium-v4-services article::after { position: absolute; right: -24px; bottom: -28px; width: 86px; height: 86px; border-radius: 50%; background: rgba(0,168,232,.06); content: ''; }
.ict-premium-v4-services b { color: #008ac4; font-size: .68rem; letter-spacing: .06em; }
.ict-premium-v4-services h3 { margin: .45rem 0 .55rem; color: #073c66; font-size: 1.08rem; }
.ict-premium-v4-services p { margin: 0 0 .8rem; color: #536b80; font-size: .88rem; line-height: 1.65; }
.ict-premium-v4-services ul { margin: 0; padding-left: 1.1rem; color: #385873; font-size: .82rem; line-height: 1.75; }
.ict-premium-v4-scenarios { margin-top: 1rem; padding: clamp(1.35rem,3vw,2rem); border: 1px solid #dce8f0; border-radius: 16px; background: #f3f8fb; }
.ict-premium-v4-scenarios header h2 { margin: .4rem 0 1rem; color: #003366; font-size: clamp(1.35rem,2.5vw,1.9rem); }
.ict-premium-v4-scenarios > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .75rem; }
.ict-premium-v4-scenarios article { padding: 1rem; border-left: 3px solid #00a8e8; background: #fff; }
.ict-premium-v4-scenarios h3 { margin: 0 0 .45rem; color: #0b446e; font-size: .98rem; }
.ict-premium-v4-scenarios p { margin: 0; color: #587084; font-size: .84rem; line-height: 1.65; }
.ict-premium-v4-consultation { margin: clamp(3rem,6vw,5rem) 0; padding: clamp(1.4rem,3vw,2.3rem); border: 1px solid #d9e7f0; border-radius: 18px; background: linear-gradient(135deg,#f2f9fc,#fff); }
.ict-premium-v4-consultation > span { color: #008ac4; }
.ict-premium-v4-consultation > h2 { margin: .45rem 0 .5rem; color: #003366; font-size: clamp(1.5rem,2.8vw,2.15rem); }
.ict-premium-v4-consultation > p { max-width: 760px; margin: 0 0 1.25rem; color: #586f83; line-height: 1.7; }
.ict-premium-v4-consultation .wpcf7 { padding-top: 1.1rem; border-top: 1px solid #d9e7f0; }
.ict-consultation-prep { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .65rem; margin: 1.15rem 0 1.4rem; }
.ict-consultation-prep > div { display: grid; grid-template-columns: 34px 1fr; gap: .05rem .65rem; padding: .85rem; border: 1px solid #d6e5ef; border-radius: 10px; background: #fff; }
.ict-consultation-prep b { grid-row: 1 / 3; align-self: center; color: #00a8e8; font-size: .8rem; }
.ict-consultation-prep strong { color: #123f65; font-size: .88rem; }
.ict-consultation-prep small { color: #65798b; font-size: .74rem; }
.ict-consultation-prep > p { grid-column: 1 / -1; margin: 0; padding: .75rem .9rem; border-radius: 8px; background: #eaf7fc; color: #245a7c; font-size: .82rem; line-height: 1.55; }
.ict-consultation-prep i { margin-right: .35rem; color: #008ac4; }
.ict-premium-v4-consultation .wpcf7-form { display: grid; gap: .35rem; }
.ict-premium-v4-consultation .audit-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.ict-premium-v4-consultation .audit-form-grid > p, .ict-premium-v4-consultation .wpcf7-form > p { margin: .3rem 0; }
.ict-premium-v4-consultation label { color: #173f60; font-size: .88rem; font-weight: 850; line-height: 1.7; }
.ict-premium-v4-consultation input:not([type=checkbox]):not([type=radio]):not([type=submit]), .ict-premium-v4-consultation select, .ict-premium-v4-consultation textarea { box-sizing: border-box; width: 100%; min-height: 52px; margin-top: .3rem; padding: .82rem .9rem; border: 2px solid #b8ccda; border-radius: 9px; background: #fff; color: #142f46; font: inherit; box-shadow: inset 0 1px 2px rgba(0,42,78,.04); transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.ict-premium-v4-consultation textarea { min-height: 150px; resize: vertical; }
.ict-premium-v4-consultation input::placeholder, .ict-premium-v4-consultation textarea::placeholder { color: #8093a3; opacity: 1; }
.ict-premium-v4-consultation input:hover, .ict-premium-v4-consultation select:hover, .ict-premium-v4-consultation textarea:hover { border-color: #7eacC5; }
.ict-premium-v4-consultation input:focus, .ict-premium-v4-consultation select:focus, .ict-premium-v4-consultation textarea:focus { border-color: #008ac4; outline: 0; background: #fff; box-shadow: 0 0 0 4px rgba(0,168,232,.14); }
.ict-premium-v4-consultation .wpcf7-checkbox { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; margin-top: .5rem; }
.ict-premium-v4-consultation .wpcf7-list-item { display: block; margin: 0; }
.ict-premium-v4-consultation .wpcf7-list-item label { display: flex; align-items: flex-start; gap: .6rem; min-height: 46px; padding: .7rem .75rem; border: 1px solid #cbdce7; border-radius: 9px; background: #fff; color: #38566f; font-size: .82rem; font-weight: 700; cursor: pointer; transition: border-color 160ms ease, background 160ms ease; }
.ict-premium-v4-consultation .wpcf7-list-item label:hover { border-color: #00a8e8; background: #f0faff; }
.ict-premium-v4-consultation input[type=checkbox] { flex: 0 0 auto; width: 19px; height: 19px; margin: .08rem 0 0; accent-color: #008ac4; }
.ict-premium-v4-consultation .wpcf7-acceptance .wpcf7-list-item label { min-height: auto; border-color: #9fc6da; background: #edf8fc; }
.ict-premium-v4-consultation .wpcf7-submit { width: 100%; min-height: 56px; margin-top: .65rem; padding: .9rem 1.2rem; border: 0; border-radius: 9px; background: linear-gradient(135deg,#007caf,#00a8e8); color: #fff; font-size: 1rem; font-weight: 900; cursor: pointer; box-shadow: 0 10px 24px rgba(0,126,179,.22); transition: transform 160ms ease, box-shadow 160ms ease; }
.ict-premium-v4-consultation .wpcf7-submit:hover, .ict-premium-v4-consultation .wpcf7-submit:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,126,179,.3); }
.ict-premium-v4-consultation .wpcf7-not-valid { border-color: #cf3f4f !important; background: #fff8f8 !important; }
.ict-premium-v4-consultation .wpcf7-not-valid-tip { display: block; margin-top: .25rem; color: #b42332; font-size: .78rem; font-weight: 750; }
.ict-premium-v4-consultation .wpcf7-response-output { margin: .8rem 0 0 !important; padding: .85rem 1rem !important; border-radius: 8px; font-size: .85rem; }
.support-premium-v1 { margin: 1rem 0 3rem; }
.support-premium-v1-hero { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); gap: clamp(1.5rem,3.5vw,3rem); align-items: end; padding: clamp(1.5rem,4vw,3rem); border-radius: 18px; background: radial-gradient(circle at 90% 0,rgba(0,168,232,.22),transparent 30%),#082d50; }
.support-premium-v1-hero > div > span, .support-premium-v1-services header span, .support-premium-v1-flow header span, .support-premium-v1-prepare span, .support-premium-v1-final span { color: #65d7ff; font-size: .73rem; font-weight: 900; letter-spacing: .1em; }
.support-premium-v1-hero h2 { margin: .5rem 0 .8rem; color: #fff; font-size: clamp(1.8rem,3.5vw,2.85rem); line-height: 1.25; letter-spacing: -.04em; }
.support-premium-v1-hero p { margin: 0; color: #cfdfeb; line-height: 1.75; }
.support-premium-v1-hero aside { padding: 1.2rem; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.07); }
.support-premium-v1-hero aside strong { color: #fff; }
.support-premium-v1-hero aside p { margin: .45rem 0 .85rem; font-size: .85rem; }
.support-premium-v1-hero aside a { display: block; padding: .85rem; border-radius: 8px; background: #00a8e8; color: #003366; font-weight: 900; text-align: center; text-decoration: none; }
.support-premium-v1-hero aside i { margin-left: .3rem; }
.support-premium-v1-services { margin: clamp(2.5rem,6vw,5rem) 0; }
.support-premium-v1-services header, .support-premium-v1-flow header { max-width: 760px; margin-bottom: 1.2rem; }
.support-premium-v1-services header span, .support-premium-v1-flow header span, .support-premium-v1-prepare span, .support-premium-v1-final span { color: #008ac4; }
.support-premium-v1-services h2, .support-premium-v1-flow h2, .support-premium-v1-prepare h2, .support-premium-v1-final h2 { margin: .4rem 0 0; color: #003366; font-size: clamp(1.5rem,3vw,2.3rem); line-height: 1.32; }
.support-premium-v1-services > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.support-premium-v1-services > div > a { display: grid; grid-template-columns: minmax(180px,.85fr) minmax(0,1.15fr); overflow: hidden; border: 1px solid #dfe9f0; border-radius: 13px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 10px 28px rgba(0,42,78,.08); transition: transform 180ms ease, box-shadow 180ms ease; }
.support-premium-v1-services > div > a:hover, .support-premium-v1-services > div > a:focus-visible { transform: translateY(-4px); box-shadow: 0 17px 34px rgba(0,42,78,.14); }
.support-premium-v1-services figure { margin: 0; }
.support-premium-v1-services img { display: block; width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.support-premium-v1-services > div > a > div { padding: 1.25rem; }
.support-premium-v1-services b { color: #00a8e8; font-size: .72rem; }
.support-premium-v1-services > div > a > div > i { float: right; color: #008ac4; font-size: 1.25rem; }
.support-premium-v1-services h3 { margin: .55rem 0 .4rem; color: #123e62; font-size: 1.15rem; }
.support-premium-v1-services strong { display: block; color: #0077ad; font-size: .84rem; line-height: 1.45; }
.support-premium-v1-services p { margin: .7rem 0; color: #5b7081; font-size: .86rem; line-height: 1.65; }
.support-premium-v1-services > div > a > div > span { color: #0077ad; font-size: .82rem; font-weight: 900; }
.support-premium-v1-services > div > a > div > span i { margin-left: .25rem; }
.support-premium-v1-flow { padding: clamp(1.4rem,3.5vw,2.5rem); border-radius: 16px; background: #f1f8fc; }
.support-premium-v1-flow header p { margin: .55rem 0 0; color: #5a6f81; line-height: 1.7; }
.support-premium-v1-flow ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 1.2rem 0 0; padding: 0; overflow: hidden; border-radius: 10px; list-style: none; }
.support-premium-v1-flow li { padding: 1.1rem; background: #fff; border-top: 3px solid #00a8e8; }
.support-premium-v1-flow li + li { border-left: 1px solid #dce7ee; }
.support-premium-v1-flow b { color: #00a8e8; font-size: .75rem; }
.support-premium-v1-flow h3 { margin: .5rem 0; color: #123e62; font-size: 1rem; }
.support-premium-v1-flow li p { margin: 0; color: #5b7081; font-size: .83rem; line-height: 1.6; }
.support-premium-v1-prepare { display: grid; grid-template-columns: minmax(250px,.8fr) minmax(0,1.2fr); gap: 1.5rem; margin: clamp(2.5rem,6vw,5rem) 0; padding: clamp(1.4rem,3.5vw,2.4rem); border: 1px solid #dce8ef; border-radius: 15px; }
.support-premium-v1-prepare ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem 1rem; margin: 0; padding: 0; list-style: none; }
.support-premium-v1-prepare li { position: relative; padding-left: 1rem; color: #476278; font-size: .88rem; line-height: 1.55; }
.support-premium-v1-prepare li::before { position: absolute; top: .6em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #00a8e8; content: ''; }
.support-premium-v1-prepare > p { grid-column: 1 / -1; margin: 0; padding: .75rem .9rem; border-radius: 8px; background: #edf8fc; color: #246080; font-size: .83rem; }
.support-premium-v1-prepare p i { margin-right: .3rem; color: #008ac4; }
.support-premium-v1-final { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: clamp(1.4rem,3.5vw,2.5rem); border-radius: 16px; background: linear-gradient(135deg,#eaf7fc,#fff); border: 1px solid #cfe5f0; }
.support-premium-v1-final > div:first-child { max-width: 700px; }
.support-premium-v1-final > div:last-child { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: .75rem; }
.support-premium-v1-final > div:last-child > a:last-child { color: #003366; font-size: .88rem; font-weight: 900; text-decoration: none; }
.support-service-v2 { margin: 1rem 0 3rem; }
.support-service-v2 > header { max-width: 860px; padding: clamp(1.5rem,4vw,3rem); border-radius: 17px; background: linear-gradient(135deg,#f0f9fc,#fff); border: 1px solid #d8e7ef; }
.support-service-v2 > header > span, .support-service-v2-check span, .support-service-v2-form > span { color: #008ac4; font-size: .73rem; font-weight: 900; letter-spacing: .1em; }
.support-service-v2 > header h2 { margin: .5rem 0 .75rem; color: #003366; font-size: clamp(1.8rem,3.6vw,2.8rem); line-height: 1.25; letter-spacing: -.04em; }
.support-service-v2 > header p { margin: 0; color: #536c7e; line-height: 1.75; }
.support-service-v2-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .9rem; margin: 1.1rem 0; }
.support-service-v2-cards a { min-height: 220px; padding: 1.25rem; border: 1px solid #dce7ee; border-top: 4px solid #00a8e8; border-radius: 12px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 9px 24px rgba(0,42,78,.07); transition: transform 160ms ease, box-shadow 160ms ease; }
.support-service-v2-cards a:hover, .support-service-v2-cards a:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,42,78,.13); }
.support-service-v2-cards b { color: #00a8e8; font-size: .75rem; }
.support-service-v2-cards h3 { margin: .6rem 0 .5rem; color: #123e62; font-size: 1.1rem; }
.support-service-v2-cards p { margin: 0 0 .8rem; color: #596f81; font-size: .86rem; line-height: 1.65; }
.support-service-v2-cards span { color: #0078ad; font-size: .82rem; font-weight: 900; }
.support-service-v2-check { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: 1.5rem; margin: clamp(2.4rem,5vw,4rem) 0; padding: clamp(1.3rem,3vw,2rem); border-radius: 15px; background: #082d50; }
.support-service-v2-check h3 { margin: .45rem 0 0; color: #fff; font-size: 1.35rem; line-height: 1.4; }
.support-service-v2-check ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .6rem 1rem; margin: 0; padding: 0; list-style: none; }
.support-service-v2-check li { display: flex; gap: .5rem; color: #d2e0eb; font-size: .84rem; line-height: 1.55; }
.support-service-v2-check i { margin-top: .25rem; color: #72dfff; }
.support-service-v2-form { margin: 2rem 0; padding: clamp(1.4rem,3vw,2.4rem); border: 1px solid #d6e5ed; border-radius: 16px; background: #f3f9fc; }
.support-service-v2-form h3 { margin: .45rem 0 .5rem; color: #003366; font-size: clamp(1.4rem,2.7vw,2rem); }
.support-service-v2-form > p { margin: 0 0 1.2rem; color: #586f81; }
.support-service-v2-form .wpcf7 { padding-top: 1.1rem; border-top: 1px solid #d1e1ea; }
.support-service-v2-form .audit-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.support-service-v2-form input:not([type=checkbox]):not([type=submit]), .support-service-v2-form select, .support-service-v2-form textarea { box-sizing: border-box; width: 100%; min-height: 52px; margin-top: .3rem; padding: .8rem .9rem; border: 2px solid #b9cdda; border-radius: 8px; background: #fff; font: inherit; }
.support-service-v2-form textarea { min-height: 145px; }
.support-service-v2-form input:focus, .support-service-v2-form select:focus, .support-service-v2-form textarea:focus { border-color: #008ac4; outline: 0; box-shadow: 0 0 0 4px rgba(0,168,232,.13); }
.support-service-v2-form .wpcf7-checkbox { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; }
.support-service-v2-form .wpcf7-list-item { display: block; margin: 0; }
.support-service-v2-form .wpcf7-list-item label { display: flex; gap: .55rem; min-height: 44px; padding: .65rem; border: 1px solid #c9dce7; border-radius: 8px; background: #fff; color: #36566f; font-size: .82rem; cursor: pointer; }
.support-service-v2-form input[type=checkbox] { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: #008ac4; }
.support-service-v2-form .wpcf7-submit { width: 100%; min-height: 55px; border: 0; border-radius: 8px; background: #008ac4; color: #fff; font-weight: 900; cursor: pointer; }
.support-service-v2-final { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem; border-radius: 12px; background: #eaf7fc; }
.support-service-v2-final p { margin: 0; color: #174d70; font-weight: 750; line-height: 1.6; }
.remote-reservation-v2 { margin: 1rem 0 1.8rem; }
.remote-reservation-v2-hero { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 1.3rem; align-items: end; padding: clamp(1.35rem,3vw,2.3rem); border-radius: 16px; background: #082d50; }
.remote-reservation-v2-hero span, .remote-reservation-v2-route header span, .remote-reservation-v2-decision > div > span, .remote-reservation-v2-prepare header span, .remote-reservation-v2-form > span, .remote-reservation-v2-final span { color: #008ac4; font-size: .73rem; font-weight: 900; letter-spacing: .1em; }
.remote-reservation-v2-hero > div > span { color: #72dfff; }
.remote-reservation-v2-hero h2 { margin: .5rem 0 .7rem; color: #fff; font-size: clamp(1.75rem,3.4vw,2.65rem); line-height: 1.27; letter-spacing: -.04em; }
.remote-reservation-v2-hero p { margin: 0; color: #c8dce9; line-height: 1.7; }
.remote-reservation-v2-hero aside { padding: 1.1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.07); }
.remote-reservation-v2-hero aside strong { color: #fff; font-size: .87rem; }
.remote-reservation-v2-hero aside p { margin: .45rem 0 .6rem; font-size: .82rem; line-height: 1.55; }
.remote-reservation-v2-hero aside a { color: #7ce2ff; font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.remote-reservation-v2-route { margin: 1rem 0; }
.remote-reservation-v2-route header { margin-bottom: .75rem; }
.remote-reservation-v2-route h3, .remote-reservation-v2-decision h3, .remote-reservation-v2-prepare h3, .remote-reservation-v2-form h3, .remote-reservation-v2-final h3 { margin: .4rem 0 0; color: #003366; font-size: clamp(1.35rem,2.6vw,2rem); line-height: 1.35; }
.remote-reservation-v2-route > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
.remote-reservation-v2-route a { position: relative; min-height: 190px; padding: 1.15rem; border: 1px solid #d6e5ed; border-top: 4px solid #00a8e8; border-radius: 12px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 8px 22px rgba(0,42,78,.06); transition: transform 160ms ease, box-shadow 160ms ease; }
.remote-reservation-v2-route a:hover, .remote-reservation-v2-route a:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,42,78,.13); }
.remote-reservation-v2-route a > b { display: block; color: #00a8e8; font-size: .76rem; }
.remote-reservation-v2-route a > i { position: absolute; top: 1.15rem; right: 1.15rem; color: #0a80b7; font-size: 1.35rem; }
.remote-reservation-v2-route a h3 { margin: .55rem 0 .4rem; color: #123e62; font-size: 1.12rem; }
.remote-reservation-v2-route a p { margin: 0 0 .75rem; color: #5a7081; font-size: .86rem; line-height: 1.65; }
.remote-reservation-v2-route a span { color: #0078ad; font-size: .82rem; font-weight: 900; }
.remote-reservation-v2-decision { display: grid; grid-template-columns: minmax(240px,.75fr) minmax(0,1.25fr); gap: 1.2rem; align-items: start; margin: 1rem 0; padding: 1.25rem; border: 1px solid #d7e7ef; border-radius: 13px; background: #f5fafc; }
.remote-reservation-v2-decision > div:last-child { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; }
.remote-reservation-v2-decision article { padding: 1rem; border-left: 3px solid #00a8e8; background: #fff; }
.remote-reservation-v2-decision article b { color: #008ac4; font-size: .76rem; }
.remote-reservation-v2-decision h4 { margin: .45rem 0; color: #123e62; font-size: 1rem; line-height: 1.45; }
.remote-reservation-v2-decision p { margin: 0; color: #5a7081; font-size: .84rem; line-height: 1.6; }
.remote-reservation-v2-prepare { margin: 1rem 0; padding: 1.3rem; border-radius: 14px; background: #082d50; }
.remote-reservation-v2-prepare header span { color: #72dfff; }
.remote-reservation-v2-prepare h3 { color: #fff; }
.remote-reservation-v2-prepare ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .6rem; margin: 1rem 0 .75rem; padding: 0; list-style: none; }
.remote-reservation-v2-prepare li { padding: .85rem; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.06); }
.remote-reservation-v2-prepare li > b { color: #72dfff; font-size: .72rem; }
.remote-reservation-v2-prepare li strong { display: block; margin: .4rem 0 .3rem; color: #fff; font-size: .92rem; }
.remote-reservation-v2-prepare li p, .remote-reservation-v2-prepare > p { margin: 0; color: #c9dce8; font-size: .8rem; line-height: 1.55; }
.remote-reservation-v2-prepare > p { padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.14); }
.remote-reservation-v2-prepare > p i { margin-right: .3rem; color: #72dfff; }
.remote-reservation-v2-form { margin: 1rem 0; padding: clamp(1.25rem,2.8vw,2rem); border: 1px solid #cde2ed; border-radius: 14px; background: #f1f9fc; }
.remote-reservation-v2-form > p { margin: .45rem 0 1rem; color: #566f82; line-height: 1.65; }
.remote-reservation-v2-form .wpcf7 { padding-top: 1rem; border-top: 1px solid #cfe1eb; }
.remote-reservation-v2-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .remote-reservation-v2-form select, .remote-reservation-v2-form textarea { box-sizing: border-box; width: 100%; min-height: 52px; margin-top: .3rem; padding: .8rem .9rem; border: 2px solid #b9cdda; border-radius: 8px; background: #fff; font: inherit; }
.remote-reservation-v2-form textarea { min-height: 135px; }
.remote-reservation-v2-form input:focus, .remote-reservation-v2-form select:focus, .remote-reservation-v2-form textarea:focus { border-color: #008ac4; outline: 0; box-shadow: 0 0 0 4px rgba(0,168,232,.13); }
.remote-reservation-v2-form .wpcf7-submit { width: 100%; min-height: 55px; border: 0; border-radius: 8px; background: #008ac4; color: #fff; font-weight: 900; cursor: pointer; }
.remote-reservation-v2-final { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.25rem; border: 1px solid #cfe4ef; border-radius: 14px; background: linear-gradient(135deg,#eaf7fc,#fff); }
.remote-reservation-v2-final p { margin: .4rem 0 0; color: #5a7081; line-height: 1.6; }
.remote-reservation-v2-final > div:last-child { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: .65rem; }
.remote-reservation-v2-final > div:last-child > a:last-child { color: #003366; font-size: .85rem; font-weight: 900; text-decoration: none; }
.remote-macos-v2 { margin: 1rem 0 1.8rem; }
.remote-macos-v2-hero { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(270px,.8fr); gap: 1.3rem; align-items: end; padding: clamp(1.35rem,3vw,2.3rem); border-radius: 16px; background: #082d50; }
.remote-macos-v2-hero span, .remote-macos-v2-steps header span, .remote-macos-v2-permission span, .remote-macos-v2-help span { color: #008ac4; font-size: .73rem; font-weight: 900; letter-spacing: .1em; }
.remote-macos-v2-hero > div > span { color: #72dfff; }
.remote-macos-v2-hero h2 { margin: .5rem 0 .7rem; color: #fff; font-size: clamp(1.7rem,3.35vw,2.6rem); line-height: 1.27; letter-spacing: -.04em; word-break: keep-all; overflow-wrap: normal; }
.remote-macos-v2-hero p { margin: 0; color: #c9dce8; line-height: 1.7; }
.remote-macos-v2-hero > div > div { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 1.05rem; }
.remote-macos-v2-hero > div > div > a:last-child { color: #8ae4ff; font-size: .86rem; font-weight: 900; text-decoration: none; }
.remote-macos-v2-hero aside { padding: 1.1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.07); }
.remote-macos-v2-hero aside strong { color: #fff; font-size: .9rem; }
.remote-macos-v2-hero aside ul { display: grid; gap: .55rem; margin: .7rem 0 0; padding: 0; list-style: none; }
.remote-macos-v2-hero aside li { position: relative; padding-left: .9rem; color: #c9dce8; font-size: .81rem; line-height: 1.5; }
.remote-macos-v2-hero aside li::before { position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #72dfff; content: ''; }
.remote-macos-v2-progress { margin: 1rem 0; }
.remote-macos-v2-progress ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; overflow: hidden; border: 1px solid #d6e5ed; border-radius: 12px; list-style: none; }
.remote-macos-v2-progress li { display: flex; align-items: center; gap: .55rem; min-height: 66px; padding: .8rem; background: #fff; color: #36586f; font-size: .84rem; font-weight: 800; }
.remote-macos-v2-progress li + li { border-left: 1px solid #dce8ef; }
.remote-macos-v2-progress b { color: #00a8e8; font-size: .75rem; }
.remote-macos-v2-steps { margin: 1rem 0; }
.remote-macos-v2-steps header { max-width: 820px; margin-bottom: .85rem; }
.remote-macos-v2-steps header > p { margin: .45rem 0 0; color: #5a7081; font-size: .86rem; }
.remote-macos-v2-steps h3, .remote-macos-v2-permission h3, .remote-macos-v2-help h3 { margin: .4rem 0 0; color: #003366; font-size: clamp(1.35rem,2.6vw,2rem); line-height: 1.35; }
.remote-macos-v2-steps > div { display: grid; gap: 1rem; }
.remote-macos-v2-steps article { display: block; padding: clamp(1.2rem,2.5vw,1.8rem); border: 1px solid #d7e6ee; border-top: 5px solid #00a8e8; border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(0,42,78,.06); }
.remote-macos-v2-step-copy > b { color: #00a8e8; font-size: .76rem; }
.remote-macos-v2-step-copy h4 { margin: .5rem 0 .45rem; color: #123e62; font-size: clamp(1.15rem,2vw,1.4rem); }
.remote-macos-v2-step-copy strong { display: block; color: #27617f; font-size: .94rem; line-height: 1.55; }
.remote-macos-v2-step-copy p { margin: .75rem 0 0; color: #5a7081; font-size: .9rem; line-height: 1.7; }
.remote-macos-v2-step-copy .remote-macos-v2-rule { display: flex; align-items: flex-start; gap: .4rem; margin-top: .9rem; padding: .7rem .8rem; border-radius: 8px; background: #e9f7fc; color: #176082; font-size: .82rem; font-weight: 800; line-height: 1.55; }
.remote-macos-v2-rule i { margin-top: .22rem; color: #008ec4; }
.remote-macos-v2-steps figure { display: flex; flex-direction: column; max-width: 960px; margin: 1.15rem auto 0; overflow: hidden; border: 1px solid #d4e3eb; border-radius: 10px; background: #eef5f8; box-shadow: 0 9px 20px rgba(0,42,78,.09); }
.remote-macos-v2-steps .remote-macos-v2-reference-shot { max-width: 760px; margin-top: .85rem; }
.remote-macos-v2-steps figure > a { display: block; background: #dfeaf0; }
.remote-macos-v2-steps figure img { display: block; width: 100%; min-height: 0; aspect-ratio: 16 / 10; object-fit: contain; object-position: center; transition: transform 180ms ease; }
.remote-macos-v2-steps figure > a:hover img, .remote-macos-v2-steps figure > a:focus-visible img { transform: scale(1.02); }
.remote-macos-v2-steps figcaption { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .7rem .8rem; color: #355c75; font-size: .78rem; line-height: 1.4; }
.remote-macos-v2-steps figcaption strong { flex: 0 0 auto; color: #063d65; font-size: .7rem; letter-spacing: .06em; }
.remote-macos-v2-steps figcaption span { flex: 0 0 auto; color: #007eaf; font-size: .72rem; font-weight: 850; }
.remote-macos-v2-permission { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: 1.1rem; margin: 1rem 0; padding: 1.25rem; border: 1px solid #d7e7ef; border-radius: 13px; background: #f5fafc; }
.remote-macos-v2-permission ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .6rem; margin: 0; padding: 0; list-style: none; }
.remote-macos-v2-permission li { padding: .9rem; border-left: 3px solid #00a8e8; background: #fff; }
.remote-macos-v2-permission li strong, .remote-macos-v2-permission li span { display: block; }
.remote-macos-v2-permission li strong { margin-bottom: .35rem; color: #123e62; font-size: .92rem; }
.remote-macos-v2-permission li span { color: #5a7081; font-size: .8rem; font-weight: 400; letter-spacing: 0; line-height: 1.55; }
.remote-macos-v2-help { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.25rem; border: 1px solid #cfe4ef; border-radius: 14px; background: linear-gradient(135deg,#eaf7fc,#fff); }
.remote-macos-v2-help p { margin: .4rem 0 0; color: #5a7081; line-height: 1.6; }
.remote-macos-v2-help > div:last-child { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: .65rem; }
.remote-macos-v2-help > div:last-child > a:last-child { color: #003366; font-size: .85rem; font-weight: 900; text-decoration: none; }
.location-premium-v1 { margin: 1rem 0 1.8rem; }
.location-premium-v1 > header { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); gap: 1.5rem; align-items: end; padding: clamp(1.4rem,3vw,2.3rem); border-radius: 16px; background: #082d50; }
.location-premium-v1 > header > div > span, .location-premium-v1-map span, .location-premium-v1-agenda header span, .location-premium-v1-prepare span, .location-premium-v1-final span { color: #72dfff; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.location-premium-v1 > header h2 { margin: .5rem 0 .75rem; color: #fff; font-size: clamp(1.7rem,3.3vw,2.65rem); line-height: 1.27; letter-spacing: -.04em; }
.location-premium-v1 > header p { margin: 0; color: #cbdeeb; line-height: 1.72; }
.location-premium-v1-contact { padding: 1.15rem; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.07); }
.location-premium-v1-contact strong, .location-premium-v1-contact a, .location-premium-v1-contact span { display: block; }
.location-premium-v1-contact strong { color: #fff; font-size: .86rem; }
.location-premium-v1-contact a { margin: .35rem 0; color: #7ce2ff; font-size: 1.45rem; font-weight: 900; text-decoration: none; }
.location-premium-v1-contact span { color: #c9dce8; font-size: .8rem; line-height: 1.5; }
.location-premium-v1-map { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: 1rem; margin: 1rem 0; }
.location-premium-v1-address { padding: clamp(1.25rem,2.5vw,1.8rem); border: 1px solid #dce8ef; border-radius: 13px; background: #f3f9fc; }
.location-premium-v1-map span, .location-premium-v1-agenda header span, .location-premium-v1-prepare span, .location-premium-v1-final span { color: #008ac4; }
.location-premium-v1-address h3 { margin: .45rem 0 .55rem; color: #003366; font-size: 1.35rem; }
.location-premium-v1-address > p { margin: 0; color: #4b667c; line-height: 1.65; }
.location-premium-v1-address dl { display: grid; gap: .55rem; margin: 1rem 0; }
.location-premium-v1-address dl div { padding: .7rem; border-left: 3px solid #00a8e8; background: #fff; }
.location-premium-v1-address dt { margin-bottom: .2rem; color: #0d4269; font-size: .8rem; font-weight: 900; }
.location-premium-v1-address dd { margin: 0; color: #5a7082; font-size: .8rem; line-height: 1.5; }
.location-premium-v1-map-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.location-premium-v1-map-actions > a:last-child { align-self: center; color: #0078ad; font-size: .84rem; font-weight: 850; text-decoration: none; }
.location-premium-v1-map-frame { min-height: 430px; overflow: hidden; border-radius: 13px; box-shadow: 0 10px 28px rgba(0,42,78,.1); }
.location-premium-v1-map-frame iframe { display: block; width: 100%; height: 100%; min-height: 430px; border: 0; }
.location-premium-v1-agenda { margin: clamp(1.4rem,3vw,2.5rem) 0; }
.location-premium-v1-agenda header { max-width: 750px; margin-bottom: 1rem; }
.location-premium-v1-agenda h2, .location-premium-v1-prepare h2, .location-premium-v1-final h2 { margin: .4rem 0 0; color: #003366; font-size: clamp(1.45rem,2.8vw,2.2rem); line-height: 1.33; }
.location-premium-v1-agenda > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.location-premium-v1-agenda article { padding: 1.15rem; border: 1px solid #dce7ee; border-top: 4px solid #00a8e8; border-radius: 11px; background: #fff; box-shadow: 0 8px 22px rgba(0,42,78,.06); }
.location-premium-v1-agenda b { color: #00a8e8; font-size: .75rem; }
.location-premium-v1-agenda h3 { margin: .55rem 0 .45rem; color: #123e62; font-size: 1.05rem; }
.location-premium-v1-agenda p { margin: 0; color: #5a7081; font-size: .85rem; line-height: 1.65; }
.location-premium-v1-prepare { display: grid; grid-template-columns: minmax(230px,.75fr) minmax(0,1.25fr); gap: 1.2rem; padding: 1.35rem; border: 1px solid #d7e6ee; border-radius: 13px; background: #f5fafc; }
.location-premium-v1-prepare ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .6rem 1rem; margin: 0; padding: 0; list-style: none; }
.location-premium-v1-prepare li { position: relative; padding-left: 1rem; color: #4d687d; font-size: .85rem; line-height: 1.55; }
.location-premium-v1-prepare li::before { position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #00a8e8; content: ''; }
.location-premium-v1-prepare > p { grid-column: 1 / -1; margin: 0; padding: .7rem .8rem; border-radius: 8px; background: #e5f5fb; color: #246080; font-size: .82rem; }
.location-premium-v1-final { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1rem; padding: 1.35rem; border-radius: 14px; background: linear-gradient(135deg,#eaf7fc,#fff); border: 1px solid #cfe4ef; }
.location-premium-v1-final p { margin: .4rem 0 0; color: #5a7081; }
.location-premium-v1-final > div:last-child { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: .65rem; }
.location-premium-v1-final > div:last-child > a:last-child { color: #003366; font-size: .85rem; font-weight: 900; text-decoration: none; }

/* Support pages: keep related information visually continuous. */
.support-premium-v1 { margin-bottom: 1.8rem; }
.support-premium-v1-services { margin: clamp(1.5rem, 3vw, 2.6rem) 0; }
.support-premium-v1-prepare { margin: clamp(1.5rem, 3vw, 2.6rem) 0; }
.support-premium-v1-hero { gap: clamp(1rem, 2.3vw, 1.8rem); padding: clamp(1.25rem, 2.6vw, 2.1rem); }
.support-premium-v1-flow, .support-premium-v1-final { padding: clamp(1.2rem, 2.5vw, 1.9rem); }
.support-premium-v1-prepare { gap: 1rem; padding: clamp(1.2rem, 2.5vw, 1.9rem); }
.support-service-v2 { margin-bottom: 1.8rem; }
.support-service-v2 > header { padding: clamp(1.25rem, 2.8vw, 2.1rem); }
.support-service-v2-check { gap: 1rem; margin: clamp(1.4rem, 3vw, 2.5rem) 0; padding: clamp(1.15rem, 2.5vw, 1.8rem); }
.support-service-v2-form { margin: 1.25rem 0; padding: clamp(1.2rem, 2.6vw, 1.9rem); }
.support-service-v2-final { margin-top: 1.1rem; padding: 1.1rem 1.25rem; }
.family-premium-v1 { --family-accent: #008ac4; margin: 1.2rem 0 3rem; padding: clamp(1.4rem,3.5vw,2.7rem); overflow: hidden; border: 1px solid color-mix(in srgb,var(--family-accent) 22%,white); border-radius: 18px; background: radial-gradient(circle at 96% 0,color-mix(in srgb,var(--family-accent) 13%,transparent),transparent 31%),#fff; box-shadow: 0 18px 42px rgba(0,42,78,.09); }
.family-premium-v1-leadership { --family-accent: #8a6238; }
.family-premium-v1-technology { --family-accent: #0077b6; }
.family-premium-v1-history { --family-accent: #6d5d8f; }
.family-premium-v1-cases { --family-accent: #13795b; }
.family-premium-v1-network-case { --family-accent: #0077b6; }
.family-premium-v1-security-case { --family-accent: #c44848; }
.family-premium-v1-media-case { --family-accent: #8c55c7; }
.family-premium-v1-library { --family-accent: #d47718; }
.family-premium-v1 > header { max-width: 880px; margin-bottom: 1.4rem; }
.family-premium-v1 > header > span, .family-premium-v1-proof span { color: var(--family-accent); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.family-premium-v1 > header h2 { margin: .48rem 0 .7rem; color: #07385f; font-size: clamp(1.65rem,3.2vw,2.5rem); line-height: 1.3; letter-spacing: -.04em; word-break: keep-all; overflow-wrap: normal; }
.family-premium-v1 > header p { margin: 0; color: #536b7f; line-height: 1.75; }
.family-premium-v1-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.family-premium-v1-grid article { position: relative; min-height: 178px; padding: 1.15rem; border: 1px solid #e0e8ee; border-radius: 11px; background: #fff; box-shadow: 0 8px 22px rgba(0,42,78,.06); }
.family-premium-v1-grid article::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--family-accent); content: ''; }
.family-premium-v1-grid b { color: var(--family-accent); font-size: .72rem; }
.family-premium-v1-grid h3 { margin: .55rem 0 .5rem; color: #123e62; font-size: 1rem; }
.family-premium-v1-grid p { margin: 0; color: #5a6f81; font-size: .84rem; line-height: 1.65; }
.family-premium-v1-proof { display: grid; grid-template-columns: minmax(200px,.7fr) minmax(0,1.3fr); gap: 1.3rem; margin: 1rem 0; padding: 1.25rem; border-radius: 12px; background: #082d50; }
.family-premium-v1-proof h3 { margin: .4rem 0 0; color: #fff; font-size: 1.15rem; }
.family-premium-v1-proof ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.family-premium-v1-proof li { display: flex; gap: .55rem; color: #d7e3ed; font-size: .85rem; line-height: 1.55; }
.family-premium-v1-proof i { margin-top: .25rem; color: color-mix(in srgb,var(--family-accent) 55%,#7fe3ff); }
.family-premium-v1 > .button { margin-top: .25rem; }
.vision-tech-principles-intro { max-width: 820px; margin: 2rem 0 1rem; }
.vision-tech-principles-intro > span, .vision-tech-next > div > span { color: #0077b6; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.vision-tech-principles-intro h2, .vision-tech-next h2 { margin: .4rem 0 .55rem; color: #07385f; font-size: clamp(1.45rem, 2.8vw, 2.15rem); line-height: 1.3; letter-spacing: -.035em; }
.vision-tech-principles-intro p, .vision-tech-next p { margin: 0; color: #536b7f; line-height: 1.7; }
.vision-tech-next { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; margin: 2rem 0 0; padding: 1.4rem 1.5rem; border-radius: 12px; background: #082d50; }
.vision-tech-next h2 { color: #fff; }
.vision-tech-next p { color: #d7e3ed; }
.vision-tech-next > div:last-child { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: flex-end; }
.vision-tech-next .button { white-space: nowrap; }
@media (max-width: 760px) { .vision-tech-next { align-items: stretch; flex-direction: column; } .vision-tech-next > div:last-child { justify-content: flex-start; } }
.contact-premium-v1 { margin: 1.2rem 0 2rem; padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid #d8e6ee; border-radius: 16px; background: #f7fbfd; }
.contact-premium-v1 > header { max-width: 820px; }
.contact-premium-v1 > header > span { color: #0077b6; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.contact-premium-v1 h2 { margin: .4rem 0 .6rem; color: #07385f; font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1.3; }
.contact-premium-v1 > header p { margin: 0; color: #536b7f; line-height: 1.7; }
.contact-premium-v1-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 1.3rem 0; }
.contact-premium-v1-grid article { padding: 1rem; border-radius: 10px; background: #fff; border: 1px solid #e0eaf0; }
.contact-premium-v1-grid b { color: #008ac4; font-size: .75rem; }
.contact-premium-v1-grid h3 { margin: .35rem 0 .4rem; color: #123e62; font-size: 1rem; }
.contact-premium-v1-grid p { margin: 0; color: #5a6f81; font-size: .85rem; line-height: 1.6; }
.contact-premium-v1-form { margin-top: 1.1rem; padding: 1.2rem; border-radius: 11px; background: #fff; border: 1px solid #d7e5ed; }
.contact-premium-v1-form > h3 { margin: 0 0 .8rem; color: #07385f; }
@media (max-width: 760px) { .contact-premium-v1-grid { grid-template-columns: 1fr; } }
.spatial-body-v3-section { margin: clamp(2.8rem, 6vw, 5.5rem) 0; }
.spatial-body-v3-section > header { max-width: 820px; margin-bottom: 1.45rem; }
.spatial-body-v3-section > header > span, .spatial-body-v3-final span { color: #008ac4; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.spatial-body-v3-section > header h2, .spatial-body-v3-final h2 { margin: .45rem 0 .65rem; color: #003366; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.32; letter-spacing: -.035em; }
.spatial-body-v3-section > header p, .spatial-body-v3-final p { margin: 0; color: #586d81; line-height: 1.75; }
.spatial-body-v3-signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.spatial-body-v3-signal-grid article { display: flex; gap: .8rem; padding: 1.2rem; border: 1px solid #e0e9f0; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(0,42,78,.07); }
.spatial-body-v3-signal-grid i { margin-top: .2rem; color: #00a8e8; }
.spatial-body-v3-signal-grid p { margin: 0; color: #415d75; line-height: 1.65; }
.spatial-body-v3-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.spatial-body-v3-process li { position: relative; padding: 1.3rem 1.1rem; border-top: 3px solid #00a8e8; background: #f5f9fc; }
.spatial-body-v3-process li + li { border-left: 1px solid #dce7ef; }
.spatial-body-v3-process li:first-child { border-radius: 12px 0 0 12px; }
.spatial-body-v3-process li:last-child { border-radius: 0 12px 12px 0; }
.spatial-body-v3-process b { display: block; margin-bottom: .75rem; color: #00a8e8; font-size: .8rem; }
.spatial-body-v3-process h3 { margin: 0 0 .55rem; color: #123d63; font-size: 1.03rem; }
.spatial-body-v3-process p { margin: 0; color: #5b6f82; font-size: .88rem; line-height: 1.65; }
.spatial-body-v3-evidence { padding: clamp(1.35rem, 3vw, 2.4rem); border-radius: 18px; background: #082d50; }
.spatial-body-v3-evidence > header > span { color: #78d9ff; }
.spatial-body-v3-evidence > header h2 { color: #fff; }
.spatial-body-v3-evidence > header p { color: #c6d6e5; }
.spatial-body-v3-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.spatial-body-v3-evidence-grid article { padding: 1.35rem; border-radius: 12px; background: #fff; }
.spatial-body-v3-evidence-grid h3 { margin: 0 0 .9rem; color: #003366; }
.spatial-body-v3-evidence-grid h3 i { color: #00a8e8; }
.spatial-body-v3-evidence-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem 1rem; margin: 0; padding: 0; list-style: none; }
.spatial-body-v3-evidence-grid li { position: relative; padding-left: 1rem; color: #4d6479; line-height: 1.55; }
.spatial-body-v3-evidence-grid li::before { position: absolute; top: .6em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #00a8e8; content: ''; }
.spatial-body-v3-faq > div { border-top: 1px solid #dce6ee; }
.spatial-body-v3-faq details { border-bottom: 1px solid #dce6ee; }
.spatial-body-v3-faq summary { position: relative; padding: 1.15rem 2.5rem 1.15rem .2rem; color: #123d63; font-weight: 850; cursor: pointer; list-style: none; }
.spatial-body-v3-faq summary::-webkit-details-marker { display: none; }
.spatial-body-v3-faq summary::after { position: absolute; right: .4rem; color: #00a8e8; font-size: 1.3rem; content: '+'; }
.spatial-body-v3-faq details[open] summary::after { content: '−'; }
.spatial-body-v3-faq details p { max-width: 850px; margin: 0; padding: 0 .2rem 1.2rem; color: #5a6f82; line-height: 1.7; }
.spatial-body-v3-final { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: clamp(3rem, 7vw, 6rem) 0 1rem; padding: clamp(1.5rem, 4vw, 2.8rem); border-radius: 18px; background: linear-gradient(135deg, #eaf7fc, #fff); border: 1px solid rgba(0,120,173,.15); }
.spatial-body-v3-final > div:first-child { max-width: 760px; }
.spatial-body-v3-final-actions { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: .75rem; }
.spatial-body-v3-final-actions > a:last-child { color: #003366; font-weight: 900; text-decoration: none; }

@media (max-width: 860px) {
    .remote-macos-v2-hero, .remote-macos-v2-permission { grid-template-columns: 1fr; }
    .remote-macos-v2-help { align-items: stretch; flex-direction: column; }
    .remote-macos-v2-help > div:last-child { align-items: stretch; }
    .remote-macos-v2-help .button { text-align: center; }
    .remote-reservation-v2-hero, .remote-reservation-v2-decision { grid-template-columns: 1fr; }
    .remote-reservation-v2-prepare ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .remote-reservation-v2-final { align-items: stretch; flex-direction: column; }
    .remote-reservation-v2-final > div:last-child { align-items: stretch; }
    .remote-reservation-v2-final .button { text-align: center; }
    .location-premium-v1 > header, .location-premium-v1-map, .location-premium-v1-prepare { grid-template-columns: 1fr; }
    .location-premium-v1-agenda > div { grid-template-columns: 1fr; }
    .location-premium-v1-final { align-items: stretch; flex-direction: column; }
    .location-premium-v1-final > div:last-child { align-items: stretch; }
    .location-premium-v1-final .button { text-align: center; }
    .support-service-v2-cards { grid-template-columns: 1fr; }
    .support-service-v2-check { grid-template-columns: 1fr; }
    .support-service-v2-final { align-items: stretch; flex-direction: column; }
    .support-service-v2-final .button { text-align: center; }
    .support-premium-v1-hero, .support-premium-v1-prepare { grid-template-columns: 1fr; }
    .support-premium-v1-services > div { grid-template-columns: 1fr; }
    .support-premium-v1-flow ol { grid-template-columns: 1fr; gap: .65rem; overflow: visible; }
    .support-premium-v1-flow li + li { border-left: 0; }
    .support-premium-v1-final { align-items: stretch; flex-direction: column; }
    .support-premium-v1-final > div:last-child { align-items: stretch; }
    .support-premium-v1-final .button { text-align: center; }
    .family-premium-v1-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .family-premium-v1-proof { grid-template-columns: 1fr; }
    .ict-premium-v4-impact { grid-template-columns: 1fr; }
    .ict-premium-v4-services, .ict-premium-v4-scenarios > div { grid-template-columns: 1fr; }
    .ict-consultation-prep { grid-template-columns: 1fr; }
    .ict-consultation-prep > p { grid-column: auto; }
    .spatial-detail-v3-jump { position: static; display: flex; margin-right: calc(50% - 50vw); padding-right: 1rem; overflow-x: auto; border-right: 0; border-left: 0; border-radius: 0; }
    .spatial-detail-v3-jump a { flex: 0 0 120px; }
    .spatial-body-v3-signature > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .spatial-body-v3-signal-grid { grid-template-columns: 1fr; }
    .spatial-body-v3-process { grid-template-columns: 1fr; gap: .65rem; }
    .spatial-body-v3-process li, .spatial-body-v3-process li + li { border-left: 0; border-radius: 10px; }
    .spatial-body-v3-evidence-grid { grid-template-columns: 1fr; }
    .spatial-body-v3-final { align-items: stretch; flex-direction: column; }
    .spatial-body-v3-final-actions { align-items: stretch; }
    .spatial-body-v3-final-actions .button { text-align: center; }
}

@media (max-width: 520px) {
    .remote-macos-v2-hero, .remote-macos-v2-permission, .remote-macos-v2-help { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .remote-macos-v2-progress { margin-right: calc(50% - 50vw); overflow-x: auto; }
    .remote-macos-v2-progress ol { min-width: 540px; border-right: 0; border-left: 0; border-radius: 0; }
    .remote-macos-v2-steps > div, .remote-macos-v2-permission ul { grid-template-columns: 1fr; }
    .remote-macos-v2-steps article { min-height: 0; }
    .remote-macos-v2-steps figure img { max-height: none; }
    .remote-reservation-v2-hero, .remote-reservation-v2-decision, .remote-reservation-v2-prepare, .remote-reservation-v2-form, .remote-reservation-v2-final { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .remote-reservation-v2-route > div, .remote-reservation-v2-decision > div:last-child, .remote-reservation-v2-prepare ol { grid-template-columns: 1fr; }
    .remote-reservation-v2-route a { min-height: 0; }
    .remote-reservation-v2-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .remote-reservation-v2-form select { min-height: 54px; font-size: 16px; }
    .location-premium-v1 > header, .location-premium-v1-map, .location-premium-v1-prepare, .location-premium-v1-final { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .location-premium-v1-map-frame, .location-premium-v1-map-frame iframe { min-height: 300px; border-radius: 0; }
    .location-premium-v1-prepare ul { grid-template-columns: 1fr; }
    .support-premium-v1-services { margin: 1.25rem 0; }
    .support-premium-v1-prepare { margin: 1.25rem 0; }
    .support-service-v2-check { margin: 1.25rem 0; }
    .support-service-v2 > header, .support-service-v2-check, .support-service-v2-form, .support-service-v2-final { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .support-service-v2-form .audit-form-grid, .support-service-v2-form .wpcf7-checkbox, .support-service-v2-check ul { grid-template-columns: 1fr; }
    .support-service-v2-form input:not([type=checkbox]):not([type=submit]), .support-service-v2-form select { min-height: 54px; font-size: 16px; }
    .support-premium-v1-hero, .support-premium-v1-flow, .support-premium-v1-prepare, .support-premium-v1-final { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .support-premium-v1-services > div > a { grid-template-columns: 1fr; }
    .support-premium-v1-services img { min-height: 220px; aspect-ratio: 3 / 2; }
    .support-premium-v1-prepare ul { grid-template-columns: 1fr; }
    .family-premium-v1 { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .family-premium-v1-grid { grid-template-columns: 1fr; }
    .family-premium-v1-grid article { min-height: 0; }
    .ict-premium-v4-impact, .ict-premium-v4-scenarios, .ict-premium-v4-consultation { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .ict-premium-v4-consultation .audit-form-grid, .ict-premium-v4-consultation .wpcf7-checkbox { grid-template-columns: 1fr; }
    .ict-premium-v4-consultation input:not([type=checkbox]):not([type=radio]):not([type=submit]), .ict-premium-v4-consultation select { min-height: 54px; font-size: 16px; }
    .spatial-body-v3-signature { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .spatial-body-v3-signature > div { grid-template-columns: 1fr; }
    .spatial-body-v3-evidence, .spatial-body-v3-final { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); border-right: 0; border-left: 0; border-radius: 0; }
    .spatial-body-v3-evidence-grid ul { grid-template-columns: 1fr; }
}

.priority-page-hero-media {
    float: right;
    width: min(48%, 570px);
    margin: 0 0 1rem 2rem;
}

.priority-page-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 20px 42px rgba(0, 38, 72, 0.16);
}

.about-bizinc-hero::after,
.core-solutions-page .solution-detail-hero::after,
.insights-hero::after {
    display: table;
    clear: both;
    content: '';
}

.priority-page-assurance {
    margin: 0 0 2rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 14px;
    background: linear-gradient(135deg, #f7fbfe 0%, #fff 75%);
}

.priority-page-assurance-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
}

.priority-page-assurance-head span {
    color: #008ac4;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.priority-page-assurance-head h2 {
    max-width: 760px;
    margin: 0.35rem 0 0.6rem;
    color: #003366;
    font-size: clamp(1.45rem, 2.8vw, 2.15rem);
    line-height: 1.35;
}

.priority-page-assurance-head p,
.priority-page-assurance-grid p {
    margin: 0;
    color: #5c6e80;
    line-height: 1.7;
}

.priority-page-assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.priority-page-assurance-grid article {
    padding: 1.15rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 42, 78, 0.07);
}

.priority-page-assurance-grid b {
    color: #00a8e8;
    font-size: 0.78rem;
}

.priority-page-assurance-grid h3 {
    margin: 0.35rem 0 0.5rem;
    color: #123d63;
    font-size: 1.05rem;
}

/* 공통 고도화 영역의 한글 문장 가독성: 음절 단위 강제 줄바꿈 방지 */
.family-premium-v1 h1,
.family-premium-v1 h2,
.family-premium-v1 h3,
.family-premium-v1 p,
.spatial-body-v3 h1,
.spatial-body-v3 h2,
.spatial-body-v3 h3,
.spatial-body-v3 p,
.priority-page-hero h1,
.priority-page-hero h2,
.priority-page-hero h3,
.priority-page-hero p,
.support-premium-v1 h1,
.support-premium-v1 h2,
.support-premium-v1 h3,
.support-premium-v1 p,
.support-service-v2 h1,
.support-service-v2 h2,
.support-service-v2 h3,
.support-service-v2 p,
.remote-reservation-v2 h1,
.remote-reservation-v2 h2,
.remote-reservation-v2 h3,
.remote-reservation-v2 p,
.remote-macos-v2 h1,
.remote-macos-v2 h2,
.remote-macos-v2 h3,
.remote-macos-v2 p,
.location-premium-v1 h1,
.location-premium-v1 h2,
.location-premium-v1 h3,
.location-premium-v1 p {
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media (max-width: 760px) {
    .priority-page-hero-media {
        float: none;
        width: 100%;
        margin: 0 0 1.2rem;
    }

    .priority-page-assurance-head {
        align-items: stretch;
        flex-direction: column;
    }

    .priority-page-assurance-grid {
        grid-template-columns: 1fr;
    }
}
