:root {
    --color-ink: #182322;
    --color-muted: #667371;
    --color-line: #dce4e1;
    --color-paper: #f8faf7;
    --color-soft: #eef3f0;
    --color-mint: #e3f1ed;
    --color-mint-strong: #176b67;
    --color-petrol: #153f46;
    --color-petrol-soft: #edf5f3;
    --color-tomato: #ee6a4d;
    --color-tomato-dark: #bd412d;
    --color-gold: #efc45a;
    --color-blue-soft: #eaf3fb;
    --color-blue-strong: #24638f;
    --shadow-card: 0 10px 26px rgba(19, 34, 35, 0.07);
    --radius-sm: 8px;
}

.orderto-block-section-heading {
    max-width: 820px;
    margin-block: 34px 24px;
}

.orderto-block-page {
    display: block;
}

.orderto-block-page .wp-block-image {
    margin: 0;
}

.orderto-block-page .wp-block-image img {
    border-radius: var(--radius-sm);
}

.ot-page .wp-block-image img,
.orderto-home-content .wp-block-image img,
.legacy-marketing-content .wp-block-image img {
    border-radius: var(--radius-sm);
}

.orderto-block-page .wp-block-button.ot-button .wp-block-button__link,
.orderto-block-page .wp-block-button.button .wp-block-button__link,
.ot-page .wp-block-button.ot-button .wp-block-button__link,
.orderto-home-content .wp-block-button.button .wp-block-button__link,
.legacy-marketing-content .wp-block-button.ot-button .wp-block-button__link,
.legacy-marketing-content .wp-block-button.button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding: inherit;
    border: inherit;
    border-radius: inherit;
    background: inherit;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-decoration: inherit;
    box-shadow: none;
}

.orderto-block-page .wp-block-button.ot-button,
.orderto-block-page .wp-block-button.button,
.ot-page .wp-block-button.ot-button,
.orderto-home-content .wp-block-button.button,
.legacy-marketing-content .wp-block-button.ot-button,
.legacy-marketing-content .wp-block-button.button {
    width: fit-content;
    margin: 0;
}

.orderto-block-page .wp-block-buttons.ot-actions,
.orderto-block-page .wp-block-buttons.hero__actions,
.ot-page .wp-block-buttons.ot-actions,
.orderto-home-content .wp-block-buttons.hero__actions,
.legacy-marketing-content .wp-block-buttons.ot-actions,
.legacy-marketing-content .wp-block-buttons.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.orderto-block-page .wp-block-image.showcase-image img,
.orderto-block-page .wp-block-image.hero-visual__photo img,
.ot-page .wp-block-image.showcase-image img,
.orderto-home-content .wp-block-image.showcase-image img,
.orderto-home-content .wp-block-image.hero-visual__photo img,
.legacy-marketing-content .wp-block-image.showcase-image img,
.legacy-marketing-content .wp-block-image.hero-visual__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orderto-block-page .wp-block-image.showcase-image,
.orderto-block-page .wp-block-image.hero-visual__photo,
.ot-page .wp-block-image.showcase-image,
.orderto-home-content .wp-block-image.showcase-image,
.orderto-home-content .wp-block-image.hero-visual__photo,
.legacy-marketing-content .wp-block-image.showcase-image,
.legacy-marketing-content .wp-block-image.hero-visual__photo {
    margin: 0;
}

.orderto-block-page .wp-block-table.ot-comparison {
    margin: 0;
}

.ot-page .wp-block-table.ot-comparison,
.legacy-marketing-content .wp-block-table.ot-comparison {
    margin: 0;
}

