.commerce-page {
    --commerce-bg: #020312;
    --commerce-bg-alt: #070a13;
    --commerce-surface: #0b0f1d;
    --commerce-surface-raised: #111728;
    --commerce-border: rgba(255, 255, 255, .1);
    --commerce-yellow: #ffb400;
    --commerce-yellow-light: #ffd260;
    --commerce-green: #18c96e;
    --commerce-text: #f7f8fb;
    --commerce-muted: #aeb5c7;
    overflow: hidden;
    background: var(--commerce-bg);
    color: var(--commerce-text);
    font-family: Rubik, sans-serif;
}

.commerce-page *, .commerce-page *::before, .commerce-page *::after { box-sizing: border-box; }
.commerce-page .container { width: calc(100% - 30px); max-width: 1170px; margin: 0 auto; padding: 0; }
.commerce-page h1, .commerce-page h2, .commerce-page h3, .commerce-page p { margin-top: 0; }
.commerce-page h1, .commerce-page h2, .commerce-page h3 { color: var(--commerce-text); font-family: Rajdhani, sans-serif; }
.commerce-page p { color: var(--commerce-muted); font-size: 17px; line-height: 1.72; }
.commerce-page a { text-decoration: none; }

.commerce-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--commerce-yellow) !important;
    font-family: Rajdhani, sans-serif;
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2 !important;
    text-transform: uppercase;
}
.commerce-kicker > span { width: 34px; height: 3px; flex: 0 0 34px; border-radius: 10px; background: var(--commerce-yellow); }

