.ydd-cf {
    --ydd-cf-accent: #6c5ce7;
    --ydd-cf-accent-rgb: 108, 92, 231;
    --ydd-cf-ink: #121526;
    --ydd-cf-ink-soft: #24283b;
    --ydd-cf-paper: #f7f5f0;
    --ydd-cf-white: #fff;
    --ydd-cf-muted: #6d7180;
    --ydd-cf-line: #e5e3dd;
    --ydd-cf-mint: #96ead2;
    --ydd-cf-rust: #e89a75;
    position: relative;
    isolation: isolate;
    width: min(100%, 1500px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 28px;
    background: var(--ydd-cf-paper);
    color: var(--ydd-cf-ink);
    box-shadow: 0 30px 90px rgba(18, 21, 38, .13);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

body .is-layout-constrained > .ydd-cf {
    margin-right: 0 !important;
    margin-left: calc(-50vw + 16px) !important;
}

.ydd-cf[lang="th"] {
    font-family: "Noto Sans Thai", Tahoma, "Leelawadee UI", ui-sans-serif, sans-serif;
}

.ydd-cf[lang="zh-Hans"] {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", ui-sans-serif, sans-serif;
}

.ydd-cf[lang="th"] *,
.ydd-cf[lang="zh-Hans"] * {
    letter-spacing: normal;
}

.ydd-cf[lang="th"] h1,
.ydd-cf[lang="th"] h2,
.ydd-cf[lang="th"] h3,
.ydd-cf[lang="zh-Hans"] h1,
.ydd-cf[lang="zh-Hans"] h2,
.ydd-cf[lang="zh-Hans"] h3 {
    line-height: 1.3;
}

.ydd-cf[lang="th"] button,
.ydd-cf[lang="th"] input,
.ydd-cf[lang="th"] select,
.ydd-cf[lang="th"] textarea,
.ydd-cf[lang="zh-Hans"] button,
.ydd-cf[lang="zh-Hans"] input,
.ydd-cf[lang="zh-Hans"] select,
.ydd-cf[lang="zh-Hans"] textarea {
    font-family: inherit;
}

.ydd-cf,
.ydd-cf * {
    box-sizing: border-box;
}

.ydd-cf button,
.ydd-cf input,
.ydd-cf select,
.ydd-cf textarea {
    font: inherit;
}

.ydd-cf button,
.ydd-cf a {
    -webkit-tap-highlight-color: transparent;
}

.ydd-cf button {
    margin: 0;
}

.ydd-cf img {
    max-width: 100%;
}

.ydd-cf .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ydd-cf__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 24px;
    background: #eef9f5;
    color: #36564f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .01em;
    text-align: center;
}

.ydd-cf__notice span {
    flex: none;
    border-radius: 999px;
    background: #d8f3e9;
    padding: 4px 9px;
    color: #214a40;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ydd-cf__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: clamp(54px, 7vw, 112px);
    min-height: 710px;
    overflow: hidden;
    padding: clamp(54px, 7vw, 104px) clamp(30px, 7vw, 110px) 86px;
    background:
        radial-gradient(circle at 12% 12%, rgba(108, 92, 231, .35), transparent 29%),
        radial-gradient(circle at 90% 80%, rgba(150, 234, 210, .16), transparent 28%),
        linear-gradient(125deg, #0d1020 0%, #171a2d 58%, #11182a 100%);
    color: #fff;
}

.ydd-cf__hero::before,
.ydd-cf__hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.ydd-cf__hero::before {
    inset: -52% -18% auto auto;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 110px rgba(255, 255, 255, .018), 0 0 0 230px rgba(255, 255, 255, .012);
}

.ydd-cf__hero::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
}

.ydd-cf__hero-copy,
.ydd-cf__hero-panel {
    position: relative;
    z-index: 1;
}

.ydd-cf__hero-copy {
    align-self: center;
}

.ydd-cf__brand {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    margin: 0 0 clamp(70px, 9vw, 126px);
    color: #fff !important;
    text-decoration: none !important;
}

.ydd-cf__mark {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 1px rgba(255,255,255,.18);
}

.ydd-cf__mark svg {
    width: 27px;
    height: 27px;
    overflow: visible;
    fill: none;
    stroke: var(--ydd-cf-mint);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.6;
}

.ydd-cf__mark circle {
    fill: var(--ydd-cf-mint);
    stroke: none;
}

.ydd-cf__brand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.ydd-cf__brand strong {
    color: #fff;
    font-size: 19px;
    font-weight: 820;
    letter-spacing: -.03em;
}

.ydd-cf__brand small {
    margin-top: 4px;
    color: rgba(255,255,255,.56);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ydd-cf__eyebrow,
.ydd-cf__stage-intro > span,
.ydd-cf__experience-head span,
.ydd-cf__closing > span {
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.ydd-cf__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--ydd-cf-mint);
}

.ydd-cf__eyebrow > span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: currentColor;
}

.ydd-cf__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5.25vw, 78px);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: .99;
}

.ydd-cf__lead {
    max-width: 660px;
    margin: 29px 0 0;
    color: rgba(255,255,255,.68);
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.65;
}

.ydd-cf__hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
}

.ydd-cf .ydd-cf__button {
    font-size: 15px !important;
}

.ydd-cf__hero-actions > span {
    color: rgba(255,255,255,.48);
    font-size: 12px;
    font-weight: 650;
}

.ydd-cf__button {
    display: inline-flex !important;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0 !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 790 !important;
    letter-spacing: .005em;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

.ydd-cf__button > span {
    font-size: 18px;
    line-height: 1;
}

.ydd-cf__button--light {
    background: #fff !important;
    color: #15182a !important;
    box-shadow: 0 13px 30px rgba(0,0,0,.18) !important;
}

.ydd-cf__button--light:hover,
.ydd-cf__button--light:focus-visible {
    background: var(--ydd-cf-mint) !important;
    color: #101a19 !important;
}

.ydd-cf__button--accent {
    background: var(--ydd-cf-accent) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(37, 30, 93, .15) !important;
}

.ydd-cf__button--accent:hover,
.ydd-cf__button--accent:focus-visible {
    background: #5142c6 !important;
    color: #fff !important;
    box-shadow: 0 13px 28px rgba(37, 30, 93, .25) !important;
}

.ydd-cf__button--ghost {
    border: 1px solid var(--ydd-cf-line) !important;
    background: #fff !important;
    color: var(--ydd-cf-ink) !important;
}

.ydd-cf__button--ghost:hover,
.ydd-cf__button--ghost:focus-visible {
    border-color: var(--ydd-cf-accent) !important;
    color: var(--ydd-cf-accent) !important;
}

.ydd-cf__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin: 46px 0 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255,255,255,.12);
    list-style: none;
}

.ydd-cf__trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 11px;
    font-weight: 690;
}

.ydd-cf__trust span {
    color: var(--ydd-cf-mint);
    font-size: 9px;
    font-weight: 850;
}

.ydd-cf__hero-panel {
    align-self: center;
    max-width: 500px;
    justify-self: end;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    background: rgba(255,255,255,.96);
    color: var(--ydd-cf-ink);
    box-shadow: 0 34px 80px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,.28) inset;
    transform: rotate(1.5deg);
}

.ydd-cf__panel-top,
.ydd-cf__business-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    border-bottom: 1px solid #e6e7ec;
    background: #fbfbfc;
}

.ydd-cf__panel-top > span,
.ydd-cf__business-head > span {
    color: #858999;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .16em;
}

.ydd-cf__panel-top b,
.ydd-cf__business-head b {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #38695b;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.ydd-cf__panel-top i,
.ydd-cf__business-head i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #54c7a5;
    box-shadow: 0 0 0 4px rgba(84,199,165,.15);
}

.ydd-cf__mini-profile {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 25px 23px 20px;
}

.ydd-cf__mini-icon {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 13px;
    background: var(--ydd-cf-ink);
    color: var(--ydd-cf-mint);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .05em;
}

.ydd-cf__mini-profile > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ydd-cf__mini-profile small {
    color: #9496a2;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .13em;
}

.ydd-cf__mini-profile strong {
    margin-top: 4px;
    overflow: hidden;
    color: var(--ydd-cf-ink);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ydd-cf__mini-profile em {
    border-radius: 99px;
    background: #edf9f5;
    padding: 7px 9px;
    color: #3e7967;
    font-size: 10px;
    font-style: normal;
    font-weight: 820;
}

.ydd-cf__signal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 23px;
    overflow: hidden;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
}

.ydd-cf__signal-grid > div {
    padding: 14px 13px;
}

.ydd-cf__signal-grid > div + div {
    border-left: 1px solid #e8e8ed;
}

.ydd-cf__signal-grid span,
.ydd-cf__signal-grid b {
    display: block;
}

.ydd-cf__signal-grid span {
    color: #8b8d99;
    font-size: 8px;
    font-weight: 700;
}

.ydd-cf__signal-grid b {
    margin-top: 3px;
    color: var(--ydd-cf-ink);
    font-size: 11px;
}

.ydd-cf__pipeline {
    margin: 23px;
    padding: 0;
    list-style: none;
}

.ydd-cf__pipeline li {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    min-height: 51px;
    margin: 0;
}

.ydd-cf__pipeline li:not(:last-child)::after {
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 13px;
    width: 1px;
    background: #dedfe5;
    content: "";
}

.ydd-cf__pipeline li > span {
    z-index: 1;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid #dfe0e6;
    border-radius: 50%;
    background: #fff;
    color: #8a8c96;
    font-size: 9px;
    font-weight: 800;
}

.ydd-cf__pipeline li.is-done > span {
    border-color: #68cdb0;
    background: #68cdb0;
    color: #10201c;
}

.ydd-cf__pipeline li > div {
    display: flex;
    flex-direction: column;
    padding-top: 2px;
}

.ydd-cf__pipeline b {
    color: var(--ydd-cf-ink);
    font-size: 11px;
}

.ydd-cf__pipeline small {
    margin-top: 2px;
    color: #92949e;
    font-size: 8px;
}

.ydd-cf__panel-foot {
    padding: 20px 23px;
    background: var(--ydd-cf-ink);
}

.ydd-cf__panel-foot span,
.ydd-cf__panel-foot strong {
    display: block;
}

.ydd-cf__panel-foot span {
    color: var(--ydd-cf-mint);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ydd-cf__panel-foot strong {
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.ydd-cf__value {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: -28px clamp(22px, 5.4vw, 82px) 0;
    border: 1px solid var(--ydd-cf-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18,21,38,.1);
}

.ydd-cf__value > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    padding: 26px clamp(18px, 2.7vw, 40px);
}

.ydd-cf__value > div + div {
    border-left: 1px solid var(--ydd-cf-line);
}

.ydd-cf__value-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #f0edff;
    color: var(--ydd-cf-accent);
    font-size: 18px;
    font-weight: 750;
}

.ydd-cf__value p,
.ydd-cf__value strong {
    display: block;
    margin: 0;
}

.ydd-cf__value strong {
    margin-bottom: 4px;
    color: var(--ydd-cf-ink);
    font-size: 13px;
}

.ydd-cf__value p {
    color: var(--ydd-cf-muted);
    font-size: 11px;
    line-height: 1.55;
}

.ydd-cf__experience {
    padding: clamp(84px, 9vw, 132px) clamp(22px, 5.4vw, 82px) clamp(82px, 9vw, 126px);
}

.ydd-cf__experience-head {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
    gap: 36px;
    align-items: end;
    margin-bottom: 41px;
}

.ydd-cf__experience-head span,
.ydd-cf__closing > span {
    color: var(--ydd-cf-accent);
}

