:root {
    --xcp-ink: #102d24;
    --xcp-forest: #064a32;
    --xcp-forest-deep: #032b20;
    --xcp-green: #0b7550;
    --xcp-orange: #ee6a2d;
    --xcp-orange-dark: #d85319;
    --xcp-lime: #c8d96a;
    --xcp-cream: #f3efe4;
    --xcp-paper: #fffdf7;
    --xcp-white: #ffffff;
    --xcp-muted: #64736d;
    --xcp-line: rgba(16, 45, 36, 0.16);
    --xcp-light-line: rgba(255, 255, 255, 0.17);
    --xcp-shadow: 0 28px 70px rgba(6, 52, 36, 0.15);
    --xcp-radius: 3px;
}

html {
    scroll-behavior: smooth;
}

.xcom-custom-production-page [id] {
    scroll-margin-top: 94px;
}

body.xcom-custom-production-page {
    margin: 0;
    background: var(--xcp-paper);
    color: var(--xcp-ink);
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.xcom-custom-production-page *,
.xcom-custom-production-page *::before,
.xcom-custom-production-page *::after {
    box-sizing: border-box;
}

.xcom-custom-production-page a {
    color: inherit;
    text-decoration: none;
}

.xcom-custom-production-page img {
    display: block;
    max-width: 100%;
}

.xcom-custom-production-page h1,
.xcom-custom-production-page h2,
.xcom-custom-production-page h3,
.xcom-custom-production-page p,
.xcom-custom-production-page blockquote,
.xcom-custom-production-page figure,
.xcom-custom-production-page dl,
.xcom-custom-production-page dd {
    margin-top: 0;
}

.xcom-custom-production-page .xcom-floating-contact,
.xcom-custom-production-page .xcom-tieu-boi-launcher {
    display: none !important;
}

.xcp-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.xcp-skip {
    position: fixed;
    z-index: 10000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    transform: translateY(-180%);
    background: var(--xcp-white);
    color: var(--xcp-ink);
    font-weight: 800;
}

.xcp-skip:focus {
    transform: translateY(0);
}

.xcp-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.xcp-header.is-scrolled {
    border-color: var(--xcp-line);
    background: rgba(255, 253, 247, 0.95);
    box-shadow: 0 10px 30px rgba(6, 52, 36, 0.08);
    backdrop-filter: blur(14px);
}

.xcp-header__inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.xcp-brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    line-height: 1;
}

.xcp-brand__logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.xcp-brand > span {
    max-width: 110px;
    padding-left: 12px;
    border-left: 1px solid var(--xcp-line);
    color: var(--xcp-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.35;
    text-transform: uppercase;
}

.xcp-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #355148;
    font-size: 13px;
    font-weight: 750;
}

.xcp-nav a {
    position: relative;
}

.xcp-nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    background: var(--xcp-orange);
    content: "";
    transition: transform 180ms ease;
}

.xcp-nav a:hover::after,
.xcp-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.xcp-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: var(--xcp-radius);
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.xcp-button:hover,
.xcp-button:focus-visible {
    transform: translateY(-2px);
}

.xcp-button:focus-visible,
.xcp-text-link:focus-visible,
.xcp-nav a:focus-visible,
.xcp-field input:focus-visible,
.xcp-field textarea:focus-visible,
.xcp-faq summary:focus-visible {
    outline: 3px solid rgba(238, 106, 45, 0.35);
    outline-offset: 4px;
}

.xcp-button--header {
    min-height: 44px;
    padding: 0 20px;
    background: var(--xcp-ink);
    color: var(--xcp-white) !important;
}

.xcp-button--primary,
.xcp-button--submit {
    background: var(--xcp-orange);
    box-shadow: 0 15px 34px rgba(238, 106, 45, 0.23);
    color: var(--xcp-white) !important;
}

.xcp-button--primary:hover,
.xcp-button--primary:focus-visible,
.xcp-button--submit:hover,
.xcp-button--submit:focus-visible {
    background: var(--xcp-orange-dark);
    box-shadow: 0 19px 42px rgba(238, 106, 45, 0.31);
}

.xcp-hero {
    position: relative;
    min-height: 790px;
    padding: 150px 0 84px;
    overflow: hidden;
    background: var(--xcp-cream);
}

.xcp-hero::before {
    position: absolute;
    top: -250px;
    right: -230px;
    width: 720px;
    height: 720px;
    border: 130px solid rgba(6, 74, 50, 0.07);
    border-radius: 50%;
    content: "";
}