.commerce-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: Rajdhani, sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.commerce-button:hover { transform: translateY(-3px); }
.commerce-button-primary { background: var(--commerce-green); box-shadow: 0 14px 34px rgba(24, 201, 110, .2); color: #03150c; }
.commerce-button-primary:hover { background: #28dd7e; color: #03150c; }
.commerce-button-neutral { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .06); color: #fff; }
.commerce-button-neutral:hover { border-color: rgba(255, 180, 0, .55); background: rgba(255, 255, 255, .1); color: #fff; }
.commerce-button-inline { width: fit-content; }
.commerce-button-dark { background: #07120c; box-shadow: 0 15px 30px rgba(0, 0, 0, .18); color: #fff; }
.commerce-button-dark:hover { background: #111c16; color: #fff; }
.commerce-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--commerce-yellow); font-family: Rajdhani, sans-serif; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.commerce-text-link:hover { color: var(--commerce-yellow-light); }

.commerce-hero {
    position: relative;
    padding: 108px 0 0;
    background:
        radial-gradient(circle at 78% 30%, rgba(255, 180, 0, .1), transparent 31%),
        linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(145deg, #020312, #070a16 62%, #03050e);
    background-size: auto, 58px 58px, 58px 58px, auto;
}
.commerce-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.commerce-orb-one { top: 150px; right: 7%; width: 280px; height: 280px; border: 1px solid rgba(255,180,0,.13); box-shadow: inset 0 0 90px rgba(255,180,0,.04); }
.commerce-orb-two { right: 38%; bottom: 100px; width: 120px; height: 120px; background: rgba(24,201,110,.06); filter: blur(25px); }
.commerce-hero-grid { position: relative; z-index: 2; display: grid; min-height: 650px; align-items: center; grid-template-columns: minmax(0, 1fr) minmax(0, .96fr); gap: 52px; padding-bottom: 64px !important; }
.commerce-hero-copy { min-width: 0; }
.commerce-hero-copy h1 { max-width: 680px; margin-bottom: 23px; font-size: clamp(50px, 4.45vw, 68px); font-weight: 800; letter-spacing: -.036em; line-height: .96; text-transform: uppercase; }
.commerce-hero-copy h1 strong, .commerce-heading h2 strong, .commerce-project-copy h2 strong, .commerce-hub-copy h2 strong, .commerce-faq-heading h2 strong, .commerce-final-inner h2 strong { color: var(--commerce-yellow); font-weight: 800; }
.commerce-hero-lead { max-width: 650px; margin-bottom: 24px; font-size: 18px !important; }
.commerce-hero-points { display: grid; gap: 11px; margin: 0 0 30px; padding: 0; list-style: none; }
.commerce-hero-points li { display: flex; align-items: center; gap: 11px; color: #f3f5fa; font-size: 16px; line-height: 1.45; }
.commerce-hero-points i { display: inline-flex; width: 25px; height: 25px; flex: 0 0 25px; align-items: center; justify-content: center; border: 1px solid rgba(255,180,0,.38); border-radius: 50%; background: rgba(255,180,0,.08); color: var(--commerce-yellow); font-size: 11px; }
.commerce-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.commerce-microcopy { display: flex; align-items: center; gap: 8px; margin: 13px 0 0; color: rgba(255,255,255,.58) !important; font-size: 13px !important; }
.commerce-microcopy i { color: var(--commerce-yellow); }

.commerce-hero-visual { position: relative; min-width: 0; padding: 34px 0 42px; }
.commerce-hero-photo { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,180,0,.27); border-radius: 22px 90px 22px 22px; background: var(--commerce-surface); box-shadow: 0 34px 90px rgba(0,0,0,.5), 0 0 55px rgba(255,180,0,.05); }
.commerce-hero-photo::after { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(2,3,18,.18), transparent 48%); content: ''; pointer-events: none; }
.commerce-hero-photo img { display: block; width: 100%; min-height: 540px; object-fit: cover; object-position: 57% center; }
.commerce-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(11,15,29,.94); box-shadow: 0 18px 38px rgba(0,0,0,.38); backdrop-filter: blur(10px); }
.commerce-floating-card i { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(255,180,0,.11); color: var(--commerce-yellow); }
.commerce-floating-card small, .commerce-floating-card strong { display: block; font-family: Rajdhani, sans-serif; line-height: 1.15; }
.commerce-floating-card small { color: rgba(255,255,255,.56); font-size: 11px; }
.commerce-floating-card strong { color: #fff; font-size: 15px; }
.commerce-floating-own { top: 4px; left: -24px; }
.commerce-floating-channels { right: -18px; bottom: 12px; }

.commerce-trust-bar { position: relative; z-index: 4; display: grid; overflow: hidden; border: 1px solid var(--commerce-border); border-radius: 13px 13px 0 0; background: rgba(12,17,30,.94); grid-template-columns: repeat(3, 1fr); }
.commerce-trust-bar > div { display: flex; min-height: 104px; align-items: center; gap: 14px; padding: 22px 25px; border-right: 1px solid var(--commerce-border); }
.commerce-trust-bar > div:last-child { border-right: 0; }
.commerce-trust-bar i { width: 31px; flex: 0 0 31px; color: var(--commerce-yellow); font-size: 25px; text-align: center; }
.commerce-trust-bar span { display: flex; flex-direction: column; }
.commerce-trust-bar strong { color: #fff; font-family: Rajdhani, sans-serif; font-size: 20px; line-height: 1.2; }
.commerce-trust-bar small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.35; }

.commerce-section { position: relative; padding: 104px 0; }
.commerce-heading { max-width: 790px; margin-bottom: 48px; }
.commerce-heading-center { margin-right: auto; margin-left: auto; text-align: center; }
.commerce-heading-center .commerce-kicker { justify-content: center; }
.commerce-heading h2, .commerce-project-copy h2, .commerce-hub-copy h2, .commerce-faq-heading h2 { margin-bottom: 20px; font-size: clamp(40px, 4vw, 58px); font-weight: 800; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.commerce-heading > p:last-child { max-width: 720px; margin: 0 auto; }

.commerce-project { background: var(--commerce-bg-alt); }
.commerce-project-grid { display: grid; align-items: center; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.commerce-project-copy > p:not(.commerce-kicker) { margin-bottom: 25px; }
.commerce-project-copy ul { display: grid; gap: 11px; margin: 0 0 27px; padding: 0; list-style: none; }
.commerce-project-copy li { display: grid; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--commerce-border); border-radius: 10px; background: rgba(255,255,255,.025); grid-template-columns: 40px minmax(0,1fr); }
.commerce-project-copy li > i { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(255,180,0,.1); color: var(--commerce-yellow); }
.commerce-project-copy li span { display: flex; flex-direction: column; }
.commerce-project-copy li strong { color: #fff; font-family: Rajdhani, sans-serif; font-size: 19px; line-height: 1.15; }
.commerce-project-copy li small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.4; }
.commerce-project-visual { overflow: hidden; margin: 0; border: 1px solid rgba(255,180,0,.24); border-radius: 15px; background: var(--commerce-surface); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.commerce-project-visual img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.commerce-project-visual figcaption { padding: 13px 16px; border-top: 1px solid var(--commerce-border); color: rgba(255,255,255,.56); font-size: 12px; text-align: center; }

.commerce-independence { background: var(--commerce-bg); }
.commerce-balance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.commerce-balance-card { position: relative; min-height: 365px; padding: 38px 36px; overflow: hidden; border: 1px solid var(--commerce-border); border-radius: 14px; background: var(--commerce-surface); }
.commerce-balance-card::after { position: absolute; top: 0; right: 0; width: 140px; height: 140px; border-radius: 0 0 0 100%; background: rgba(255,255,255,.025); content: ''; }
.commerce-balance-owned { border-color: rgba(255,180,0,.33); background: linear-gradient(145deg, rgba(255,180,0,.075), transparent 47%), var(--commerce-surface); }
.commerce-card-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--commerce-yellow); font-family: Rajdhani, sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.commerce-balance-rented .commerce-card-label { color: #d2d6e0; }
.commerce-balance-card h3 { max-width: 480px; margin-bottom: 22px; font-size: 31px; font-weight: 800; line-height: 1.08; }
.commerce-balance-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.commerce-balance-card li { position: relative; padding-left: 24px; color: var(--commerce-muted); font-size: 16px; line-height: 1.55; }
.commerce-balance-card li::before { position: absolute; top: .68em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.34); content: ''; }
.commerce-balance-owned li::before { background: var(--commerce-yellow); box-shadow: 0 0 12px rgba(255,180,0,.25); }
.commerce-page .commerce-balance-note { display: flex; max-width: 790px; align-items: center; justify-content: center; gap: 11px; margin: 40px auto 0; padding: 17px 22px; border: 1px solid rgba(24,201,110,.2); border-radius: 10px; background: rgba(24,201,110,.055); color: #d7f8e6 !important; font-size: 15px !important; text-align: center; }
.commerce-balance-note i { color: var(--commerce-green); }

.commerce-capabilities { background: var(--commerce-bg-alt); }
.commerce-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.commerce-capability-grid article { min-height: 245px; padding: 31px 29px; border: 1px solid var(--commerce-border); border-radius: 12px; background: var(--commerce-surface); transition: border-color .22s ease, transform .22s ease; }
.commerce-capability-grid article:hover { border-color: rgba(255,180,0,.45); transform: translateY(-5px); }
.commerce-icon { display: inline-flex; width: 55px; height: 55px; align-items: center; justify-content: center; margin-bottom: 21px; border: 1px solid rgba(255,180,0,.24); border-radius: 11px; background: rgba(255,180,0,.08); color: var(--commerce-yellow); font-size: 21px; }
.commerce-capability-grid h3 { margin-bottom: 8px; font-size: 26px; font-weight: 700; }
.commerce-capability-grid p { margin: 0; font-size: 15px; line-height: 1.65; }

.commerce-hub { background: var(--commerce-bg); }
.commerce-hub-card { display: grid; overflow: hidden; min-height: 570px; align-items: center; padding: 58px !important; border: 1px solid rgba(255,180,0,.22); border-radius: 18px; background: radial-gradient(circle at 77% 50%, rgba(255,180,0,.11), transparent 28%), linear-gradient(135deg, #0d1221, #080b15); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; }
.commerce-hub-copy > p:not(.commerce-kicker) { max-width: 590px; }
.commerce-hub-copy ul { display: grid; gap: 11px; margin: 25px 0 30px; padding: 0; list-style: none; }
.commerce-hub-copy li { display: flex; align-items: center; gap: 11px; color: #f3f5fa; font-size: 16px; }
.commerce-hub-copy li i { color: var(--commerce-yellow); }
.commerce-hub-map { position: relative; min-height: 420px; }
.commerce-hub-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 164px; height: 164px; align-items: center; justify-content: center; border: 1px solid rgba(255,180,0,.58); border-radius: 50%; background: #151a29; box-shadow: 0 0 0 15px rgba(255,180,0,.035), 0 0 58px rgba(255,180,0,.15); transform: translate(-50%,-50%); flex-direction: column; }
.commerce-hub-core i { margin-bottom: 8px; color: var(--commerce-yellow); font-size: 29px; }
.commerce-hub-core strong { color: #fff; font-family: Rajdhani, sans-serif; font-size: 20px; }
.commerce-hub-core small { color: rgba(255,255,255,.5); font-size: 10px; }
.commerce-hub-node { position: absolute; z-index: 2; display: flex; width: 132px; align-items: center; gap: 9px; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #111726; box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.commerce-hub-node i { color: var(--commerce-yellow); }
.commerce-hub-node span { color: #fff; font-family: Rajdhani, sans-serif; font-size: 14px; font-weight: 700; }
.commerce-node-one { top: 20px; left: 0; }
.commerce-node-two { top: 38px; right: 0; }
.commerce-node-three { bottom: 30px; left: 0; }
.commerce-node-four { right: 0; bottom: 14px; }
.commerce-hub-line { position: absolute; top: 50%; left: 50%; width: 180px; height: 1px; background: linear-gradient(90deg, rgba(255,180,0,.65), rgba(255,180,0,.04)); transform-origin: left; }
.commerce-line-one { transform: rotate(218deg); }
.commerce-line-two { transform: rotate(322deg); }
.commerce-line-three { transform: rotate(142deg); }
.commerce-line-four { transform: rotate(39deg); }

.commerce-process { background: var(--commerce-bg-alt); }
.commerce-process-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.commerce-process-list li { position: relative; min-width: 0; padding-right: 26px; }
.commerce-process-list li:not(:last-child)::after { position: absolute; top: 27px; right: 0; left: 62px; height: 1px; background: linear-gradient(90deg, rgba(255,180,0,.58), rgba(255,180,0,.06)); content: ''; }
.commerce-process-list > li > span { position: relative; z-index: 2; display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; margin-bottom: 24px; border: 1px solid rgba(255,180,0,.48); border-radius: 50%; background: var(--commerce-bg-alt); color: var(--commerce-yellow); font-family: Rajdhani, sans-serif; font-size: 18px; font-weight: 800; }
.commerce-process-list li > div { padding: 0 5px; }
.commerce-process-list li > div > i { margin-bottom: 14px; color: rgba(255,180,0,.65); font-size: 24px; }
.commerce-process-list h3 { margin-bottom: 8px; font-size: 25px; font-weight: 700; }
.commerce-process-list p { margin: 0; font-size: 14px; line-height: 1.6; }

.commerce-reviews { min-height: 380px; background: var(--commerce-bg); }
.commerce-reviews .commerce-heading { margin-bottom: 35px; }
.commerce-reviews .google-reviews-widget { min-height: 115px; }

.commerce-faq { background: var(--commerce-bg-alt); }
.commerce-faq-grid { display: grid; align-items: start; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 74px; }
.commerce-faq-heading { position: sticky; top: 130px; }
.commerce-faq-heading > p:not(.commerce-kicker) { margin-bottom: 25px; }
.commerce-faq-item { border-bottom: 1px solid var(--commerce-border); }
.commerce-faq-item:first-child { border-top: 1px solid var(--commerce-border); }
.commerce-faq-item summary { display: grid; min-height: 84px; align-items: center; gap: 18px; padding: 23px 5px; color: #fff; cursor: pointer; font-family: Rajdhani, sans-serif; font-size: 21px; font-weight: 700; line-height: 1.3; grid-template-columns: minmax(0,1fr) 34px; list-style: none; }
.commerce-faq-item summary::-webkit-details-marker { display: none; }
.commerce-faq-item summary i { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(255,180,0,.45); border-radius: 50%; color: var(--commerce-yellow); font-size: 12px; transition: transform .2s ease; }
.commerce-faq-item[open] summary { color: var(--commerce-yellow); }
.commerce-faq-item[open] summary i { transform: rotate(45deg); }
.commerce-faq-item > div { padding: 0 54px 24px 5px; }
.commerce-faq-item p { margin: 0; font-size: 15px; }

.commerce-final-cta { padding: 108px 0; background: linear-gradient(135deg, #ffb400, #ffd05a); text-align: center; }
.commerce-final-inner { max-width: 900px !important; }
.commerce-final-inner .commerce-kicker { justify-content: center; color: rgba(8,10,18,.72) !important; }
.commerce-final-inner .commerce-kicker > span { background: #080a12; }
.commerce-final-inner h2 { margin-bottom: 20px; color: #080a12; font-size: clamp(43px,5vw,65px); font-weight: 800; line-height: .98; text-transform: uppercase; }
.commerce-final-inner h2 strong { color: #fff; text-shadow: 0 2px 0 rgba(0,0,0,.09); }
.commerce-final-inner > p:not(.commerce-kicker) { max-width: 760px; margin: 0 auto 29px; color: rgba(8,10,18,.78); font-size: 18px; }
.commerce-final-inner > small { display: block; margin-top: 13px; color: rgba(8,10,18,.66); }

@media (max-width: 1199.98px) {
    .commerce-hero { padding-top: 118px; }
    .commerce-hero-grid { gap: 34px; }
    .commerce-hero-copy h1 { font-size: clamp(45px,4.5vw,58px); }
    .commerce-button { padding-right: 20px; padding-left: 20px; font-size: 15px; }
    .commerce-floating-own { left: 0; }
    .commerce-floating-channels { right: 0; }
    .commerce-project-grid, .commerce-faq-grid { gap: 42px; }
    .commerce-hub-card { padding: 48px !important; gap: 34px; }
}

@media (max-width: 991.98px) {
    .commerce-hero { padding-top: 165px; }
    .commerce-hero-grid { grid-template-columns: 1fr; }
    .commerce-hero-copy { max-width: 740px; margin: 0 auto; text-align: center; }
    .commerce-hero-copy h1, .commerce-hero-lead { margin-right: auto; margin-left: auto; }
    .commerce-hero-copy .commerce-kicker, .commerce-hero-actions, .commerce-microcopy { justify-content: center; }
    .commerce-hero-points { width: fit-content; margin-right: auto; margin-left: auto; text-align: left; }
    .commerce-hero-visual { width: 100%; max-width: 720px; margin: 0 auto; }
    .commerce-hero-photo img { min-height: 0; aspect-ratio: 3 / 2; }
    .commerce-trust-bar { grid-template-columns: 1fr; }
    .commerce-trust-bar > div { border-right: 0; border-bottom: 1px solid var(--commerce-border); }
    .commerce-trust-bar > div:last-child { border-bottom: 0; }
    .commerce-project-grid { grid-template-columns: 1fr; }
    .commerce-project-copy { max-width: 760px; margin: 0 auto; text-align: center; }
    .commerce-project-copy .commerce-kicker { justify-content: center; }
    .commerce-project-copy ul { max-width: 680px; margin-right: auto; margin-left: auto; text-align: left; }
    .commerce-project-visual { width: 100%; max-width: 820px; margin: 0 auto; }
    .commerce-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .commerce-hub-card { grid-template-columns: 1fr; }
    .commerce-hub-copy { max-width: 700px; margin: 0 auto; text-align: center; }
    .commerce-hub-copy .commerce-kicker { justify-content: center; }
    .commerce-hub-copy > p:not(.commerce-kicker), .commerce-hub-copy ul { margin-right: auto; margin-left: auto; text-align: left; }
    .commerce-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 20px; }
    .commerce-process-list li:nth-child(2)::after { display: none; }
    .commerce-faq-grid { grid-template-columns: 1fr; }
    .commerce-faq-heading { position: static; max-width: 720px; }
}

@media (max-width: 767.98px) {
    .commerce-page .container { width: calc(100% - 30px); }
    .commerce-hero { padding-top: 150px; }
    .commerce-hero-grid { min-height: 0; gap: 34px; padding-bottom: 48px !important; }
    .commerce-hero-copy { width: 100%; overflow: hidden; }
    .commerce-hero-copy h1 { max-width: 100%; font-size: clamp(34px, 9.2vw, 42px); overflow-wrap: break-word; white-space: normal !important; }
    .commerce-hero-lead { font-size: 16px !important; }
    .commerce-hero-points { width: 100%; max-width: 100%; }
    .commerce-hero-points li { min-width: 0; align-items: flex-start; }
    .commerce-hero-actions { flex-direction: column; }
    .commerce-hero-actions .commerce-button { width: 100%; max-width: 100%; white-space: normal; }
    .commerce-microcopy { align-items: flex-start; }
    .commerce-hero-visual { padding: 30px 0 28px; }
    .commerce-hero-photo { border-radius: 15px 55px 15px 15px; }
    .commerce-hero-photo img { aspect-ratio: 4 / 3; object-position: 56% center; }
    .commerce-floating-card { gap: 8px; padding: 9px 10px; }
    .commerce-floating-card i { width: 29px; height: 29px; font-size: 12px; }
    .commerce-floating-card small { font-size: 9px; }
    .commerce-floating-card strong { font-size: 12px; }
    .commerce-floating-own { top: 2px; left: -3px; }
    .commerce-floating-channels { right: -3px; bottom: 2px; }
    .commerce-trust-bar { border-radius: 11px 11px 0 0; }
    .commerce-trust-bar > div { min-height: 88px; padding: 19px; }
    .commerce-trust-bar strong { font-size: 20px; }
    .commerce-section { padding: 72px 0; }
    .commerce-heading { margin-bottom: 34px; }
    .commerce-heading h2, .commerce-project-copy h2, .commerce-hub-copy h2, .commerce-faq-heading h2 { font-size: clamp(35px, 10.5vw, 47px); }
    .commerce-page p { font-size: 16px; }
    .commerce-project-grid { gap: 32px; }
    .commerce-project-visual figcaption { font-size: 11px; }
    .commerce-balance-grid { grid-template-columns: 1fr; }
    .commerce-balance-card { min-height: 0; padding: 30px 24px; }
    .commerce-balance-card h3 { font-size: 27px; }
    .commerce-page .commerce-balance-note { align-items: flex-start; margin-top: 28px; text-align: left; }
    .commerce-capability-grid { grid-template-columns: 1fr; }
    .commerce-capability-grid article { min-height: 0; padding: 28px 24px; }
    .commerce-hub-card { min-height: 0; padding: 36px 22px !important; }
    .commerce-hub-copy .commerce-button { width: 100%; }
    .commerce-hub-map { min-height: 390px; transform: scale(.88); }
    .commerce-process-list { grid-template-columns: 1fr; gap: 29px; }
    .commerce-process-list li { display: grid; padding: 0; grid-template-columns: 54px 1fr; gap: 17px; }
    .commerce-process-list li:not(:last-child)::after { top: 53px; bottom: -30px; left: 26px; width: 1px; height: auto; background: linear-gradient(rgba(255,180,0,.58),rgba(255,180,0,.06)); }
    .commerce-process-list > li > span { margin: 0; }
    .commerce-process-list li > div { padding: 2px 0 0; }
    .commerce-faq-item summary { min-height: 72px; padding: 18px 4px; font-size: 19px; }
    .commerce-faq-item > div { padding: 0 45px 20px 4px; }
    .commerce-final-cta { padding: 76px 0; }
    .commerce-final-inner h2 { font-size: clamp(38px,11vw,49px); }
    .commerce-final-inner .commerce-button { width: 100%; }
}

@media (max-width: 439.98px) {
    .commerce-kicker { font-size: 12px !important; }
    .commerce-hero-copy h1 { font-size: 35px; }
    .commerce-hero-photo img { aspect-ratio: 1 / 1; }
    .commerce-hub-map { width: 112%; margin-left: -6%; transform: scale(.78); }
    .commerce-hub-node { width: 118px; padding: 11px; }
}

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