.ydd-cf__experience-head h2,
.ydd-cf__closing h2 {
    margin: 10px 0 0;
    color: var(--ydd-cf-ink);
    font-size: clamp(34px, 3.7vw, 52px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.ydd-cf__experience-head > p {
    margin: 0 0 4px;
    color: var(--ydd-cf-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ydd-cf__workspace {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    min-height: 710px;
    overflow: hidden;
    border: 1px solid #dedce1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(23,26,44,.1);
}

.ydd-cf__steps {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 33px 25px 27px;
    border-right: 1px solid #e6e4e8;
    background: #141728;
    color: #fff;
}

.ydd-cf__progress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: rgba(255,255,255,.1);
}

.ydd-cf__progress span {
    display: block;
    width: 20%;
    height: 100%;
    background: var(--ydd-cf-mint);
    transition: width .35s ease;
}

.ydd-cf__steps ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ydd-cf__steps li {
    position: relative;
    margin: 0;
}

.ydd-cf__steps li:not(:last-child)::after {
    position: absolute;
    top: 40px;
    bottom: -4px;
    left: 19px;
    width: 1px;
    background: rgba(255,255,255,.12);
    content: "";
}

.ydd-cf__steps button {
    position: relative;
    z-index: 1;
    display: grid !important;
    width: 100% !important;
    min-height: 77px;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    padding: 10px 8px !important;
    color: #fff !important;
    text-align: left;
    transform: none !important;
    cursor: pointer;
}

.ydd-cf__steps button:disabled {
    cursor: default;
}

.ydd-cf__steps button > span {
    grid-row: 1 / 3;
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: #141728;
    color: rgba(255,255,255,.45);
    font-size: 10px;
    font-weight: 800;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.ydd-cf__steps button > b {
    align-self: end;
    color: rgba(255,255,255,.52);
    font-size: 12px;
    line-height: 1.2;
}

.ydd-cf__steps button > small {
    align-self: start;
    margin-top: 3px;
    color: rgba(255,255,255,.3);
    font-size: 8px;
}

.ydd-cf__steps button[aria-current="step"] {
    background: rgba(255,255,255,.055) !important;
}

.ydd-cf__steps button[aria-current="step"] > span {
    border-color: var(--ydd-cf-mint);
    background: var(--ydd-cf-mint);
    color: #101b19;
    box-shadow: 0 0 0 5px rgba(150,234,210,.08);
}

.ydd-cf__steps button[aria-current="step"] > b {
    color: #fff;
}

.ydd-cf__steps button.is-complete > span {
    border-color: rgba(150,234,210,.6);
    color: var(--ydd-cf-mint);
}

.ydd-cf__steps button.is-complete > b {
    color: rgba(255,255,255,.82);
}

.ydd-cf__steps-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin-top: auto;
    padding: 17px 15px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
}

.ydd-cf__steps-note > span {
    color: var(--ydd-cf-mint);
    font-size: 19px;
}

.ydd-cf__steps-note p,
.ydd-cf__steps-note strong {
    display: block;
    margin: 0;
}

.ydd-cf__steps-note strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 10px;
}

.ydd-cf__steps-note p {
    color: rgba(255,255,255,.42);
    font-size: 8px;
    line-height: 1.55;
}

.ydd-cf__form {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #fff;
}

.ydd-cf__stage {
    min-height: 610px;
    padding: clamp(36px, 5vw, 70px) clamp(26px, 6vw, 88px) 37px;
    animation: ydd-cf-stage-in .35s ease both;
}

.ydd-cf__stage[hidden] {
    display: none !important;
}

.ydd-cf__stage-count {
    float: right;
    margin-top: 4px;
    color: #acaeb7;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
}

.ydd-cf__stage-intro {
    max-width: 760px;
    margin-bottom: 34px;
}

.ydd-cf__stage-intro > span {
    color: var(--ydd-cf-accent);
}

.ydd-cf__stage-intro h3 {
    margin: 10px 0 0;
    color: var(--ydd-cf-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 750;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.ydd-cf__stage-intro p {
    max-width: 680px;
    margin: 13px 0 0;
    color: var(--ydd-cf-muted);
    font-size: 13px;
    line-height: 1.7;
}

.ydd-cf__scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ydd-cf__scenario {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ydd-cf-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(25,28,48,.05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ydd-cf__scenario:hover,
.ydd-cf__scenario.is-selected {
    border-color: var(--ydd-cf-accent);
    box-shadow: 0 14px 32px rgba(25,28,48,.12);
    transform: translateY(-2px);
}

.ydd-cf__scenario.is-selected::after {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--ydd-cf-accent);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    content: none;
    font-size: 11px;
    font-weight: 850;
}

.ydd-cf__scenario-image {
    position: relative;
    height: 152px;
    overflow: hidden;
    background: #e8e5df;
}

.ydd-cf__scenario-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.ydd-cf__scenario:hover .ydd-cf__scenario-image img {
    transform: scale(1.025);
}

.ydd-cf__scenario-image span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 99px;
    background: rgba(15,18,31,.82);
    padding: 5px 8px;
    color: #fff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.ydd-cf__scenario-body {
    padding: 17px 17px 15px;
}

.ydd-cf__scenario-body > small {
    color: var(--ydd-cf-accent);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ydd-cf__scenario-body h4 {
    margin: 6px 0 0;
    color: var(--ydd-cf-ink);
    font-size: 16px !important;
    font-weight: 760;
    letter-spacing: -.02em;
}

.ydd-cf__scenario-body p {
    min-height: 54px;
    margin: 8px 0 14px;
    color: var(--ydd-cf-muted);
    font-size: 10px;
    line-height: 1.6;
}

.ydd-cf__scenario-actions {
    display: flex;
    gap: 7px;
}

.ydd-cf__scenario-actions button {
    min-height: 38px;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    font-size: 9px !important;
    font-weight: 780 !important;
    line-height: 1.2 !important;
    transform: none !important;
    cursor: pointer;
}

.ydd-cf__scenario-actions [data-cf-select-scenario] {
    flex: 1;
    border: 1px solid var(--ydd-cf-ink) !important;
    background: var(--ydd-cf-ink) !important;
    color: #fff !important;
}

.ydd-cf__scenario-actions [data-cf-preview-image] {
    border: 1px solid var(--ydd-cf-line) !important;
    background: #fff !important;
    color: var(--ydd-cf-ink) !important;
}

.ydd-cf__fieldset {
    min-width: 0;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.ydd-cf__fieldset legend,
.ydd-cf__field > label {
    display: block;
    margin: 0 0 11px;
    color: var(--ydd-cf-ink);
    font-size: 11px;
    font-weight: 780;
}

.ydd-cf__fieldset legend small {
    margin-left: 5px;
    color: #9799a3;
    font-size: 9px;
    font-weight: 600;
}

.ydd-cf__service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ydd-cf__service,
.ydd-cf__choice-row label {
    position: relative;
    display: block;
    min-height: 122px;
    overflow: hidden;
    border: 1px solid var(--ydd-cf-line);
    border-radius: 12px;
    background: #fff;
    padding: 17px;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.ydd-cf__service:hover,
.ydd-cf__service:has(input:focus-visible),
.ydd-cf__service.is-selected,
.ydd-cf__choice-row label:hover,
.ydd-cf__choice-row label:has(input:focus-visible),
.ydd-cf__choice-row label:has(input:checked) {
    border-color: var(--ydd-cf-accent);
    background: #f8f7ff;
    box-shadow: 0 8px 18px rgba(25,28,48,.06);
}

.ydd-cf__service input,
.ydd-cf__choice-row input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.ydd-cf__service > span:first-of-type {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    margin-bottom: 13px;
    border: 1px solid #d9d7de;
    border-radius: 50%;
    color: transparent;
    font-size: 10px;
}

.ydd-cf__service.is-selected > span:first-of-type {
    border-color: var(--ydd-cf-accent);
    background: var(--ydd-cf-accent);
    color: #fff;
}

.ydd-cf__service b,
.ydd-cf__service small,
.ydd-cf__choice-row b,
.ydd-cf__choice-row small {
    display: block;
}

.ydd-cf__service b {
    color: var(--ydd-cf-ink);
    font-size: 12px;
}

.ydd-cf__service small {
    margin-top: 5px;
    color: var(--ydd-cf-muted);
    font-size: 9px;
    line-height: 1.5;
}

.ydd-cf__choice-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ydd-cf__choice-row label {
    min-height: 94px;
    padding: 15px;
}

.ydd-cf__choice-row label > span {
    display: block;
    margin-bottom: 10px;
    color: var(--ydd-cf-accent);
    font-size: 16px;
}

.ydd-cf__choice-row b {
    color: var(--ydd-cf-ink);
    font-size: 10px;
}

.ydd-cf__choice-row small {
    margin-top: 3px;
    color: var(--ydd-cf-muted);
    font-size: 8px;
}

.ydd-cf__field {
    margin-bottom: 23px;
}

.ydd-cf__field input,
.ydd-cf__field select,
.ydd-cf__field textarea {
    display: block;
    width: 100% !important;
    min-height: 50px;
    margin: 0 !important;
    border: 1px solid #d8d6dc !important;
    border-radius: 10px !important;
    outline: 0;
    background: #fff !important;
    padding: 12px 14px !important;
    color: var(--ydd-cf-ink) !important;
    box-shadow: none !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}

.ydd-cf__field textarea {
    min-height: 126px;
    resize: vertical;
}

.ydd-cf__field input:focus,
.ydd-cf__field select:focus,
.ydd-cf__field textarea:focus {
    border-color: var(--ydd-cf-accent) !important;
    box-shadow: 0 0 0 4px rgba(108,92,231,.1) !important;
}

.ydd-cf__field-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 7px;
    color: #999ba5;
    font-size: 9px;
}

.ydd-cf__field-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.ydd-cf__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ydd-cf__checks label {
    position: relative;
    cursor: pointer;
}

.ydd-cf__checks input {
    position: absolute;
    opacity: 0;
}

.ydd-cf__checks span {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    border: 1px solid var(--ydd-cf-line);
    border-radius: 99px;
    padding: 8px 13px;
    color: #5f6270;
    font-size: 9px;
    font-weight: 680;
}

.ydd-cf__checks input:checked + span,
.ydd-cf__checks input:focus-visible + span {
    border-color: var(--ydd-cf-accent);
    background: #f2f0ff;
    color: var(--ydd-cf-accent);
}

.ydd-cf__field-error {
    min-height: 0;
    margin-top: 7px;
    color: #b43e49;
    font-size: 10px;
    font-weight: 670;
}

.ydd-cf__field-error:empty {
    display: none;
}

.ydd-cf__visual-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 16px;
}

.ydd-cf__reference,
.ydd-cf__upload-wrap {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ydd-cf-line);
    border-radius: 15px;
    background: #fff;
}

.ydd-cf__reference-image {
    position: relative;
    height: 183px;
    overflow: hidden;
    background: #ebe8e3;
}

.ydd-cf__reference-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ydd-cf__reference-image > span {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 99px;
    background: rgba(14,17,30,.82);
    padding: 6px 9px;
    color: #fff;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .1em;
    backdrop-filter: blur(7px);
}

.ydd-cf__reference-image button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    min-height: 36px;
    border: 1px solid rgba(255,255,255,.4) !important;
    border-radius: 8px !important;
    background: rgba(14,17,30,.82) !important;
    padding: 8px 11px !important;
    color: #fff !important;
    font-size: 8px !important;
    font-weight: 760 !important;
    transform: none !important;
    cursor: pointer;
    backdrop-filter: blur(7px);
}

.ydd-cf__reference > div:last-child {
    padding: 16px;
}

.ydd-cf__reference > div:last-child > small {
    color: var(--ydd-cf-accent);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ydd-cf__reference h4 {
    margin: 4px 0 13px;
    color: var(--ydd-cf-ink);
    font-size: 15px;
}

.ydd-cf__reference label,
.ydd-cf__confirm {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #5f6270;
    font-size: 9px;
    font-weight: 670;
    cursor: pointer;
}

.ydd-cf__reference input,
.ydd-cf__confirm input {
    width: 16px;
    height: 16px;
    flex: none;
    margin: 0;
    accent-color: var(--ydd-cf-accent);
}

.ydd-cf__upload-wrap {
    padding: 13px;
}

.ydd-cf__dropzone {
    display: flex;
    min-height: 272px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #c9c6d0;
    border-radius: 11px;
    background: #faf9fc;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
    transition: border-color .2s ease, background-color .2s ease;
}

.ydd-cf__dropzone:hover,
.ydd-cf__dropzone.is-dragging {
    border-color: var(--ydd-cf-accent);
    background: #f5f3ff;
}

.ydd-cf__upload-icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border: 1px solid #d8d4e5;
    border-radius: 50%;
    background: #fff;
    color: var(--ydd-cf-accent);
    font-size: 24px;
}

.ydd-cf__dropzone strong,
.ydd-cf__dropzone small,
.ydd-cf__dropzone em {
    display: block;
}

.ydd-cf__dropzone strong {
    margin-top: 13px;
    color: var(--ydd-cf-ink);
    font-size: 12px;
}

.ydd-cf__dropzone small {
    max-width: 260px;
    margin-top: 5px;
    color: var(--ydd-cf-muted);
    font-size: 8px;
    line-height: 1.5;
}

.ydd-cf__dropzone em {
    margin-top: 13px;
    color: var(--ydd-cf-accent);
    font-size: 9px;
    font-style: normal;
    font-weight: 780;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ydd-cf__uploads {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 9px;
}

.ydd-cf__upload {
    position: relative;
    height: 74px;
    overflow: hidden;
    border-radius: 8px;
    background: #ece9e4;
}

.ydd-cf__upload img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ydd-cf__upload button {
    position: absolute;
    top: 5px;
    right: 5px;
    display: grid !important;
    width: 25px !important;
    height: 25px !important;
    min-height: 0 !important;
    place-items: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(13,16,28,.82) !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transform: none !important;
    cursor: pointer;
}

.ydd-cf__privacy-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 16px;
    border-radius: 11px;
    background: #eef8f5;
    padding: 14px 16px;
    color: #41635a;
}

.ydd-cf__privacy-card > span {
    color: #3f8c78;
    font-size: 18px;
}

.ydd-cf__privacy-card p,
.ydd-cf__privacy-card strong {
    display: block;
    margin: 0;
}

.ydd-cf__privacy-card strong {
    margin-bottom: 3px;
    color: #294e44;
    font-size: 10px;
}

.ydd-cf__privacy-card p {
    font-size: 8px;
    line-height: 1.55;
}

.ydd-cf__handoff-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 15px;
}

.ydd-cf__contact-card,
.ydd-cf__summary-card {
    border: 1px solid var(--ydd-cf-line);
    border-radius: 14px;
    background: #fff;
    padding: 21px;
}

.ydd-cf__contact-card h4 {
    margin: 0 0 18px;
    color: var(--ydd-cf-ink);
    font-size: 14px;
}

.ydd-cf__contact-card .ydd-cf__field {
    margin-bottom: 13px;
}

.ydd-cf__contact-card .ydd-cf__field > label {
    margin-bottom: 7px;
    font-size: 9px;
}

.ydd-cf__contact-card .ydd-cf__field input,
.ydd-cf__contact-card .ydd-cf__field select {
    min-height: 44px;
    font-size: 11px !important;
}

.ydd-cf__confirm {
    margin-top: 14px;
    line-height: 1.55;
}

.ydd-cf__summary-card {
    background: #f8f7fb;
}

.ydd-cf__summary-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 16px;
}

.ydd-cf__summary-top > span {
    color: #858895;
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .12em;
}

.ydd-cf__summary-top > b {
    border-radius: 99px;
    background: #ddf5ec;
    padding: 5px 8px;
    color: #34735f;
    font-size: 8px;
    font-weight: 780;
}

.ydd-cf__summary-card dl {
    margin: 0;
}

.ydd-cf__summary-card dl > div {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 14px;
    padding: 10px 0;
    border-top: 1px solid #e3e1e7;
}

.ydd-cf__summary-card dt {
    color: #9597a2;
    font-size: 8px;
    font-weight: 720;
}

.ydd-cf__summary-card dd {
    margin: 0;
    color: var(--ydd-cf-ink);
    font-size: 9px;
    font-weight: 650;
    line-height: 1.45;
}

.ydd-cf__summary-route {
    margin-top: 14px;
    border-radius: 10px;
    background: var(--ydd-cf-ink);
    padding: 15px;
    color: #fff;
}

.ydd-cf__summary-route small,
.ydd-cf__summary-route strong,
.ydd-cf__summary-route span {
    display: block;
}

.ydd-cf__summary-route small {
    color: var(--ydd-cf-mint);
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .11em;
}

.ydd-cf__summary-route strong {
    margin-top: 5px;
    font-size: 12px;
}

.ydd-cf__summary-route span {
    margin-top: 3px;
    color: rgba(255,255,255,.54);
    font-size: 8px;
}

.ydd-cf__complete {
    width: 100%;
    margin-top: 15px !important;
}

.ydd-cf__receipt {
    padding: 0;
    animation: ydd-cf-stage-in .45s ease both;
}

.ydd-cf__receipt[hidden] {
    display: none !important;
}

.ydd-cf__receipt-hero {
    padding: clamp(42px, 6vw, 74px) clamp(26px, 7vw, 92px) 42px;
    background:
        radial-gradient(circle at 80% 10%, rgba(150,234,210,.15), transparent 30%),
        var(--ydd-cf-ink);
    color: #fff;
    text-align: center;
}

.ydd-cf__receipt-check {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 19px;
    place-items: center;
    border-radius: 50%;
    background: var(--ydd-cf-mint);
    color: #13221f;
    box-shadow: 0 0 0 9px rgba(150,234,210,.08);
    font-size: 23px;
    font-weight: 850;
}

.ydd-cf__receipt-hero > span {
    color: var(--ydd-cf-mint);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
}

.ydd-cf__receipt-hero h3 {
    margin: 9px 0 0;
    color: #fff;
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 760;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.ydd-cf__receipt-hero p {
    max-width: 600px;
    margin: 14px auto 0;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 1.65;
}

.ydd-cf__reference-number {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 20px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 99px;
    padding: 7px 12px;
}

.ydd-cf__reference-number small {
    color: rgba(255,255,255,.45);
    font-size: 7px;
    font-weight: 780;
    letter-spacing: .1em;
}

.ydd-cf__reference-number strong {
    color: #fff;
    font-size: 9px;
    letter-spacing: .08em;
}

.ydd-cf__business-view {
    margin: -1px clamp(22px, 6vw, 76px) 0;
    overflow: hidden;
    border: 1px solid #e3e2e7;
    border-radius: 0 0 15px 15px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(24,27,46,.08);
}

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

.ydd-cf__business-grid > div {
    min-width: 0;
    padding: 18px 20px;
}

.ydd-cf__business-grid > div + div {
    border-left: 1px solid #e7e6ea;
}

.ydd-cf__business-grid small,
.ydd-cf__business-grid strong {
    display: block;
}

.ydd-cf__business-grid small {
    color: #9799a4;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .1em;
}

.ydd-cf__business-grid strong {
    margin-top: 5px;
    overflow: hidden;
    color: var(--ydd-cf-ink);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ydd-cf__business-view ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid #e7e6ea;
    list-style: none;
}

.ydd-cf__business-view li {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 9px;
    align-items: center;
    margin: 0;
    padding: 17px 19px;
}

.ydd-cf__business-view li + li::before {
    position: absolute;
    top: 29px;
    left: -16px;
    width: 31px;
    height: 1px;
    background: #dddde2;
    content: "";
}

.ydd-cf__business-view li > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid #dddde3;
    border-radius: 50%;
    color: #898b95;
    font-size: 8px;
    font-weight: 800;
}

.ydd-cf__business-view li.is-complete > span {
    border-color: #63caae;
    background: #63caae;
    color: #12211d;
}

.ydd-cf__business-view li b,
.ydd-cf__business-view li small {
    display: block;
}

.ydd-cf__business-view li b {
    color: var(--ydd-cf-ink);
    font-size: 9px;
}

.ydd-cf__business-view li small {
    margin-top: 2px;
    color: #9698a2;
    font-size: 7px;
}

.ydd-cf__receipt-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 25px 22px 8px;
}