.xcp-hero__blueprint {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background-image: linear-gradient(var(--xcp-line) 1px, transparent 1px), linear-gradient(90deg, var(--xcp-line) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 68%);
}

.xcp-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.91fr) minmax(470px, 1.09fr);
    align-items: center;
    gap: 72px;
}

.xcp-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    color: var(--xcp-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.xcp-eyebrow span {
    display: inline-flex;
    min-width: 32px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    background: var(--xcp-green);
    color: var(--xcp-white);
    letter-spacing: 0.08em;
}

.xcp-hero h1 {
    max-width: 650px;
    margin-bottom: 30px;
    color: var(--xcp-ink);
    font-size: clamp(58px, 6.5vw, 92px);
    font-weight: 900;
    letter-spacing: -0.068em;
    line-height: 0.91;
}

.xcp-hero h1 em,
.xcp-section-head h2 em,
.xcp-case__mast h2 em {
    display: block;
    margin-top: 10px;
    color: var(--xcp-orange);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.045em;
}

.xcp-hero__lead {
    max-width: 650px;
    margin-bottom: 20px;
    color: #345249;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.5;
}

.xcp-hero__statement {
    max-width: 610px;
    margin-bottom: 32px;
    padding-left: 18px;
    border-left: 3px solid var(--xcp-orange);
    color: var(--xcp-muted);
    font-size: 15px;
    line-height: 1.65;
}

.xcp-hero__statement strong {
    color: var(--xcp-ink);
}

.xcp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.xcp-text-link {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--xcp-ink);
    color: var(--xcp-ink);
    font-size: 13px;
    font-weight: 800;
}

.xcp-hero__visual {
    position: relative;
    padding: 16px 16px 104px;
    background: var(--xcp-forest-deep);
    box-shadow: var(--xcp-shadow);
}

.xcp-hero__photo {
    position: relative;
    height: 510px;
    overflow: hidden;
}

.xcp-hero__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(3, 43, 32, 0.74));
    content: "";
}

.xcp-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xcp-photo-tag {
    position: absolute;
    z-index: 1;
    bottom: 18px;
    left: 20px;
    color: var(--xcp-white);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.xcp-spec-card {
    position: absolute;
    right: -18px;
    bottom: 22px;
    left: 56px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--xcp-light-line);
    background: rgba(8, 68, 48, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.xcp-spec-card > div {
    min-height: 104px;
    padding: 16px 13px;
    border-right: 1px solid var(--xcp-light-line);
}

.xcp-spec-card > div:last-child {
    border-right: 0;
}

.xcp-spec-card span,
.xcp-spec-card strong,
.xcp-spec-card small {
    display: block;
}

.xcp-spec-card span {
    margin-bottom: 13px;
    color: var(--xcp-lime);
    font-size: 10px;
    font-weight: 900;
}

.xcp-spec-card strong {
    color: var(--xcp-white);
    font-size: 13px;
}

.xcp-spec-card small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.61);
    font-size: 10px;
    line-height: 1.35;
}

.xcp-principle {
    background: var(--xcp-orange);
    color: var(--xcp-white);
}

.xcp-principle__inner {
    display: grid;
    grid-template-columns: 0.55fr 1.25fr 1fr;
    align-items: center;
    gap: 38px;
    min-height: 150px;
}

.xcp-principle__inner > span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.xcp-principle__inner p,
.xcp-principle__inner strong {
    margin: 0;
    line-height: 1.45;
}

.xcp-principle__inner p {
    font-size: 20px;
    font-weight: 800;
}

.xcp-principle__inner strong {
    padding-left: 34px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 400;
}

.xcp-companion {
    padding: 34px 0;
    border-bottom: 1px solid var(--xcp-line);
    background: var(--xcp-paper);
}

.xcp-companion__inner {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) minmax(230px, 0.42fr);
    align-items: center;
    gap: 42px;
    padding: 30px 34px;
    border: 1px solid var(--xcp-line);
    background: var(--xcp-white);
    box-shadow: 0 18px 46px rgba(6, 52, 36, 0.07);
}