.orderto-block-page .wp-block-table.ot-comparison table {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.ot-page .wp-block-table.ot-comparison table,
.legacy-marketing-content .wp-block-table.ot-comparison table {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.orderto-block-page .wp-block-group-is-layout-flow > * + *,
.orderto-block-page .wp-block-group-is-layout-constrained > * + *,
.orderto-block-page .wp-block-columns-is-layout-flex > * + *,
.ot-page .wp-block-group-is-layout-flow > * + *,
.ot-page .wp-block-group-is-layout-constrained > * + *,
.ot-page .wp-block-columns-is-layout-flex > * + *,
.orderto-home-content .wp-block-group-is-layout-flow > * + *,
.orderto-home-content .wp-block-group-is-layout-constrained > * + *,
.orderto-home-content .wp-block-columns-is-layout-flex > * + *,
.legacy-marketing-content .wp-block-group-is-layout-flow > * + *,
.legacy-marketing-content .wp-block-group-is-layout-constrained > * + *,
.legacy-marketing-content .wp-block-columns-is-layout-flex > * + * {
    margin-block-start: 0 !important;
}

.ot-page .ot-card .wp-block-list,
.ot-page .ot-flow-steps,
.orderto-home-content .ot-card .wp-block-list,
.legacy-marketing-content .ot-card .wp-block-list,
.legacy-marketing-content .ot-flow-steps {
    margin-block-start: 18px !important;
    margin-top: 18px !important;
}

.orderto-home-content .proof-list.wp-block-list {
    margin: 28px 0 0 !important;
}

.ot-page .ot-kicker,
.legacy-marketing-content .ot-kicker {
    margin: 0 0 18px !important;
}

.orderto-home-content .eyebrow,
.legacy-marketing-content .eyebrow {
    margin: 0 0 12px !important;
}

.ot-page .wp-block-buttons.ot-actions,
.legacy-marketing-content .wp-block-buttons.ot-actions,
.orderto-home-content .wp-block-buttons.hero__actions,
.legacy-marketing-content .wp-block-buttons.hero__actions {
    margin-top: 30px !important;
}

.ot-page .wp-block-buttons.ot-actions .wp-block-button__link,
.orderto-home-content .wp-block-buttons.hero__actions .wp-block-button__link,
.legacy-marketing-content .wp-block-buttons.ot-actions .wp-block-button__link,
.legacy-marketing-content .wp-block-buttons.hero__actions .wp-block-button__link {
    white-space: nowrap;
}

.ot-page .wp-block-button.ot-button,
.orderto-home-content .wp-block-button.button,
.legacy-marketing-content .wp-block-button.ot-button,
.legacy-marketing-content .wp-block-button.button {
    display: inline-flex;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ot-page .wp-block-button.ot-button .wp-block-button__link,
.legacy-marketing-content .wp-block-button.ot-button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    background: var(--color-tomato);
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(238, 106, 77, 0.28);
}

.ot-page .wp-block-button.ot-button--secondary .wp-block-button__link,
.legacy-marketing-content .wp-block-button.ot-button--secondary .wp-block-button__link {
    border-color: var(--color-line);
    background: #fff;
    color: var(--color-ink);
    box-shadow: var(--shadow-card);
}

.orderto-home-content .wp-block-button.button .wp-block-button__link,
.legacy-marketing-content .wp-block-button.button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.orderto-home-content .wp-block-button.button--primary .wp-block-button__link,
.legacy-marketing-content .wp-block-button.button--primary .wp-block-button__link {
    background: var(--color-tomato);
    color: #fff;
    box-shadow: 0 12px 26px rgba(238, 106, 77, 0.28);
}

.orderto-home-content .wp-block-button.button--secondary .wp-block-button__link,
.legacy-marketing-content .wp-block-button.button--secondary .wp-block-button__link {
    border-color: var(--color-line);
    background: #fff;
    color: var(--color-ink);
}

.ot-page .wp-block-group.ot-faq,
.legacy-marketing-content .wp-block-group.ot-faq {
    display: grid;
    gap: 14px;
}

.orderto-block-page .hero .wp-block-buttons,
.orderto-block-page .ot-hero .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.orderto-block-page .proof-list,
.orderto-block-page .ot-proof-list {
    margin-top: 24px;
}

.orderto-block-page .ot-section__heading,
.orderto-block-page .section-heading {
    max-width: 860px;
}

.orderto-block-section-heading h2 {
    margin-block: 0 12px;
    color: var(--color-ink);
    font-size: clamp(1.8rem, 2.4rem, 2.7rem);
    line-height: 1.08;
}

.is-style-orderto-kicker,
.is-style-orderto-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 30px;
    margin: 0 0 12px;
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.is-style-orderto-kicker {
    color: var(--color-petrol);
}

.is-style-orderto-badge {
    padding: 7px 10px;
    background: var(--color-petrol-soft);
    color: var(--color-petrol);
}

.is-style-orderto-lead {
    max-width: 760px;
    color: var(--color-muted);
    font-size: 1.12rem;
}

.is-style-orderto-card-grid,
.is-style-orderto-pricing-grid {
    gap: 18px;
    margin-block: 28px;
}

.is-style-orderto-card,
.is-style-orderto-panel-blue,
.is-style-orderto-panel-green,
.is-style-orderto-cta,
.is-style-orderto-comparison {
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.is-style-orderto-card.has-media {
    overflow: hidden;
    padding: 0;
}

.is-style-orderto-card.has-media > .wp-block-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 0;
}

.is-style-orderto-card.has-media > :not(.wp-block-image) {
    margin-inline: 24px;
}

.is-style-orderto-card.has-media > :last-child {
    margin-bottom: 24px;
}

.orderto-block-page .ot-card.wp-block-group-is-layout-flow > * + *,
.orderto-block-page .ot-flow-card.wp-block-group-is-layout-flow > * + *,
.orderto-block-page .media-card.wp-block-group-is-layout-flow > * + * {
    margin-block-start: 0;
}

.is-style-orderto-card > *:first-child,
.is-style-orderto-panel-blue > *:first-child,
.is-style-orderto-panel-green > *:first-child,
.is-style-orderto-cta > *:first-child,
.is-style-orderto-comparison > *:first-child {
    margin-top: 0;
}

.is-style-orderto-card h2,
.is-style-orderto-card h3,
.is-style-orderto-panel-blue h2,
.is-style-orderto-panel-blue h3,
.is-style-orderto-panel-green h2,
.is-style-orderto-panel-green h3,
.is-style-orderto-cta h2,
.is-style-orderto-cta h3 {
    margin-block: 0 10px;
    color: var(--color-ink);
    line-height: 1.14;
}

.is-style-orderto-card p,
.is-style-orderto-panel-blue p,
.is-style-orderto-panel-green p,
.is-style-orderto-cta p {
    color: var(--color-muted);
}

.is-style-orderto-panel-blue {
    border-color: rgba(36, 99, 143, 0.24);
    background: linear-gradient(180deg, #f7fbff 0%, var(--color-blue-soft) 100%);
}

.is-style-orderto-panel-blue .is-style-orderto-kicker,
.is-style-orderto-panel-blue h2,
.is-style-orderto-panel-blue h3 {
    color: var(--color-blue-strong);
}

.is-style-orderto-panel-green {
    border-color: rgba(23, 107, 103, 0.24);
    background: linear-gradient(180deg, #f8fffc 0%, var(--color-mint) 100%);
}

.is-style-orderto-panel-green .is-style-orderto-kicker,
.is-style-orderto-panel-green h2,
.is-style-orderto-panel-green h3 {
    color: var(--color-mint-strong);
}

.is-style-orderto-check-list,
.is-style-orderto-plain-list {
    display: grid;
    gap: 9px;
    padding-left: 0;
    list-style: none;
}

.is-style-orderto-check-list li,
.is-style-orderto-plain-list li {
    position: relative;
    padding-left: 26px;
    color: var(--color-muted);
}

.is-style-orderto-check-list li::before {
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-mint);
    color: var(--color-mint-strong);
    content: "✓";
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

.is-style-orderto-plain-list li {
    padding-left: 0;
}

.orderto-price-card h3 {
    color: var(--color-petrol);
}

.orderto-price-card.is-featured {
    border-color: rgba(238, 106, 77, 0.35);
    box-shadow: 0 16px 34px rgba(238, 106, 77, 0.12);
}

.orderto-price {
    margin-block: 10px 18px;
    color: var(--color-ink) !important;
    font-size: 1.45rem;
    font-weight: 900;
}

.is-style-orderto-cta {
    background: var(--color-night, #132223);
    color: #fff;
}

.is-style-orderto-cta h2,
.is-style-orderto-cta h3,
.is-style-orderto-cta .is-style-orderto-kicker {
    color: #fff;
}

.is-style-orderto-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.wp-block-button.is-style-orderto-primary .wp-block-button__link,
.wp-block-button.is-style-orderto-primary .wp-element-button {
    border-radius: var(--radius-sm);
    background: var(--color-tomato);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(238, 106, 77, 0.24);
}

.wp-block-button.is-style-orderto-secondary .wp-block-button__link,
.wp-block-button.is-style-orderto-secondary .wp-element-button {
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--color-ink);
    font-weight: 900;
    box-shadow: var(--shadow-card);
}

.wp-block-details.is-style-orderto-faq {
    margin-block: 10px;
    padding: 18px 20px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.wp-block-details.is-style-orderto-faq summary {
    color: var(--color-ink);
    cursor: pointer;
    font-weight: 900;
}

.wp-block-details.is-style-orderto-faq > *:last-child {
    margin-bottom: 0;
}

.orderto-faq-stack {
    display: grid;
    gap: 12px;
}

.is-style-orderto-comparison {
    overflow-x: auto;
}

.is-style-orderto-comparison table,
.prose .is-style-orderto-comparison table,
.post-prose .is-style-orderto-comparison table {
    margin: 0;
    box-shadow: none;
}

@media (max-width: 760px) {
    .is-style-orderto-card,
    .is-style-orderto-panel-blue,
    .is-style-orderto-panel-green,
    .is-style-orderto-cta,
    .is-style-orderto-comparison {
        padding: 20px;
    }
}