.ydd-cf__cta-note {
    max-width: 650px;
    margin: 12px auto 25px;
    border-radius: 9px;
    background: #f0edff;
    padding: 12px 15px;
    color: #5142a9;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.55;
    text-align: center;
}

.ydd-cf__form-actions {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    border-top: 1px solid #e7e5e9;
    padding: 13px clamp(26px, 6vw, 88px);
    background: #fbfafc;
}

.ydd-cf__back {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    border: 0 !important;
    background: transparent !important;
    padding: 8px 4px !important;
    color: #636674 !important;
    font-size: 11px !important;
    font-weight: 720 !important;
    transform: none !important;
    cursor: pointer;
}

.ydd-cf__form-actions > div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.ydd-cf__form-actions small {
    color: #9a9ca6;
    font-size: 8px;
}

.ydd-cf__form-actions .ydd-cf__button {
    min-width: 132px;
}

.ydd-cf__closing {
    padding: clamp(70px, 9vw, 118px) clamp(30px, 12vw, 190px);
    background: #ebe8e1;
    text-align: center;
}

.ydd-cf__closing h2 {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.ydd-cf__closing > p {
    max-width: 760px;
    margin: 23px auto 0;
    color: var(--ydd-cf-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ydd-cf__closing-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 31px;
}

.ydd-cf__closing-tags span {
    border: 1px solid #d4d0c7;
    border-radius: 99px;
    background: rgba(255,255,255,.48);
    padding: 8px 12px;
    color: #5b5d67;
    font-size: 9px;
    font-weight: 700;
}

.ydd-cf__modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
}

.ydd-cf__modal[hidden] {
    display: none !important;
}

.ydd-cf__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7,9,16,.86);
    backdrop-filter: blur(8px);
}

.ydd-cf__modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 1050px);
    max-height: calc(100vh - 44px);
    overflow: auto;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    background: #121526;
    box-shadow: 0 30px 100px rgba(0,0,0,.5);
}

.ydd-cf__modal-card img {
    display: block;
    width: 100%;
    max-height: min(70vh, 700px);
    object-fit: cover;
}

.ydd-cf__modal-card > div:last-child {
    padding: 21px 25px 25px;
}

.ydd-cf__modal-card > div:last-child > span {
    color: var(--ydd-cf-mint);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .13em;
}

.ydd-cf__modal-card h3 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -.02em;
}

.ydd-cf__modal-card p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.53);
    font-size: 11px;
}

.ydd-cf__modal-close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 0 !important;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 50% !important;
    background: rgba(11,13,23,.76) !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: none !important;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.ydd-cf button:focus-visible,
.ydd-cf a:focus-visible,
.ydd-cf input:focus-visible,
.ydd-cf select:focus-visible,
.ydd-cf textarea:focus-visible,
.ydd-cf label:has(input:focus-visible) {
    outline: 3px solid rgba(108,92,231,.34) !important;
    outline-offset: 3px !important;
}