.xcp-companion__index > span,
.xcp-companion__copy > span {
    display: block;
    margin-bottom: 12px;
    color: var(--xcp-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.xcp-companion__index {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
}

.xcp-companion__index > span {
    grid-column: 1 / -1;
}

.xcp-companion__index strong,
.xcp-companion__index b {
    color: var(--xcp-ink);
    font-size: 18px;
    font-weight: 900;
}

.xcp-companion__index b {
    color: var(--xcp-orange);
}

.xcp-companion__index i {
    height: 2px;
    background: linear-gradient(90deg, var(--xcp-ink) 50%, var(--xcp-orange) 50%);
}

.xcp-companion__copy > span {
    margin-bottom: 8px;
    color: var(--xcp-orange-dark);
}

.xcp-companion__copy h2 {
    margin-bottom: 9px;
    color: var(--xcp-ink);
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.xcp-companion__copy p {
    max-width: 700px;
    margin-bottom: 0;
    color: var(--xcp-muted);
    font-size: 13px;
    line-height: 1.65;
}

.xcp-companion__link {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    background: var(--xcp-forest);
    color: var(--xcp-white) !important;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
    transition: transform 180ms ease, background-color 180ms ease;
}

.xcp-companion__link b {
    color: var(--xcp-lime);
    font-size: 24px;
}

.xcp-companion__link:hover,
.xcp-companion__link:focus-visible {
    transform: translateY(-2px);
    background: var(--xcp-forest-deep);
}

.xcp-companion__link:focus-visible {
    outline: 3px solid rgba(238, 106, 45, 0.35);
    outline-offset: 4px;
}

.xcp-section {
    padding: 112px 0;
}

.xcp-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 54px;
}

.xcp-section-head .xcp-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -48px;
}

.xcp-section-head h2,
.xcp-case__mast h2,
.xcp-pricing__copy h2,
.xcp-advantage__copy h2,
.xcp-brief__copy h2 {
    margin-bottom: 0;
    color: var(--xcp-ink);
    font-size: clamp(43px, 5vw, 68px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.xcp-section-head > p:last-child {
    margin: 0;
    color: var(--xcp-muted);
    font-size: 16px;
    line-height: 1.7;
}

.xcp-compare {
    background: var(--xcp-paper);
}

.xcp-compare__table {
    border: 1px solid var(--xcp-line);
    background: var(--xcp-white);
    box-shadow: 0 24px 60px rgba(6, 52, 36, 0.08);
}

.xcp-compare__head,
.xcp-compare__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.xcp-compare__head > div {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    background: var(--xcp-cream);
    color: var(--xcp-ink);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.xcp-compare__head > div:last-child {
    background: var(--xcp-forest);
    color: var(--xcp-white);
}

.xcp-compare__head span {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid currentColor;
    font-size: 10px;
}

.xcp-compare__row > div {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 16px;
    padding: 14px 30px;
    border-top: 1px solid var(--xcp-line);
    color: #50625c;
    font-size: 15px;
}

.xcp-compare__row > div:last-child {
    border-left: 1px solid var(--xcp-line);
    color: var(--xcp-ink);
}

.xcp-compare__row i {
    flex: 0 0 28px;
    color: var(--xcp-orange);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.xcp-big-quote {
    max-width: 870px;
    margin: 66px auto 0;
    color: var(--xcp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.xcp-process {
    position: relative;
    overflow: hidden;
    background: var(--xcp-forest-deep);
    color: var(--xcp-white);
}

.xcp-process::before {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
}

.xcp-process .xcp-shell {
    position: relative;
}

.xcp-section-head--light h2,
.xcp-section-head--light > p:last-child {
    color: var(--xcp-white);
}

.xcp-section-head--light .xcp-eyebrow {
    color: var(--xcp-lime);
}

.xcp-section-head--light .xcp-eyebrow span {
    background: var(--xcp-lime);
    color: var(--xcp-forest-deep);
}

.xcp-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--xcp-light-line);
    border-left: 1px solid var(--xcp-light-line);
}

.xcp-step {
    min-height: 300px;
    padding: 32px;
    border-right: 1px solid var(--xcp-light-line);
    border-bottom: 1px solid var(--xcp-light-line);
    background: rgba(255, 255, 255, 0.025);
    transition: background-color 200ms ease, transform 200ms ease;
}

.xcp-step:hover {
    z-index: 1;
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.075);
}

.xcp-step__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.xcp-step__top > span {
    color: var(--xcp-lime);
    font-size: 12px;
    font-weight: 900;
}

.xcp-step__icon {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(200, 217, 106, 0.7);
}

.xcp-step__icon::before,
.xcp-step__icon::after {
    position: absolute;
    background: var(--xcp-lime);
    content: "";
}

.xcp-step__icon::before {
    top: 12px;
    right: 8px;
    left: 8px;
    height: 2px;
    box-shadow: 0 8px 0 var(--xcp-lime), 0 16px 0 var(--xcp-lime);
}

.xcp-step__icon--sample::after,
.xcp-step__icon--tool::after,
.xcp-step__icon--material::after,
.xcp-step__icon--qc::after,
.xcp-step__icon--ship::after {
    right: -5px;
    bottom: -5px;
    width: 14px;
    height: 14px;
    border: 3px solid var(--xcp-forest-deep);
    background: var(--xcp-orange);
}

.xcp-step h3 {
    margin-bottom: 14px;
    color: var(--xcp-white);
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -0.035em;
}

.xcp-step p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    line-height: 1.7;
}

.xcp-pricing {
    background: var(--xcp-cream);
}

.xcp-pricing__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    align-items: center;
    gap: 90px;
}

.xcp-pricing__copy > p:not(.xcp-eyebrow),
.xcp-advantage__copy > p,
.xcp-brief__copy > p {
    margin: 28px 0 0;
    color: var(--xcp-muted);
    font-size: 16px;
    line-height: 1.75;
}

.xcp-pricing__note {
    margin-top: 36px;
    padding: 24px;
    border-left: 4px solid var(--xcp-orange);
    background: var(--xcp-white);
}

.xcp-pricing__note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--xcp-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.xcp-pricing__note p {
    margin: 0;
    color: #486057;
    font-size: 14px;
    line-height: 1.65;
}

.xcp-price-stack {
    border: 1px solid var(--xcp-line);
    background: var(--xcp-white);
    box-shadow: var(--xcp-shadow);
}

.xcp-price-stack__base {
    display: flex;
    min-height: 90px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 28px;
    background: var(--xcp-ink);
    color: var(--xcp-white);
}

.xcp-price-stack__base span {
    color: var(--xcp-lime);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.xcp-price-stack__base strong {
    font-size: 20px;
}

.xcp-price-stack ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xcp-price-stack li {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    min-height: 77px;
    border-top: 1px solid var(--xcp-line);
}

.xcp-price-stack li > span {
    display: grid;
    align-self: stretch;
    place-items: center;
    border-right: 1px solid var(--xcp-line);
    color: var(--xcp-orange);
    font-size: 22px;
    font-weight: 400;
}

.xcp-price-stack li p {
    margin: 0;
    padding: 13px 20px;
    color: var(--xcp-ink);
    font-size: 14px;
    font-weight: 800;
}

.xcp-price-stack li small {
    display: block;
    margin-top: 3px;
    color: var(--xcp-muted);
    font-size: 11px;
    font-weight: 500;
}

.xcp-price-stack__result {
    display: grid;
    grid-template-columns: 64px 1fr;
    min-height: 86px;
    align-items: center;
    background: var(--xcp-orange);
    color: var(--xcp-white);
}

.xcp-price-stack__result span {
    text-align: center;
    font-size: 32px;
}

.xcp-price-stack__result strong {
    font-size: 21px;
}

.xcp-levels {
    background: var(--xcp-paper);
}

.xcp-levels .xcp-section-head {
    grid-template-columns: 1fr;
}

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

.xcp-level {
    position: relative;
    min-height: 390px;
    padding: 36px 32px;
    overflow: hidden;
    border: 1px solid var(--xcp-line);
    background: var(--xcp-white);
}

.xcp-level::after {
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    border: 30px solid rgba(6, 74, 50, 0.06);
    border-radius: 50%;
    content: "";
}

.xcp-level__meter {
    display: flex;
    gap: 5px;
    margin-bottom: 62px;
}

.xcp-level__meter i {
    width: 40px;
    height: 5px;
    background: #d7ddd8;
}

.xcp-level--light .xcp-level__meter i:first-child,
.xcp-level--medium .xcp-level__meter i:nth-child(-n+2),
.xcp-level--full .xcp-level__meter i {
    background: var(--xcp-orange);
}

.xcp-level > span {
    display: block;
    margin-bottom: 12px;
    color: var(--xcp-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.xcp-level h3 {
    margin-bottom: 16px;
    color: var(--xcp-ink);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.xcp-level p {
    min-height: 73px;
    margin-bottom: 30px;
    color: var(--xcp-muted);
    font-size: 15px;
    line-height: 1.65;
}

.xcp-level > strong {
    position: relative;
    z-index: 1;
    color: var(--xcp-orange-dark);
    font-size: 13px;
}

.xcp-level--full {
    border-color: var(--xcp-forest);
    background: var(--xcp-forest);
}

.xcp-level--full::after {
    border-color: rgba(255, 255, 255, 0.07);
}

.xcp-level--full > span,
.xcp-level--full h3,
.xcp-level--full > strong {
    color: var(--xcp-white);
}

.xcp-level--full p {
    color: rgba(255, 255, 255, 0.68);
}

.xcp-case {
    background: var(--xcp-cream);
}

.xcp-case__mast {
    display: grid;
    grid-template-columns: 1fr 0.66fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 52px;
}

.xcp-case__mast > div > .xcp-eyebrow {
    margin-bottom: 22px;
}

.xcp-case__mast > p {
    margin-bottom: 0;
    color: var(--xcp-muted);
    font-size: 16px;
    line-height: 1.75;
}

.xcp-case__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
    min-height: 760px;
}

.xcp-case__photo {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    background: #e9ebf0;
}

.xcp-case__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xcp-case__photo figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 13px 16px;
    background: rgba(3, 43, 32, 0.87);
    color: var(--xcp-white);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.xcp-case__spec {
    padding: 38px;
    background: var(--xcp-forest-deep);
    color: var(--xcp-white);
}

.xcp-case__label {
    display: block;
    margin-bottom: 28px;
    color: var(--xcp-lime);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.xcp-case__spec dl {
    margin-bottom: 0;
}

.xcp-case__spec dl > div {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--xcp-light-line);
}

.xcp-case__spec dt {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.xcp-case__spec dd {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.xcp-case__paths {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    margin-top: 20px;
    gap: 20px;
}

.xcp-case__path {
    padding: 30px;
    border: 1px solid var(--xcp-line);
    background: var(--xcp-white);
}

.xcp-case__path > span {
    color: var(--xcp-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.xcp-case__path h3 {
    margin: 9px 0 20px;
    color: var(--xcp-ink);
    font-size: 22px;
    font-weight: 900;
}

.xcp-case__path p {
    margin: 0;
    color: var(--xcp-muted);
    line-height: 1.7;
}

.xcp-case__path p b {
    padding: 0 7px;
    color: var(--xcp-orange);
}

.xcp-case__path--custom {
    border-color: var(--xcp-green);
}

.xcp-case__path ol {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    counter-reset: case-step;
    list-style: none;
}

.xcp-case__path li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    background: #edf3ed;
    color: var(--xcp-ink);
    font-size: 11px;
    font-weight: 750;
}

.xcp-case__path li::before {
    counter-increment: case-step;
    content: counter(case-step, decimal-leading-zero);
    color: var(--xcp-orange);
    font-size: 8px;
    font-weight: 900;
}

.xcp-case__conclusion {
    max-width: 840px;
    margin: 60px auto 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.35;
    text-align: center;
}

.xcp-case__conclusion strong {
    color: var(--xcp-orange-dark);
    font-weight: 400;
}

.xcp-advantage {
    background: var(--xcp-paper);
}

.xcp-advantage__grid {
    display: grid;
    grid-template-columns: minmax(460px, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 84px;
}

.xcp-advantage__media {
    position: relative;
    min-height: 600px;
    padding: 16px;
    background: var(--xcp-forest-deep);
}

.xcp-advantage__media img {
    width: 100%;
    height: 568px;
    object-fit: cover;
}

.xcp-advantage__media > div {
    position: absolute;
    right: -24px;
    bottom: 40px;
    width: min(410px, 78%);
    padding: 24px;
    background: var(--xcp-orange);
    color: var(--xcp-white);
}

.xcp-advantage__media span,
.xcp-advantage__media strong {
    display: block;
}

.xcp-advantage__media span {
    margin-bottom: 7px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.xcp-advantage__media strong {
    font-size: 18px;
    line-height: 1.35;
}

.xcp-advantage__copy > p + p {
    margin-top: 14px;
}

.xcp-advantage__copy ul {
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--xcp-line);
    list-style: none;
}

.xcp-advantage__copy li {
    position: relative;
    padding: 17px 0 17px 28px;
    border-bottom: 1px solid var(--xcp-line);
    color: #355148;
    font-size: 14px;
    font-weight: 750;
}

.xcp-advantage__copy li::before {
    position: absolute;
    top: 21px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: var(--xcp-orange);
    content: "";
}

.xcp-faq {
    background: var(--xcp-cream);
}

.xcp-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    align-items: start;
    gap: 92px;
}

.xcp-faq .xcp-section-head {
    display: block;
    margin-bottom: 0;
}

.xcp-faq .xcp-section-head .xcp-eyebrow {
    margin-bottom: 22px;
}

.xcp-faq .xcp-section-head > p:last-of-type {
    margin-top: 26px;
}

.xcp-sales-script {
    margin-top: 36px;
    padding: 26px;
    background: var(--xcp-forest);
    color: var(--xcp-white);
}

.xcp-sales-script span {
    display: block;
    margin-bottom: 12px;
    color: var(--xcp-lime);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.xcp-sales-script p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.65;
}

.xcp-faq__list {
    border-top: 1px solid var(--xcp-line);
}

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

.xcp-faq summary {
    position: relative;
    padding: 26px 56px 26px 0;
    cursor: pointer;
    color: var(--xcp-ink);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.45;
    list-style: none;
}

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

.xcp-faq summary span::before,
.xcp-faq summary span::after {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 18px;
    height: 2px;
    background: var(--xcp-orange);
    content: "";
    transition: transform 180ms ease;
}

.xcp-faq summary span::after {
    transform: rotate(90deg);
}

.xcp-faq details[open] summary span::after {
    transform: rotate(0deg);
}

.xcp-faq details p {
    margin: -4px 52px 26px 0;
    color: var(--xcp-muted);
    font-size: 14px;
    line-height: 1.75;
}

.xcp-brief {
    position: relative;
    overflow: hidden;
    background: var(--xcp-forest-deep);
    color: var(--xcp-white);
}

.xcp-brief::before {
    position: absolute;
    inset: 0;
    opacity: 0.09;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
}

.xcp-brief__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(540px, 1.28fr);
    align-items: start;
    gap: 78px;
}

.xcp-brief__copy .xcp-eyebrow {
    color: var(--xcp-lime);
}

.xcp-brief__copy .xcp-eyebrow span {
    background: var(--xcp-lime);
    color: var(--xcp-forest-deep);
}

.xcp-brief__copy h2 {
    color: var(--xcp-white);
}

.xcp-brief__copy > p {
    color: rgba(255, 255, 255, 0.65);
}

.xcp-brief__checklist {
    margin: 38px 0 0;
    padding: 0;
    border-top: 1px solid var(--xcp-light-line);
    list-style: none;
}

.xcp-brief__checklist li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--xcp-light-line);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 750;
}

.xcp-brief__checklist span {
    color: var(--xcp-lime);
    font-size: 9px;
    font-weight: 900;
}

.xcp-brief__direct {
    margin-top: 34px;
}

.xcp-brief__direct span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.xcp-brief__direct a {
    color: var(--xcp-white);
    font-size: 17px;
    font-weight: 850;
}

.xcp-brief__direct b {
    color: var(--xcp-orange);
}

.xcp-form {
    padding: 38px;
    background: var(--xcp-paper);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
    color: var(--xcp-ink);
}

.xcp-form__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--xcp-line);
}

.xcp-form__head span {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.xcp-form__head small {
    max-width: 180px;
    color: var(--xcp-muted);
    font-size: 10px;
    line-height: 1.45;
    text-align: right;
}

.xcp-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.xcp-field {
    display: block;
    margin: 0;
}

.xcp-field--wide {
    grid-column: 1 / -1;
}

.xcp-field > span {
    display: block;
    margin-bottom: 8px;
    color: #385148;
    font-size: 11px;
    font-weight: 850;
}

.xcp-field input,
.xcp-field textarea {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid var(--xcp-line);
    border-radius: 0;
    background: var(--xcp-white);
    box-shadow: none;
    color: var(--xcp-ink);
    font: inherit;
    font-size: 14px;
}

.xcp-field textarea {
    min-height: 88px;
    resize: vertical;
}

.xcp-field input::placeholder,
.xcp-field textarea::placeholder {
    color: #9aa59f;
}

.xcp-field input:focus,
.xcp-field textarea:focus {
    border-color: var(--xcp-green);
    outline: 0;
}

.xcp-field--file {
    position: relative;
}

.xcp-field--file input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.xcp-field--file small {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0 14px;
    overflow: hidden;
    border: 1px dashed var(--xcp-green);
    background: #eef4ee;
    color: var(--xcp-green);
    cursor: pointer;
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xcp-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0 0;
    color: var(--xcp-muted);
    font-size: 11px;
    line-height: 1.5;
}

.xcp-consent input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--xcp-green);
}

.xcp-form__error {
    min-height: 18px;
    margin: 10px 0 0;
    color: #b52d1e;
    font-size: 12px;
    font-weight: 700;
}

.xcp-button--submit {
    width: 100%;
    margin-top: 3px;
    border: 0;
}

.xcp-form__note {
    margin: 12px 0 0;
    color: var(--xcp-muted);
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.xcp-footer {
    padding: 28px 0;
    background: #021d16;
    color: rgba(255, 255, 255, 0.58);
}

.xcp-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 11px;
}

.xcp-footer .xcp-brand > span {
    max-width: none;
    padding-left: 0;
    border: 0;
    color: var(--xcp-white);
    font-size: 22px;
}

.xcp-footer p {
    margin: 0;
}

.xcp-footer__inner > a:last-child {
    color: var(--xcp-white);
    font-weight: 800;
}

.xcp-toast {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
    padding: 15px 18px;
    transform: translateY(140%);
    background: var(--xcp-lime);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
    color: var(--xcp-forest-deep);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    transition: transform 220ms ease, opacity 220ms ease;
}

.xcp-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.xcp-reveal {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 650ms ease;
}

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

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

    .xcp-hero__grid,
    .xcp-pricing__grid,
    .xcp-faq__grid,
    .xcp-brief__grid {
        gap: 48px;
    }

    .xcp-hero__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    }

    .xcp-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xcp-advantage__grid {
        gap: 58px;
    }
}

