.page-template-page-cut-relay,
.page-template-page-cut-relay-php {
    overflow-x: clip;
    background: #06080d;
}

.cut-relay-page,
.cut-relay-page * {
    box-sizing: border-box;
}

.cut-relay-page {
    --cr-blue: #3b82f6;
    --cr-blue-soft: #60a5fa;
    --cr-text: #f7f9fc;
    --cr-muted: #9ba6b8;
    --cr-line: rgba(255, 255, 255, 0.11);
    --cr-panel: rgba(255, 255, 255, 0.045);
    max-width: none;
    color: var(--cr-text);
    background:
        radial-gradient(circle at 75% 5%, rgba(37, 99, 235, 0.22), transparent 32rem),
        linear-gradient(180deg, #070b14 0, #06080d 36rem, #080a0f 100%);
}

.cut-relay-page a {
    color: inherit;
}

.cr-hero,
.cr-section,
.cr-format-strip,
.cr-final-cta {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.cr-hero {
    display: grid;
    min-height: 760px;
    padding: clamp(100px, 12vw, 168px) 0 96px;
    grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
    align-items: center;
    gap: clamp(42px, 7vw, 92px);
}

.cr-kicker,
.cr-eyebrow {
    margin: 0 0 18px;
    color: var(--cr-blue-soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cr-hero h1 {
    margin: 0;
    font-family: var(--font-display, -apple-system, BlinkMacSystemFont, sans-serif);
    font-size: clamp(68px, 8vw, 112px);
    font-weight: 650;
    line-height: 0.88;
    letter-spacing: -0.055em;
}

.cr-lead {
    max-width: 650px;
    margin: 30px 0 0;
    color: #edf3ff;
    font-size: clamp(25px, 3.2vw, 42px);
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.035em;
    word-break: keep-all;
}

.cr-intro {
    max-width: 610px;
    margin: 26px 0 0;
    color: var(--cr-muted);
    font-size: 16px;
    line-height: 1.78;
    word-break: keep-all;
}

.cr-actions {
    display: flex;
    margin-top: 34px;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.cr-store-button {
    display: inline-flex;
    min-height: 52px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none !important;
    border: 1px solid rgba(96, 165, 250, 0.65);
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    box-shadow: 0 14px 40px rgba(37, 99, 235, 0.27);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cr-store-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 50px rgba(37, 99, 235, 0.38);
}

.cr-store-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.cr-launch-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c4ccda;
    font-size: 12px;
}

.cr-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 0 5px rgba(96, 165, 250, 0.12);
}

.cr-facts {
    display: flex;
    margin-top: 26px;
    flex-wrap: wrap;
    gap: 8px;
}

.cr-facts span,
.cr-format-strip span {
    padding: 7px 11px;
    color: #aab4c4;
    font-size: 11px;
    border: 1px solid var(--cr-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
}

.cr-hero-visual {
    margin: 0;
}

.cr-hero-visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.cr-hero-visual img.cr-window-ui {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 42px 68px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 38px rgba(37, 99, 235, 0.1));
    transform: none;
}

.cr-hero-visual figcaption {
    margin-top: 13px;
    color: #687386;
    font-size: 10px;
    text-align: right;
}

.cr-hero-visual figcaption a {
    color: #8692a5;
}

.cr-format-strip {
    display: flex;
    padding: 22px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid var(--cr-line);
    border-bottom: 1px solid var(--cr-line);
}

.cr-format-strip span {
    color: #d5dceb;
    border-color: rgba(96, 165, 250, 0.24);
    background: rgba(37, 99, 235, 0.08);
}

.cr-section {
    padding: clamp(86px, 11vw, 150px) 0;
    border-bottom: 1px solid var(--cr-line);
}

.cr-section-heading {
    display: flex;
    margin-bottom: 48px;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.cr-section h2,
.cr-final-cta h2 {
    max-width: 820px;
    margin: 0;
    font-family: var(--font-display, -apple-system, BlinkMacSystemFont, sans-serif);
    font-size: clamp(38px, 5.2vw, 66px);
    font-weight: 560;
    line-height: 1.04;
    letter-spacing: -0.045em;
    word-break: keep-all;
}

.cr-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cr-step-grid article,
.cr-price-card {
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--cr-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.cr-step-number {
    color: #5e6d83;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.cr-step-grid h3 {
    margin: 40px 0 13px;
    color: #f3f6fc;
    font-size: 21px;
    font-weight: 620;
    letter-spacing: -0.025em;
}

.cr-step-grid p,
.cr-feature-copy p,
.cr-privacy p {
    margin: 0;
    color: var(--cr-muted);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.cr-feature-section {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(500px, 1.22fr);
    align-items: center;
    gap: clamp(42px, 8vw, 100px);
}

.cr-feature-copy h2 {
    font-size: clamp(35px, 4.2vw, 56px);
}

.cr-check-list {
    display: grid;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    gap: 0;
}

.cr-check-list li {
    position: relative;
    padding: 15px 0 15px 28px;
    color: #cbd3e1;
    font-size: 14px;
    line-height: 1.55;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.cr-check-list li::before {
    position: absolute;
    top: 17px;
    left: 0;
    color: var(--cr-blue-soft);
    content: "✓";
}

.cr-feature-shot,
.cr-gallery-grid figure {
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cr-feature-shot img,
.cr-gallery-grid img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 24px 54px rgba(0, 0, 0, 0.33));
}

.cr-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cr-gallery-grid figure:first-child {
    grid-column: 1 / -1;
}

.cr-pricing-heading {
    align-items: end;
}

.cr-price-note {
    max-width: 260px;
    margin: 0;
    color: #737f92;
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
}

.cr-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cr-price-card {
    position: relative;
    min-height: 330px;
}

.cr-price-card.cr-price-featured {
    border-color: rgba(96, 165, 250, 0.48);
    background: linear-gradient(155deg, rgba(37, 99, 235, 0.2), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 60px rgba(37, 99, 235, 0.12);
}

.cr-plan {
    margin: 0;
    color: #bdc6d5;
    font-size: 13px;
    font-weight: 650;
}

.cr-price {
    margin: 34px 0 28px;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 650;
    letter-spacing: -0.045em;
}

.cr-price small {
    margin-left: 5px;
    color: #8490a3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}

.cr-price-card ul {
    display: grid;
    margin: 0;
    padding: 0;
    color: #aab4c4;
    font-size: 13px;
    line-height: 1.65;
    list-style: none;
    gap: 10px;
}

.cr-price-card li::before {
    margin-right: 8px;
    color: var(--cr-blue-soft);
    content: "·";
}

.cr-value {
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0;
    padding: 6px 9px;
    color: #dce9ff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid rgba(96, 165, 250, 0.35);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.18);
}

.cr-no-lifetime {
    margin: 22px 0 0;
    color: #6f7b8e;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

.cr-privacy {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.8fr);
    align-items: end;
    justify-content: space-between;
    gap: 80px;
}

.cr-privacy h2 {
    font-size: clamp(36px, 4.5vw, 58px);
}

.cr-privacy a {
    color: #b7d3ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(96, 165, 250, 0.5);
}

.cr-help {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(480px, 1.25fr);
    align-items: start;
    gap: clamp(48px, 8vw, 110px);
}

.cr-help-copy h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); }
.cr-help-copy > p:last-child { margin: 24px 0 0; color: var(--cr-muted); font-size: 14px; line-height: 1.75; }
.cr-chat { overflow: hidden; border: 1px solid var(--cr-line); border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: 0 28px 75px -35px rgba(0,0,0,.85); }
.cr-chat-head { display: flex; padding: 20px 22px; align-items: center; gap: 12px; border-bottom: 1px solid var(--cr-line); }
.cr-chat-mark { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; font-size: 11px; font-weight: 750; border-radius: 12px; background: linear-gradient(135deg,#2563eb,#60a5fa); }
.cr-chat-head strong,.cr-chat-head small { display: block; }
.cr-chat-head strong { font-size: 13px; }.cr-chat-head small { margin-top: 3px; color: #778399; font-size: 10px; }
.cr-chat-log { display: flex; min-height: 300px; max-height: 440px; padding: 22px; overflow-y: auto; flex-direction: column; gap: 12px; }
.cr-chat-msg { max-width: 84%; padding: 11px 14px; font-size: 13px; line-height: 1.65; white-space: pre-wrap; border-radius: 15px; }
.cr-chat-msg.bot { align-self: flex-start; color: #dbe3ef; background: rgba(255,255,255,.07); border-bottom-left-radius: 5px; }
.cr-chat-msg.user { align-self: flex-end; color: #fff; background: #2563eb; border-bottom-right-radius: 5px; }
.cr-chat-msg.error { color: #ffb4b4; }.cr-chat-msg a { color: #a9ccff; }
.cr-chat-chips { display: flex; min-width: 0; padding: 0 22px 14px; overflow-x: clip; flex-wrap: wrap; gap: 7px; }
.cr-chat-chip { min-width: 0; max-width: 100%; flex: 0 1 auto; padding: 7px 10px; overflow-wrap: anywhere; color: #aeb9ca; font: inherit; font-size: 10px; line-height: 1.4; white-space: normal; border: 1px solid var(--cr-line); border-radius: 999px; background: rgba(255,255,255,.025); cursor: pointer; }
.cr-email-gate { display: grid; width: min(92%, 430px); align-self: flex-start; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
.cr-email-gate input { min-width: 0; padding: 10px 12px; color: #fff; font: inherit; font-size: 12px; outline: 0; border: 1px solid var(--cr-line); border-radius: 11px; background: rgba(255,255,255,.055); }
.cr-email-gate input[aria-invalid="true"] { border-color: #ef6666; }
.cr-email-gate button { padding: 10px 12px; color: #fff; font: inherit; font-size: 10px; white-space: nowrap; border-radius: 11px; cursor: pointer; }
.cr-email-start { border: 0; background: #2563eb; }.cr-email-skip { color: #9aa7ba !important; border: 1px solid var(--cr-line); background: transparent; }
.cr-email-error { grid-column: 1 / -1; color: #ff9c9c; font-size: 9px; }
.cr-chat-form { display: flex; margin: 0 18px; padding: 8px 8px 8px 14px; align-items: flex-end; gap: 8px; border: 1px solid var(--cr-line); border-radius: 15px; background: rgba(0,0,0,.2); }
.cr-chat-form textarea { width: 100%; max-height: 120px; padding: 7px 0; resize: none; color: #fff; font: inherit; font-size: 13px; line-height: 1.5; border: 0; outline: 0; background: transparent; }
.cr-chat-form button { width: 34px; height: 34px; flex: 0 0 auto; color: #fff; font-size: 18px; border: 0; border-radius: 11px; background: #2563eb; cursor: pointer; }
.cr-chat-form button:disabled { opacity: .45; cursor: wait; }
.cr-chat-disc { margin: 12px 20px 18px; color: #657086; font-size: 9px; line-height: 1.5; }.cr-chat-disc a { color: #8494ae; }

.cr-final-cta {
    padding: clamp(100px, 15vw, 190px) 0;
    text-align: center;
}

.cr-final-cta h2 {
    margin: 0 auto 42px;
}

.cr-final-cta .cr-kicker {
    color: #67748a;
}

@media (max-width: 1040px) {
    .cr-hero {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        padding-top: 112px;
    }

    .cr-hero-copy {
        max-width: 800px;
    }

    .cr-feature-section {
        grid-template-columns: minmax(0, 1fr);
    }

    .cr-help { grid-template-columns: minmax(0, 1fr); }

    .cr-feature-shot {
        order: -1;
    }

}

@media (max-width: 760px) {
    .cr-hero,
    .cr-section,
    .cr-format-strip,
    .cr-final-cta {
        width: min(100% - 32px, 1180px);
    }

    .cr-hero {
        min-height: 0;
        padding: 86px 0 64px;
        gap: 48px;
    }

    .cr-hero h1 {
        font-size: clamp(62px, 20vw, 88px);
    }

    .cr-lead {
        font-size: 28px;
    }

    .cr-section-heading,
    .cr-pricing-heading {
        display: block;
    }

    .cr-price-note {
        max-width: none;
        margin-top: 18px;
        text-align: left;
    }

    .cr-step-grid,
    .cr-price-grid,
    .cr-privacy,
    .cr-help {
        grid-template-columns: minmax(0, 1fr);
    }

    .cr-gallery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cr-gallery-grid figure:first-child {
        grid-column: auto;
    }

    .cr-privacy {
        gap: 34px;
    }

    .cr-email-gate { grid-template-columns: minmax(0, 1fr) auto; }
    .cr-email-gate input { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .cr-store-button {
        transition: none;
    }
}