body.ydd-cf-modal-open {
    overflow: hidden;
}

@keyframes ydd-cf-stage-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
    .ydd-cf__hero {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .76fr);
        gap: 45px;
        padding-right: 55px;
        padding-left: 55px;
    }

    .ydd-cf__brand {
        margin-bottom: 80px;
    }

    .ydd-cf__scenario-grid {
        grid-template-columns: 1fr;
    }

    .ydd-cf__scenario {
        display: grid;
        grid-template-columns: 190px 1fr;
    }

    .ydd-cf__scenario-image {
        height: 100%;
        min-height: 158px;
    }

    .ydd-cf__scenario-body p {
        min-height: 0;
    }
}

@media (max-width: 920px) {
    .ydd-cf {
        border-radius: 18px;
    }

    .ydd-cf__hero {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 65px;
        padding: 54px 40px 95px;
    }

    .ydd-cf__hero-copy {
        max-width: 760px;
    }

    .ydd-cf__brand {
        margin-bottom: 72px;
    }

    .ydd-cf__hero-panel {
        width: min(100%, 580px);
        max-width: none;
        justify-self: center;
        transform: none;
    }

    .ydd-cf__value {
        grid-template-columns: 1fr;
    }

    .ydd-cf__value > div + div {
        border-top: 1px solid var(--ydd-cf-line);
        border-left: 0;
    }

    .ydd-cf__experience-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ydd-cf__workspace {
        grid-template-columns: 1fr;
    }

    .ydd-cf__steps {
        display: block;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid #e6e4e8;
        padding: 18px 20px 15px;
        scrollbar-width: thin;
    }

    .ydd-cf__steps ol {
        display: grid;
        min-width: 650px;
        grid-template-columns: repeat(5, 1fr);
    }

    .ydd-cf__steps li:not(:last-child)::after {
        top: 24px;
        right: -9px;
        bottom: auto;
        left: calc(50% + 18px);
        width: calc(100% - 36px);
        height: 1px;
    }

    .ydd-cf__steps button {
        min-height: 65px;
        grid-template-columns: 34px 1fr;
        column-gap: 8px;
        padding: 7px !important;
    }

    .ydd-cf__steps button > span {
        width: 33px;
        height: 33px;
    }

    .ydd-cf__steps-note {
        display: none;
    }

    .ydd-cf__stage {
        min-height: 590px;
    }
}