@media (max-width: 849px) {
    .xcp-shell {
        width: min(100% - 34px, 720px);
    }

    .xcp-header__inner {
        min-height: 72px;
    }

    .xcp-brand__logo {
        width: 44px;
        height: 44px;
    }

    .xcp-hero {
        padding: 120px 0 70px;
    }

    .xcp-hero__grid,
    .xcp-pricing__grid,
    .xcp-case__mast,
    .xcp-case__layout,
    .xcp-advantage__grid,
    .xcp-faq__grid,
    .xcp-brief__grid {
        grid-template-columns: 1fr;
    }

    .xcp-hero__grid {
        gap: 52px;
    }

    .xcp-hero__photo {
        height: 520px;
    }

    .xcp-principle__inner {
        grid-template-columns: 1fr 1.5fr;
        padding-block: 26px;
    }

    .xcp-principle__inner strong {
        grid-column: 1 / -1;
        padding: 18px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 0;
    }

    .xcp-companion__inner {
        grid-template-columns: 120px 1fr;
        gap: 28px;
    }

    .xcp-companion__link {
        grid-column: 1 / -1;
    }

    .xcp-section {
        padding: 88px 0;
    }

    .xcp-section-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .xcp-section-head .xcp-eyebrow {
        margin-bottom: 0;
    }

    .xcp-pricing__grid,
    .xcp-advantage__grid,
    .xcp-faq__grid,
    .xcp-brief__grid {
        gap: 54px;
    }

    .xcp-pricing__grid,
    .xcp-faq__grid,
    .xcp-brief__grid {
        max-width: 690px;
    }

    .xcp-levels__grid {
        grid-template-columns: 1fr;
    }

    .xcp-level {
        min-height: 310px;
    }

    .xcp-level__meter {
        margin-bottom: 42px;
    }

    .xcp-case__mast {
        gap: 26px;
    }

    .xcp-case__layout {
        min-height: 0;
    }

    .xcp-case__photo {
        min-height: 920px;
    }

    .xcp-case__paths {
        grid-template-columns: 1fr;
    }

    .xcp-advantage__media {
        min-height: 540px;
    }

    .xcp-advantage__media img {
        height: 508px;
    }
}