@media (max-width: 720px) {
    .ydd-cf__notice {
        align-items: flex-start;
        padding: 10px 14px;
        font-size: 10px;
        text-align: left;
    }

    .ydd-cf__notice span {
        margin-top: 1px;
        font-size: 7px;
    }

    .ydd-cf__hero {
        padding: 42px 24px 78px;
    }

    .ydd-cf__brand {
        margin-bottom: 60px;
    }

    .ydd-cf__hero h1 {
        font-size: clamp(40px, 12vw, 60px);
    }

    .ydd-cf__hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ydd-cf__trust {
        gap: 14px 20px;
    }

    .ydd-cf__signal-grid {
        margin-right: 15px;
        margin-left: 15px;
    }

    .ydd-cf__mini-profile {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ydd-cf__pipeline {
        margin-right: 15px;
        margin-left: 15px;
    }

    .ydd-cf__value {
        margin-right: 13px;
        margin-left: 13px;
    }

    .ydd-cf__experience {
        padding-right: 13px;
        padding-left: 13px;
    }

    .ydd-cf__experience-head {
        padding: 0 9px;
    }

    .ydd-cf__workspace {
        border-radius: 16px;
    }

    .ydd-cf__stage {
        padding: 36px 21px 30px;
    }

    .ydd-cf__scenario {
        display: block;
    }

    .ydd-cf__scenario-image {
        height: 170px;
    }

    .ydd-cf__service-grid,
    .ydd-cf__choice-row,
    .ydd-cf__visual-layout,
    .ydd-cf__handoff-grid {
        grid-template-columns: 1fr;
    }

    .ydd-cf__service,
    .ydd-cf__choice-row label {
        min-height: 0;
    }

    .ydd-cf__field-pair {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ydd-cf__form-actions {
        padding-right: 21px;
        padding-left: 21px;
    }

    .ydd-cf__form-actions small {
        display: none;
    }

    .ydd-cf__receipt-hero {
        padding-right: 24px;
        padding-left: 24px;
    }

    .ydd-cf__business-view {
        margin-right: 15px;
        margin-left: 15px;
    }

    .ydd-cf__business-grid,
    .ydd-cf__business-view ol {
        grid-template-columns: 1fr;
    }

    .ydd-cf__business-grid > div + div,
    .ydd-cf__business-view li + li {
        border-top: 1px solid #e7e6ea;
        border-left: 0;
    }

    .ydd-cf__business-view li + li::before {
        display: none;
    }

    .ydd-cf__receipt-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ydd-cf__receipt-actions .ydd-cf__button {
        width: 100%;
    }

    .ydd-cf__closing {
        padding-right: 28px;
        padding-left: 28px;
    }
}

@media (max-width: 440px) {
    .ydd-cf {
        border-radius: 12px;
    }

    .ydd-cf__notice {
        display: block;
        text-align: center;
    }

    .ydd-cf__notice span {
        display: table;
        margin: 0 auto 5px;
    }

    .ydd-cf__hero {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ydd-cf__hero h1 {
        font-size: 42px;
    }

    .ydd-cf__lead {
        font-size: 16px;
    }

    .ydd-cf__button {
        width: 100%;
    }

    .ydd-cf__hero-actions .ydd-cf__button {
        width: 100%;
    }

    .ydd-cf__hero-actions > span {
        width: 100%;
        text-align: center;
    }

    .ydd-cf__trust {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ydd-cf__mini-profile {
        grid-template-columns: auto 1fr;
    }

    .ydd-cf__mini-profile em {
        display: none;
    }

    .ydd-cf__signal-grid {
        grid-template-columns: 1fr;
    }

    .ydd-cf__signal-grid > div + div {
        border-top: 1px solid #e8e8ed;
        border-left: 0;
    }

    .ydd-cf__steps ol {
        min-width: 520px;
    }

    .ydd-cf__steps button > small {
        display: none;
    }

    .ydd-cf__scenario-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ydd-cf__scenario-actions button {
        width: 100%;
    }

    .ydd-cf__form-actions {
        gap: 10px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .ydd-cf__back {
        flex: none;
    }

    .ydd-cf__form-actions > div {
        flex: 1;
    }

    .ydd-cf__form-actions .ydd-cf__button {
        min-width: 0;
    }

    .ydd-cf__summary-card dl > div {
        grid-template-columns: 70px 1fr;
    }

    .ydd-cf__modal {
        padding: 10px;
    }
}

/* 1.5 shareholder showcase: construction identity, email delivery and product impact. */
.ydd-cf,
body .is-layout-constrained > .ydd-cf,
body .wp-site-blocks .ydd-cf,
body main .ydd-cf {
    position: relative;
    left: 50% !important;
    width: min(1680px, calc(100vw - 32px)) !important;
    margin-right: auto !important;
    margin-left: max(-840px, calc(-50vw + 16px)) !important;
    transform: none !important;
}

.ydd-cf__notice {
    justify-content: center;
    padding: 11px 24px;
    text-align: center;
}

.ydd-cf__hero {
    position: relative;
    isolation: isolate;
    min-height: 800px;
    overflow: hidden;
    background-color: #111526;
    background-image:
        linear-gradient(90deg, rgba(10, 13, 27, .98) 0%, rgba(10, 13, 27, .91) 37%, rgba(10, 13, 27, .46) 66%, rgba(10, 13, 27, .18) 100%),
        linear-gradient(0deg, rgba(10, 13, 27, .8) 0%, transparent 42%),
        var(--ydd-cf-hero-image);
    background-position: center;
    background-size: cover;
}

.ydd-cf__hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-position: right 60px bottom 54px;
    background-size: 54px 54px;
    clip-path: polygon(56% 45%, 100% 28%, 100% 100%, 72% 100%);
    content: "";
    opacity: .25;
    pointer-events: none;
}

.ydd-cf__hero-copy,
.ydd-cf__project-standard {
    position: relative;
    z-index: 2;
}

.ydd-cf__ydd-endorsement {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    border-left: 2px solid var(--ydd-cf-mint);
    padding-left: 14px;
}

.ydd-cf__ydd-endorsement img {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 24px rgba(42,210,238,.2);
}

.ydd-cf__ydd-endorsement span,
.ydd-cf__ydd-endorsement small,
.ydd-cf__ydd-endorsement strong {
    display: block;
}

.ydd-cf__ydd-endorsement small {
    color: rgba(255,255,255,.58);
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .12em;
}

.ydd-cf__ydd-endorsement strong {
    margin-top: 3px;
    color: #fff;
    font-size: 15px;
}

.ydd-cf__brand {
    margin-bottom: clamp(42px, 5vw, 66px);
}

.ydd-cf__project-standard {
    border-color: rgba(255,255,255,.32);
    background: rgba(248,249,251,.97);
    box-shadow: 0 38px 100px rgba(0,0,0,.46);
    backdrop-filter: blur(12px);
}

.ydd-cf__project-standard-head b {
    border-radius: 5px;
}

.ydd-cf__proof-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0 26px;
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
}

.ydd-cf__proof-specs > div {
    min-width: 0;
    padding: 14px 10px 14px 0;
}

.ydd-cf__proof-specs > div + div {
    border-left: 1px solid #dfe3e8;
    padding-left: 12px;
}

.ydd-cf__proof-specs dt,
.ydd-cf__proof-specs dd {
    margin: 0;
}

.ydd-cf__proof-specs dt {
    color: #3d8b75;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
}

.ydd-cf__proof-specs dd {
    margin-top: 6px;
    color: #42495b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.ydd-cf__proof-body ul {
    display: none;
}

.ydd-cf__steps li:not(:last-child)::after {
    top: 58px;
    bottom: -19px;
    left: 27.5px;
    background: linear-gradient(rgba(150,234,210,.38), rgba(255,255,255,.12));
}

.ydd-cf__steps-note {
    grid-template-columns: 42px 1fr;
    align-items: center;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    border-radius: 0;
    background: transparent;
    padding: 20px 4px 0;
}

.ydd-cf__steps-note img {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    object-fit: cover;
}

.ydd-cf__steps-note strong,
.ydd-cf__steps-note p {
    font-size: 14px !important;
}

.ydd-cf__steps-note p {
    color: rgba(255,255,255,.55);
    line-height: 1.5;
}

.ydd-cf__field > label small {
    margin-left: 6px;
    color: #767d8d;
    font-size: 14px;
    font-weight: 600;
}

.ydd-cf__contact-card {
    border-top: 4px solid var(--ydd-cf-accent);
}

.ydd-cf__contact-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.ydd-cf__contact-brand img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(20,23,40,.18);
}

.ydd-cf__contact-brand span,
.ydd-cf__contact-brand small,
.ydd-cf__contact-brand strong {
    display: block;
}

.ydd-cf__contact-brand small {
    color: var(--ydd-cf-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
}

.ydd-cf__contact-brand strong {
    margin-top: 3px;
    color: var(--ydd-cf-ink);
    font-size: 19px;
}

.ydd-cf__contact-explainer {
    margin: 0 0 23px;
    border-bottom: 1px solid #e3e5ea;
    padding-bottom: 20px;
    color: #666d7e;
    font-size: 14px;
    line-height: 1.65;
}

.ydd-cf__email-language {
    margin: 23px 0 0;
    border: 0;
    border-top: 1px solid #e3e5ea;
    padding: 20px 0 0;
}

.ydd-cf__email-language legend {
    padding: 0;
    color: var(--ydd-cf-ink);
    font-size: 15px;
    font-weight: 800;
}

.ydd-cf__email-language > p {
    margin: 5px 0 13px;
    color: #72798a;
    font-size: 14px;
}

.ydd-cf__email-language > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ydd-cf__email-language label {
    position: relative;
    cursor: pointer;
}

.ydd-cf__email-language input {
    position: absolute;
    opacity: 0;
}

.ydd-cf__email-language label > span {
    display: flex;
    min-height: 66px;
    align-items: center;
    gap: 9px;
    border: 1px solid #d9dde4;
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    color: #555c6f;
    font-size: 14px;
    font-weight: 700;
}

.ydd-cf__email-language label b {
    color: var(--ydd-cf-accent);
    font-size: 13px;
}

.ydd-cf__email-language input:checked + span {
    border-color: var(--ydd-cf-accent);
    background: #f0edff;
    color: var(--ydd-cf-ink);
    box-shadow: inset 0 0 0 1px var(--ydd-cf-accent);
}

.ydd-cf__email-language input:focus-visible + span {
    outline: 3px solid rgba(108,92,231,.24);
    outline-offset: 2px;
}

.ydd-cf__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ydd-cf__send-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
}

.ydd-cf__send-status {
    flex: 1;
    min-height: 24px;
    color: #62697b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.ydd-cf__send-status.is-error {
    color: #a53535;
}

.ydd-cf__send-status.is-success {
    color: #2c795f;
}

.ydd-cf__complete[aria-busy="true"] {
    opacity: .7;
    cursor: wait;
}

.ydd-cf__receipt-delivery {
    display: inline-flex;
    max-width: 100%;
    flex-direction: column;
    margin: 18px 0 0;
    border-left: 3px solid var(--ydd-cf-mint);
    padding: 6px 0 6px 14px;
}

.ydd-cf__receipt-delivery small {
    color: rgba(255,255,255,.55);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
}

.ydd-cf__receipt-delivery strong {
    overflow: hidden;
    margin-top: 4px;
    color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
}

.ydd-cf__pdf-download {
    border-color: #dfe3e8 !important;
    background: #fff !important;
    color: var(--ydd-cf-ink) !important;
}

.ydd-cf__modal-close {
    display: grid !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    place-items: center !important;
    border-radius: 50% !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Keep every readable label/control at a 14px minimum in the finished product. */
.ydd-cf__ydd-endorsement small,
.ydd-cf__proof-specs dt,
.ydd-cf__contact-brand small,
.ydd-cf__receipt-delivery small,
.ydd-cf__impact-brand span,
.ydd-cf__impact-process > div > span,
.ydd-cf__impact-foot > span,
.ydd-cf__email-language b,
.ydd-cf__modal-card > div:last-child > span,
.ydd-cf__back {
    font-size: 14px !important;
}

.ydd-cf__field input,
.ydd-cf__field select,
.ydd-cf__field textarea,
.ydd-cf__contact-card .ydd-cf__field input,
.ydd-cf__contact-card .ydd-cf__field select {
    font-size: 16px !important;
}

.ydd-cf__modal-close .ydd-cf__icon {
    width: 23px;
    height: 23px;
    margin: 0 !important;
}

.ydd-cf__impact {
    overflow: hidden;
    background: #111526;
    padding: clamp(76px, 8vw, 122px) clamp(24px, 7vw, 110px) clamp(62px, 7vw, 96px);
    color: #fff;
}

.ydd-cf__impact-heading {
    max-width: 900px;
}

.ydd-cf__impact-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ydd-cf-mint);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
}

.ydd-cf__impact-brand img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.ydd-cf__impact h2 {
    max-width: 850px;
    margin: 27px 0 18px;
    color: #fff;
    font-size: clamp(38px, 5.2vw, 68px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.ydd-cf__impact-heading > p {
    max-width: 790px;
    margin: 0;
    color: rgba(255,255,255,.67);
    font-size: 17px;
    line-height: 1.7;
}

.ydd-cf__impact-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(46px, 6vw, 76px);
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.ydd-cf__impact-metrics article {
    position: relative;
    min-height: 260px;
    padding: 32px clamp(20px, 3vw, 42px) 34px 0;
}

.ydd-cf__impact-metrics article + article {
    border-left: 1px solid rgba(255,255,255,.18);
    padding-left: clamp(20px, 3vw, 42px);
}

.ydd-cf__impact-metrics strong {
    display: block;
    color: var(--ydd-cf-mint);
    font-size: clamp(58px, 7vw, 94px);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
}

.ydd-cf__impact-metrics small {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ydd-cf__impact-metrics p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 1.6;
}

.ydd-cf__impact-process {
    display: grid;
    grid-template-columns: 1fr minmax(28px, .35fr) 1fr minmax(28px, .35fr) 1fr minmax(28px, .35fr) 1fr;
    align-items: center;
    gap: 14px;
    margin-top: 54px;
}

.ydd-cf__impact-process > div {
    min-width: 0;
}

.ydd-cf__impact-process > div > span {
    color: var(--ydd-cf-mint);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
}

.ydd-cf__impact-process strong,
.ydd-cf__impact-process small {
    display: block;
}

.ydd-cf__impact-process strong {
    margin-top: 6px;
    color: #fff;
    font-size: 20px;
}

.ydd-cf__impact-process small {
    margin-top: 5px;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 1.45;
}

.ydd-cf__impact-process i {
    position: relative;
    height: 1px;
    background: rgba(153,234,211,.36);
}

.ydd-cf__impact-process i::after {
    position: absolute;
    top: -3px;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--ydd-cf-mint);
    border-right: 1px solid var(--ydd-cf-mint);
    content: "";
    transform: rotate(45deg);
}

.ydd-cf__impact-foot {
    display: grid;
    grid-template-columns: minmax(180px, .35fr) 1fr;
    gap: 32px;
    margin-top: 58px;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 28px;
}

.ydd-cf__impact-foot span {
    color: var(--ydd-cf-mint);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
}

.ydd-cf__impact-foot p {
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1050px) {
    .ydd-cf__hero {
        background-position: 58% center;
    }

    .ydd-cf__impact-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .ydd-cf__impact-process i {
        display: none;
    }
}

@media (max-width: 760px) {
    .ydd-cf,
    body .is-layout-constrained > .ydd-cf,
    body .wp-site-blocks .ydd-cf,
    body main .ydd-cf {
        width: calc(100vw - 16px) !important;
        margin-right: auto !important;
        margin-left: calc(-50vw + 8px) !important;
        transform: none !important;
    }

    .ydd-cf__notice {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .ydd-cf__hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
        min-height: 0;
        background-image:
            linear-gradient(90deg, rgba(10,13,27,.96), rgba(10,13,27,.78)),
            linear-gradient(0deg, rgba(10,13,27,.75), transparent),
            var(--ydd-cf-hero-image);
        background-position: 67% center;
    }

    .ydd-cf__proof-specs {
        grid-template-columns: 1fr;
    }

    .ydd-cf__proof-specs > div + div {
        border-top: 1px solid #dfe3e8;
        border-left: 0;
        padding-left: 0;
    }

    .ydd-cf__send-row {
        align-items: stretch;
        flex-direction: column;
    }

    .ydd-cf__impact-metrics {
        grid-template-columns: 1fr;
    }

    .ydd-cf__impact-metrics article {
        min-height: 0;
        padding: 28px 0;
    }

    .ydd-cf__impact-metrics article + article {
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
        padding-left: 0;
    }

    .ydd-cf__impact-process,
    .ydd-cf__impact-foot {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 440px) {
    .ydd-cf__ydd-endorsement {
        align-items: flex-start;
    }

    .ydd-cf__email-language > div {
        grid-template-columns: 1fr;
    }

    .ydd-cf__impact h2 {
        font-size: 38px;
    }
}

/* 1.3 presentation system: clearer sales narrative, unified icons and readable type. */
.ydd-cf [hidden] {
    display: none !important;
}

.ydd-cf {
    width: min(1500px, calc(100vw - 32px)) !important;
    max-width: none !important;
    left: 50%;
    margin-right: 0 !important;
    margin-left: calc(-50vw + 16px) !important;
}

.ydd-cf__icon {
    display: block;
    width: 24px;
    height: 24px;
    flex: none;
}

@media (min-width: 1532px) {
    body .is-layout-constrained > .ydd-cf {
        margin-left: -750px !important;
    }
}

.ydd-cf__notice {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.45;
}

.ydd-cf__notice span {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: .045em;
}

.ydd-cf__hero {
    grid-template-columns: minmax(0, 1.07fr) minmax(410px, .93fr);
    gap: clamp(44px, 6vw, 96px);
    min-height: 680px;
    padding: clamp(52px, 6.4vw, 92px) clamp(30px, 7vw, 108px) clamp(62px, 7vw, 96px);
}

.ydd-cf__brand {
    margin-bottom: clamp(62px, 7vw, 94px);
}

.ydd-cf__brand small {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: .025em;
}

.ydd-cf__mark {
    width: 50px;
    height: 50px;
}

.ydd-cf__mark .ydd-cf__icon {
    width: 28px;
    height: 28px;
    color: var(--ydd-cf-mint);
}

.ydd-cf__eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: .12em;
}

.ydd-cf__hero h1 {
    max-width: 790px;
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: 1.02;
}

.ydd-cf__lead {
    max-width: 760px;
    margin-top: 26px;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.65;
}

.ydd-cf__hero-actions {
    margin-top: 34px;
}

.ydd-cf__hero-actions > span {
    font-size: 14px;
}

.ydd-cf__button {
    min-height: 52px;
    padding: 14px 21px;
    font-size: 16px;
    line-height: 1.25;
}

.ydd-cf__button .ydd-cf__icon {
    width: 19px;
    height: 19px;
}

.ydd-cf__trust {
    gap: 13px 24px;
    margin-top: 32px;
}

.ydd-cf__trust li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    font-size: 14px;
    line-height: 1.35;
}

.ydd-cf__trust li > .ydd-cf__icon {
    width: 19px;
    height: 19px;
    padding: 0;
    border: 0;
    color: var(--ydd-cf-mint);
}

.ydd-cf__trust li > span {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    font-size: 14px !important;
}

.ydd-cf__hero-panel {
    align-self: center;
    padding: clamp(24px, 3.2vw, 38px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,248,253,.95));
    box-shadow: 0 30px 80px rgba(0,0,0,.28);
    color: var(--ydd-cf-ink);
}

.ydd-cf__panel-top > span,
.ydd-cf__mini-profile small,
.ydd-cf__panel-preview > span,
.ydd-cf__panel-foot > span {
    font-size: 14px;
    letter-spacing: .075em;
}

.ydd-cf__panel-top b,
.ydd-cf__mini-profile em {
    font-size: 14px;
}

.ydd-cf__mini-profile {
    gap: 15px;
    padding: 22px 0;
}

.ydd-cf__mini-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: rgba(var(--ydd-cf-accent-rgb), .1);
    color: var(--ydd-cf-accent);
}

.ydd-cf__mini-icon .ydd-cf__icon {
    width: 26px;
    height: 26px;
}

.ydd-cf__mini-profile strong {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.3;
}

.ydd-cf__signal-grid {
    gap: 10px;
    padding: 0;
    background: none;
}

.ydd-cf__signal-grid > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    padding: 14px 12px;
    border: 1px solid #e5e7ef !important;
    border-radius: 13px;
    background: #fff;
}

.ydd-cf__signal-grid .ydd-cf__icon {
    width: 19px;
    height: 19px;
    color: var(--ydd-cf-accent);
}

.ydd-cf__signal-grid span {
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
}

.ydd-cf__panel-preview {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px 14px;
    align-items: center;
    margin-top: 16px;
    padding: 18px;
    border-radius: 16px;
    background: #11162a;
    color: #fff;
}

.ydd-cf__panel-preview > span {
    grid-column: 1 / -1;
    color: #a8b0c8;
}

.ydd-cf__panel-preview div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ydd-cf__panel-preview strong {
    font-size: 17px;
}

.ydd-cf__panel-preview small {
    color: #cbd1df;
    font-size: 14px;
}

.ydd-cf__panel-preview > .ydd-cf__icon {
    color: var(--ydd-cf-mint);
}

.ydd-cf__panel-foot {
    gap: 5px;
    margin-top: 18px;
}

.ydd-cf__panel-foot strong {
    font-size: 18px;
}

.ydd-cf__why,
.ydd-cf__how {
    padding: clamp(72px, 8vw, 112px) clamp(26px, 7vw, 108px);
}

.ydd-cf__why {
    background: #fff;
}

.ydd-cf__how {
    border-top: 1px solid var(--ydd-cf-line);
    background:
        linear-gradient(rgba(18,21,38,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,21,38,.035) 1px, transparent 1px),
        #f7f5f0;
    background-size: 34px 34px;
}

.ydd-cf__section-heading {
    max-width: 900px;
}

.ydd-cf__section-heading > span {
    display: block;
    margin-bottom: 15px;
    color: var(--ydd-cf-accent);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .12em;
}

.ydd-cf__section-heading h2 {
    max-width: 820px;
    margin: 0;
    color: var(--ydd-cf-ink);
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 830;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.ydd-cf__section-heading p {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--ydd-cf-muted);
    font-size: 18px;
    line-height: 1.7;
}

.ydd-cf__section-heading--center {
    margin: 0 auto;
    text-align: center;
}

.ydd-cf__section-heading--center h2,
.ydd-cf__section-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.ydd-cf__problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.ydd-cf__problem-grid article {
    padding: clamp(25px, 3vw, 36px);
    border: 1px solid #e9e7e2;
    border-radius: 20px;
    background: #fbfaf7;
}

.ydd-cf__feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: rgba(var(--ydd-cf-accent-rgb), .09);
    color: var(--ydd-cf-accent);
}

.ydd-cf__problem-grid h3,
.ydd-cf__method h3 {
    margin: 22px 0 9px;
    color: var(--ydd-cf-ink);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.ydd-cf__problem-grid p,
.ydd-cf__method p {
    margin: 0;
    color: var(--ydd-cf-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ydd-cf__outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    overflow: hidden;
    border-radius: 20px;
    background: #121526;
    color: #fff;
}

.ydd-cf__outcomes > div {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    padding: 25px clamp(20px, 3vw, 34px);
}

.ydd-cf__outcomes > div + div {
    border-left: 1px solid rgba(255,255,255,.13);
}

.ydd-cf__outcomes > div > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: none;
    place-items: center;
    border-radius: 12px;
    background: rgba(150,234,210,.11);
    color: var(--ydd-cf-mint);
}

.ydd-cf__outcomes p {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.ydd-cf__outcomes small {
    color: #aeb5c7;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.ydd-cf__outcomes strong {
    font-size: 17px;
    line-height: 1.35;
}

.ydd-cf__method {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.ydd-cf__method li {
    position: relative;
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(18,21,38,.1);
    border-radius: 19px;
    background: rgba(255,255,255,.91);
    box-shadow: 0 12px 35px rgba(18,21,38,.05);
}

.ydd-cf__method li > span {
    position: absolute;
    top: 19px;
    right: 20px;
    color: #aaaebb;
    font-size: 14px;
    font-weight: 800;
}

.ydd-cf__method li > .ydd-cf__icon {
    width: 30px;
    height: 30px;
    color: var(--ydd-cf-accent);
}

.ydd-cf__tour-cta {
    width: max-content;
    margin: 34px auto 0;
}

.ydd-cf__experience {
    scroll-margin-top: 96px;
}

.ydd-cf__experience-head > div > span,
.ydd-cf__stage-intro > span,
.ydd-cf__stage-count {
    font-size: 14px;
    letter-spacing: .1em;
}

.ydd-cf__experience-head p,
.ydd-cf__stage-intro p {
    font-size: 17px;
    line-height: 1.65;
}

.ydd-cf__steps button b {
    font-size: 16px;
}

.ydd-cf__steps {
    scrollbar-width: none;
}

.ydd-cf__steps::-webkit-scrollbar {
    display: none;
}

.ydd-cf__steps button > span {
    font-size: 14px;
}

.ydd-cf__steps button small,
.ydd-cf__steps-note p,
.ydd-cf__steps-note strong {
    font-size: 14px;
}

.ydd-cf__steps-note > span {
    display: grid;
    place-items: center;
}

.ydd-cf__steps-note .ydd-cf__icon {
    width: 23px;
    height: 23px;
}

.ydd-cf__stage {
    scroll-margin-top: 110px;
}

.ydd-cf__choice-instruction {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 26px 0 20px;
    padding: 15px 17px;
    border: 1px solid rgba(var(--ydd-cf-accent-rgb), .2);
    border-radius: 14px;
    background: rgba(var(--ydd-cf-accent-rgb), .055);
    color: var(--ydd-cf-ink);
}

.ydd-cf__choice-instruction > .ydd-cf__icon {
    color: var(--ydd-cf-accent);
}

.ydd-cf__choice-instruction > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
}

.ydd-cf__choice-instruction strong {
    font-size: 16px;
}

.ydd-cf__scenario-grid {
    gap: 18px;
}

.ydd-cf__scenario {
    border-radius: 20px;
}

.ydd-cf__scenario::after {
    content: none !important;
}

.ydd-cf__scenario-body {
    padding: 22px;
}

.ydd-cf__scenario-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ydd-cf__scenario-kicker > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: none;
    place-items: center;
    border-radius: 11px;
    background: rgba(var(--ydd-cf-accent-rgb), .08);
    color: var(--ydd-cf-accent);
}

.ydd-cf__scenario-kicker > span .ydd-cf__icon {
    width: 20px;
    height: 20px;
}

.ydd-cf__scenario-kicker > small {
    min-width: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.ydd-cf__scenario-kicker > em {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #e5f7ef;
    color: #176347;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.ydd-cf__scenario-kicker > em[hidden] {
    display: none !important;
}

.ydd-cf__scenario-kicker > em .ydd-cf__icon {
    width: 15px;
    height: 15px;
}

.ydd-cf__scenario-body h4 {
    margin-top: 17px;
    font-size: 21px;
}

.ydd-cf__scenario-body > p {
    min-height: 78px;
    font-size: 15px;
    line-height: 1.65;
}

.ydd-cf__scenario-image > span {
    font-size: 14px;
}

.ydd-cf__reference-image > span,
.ydd-cf__reference-image button,
.ydd-cf__reference small {
    font-size: 14px !important;
}

.ydd-cf__scenario-actions button {
    display: inline-flex;
    min-height: 48px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

.ydd-cf__scenario-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.ydd-cf__scenario-actions button {
    width: 100%;
}

.ydd-cf__scenario-actions button span {
    font-size: inherit !important;
}

.ydd-cf__scenario-action-icon {
    display: inline-flex;
}

.ydd-cf__scenario-actions button:first-child {
    flex: 1;
    padding: 11px 14px;
    border-color: var(--ydd-cf-accent);
    background: var(--ydd-cf-accent);
    color: #fff;
}

.ydd-cf__scenario-actions button[aria-pressed="true"] {
    border-color: #176347;
    background: #176347;
}

.ydd-cf__scenario-actions .ydd-cf__icon {
    width: 18px;
    height: 18px;
}

.ydd-cf__fieldset legend,
.ydd-cf__field > label,
.ydd-cf__contact-card h4 {
    font-size: 16px;
}

.ydd-cf__contact-card .ydd-cf__field > label {
    font-size: 14px !important;
}

.ydd-cf__service b,
.ydd-cf__choice-row b {
    font-size: 16px;
}

.ydd-cf__service small,
.ydd-cf__choice-row small,
.ydd-cf__field-meta small,
.ydd-cf__fieldset legend small,
.ydd-cf__reference small,
.ydd-cf__dropzone small,
.ydd-cf__privacy-card p,
.ydd-cf__privacy-card strong,
.ydd-cf__summary-card dt,
.ydd-cf__summary-card dd,
.ydd-cf__summary-route small,
.ydd-cf__summary-route span,
.ydd-cf__business-grid small,
.ydd-cf__business-view ol small,
.ydd-cf__form-actions small,
.ydd-cf__closing-tags span,
.ydd-cf__cta-note,
.ydd-cf__modal-card > div > span,
.ydd-cf__modal-card > div > p {
    font-size: 14px;
}

.ydd-cf__service > span .ydd-cf__icon,
.ydd-cf__choice-row label > span .ydd-cf__icon,
.ydd-cf__upload-icon .ydd-cf__icon,
.ydd-cf__privacy-card > span .ydd-cf__icon {
    width: 23px;
    height: 23px;
}

.ydd-cf__field input,
.ydd-cf__field select,
.ydd-cf__field textarea,
.ydd-cf__checks label,
.ydd-cf__confirm,
.ydd-cf__reference label {
    font-size: 16px;
}

.ydd-cf__checks label span {
    font-size: 14px !important;
}

.ydd-cf__dropzone strong,
.ydd-cf__dropzone em {
    font-size: 16px;
}

.ydd-cf__field-error {
    font-size: 14px;
}

.ydd-cf__summary-top > span,
.ydd-cf__summary-top > b {
    font-size: 14px !important;
}

.ydd-cf__summary-route strong {
    font-size: 16px !important;
}

.ydd-cf__receipt-hero > span,
.ydd-cf__reference-number small,
.ydd-cf__business-head > span,
.ydd-cf__business-head > b,
.ydd-cf__business-view ol b,
.ydd-cf__business-view ol li > span {
    font-size: 14px !important;
}

.ydd-cf__receipt-hero > p {
    font-size: 16px !important;
}

.ydd-cf__reference-number strong,
.ydd-cf__business-grid strong {
    font-size: 16px !important;
}

.ydd-cf__receipt-check .ydd-cf__icon,
.ydd-cf__business-view ol li > span .ydd-cf__icon {
    width: 22px;
    height: 22px;
}

.ydd-cf__receipt-actions .ydd-cf__button--ghost {
    font-size: 16px !important;
}

.ydd-cf__closing > span {
    font-size: 14px;
}

.ydd-cf__stage-intro h3:focus,
.ydd-cf__receipt:focus {
    outline: none;
}

@media (max-width: 1050px) {
    .ydd-cf__hero {
        grid-template-columns: 1fr;
    }

    .ydd-cf__brand {
        margin-bottom: 60px;
    }

    .ydd-cf__hero-panel {
        width: min(100%, 720px);
    }

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

@media (max-width: 760px) {
    .ydd-cf {
        width: calc(100vw - 16px) !important;
        margin-right: 0 !important;
        margin-left: calc(-50vw + 8px) !important;
    }

    body .is-layout-constrained > .ydd-cf {
        margin-left: calc(-50vw + 8px) !important;
    }

    .ydd-cf__hero,
    .ydd-cf__why,
    .ydd-cf__how {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ydd-cf__hero {
        padding-top: 44px;
        padding-bottom: 58px;
    }

    .ydd-cf__brand {
        margin-bottom: 48px;
    }

    .ydd-cf__hero h1 {
        font-size: clamp(39px, 11vw, 54px);
    }

    .ydd-cf__problem-grid,
    .ydd-cf__outcomes,
    .ydd-cf__method {
        grid-template-columns: 1fr;
    }

    .ydd-cf__outcomes > div + div {
        border-top: 1px solid rgba(255,255,255,.13);
        border-left: 0;
    }

    .ydd-cf__method {
        margin-top: 36px;
    }

    .ydd-cf__tour-cta {
        width: 100%;
    }

    .ydd-cf__scenario-body > p {
        min-height: 0;
    }
}

@media (max-width: 440px) {
    .ydd-cf__notice {
        padding: 12px 14px;
    }

    .ydd-cf__notice span {
        margin-bottom: 7px;
    }

    .ydd-cf__hero-actions > span {
        line-height: 1.45;
    }

    .ydd-cf__panel-preview {
        padding: 15px;
    }

    .ydd-cf__section-heading p {
        font-size: 17px;
    }

    .ydd-cf__scenario-kicker {
        flex-wrap: wrap;
    }

    .ydd-cf__scenario-kicker > small {
        flex-basis: calc(100% - 50px);
    }

    .ydd-cf__scenario-kicker > em {
        margin-left: 48px;
    }
}

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

@media print {
    .ydd-cf__notice,
    .ydd-cf__hero-actions,
    .ydd-cf__value,
    .ydd-cf__steps,
    .ydd-cf__form-actions,
    .ydd-cf__receipt-actions,
    .ydd-cf__closing,
    .ydd-cf__modal {
        display: none !important;
    }

    .ydd-cf,
    .ydd-cf__workspace {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .ydd-cf__hero {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 30px;
        print-color-adjust: exact;
    }

    .ydd-cf__hero-panel {
        display: none;
    }

    .ydd-cf__brand {
        margin-bottom: 35px;
    }

    .ydd-cf__experience {
        padding: 30px 0;
    }
}

/* 1.4 trade project planner: viewport-centred integration and production-style presentation. */
.ydd-cf {
    left: auto !important;
    width: min(1680px, calc(100vw - 32px)) !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: calc((100% - min(1680px, calc(100vw - 32px))) / 2) !important;
    transform: none !important;
}

body .is-layout-constrained > .ydd-cf,
body .wp-site-blocks .ydd-cf,
body main .ydd-cf {
    margin-right: 0 !important;
    margin-left: calc((100% - min(1680px, calc(100vw - 32px))) / 2) !important;
}

.ydd-cf__hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr);
    gap: clamp(48px, 6vw, 100px);
    min-height: 760px;
    padding-top: clamp(54px, 6vw, 92px);
    padding-bottom: clamp(66px, 7vw, 104px);
}

.ydd-cf__brand {
    margin-bottom: clamp(58px, 7vw, 92px);
}

.ydd-cf__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
}

.ydd-cf__text-link {
    display: inline-flex !important;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .05) !important;
    padding: 12px 18px !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    cursor: pointer;
}

.ydd-cf__text-link:hover,
.ydd-cf__text-link:focus-visible {
    border-color: var(--ydd-cf-mint) !important;
    background: rgba(150, 234, 210, .1) !important;
    color: var(--ydd-cf-mint) !important;
}

.ydd-cf__text-link .ydd-cf__icon {
    width: 18px;
    height: 18px;
}

.ydd-cf__trust li,
.ydd-cf__trust span {
    font-size: 14px !important;
    line-height: 1.4;
}

.ydd-cf__project-standard {
    position: relative;
    z-index: 1;
    align-self: center;
    width: min(100%, 570px);
    justify-self: end;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 22px;
    background: #f9fafc;
    color: var(--ydd-cf-ink);
    box-shadow: 0 34px 80px rgba(0,0,0,.32);
}

.ydd-cf__project-standard-head {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 22px;
    border-bottom: 1px solid #e1e4ea;
    background: #fff;
}

.ydd-cf__project-standard-head span,
.ydd-cf__project-standard-head b {
    font-size: 14px;
    font-weight: 820;
    letter-spacing: .075em;
}

.ydd-cf__project-standard-head span {
    color: #6e7485;
}

.ydd-cf__project-standard-head b {
    border-radius: 99px;
    background: #e8f8f3;
    padding: 7px 11px;
    color: #316958;
}

.ydd-cf__project-standard-copy {
    padding: 30px 30px 24px;
}

.ydd-cf__standard-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 14px;
    background: var(--ydd-cf-ink);
    color: var(--ydd-cf-mint);
}

.ydd-cf__standard-icon .ydd-cf__icon {
    width: 25px;
    height: 25px;
}

.ydd-cf__project-standard-copy h2 {
    margin: 23px 0 10px;
    color: var(--ydd-cf-ink);
    font-size: clamp(26px, 2.3vw, 35px);
    font-weight: 780;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.ydd-cf__project-standard-copy p {
    margin: 0;
    color: #666d7e;
    font-size: 16px;
    line-height: 1.65;
}

.ydd-cf__standard-steps {
    margin: 0 30px;
    padding: 0;
    border-top: 1px solid #e3e5ea;
    list-style: none;
}

.ydd-cf__standard-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #e3e5ea;
}

.ydd-cf__standard-steps li > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: #eeebff;
    color: var(--ydd-cf-accent);
    font-size: 14px;
    font-weight: 850;
}