@media (max-width: 549px) {
    .xcp-shell {
        width: calc(100% - 28px);
    }

    .xcp-header__inner {
        min-height: 66px;
    }

    .xcp-brand__logo {
        width: 40px;
        height: 40px;
    }

    .xcp-brand > span {
        max-width: 86px;
        padding-left: 9px;
        font-size: 8px;
    }

    .xcp-button--header {
        min-height: 40px;
        padding: 0 13px;
        font-size: 11px;
    }

    .xcp-button--header span {
        display: none;
    }

    .xcp-hero {
        min-height: 0;
        padding: 102px 0 58px;
    }

    .xcp-hero h1 {
        font-size: clamp(48px, 15vw, 68px);
    }

    .xcp-hero__lead {
        font-size: 18px;
    }

    .xcp-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .xcp-button--primary {
        width: 100%;
    }

    .xcp-text-link {
        align-self: flex-start;
    }

    .xcp-hero__visual {
        padding: 10px 10px 180px;
    }

    .xcp-hero__photo {
        height: 360px;
    }

    .xcp-spec-card {
        right: 10px;
        bottom: 14px;
        left: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .xcp-spec-card > div {
        min-height: 76px;
        padding: 11px 12px;
        border-bottom: 1px solid var(--xcp-light-line);
    }

    .xcp-spec-card > div:nth-child(2) {
        border-right: 0;
    }

    .xcp-spec-card > div:nth-child(n+3) {
        border-bottom: 0;
    }

    .xcp-spec-card span {
        margin-bottom: 6px;
    }

    .xcp-principle__inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .xcp-principle__inner p {
        font-size: 17px;
    }

    .xcp-principle__inner strong {
        grid-column: auto;
    }

    .xcp-companion {
        padding: 22px 0;
    }

    .xcp-companion__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px 20px;
    }

    .xcp-companion__index {
        max-width: 140px;
    }

    .xcp-companion__copy h2 {
        font-size: 27px;
    }

    .xcp-companion__link {
        grid-column: auto;
        min-height: 72px;
    }

    .xcp-section {
        padding: 72px 0;
    }

    .xcp-section-head {
        margin-bottom: 38px;
    }

    .xcp-section-head h2,
    .xcp-case__mast h2,
    .xcp-pricing__copy h2,
    .xcp-advantage__copy h2,
    .xcp-brief__copy h2 {
        font-size: 41px;
    }

    .xcp-compare__head > div {
        min-height: 66px;
        padding: 12px;
        font-size: 11px;
        line-height: 1.35;
    }

    .xcp-compare__head span {
        display: none;
    }

    .xcp-compare__row > div {
        min-height: 82px;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 14px 12px;
        font-size: 12px;
        line-height: 1.45;
    }

    .xcp-compare__row i {
        flex-basis: auto;
    }

    .xcp-big-quote {
        margin-top: 44px;
        font-size: 28px;
    }

    .xcp-process__grid {
        grid-template-columns: 1fr;
    }

    .xcp-step {
        min-height: 250px;
        padding: 26px;
    }

    .xcp-step__top {
        margin-bottom: 32px;
    }

    .xcp-price-stack__base {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .xcp-price-stack__base strong {
        font-size: 18px;
    }

    .xcp-price-stack__result strong {
        font-size: 17px;
    }

    .xcp-level {
        min-height: 330px;
        padding: 30px 26px;
    }

    .xcp-case__photo {
        min-height: 560px;
    }

    .xcp-case__spec {
        padding: 28px 22px;
    }

    .xcp-case__path {
        padding: 25px 21px;
    }

    .xcp-advantage__media {
        min-height: 430px;
        padding: 10px;
    }

    .xcp-advantage__media img {
        height: 410px;
    }

    .xcp-advantage__media > div {
        right: -5px;
        bottom: 22px;
        width: 88%;
        padding: 18px;
    }

    .xcp-faq summary {
        padding-right: 42px;
        font-size: 15px;
    }

    .xcp-faq details p {
        margin-right: 30px;
    }

    .xcp-form {
        padding: 26px 20px;
    }

    .xcp-form__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .xcp-form__head small {
        max-width: none;
        text-align: left;
    }

    .xcp-form__grid {
        grid-template-columns: 1fr;
    }

    .xcp-field--wide {
        grid-column: auto;
    }

    .xcp-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }
}

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

    .xcp-reveal {
        transform: none;
        opacity: 1;
        transition: none;
    }

    .xcp-button,
    .xcp-header,
    .xcp-nav a::after,
    .xcp-toast {
        transition: none;
    }
}

.xcp-breadcrumb {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 9px;
	padding-top: 22px;
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.xcp-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.xcp-breadcrumb a:hover,
.xcp-breadcrumb a:focus-visible {
	color: var(--xcp-orange);
}

.xcp-related {
	padding: 44px 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
	background: #102d24;
	color: #fff;
}

.xcp-related__inner {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 48px;
	align-items: end;
}

.xcp-related__inner > div:first-child > span {
	display: block;
	margin-bottom: 8px;
	color: var(--xcp-orange);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.xcp-related h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2.6vw, 38px);
	line-height: 1.08;
}

.xcp-related__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.xcp-related__links a {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 13px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.xcp-related__links a:nth-child(odd) {
	border-right: 1px solid rgba(255, 255, 255, .18);
}

.xcp-related__links a:hover,
.xcp-related__links a:focus-visible {
	background: rgba(255, 255, 255, .07);
	color: var(--xcp-orange);
}

@media (max-width: 849px) {
	.xcp-related__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 549px) {
	.xcp-breadcrumb {
		padding-top: 15px;
		font-size: 9px;
	}

	.xcp-related__links {
		grid-template-columns: 1fr;
	}

	.xcp-related__links a:nth-child(odd) {
		border-right: 0;
	}
}