.ydd-cf__standard-steps strong,
.ydd-cf__standard-steps small {
    display: block;
    font-size: 14px;
}

.ydd-cf__standard-steps strong {
    color: var(--ydd-cf-ink);
    font-weight: 780;
}

.ydd-cf__standard-steps small {
    margin-top: 2px;
    color: #717687;
    line-height: 1.45;
}

.ydd-cf__standard-foot {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 20px 30px;
    background: var(--ydd-cf-ink);
    color: #fff;
}

.ydd-cf__standard-foot .ydd-cf__icon {
    width: 23px;
    height: 23px;
    color: var(--ydd-cf-mint);
}

.ydd-cf__standard-foot strong,
.ydd-cf__standard-foot span {
    display: block;
    font-size: 14px;
}

.ydd-cf__standard-foot strong {
    color: var(--ydd-cf-mint);
}

.ydd-cf__proof {
    padding: clamp(80px, 8vw, 124px) clamp(22px, 5.4vw, 82px);
    background: #fff;
}

.ydd-cf__proof .ydd-cf__section-heading {
    max-width: 880px;
}

.ydd-cf__proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
}

.ydd-cf__proof-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #dfe1e7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18,21,38,.06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ydd-cf__proof-card:hover,
.ydd-cf__proof-card.is-selected {
    border-color: var(--ydd-cf-accent);
    box-shadow: 0 20px 48px rgba(18,21,38,.12);
    transform: translateY(-3px);
}

.ydd-cf__proof-image {
    position: relative;
    display: block !important;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    background: #e7e7ea !important;
    padding: 0 !important;
    box-shadow: none !important;
    cursor: zoom-in;
}

.ydd-cf__proof-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ydd-cf__proof-card:hover .ydd-cf__proof-image img {
    transform: scale(1.025);
}

.ydd-cf__proof-image > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 9px;
    background: rgba(18,21,38,.9);
    padding: 9px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
}

.ydd-cf__proof-image .ydd-cf__icon {
    width: 18px;
    height: 18px;
}

.ydd-cf__proof-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.ydd-cf__proof-body > small {
    color: var(--ydd-cf-accent);
    font-size: 14px;
    font-weight: 820;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.ydd-cf__proof-body h3 {
    margin: 9px 0 0;
    color: var(--ydd-cf-ink);
    font-size: 24px;
    font-weight: 770;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.ydd-cf__proof-body p {
    margin: 13px 0 0;
    color: var(--ydd-cf-muted);
    font-size: 15px;
    line-height: 1.6;
}

.ydd-cf__proof-body .ydd-cf__proof-meta {
    margin-top: 7px;
    color: #4f5669;
    font-size: 14px;
    font-weight: 680;
}

.ydd-cf__proof-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.ydd-cf__proof-body li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    border-radius: 99px;
    background: #f1f3f6;
    padding: 7px 10px;
    color: #505669;
    font-size: 14px;
    line-height: 1.2;
}

.ydd-cf__proof-body li .ydd-cf__icon {
    width: 15px;
    height: 15px;
    color: #38836f;
}

.ydd-cf__proof-select {
    display: inline-flex !important;
    width: 100%;
    min-height: 49px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto !important;
    border: 1px solid #d8dae2 !important;
    border-radius: 11px !important;
    background: #fff !important;
    padding: 12px 15px !important;
    color: var(--ydd-cf-ink) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 770 !important;
    text-transform: none !important;
    cursor: pointer;
}

.ydd-cf__proof-select:hover,
.ydd-cf__proof-select:focus-visible,
.ydd-cf__proof-select[aria-pressed="true"] {
    border-color: var(--ydd-cf-accent) !important;
    background: var(--ydd-cf-accent) !important;
    color: #fff !important;
}

.ydd-cf__proof-select .ydd-cf__icon {
    width: 19px;
    height: 19px;
}

.ydd-cf__proof-bridge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
    border-radius: 16px;
    background: #eff1f5;
    padding: 22px 24px;
}

.ydd-cf__proof-bridge span,
.ydd-cf__proof-bridge strong {
    display: block;
    font-size: 14px;
}

.ydd-cf__proof-bridge span {
    color: var(--ydd-cf-accent);
    font-weight: 850;
    letter-spacing: .07em;
}

.ydd-cf__proof-bridge strong {
    margin-top: 5px;
    color: var(--ydd-cf-ink);
    font-size: 16px;
}

.ydd-cf__button--dark {
    flex: none;
    background: var(--ydd-cf-ink) !important;
    color: #fff !important;
}

.ydd-cf__button--dark:hover,
.ydd-cf__button--dark:focus-visible {
    background: var(--ydd-cf-accent) !important;
    color: #fff !important;
}

.ydd-cf__experience {
    background: #f6f4ef;
}

.ydd-cf__scenario {
    display: block;
    min-height: 100%;
}

.ydd-cf__scenario-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 25px;
}

.ydd-cf__scenario-body > p {
    min-height: 72px;
    font-size: 15px !important;
}

.ydd-cf__scenario-actions {
    margin-top: auto;
}

.ydd-cf__scenario-actions button {
    width: 100%;
}

.ydd-cf__field > small {
    display: block;
    margin-top: 8px;
    color: var(--ydd-cf-muted);
    font-size: 14px;
    line-height: 1.45;
}

.ydd-cf__photo-tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.ydd-cf__photo-tips li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    border: 1px solid #e0e1e5;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}

.ydd-cf__photo-tips .ydd-cf__icon {
    width: 22px;
    height: 22px;
    color: var(--ydd-cf-accent);
}

.ydd-cf__photo-tips strong,
.ydd-cf__photo-tips span {
    display: block;
    font-size: 14px;
}

.ydd-cf__photo-tips strong {
    margin-bottom: 3px;
    color: var(--ydd-cf-ink);
}

.ydd-cf__photo-tips span {
    color: var(--ydd-cf-muted);
    line-height: 1.45;
}

@media (max-width: 1050px) {
    .ydd-cf__project-standard {
        width: min(100%, 760px);
        justify-self: start;
    }

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

    .ydd-cf__proof-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
    }
}

@media (max-width: 760px) {
    .ydd-cf,
    body .is-layout-constrained > .ydd-cf,
    body .wp-site-blocks .ydd-cf,
    body main .ydd-cf {
        width: calc(100vw - 16px) !important;
        margin-right: 0 !important;
        margin-left: calc((100% - (100vw - 16px)) / 2) !important;
    }

    .ydd-cf__hero,
    .ydd-cf__proof {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ydd-cf__hero-actions,
    .ydd-cf__proof-bridge {
        align-items: stretch;
        flex-direction: column;
    }

    .ydd-cf__hero-actions .ydd-cf__button,
    .ydd-cf__hero-actions .ydd-cf__text-link,
    .ydd-cf__proof-bridge .ydd-cf__button {
        width: 100%;
    }

    .ydd-cf__project-standard-copy {
        padding: 24px 22px 20px;
    }

    .ydd-cf__standard-steps {
        margin: 0 22px;
    }

    .ydd-cf__standard-foot {
        padding: 18px 22px;
    }

    .ydd-cf__proof-grid,
    .ydd-cf__photo-tips {
        grid-template-columns: 1fr;
    }

    .ydd-cf__proof-card:last-child {
        grid-column: auto;
        width: auto;
    }
}

@media (max-width: 440px) {
    .ydd-cf__project-standard-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .ydd-cf__proof-body {
        padding: 20px;
    }
}

/* 1.5 precedence: keep the viewport-centred construction environment above legacy presentation layers. */
.ydd-cf,
body .is-layout-constrained > .ydd-cf,
body .wp-site-blocks .ydd-cf,
body main .ydd-cf {
    position: relative;
    left: 50% !important;
    width: min(1680px, calc(100vw - 32px)) !important;
    margin-right: auto !important;
    margin-left: max(-840px, calc(-50vw + 16px)) !important;
    transform: none !important;
}

.ydd-cf__hero {
    min-height: 800px;
    background-color: #111526;
    background-image:
        linear-gradient(90deg, rgba(10, 13, 27, .98) 0%, rgba(10, 13, 27, .91) 37%, rgba(10, 13, 27, .46) 66%, rgba(10, 13, 27, .18) 100%),
        linear-gradient(0deg, rgba(10, 13, 27, .8) 0%, transparent 42%),
        var(--ydd-cf-hero-image);
    background-position: center;
    background-size: cover;
}

.ydd-cf__brand {
    margin-bottom: clamp(42px, 5vw, 66px);
}

.ydd-cf__project-standard {
    border-color: rgba(255,255,255,.32);
    background: rgba(248,249,251,.97);
    box-shadow: 0 38px 100px rgba(0,0,0,.46);
    backdrop-filter: blur(12px);
}

.ydd-cf__steps li:not(:last-child)::after {
    top: 58px;
    bottom: -19px;
    left: 27.5px;
}

.ydd-cf__modal-close {
    display: grid !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    place-items: center !important;
    padding: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 760px) {
    .ydd-cf,
    body .is-layout-constrained > .ydd-cf,
    body .wp-site-blocks .ydd-cf,
    body main .ydd-cf {
        width: calc(100vw - 16px) !important;
        margin-right: auto !important;
        margin-left: calc(-50vw + 8px) !important;
        transform: none !important;
    }

    .ydd-cf__hero {
        min-height: 0;
        background-image:
            linear-gradient(90deg, rgba(10,13,27,.96), rgba(10,13,27,.78)),
            linear-gradient(0deg, rgba(10,13,27,.75), transparent),
            var(--ydd-cf-hero-image);
        background-position: 67% center;
    }

    .ydd-cf__hero-copy,
    .ydd-cf__project-standard {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        justify-self: stretch;
    }

    .ydd-cf__ydd-endorsement {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .ydd-cf__hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .ydd-cf__hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
        background-image:
            linear-gradient(90deg, rgba(10,13,27,.95), rgba(10,13,27,.63)),
            linear-gradient(0deg, rgba(10,13,27,.76), transparent),
            var(--ydd-cf-hero-image);
    }

    .ydd-cf__hero-copy {
        max-width: 720px;
    }

    .ydd-cf__project-standard {
        width: min(100%, 720px);
        justify-self: center;
    }
}

@media (min-width: 761px) and (max-width: 920px) {
    .ydd-cf__steps button > small {
        display: none;
    }

    .ydd-cf__steps button {
        min-height: 66px;
        grid-template-rows: 1fr;
    }

    .ydd-cf__steps button > span {
        grid-row: 1;
    }

    .ydd-cf__steps button > b {
        align-self: center;
        white-space: nowrap;
    }
}

/* 1.6 final-stage polish: full-bleed entrance, professional delivery state and outcome model. */
.ydd-cf,
body .is-layout-constrained > .ydd-cf,
body .wp-site-blocks .ydd-cf,
body main .ydd-cf {
    left: 50% !important;
    width: calc(100vw - 16px) !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: calc(-50vw + 8px) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ydd-cf__notice {
    min-height: 52px;
    padding: 10px clamp(20px, 5vw, 84px);
    border-bottom: 1px solid rgba(39, 108, 88, .14);
    background: #eaf8f3;
    font-size: 14px;
}

.ydd-cf__notice span {
    border: 1px solid rgba(39, 108, 88, .16);
    border-radius: 5px;
    background: rgba(255,255,255,.64);
    padding: 6px 10px;
    font-size: 14px;
}

.ydd-cf__hero {
    grid-template-columns: minmax(0, 720px) minmax(430px, 620px);
    justify-content: space-between;
    gap: clamp(56px, 7vw, 150px);
    min-height: clamp(820px, calc(100svh - 52px), 980px);
    padding: clamp(74px, 8vh, 112px) clamp(38px, 8vw, 190px) clamp(76px, 9vh, 126px);
    background-position: center 48%;
}

.ydd-cf__hero-copy {
    max-width: 720px;
}

.ydd-cf__hero h1 {
    max-width: 720px;
    font-size: clamp(54px, 4.8vw, 82px);
}

.ydd-cf__project-standard {
    width: 100%;
    max-width: 620px;
    align-self: center;
    justify-self: end;
}

.ydd-cf__send-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.ydd-cf__send-row .ydd-cf__complete {
    width: 100%;
}

.ydd-cf__send-progress[hidden],
.ydd-cf__send-status:empty {
    display: none !important;
}

.ydd-cf__send-progress {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 5px 20px;
    overflow: hidden;
    border: 1px solid rgba(108,92,231,.2);
    border-radius: 18px;
    background:
        radial-gradient(circle at 8% 10%, rgba(150,234,210,.13), transparent 34%),
        linear-gradient(135deg, #111526, #1c2035);
    padding: 22px 24px 20px;
    color: #fff;
    box-shadow: 0 18px 48px rgba(17,21,38,.16);
}

.ydd-cf__send-orbit {
    position: relative;
    grid-row: span 2;
    width: 66px;
    height: 66px;
}

.ydd-cf__send-orbit > i {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(150,234,210,.18);
    border-top-color: var(--ydd-cf-mint);
    border-radius: 50%;
    animation: ydd-cf-send-spin 1.35s linear infinite;
}

.ydd-cf__send-orbit > i:nth-child(2) {
    inset: 7px;
    border-color: rgba(108,92,231,.2);
    border-right-color: #9b8cff;
    animation-direction: reverse;
    animation-duration: 1.8s;
}

.ydd-cf__send-orbit > span {
    position: absolute;
    inset: 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: var(--ydd-cf-mint);
}

.ydd-cf__send-orbit .ydd-cf__icon {
    width: 22px;
    height: 22px;
}

.ydd-cf__send-progress-copy small,
.ydd-cf__send-progress-copy strong {
    display: block;
}

.ydd-cf__send-progress-copy small {
    color: var(--ydd-cf-mint);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
}

.ydd-cf__send-progress-copy strong {
    margin-top: 4px;
    color: #fff;
    font-size: 21px;
    line-height: 1.25;
}

.ydd-cf__send-progress-copy p {
    margin: 5px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.55;
}

.ydd-cf__send-progress ol {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.ydd-cf__send-progress li {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    background: rgba(255,255,255,.045);
    padding: 10px 11px;
    color: rgba(255,255,255,.64);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    animation: ydd-cf-send-step 1.8s ease-in-out infinite;
}

.ydd-cf__send-progress li:nth-child(2) {
    animation-delay: .3s;
}

.ydd-cf__send-progress li:nth-child(3) {
    animation-delay: .6s;
}

.ydd-cf__send-progress li span {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: 50%;
    background: rgba(150,234,210,.13);
    color: var(--ydd-cf-mint);
    font-size: 14px;
    font-weight: 900;
}

.ydd-cf__send-status {
    width: 100%;
    min-height: 0;
    border-radius: 9px;
    padding: 12px 14px;
}

.ydd-cf__send-status.is-error {
    border: 1px solid #edc8c8;
    background: #fff5f5;
}

.ydd-cf__send-status.is-success {
    border: 1px solid #cbe8de;
    background: #f0faf7;
}

.ydd-cf__complete[aria-busy="true"] {
    opacity: 1;
    background: linear-gradient(90deg, #6c5ce7, #8b7df0, #6c5ce7) !important;
    background-size: 200% 100% !important;
    animation: ydd-cf-button-sheen 1.4s linear infinite;
}

.ydd-cf__impact-heading {
    max-width: 1050px;
}

.ydd-cf__impact h2 {
    max-width: 1030px;
}

.ydd-cf__impact-heading > p {
    max-width: 920px;
}

.ydd-cf__impact-metrics strong {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.ydd-cf__impact-metrics strong sup {
    margin-top: 8px;
    color: var(--ydd-cf-mint);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
}

.ydd-cf__impact-metrics small {
    max-width: 300px;
    font-size: 16px;
}

.ydd-cf__impact-metrics p {
    max-width: 330px;
    font-size: 15px;
}

.ydd-cf__impact-foot {
    grid-template-columns: minmax(210px, .3fr) 1fr;
}

@keyframes ydd-cf-send-spin {
    to { transform: rotate(360deg); }
}

@keyframes ydd-cf-send-step {
    0%, 100% { border-color: rgba(255,255,255,.09); color: rgba(255,255,255,.58); transform: translateY(0); }
    35% { border-color: rgba(150,234,210,.36); color: #fff; transform: translateY(-2px); }
}

@keyframes ydd-cf-button-sheen {
    to { background-position: -200% 0; }
}

@media (max-width: 1050px) {
    .ydd-cf__hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        padding: 74px clamp(30px, 7vw, 76px) 88px;
    }

    .ydd-cf__project-standard {
        justify-self: center;
    }

    .ydd-cf__send-progress ol {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .ydd-cf__handoff-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .ydd-cf,
    body .is-layout-constrained > .ydd-cf,
    body .wp-site-blocks .ydd-cf,
    body main .ydd-cf {
        width: calc(100vw - 16px) !important;
        margin-left: calc(-50vw + 8px) !important;
    }

    .ydd-cf__notice {
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
        padding: 13px 18px 15px;
        text-align: left;
    }

    .ydd-cf__notice span {
        align-self: flex-start;
    }

    .ydd-cf__hero {
        padding: 54px 22px 66px;
    }

    .ydd-cf__ydd-endorsement,
    .ydd-cf__brand {
        display: flex !important;
        width: 100%;
    }

    .ydd-cf__ydd-endorsement span {
        min-width: 0;
    }

    .ydd-cf__ydd-endorsement small {
        line-height: 1.35;
    }

    .ydd-cf__hero h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .ydd-cf__send-progress {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 5px 14px;
        padding: 19px 17px;
    }

    .ydd-cf__send-orbit {
        width: 56px;
        height: 56px;
    }

    .ydd-cf__send-progress ol {
        grid-template-columns: 1fr;
    }

    .ydd-cf__impact-foot {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ydd-cf__send-orbit > i,
    .ydd-cf__send-progress li,
    .ydd-cf__complete[aria-busy="true"] {
        animation: none !important;
    }
}
