:root {
    --ew-navy: #071d5a;
    --ew-electric: #1677ff;
    --ew-cyan: #27d7ff;
    --ew-slate: #6e7693;
    --ew-mist: #f2f4f8;
    --ew-violet: #5a1dff;
    --ew-ink: #0b1220;
    --ew-white: #ffffff;
    --ew-gradient: linear-gradient(135deg, #5a1dff 0%, #1677ff 50%, #27d7ff 100%);
}

@font-face {
    font-family: "bagisto-admin";
    src: url("/themes/admin/default/build/assets/bagisto-admin-BzOkv6lg.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.ew-marketing-body {
    min-height: 100vh;
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    color: var(--ew-ink);
    background:
        radial-gradient(circle at top left, rgb(39 215 255 / 18%), transparent 28rem),
        linear-gradient(180deg, var(--ew-white) 0%, #f8fbff 42%, var(--ew-white) 100%);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
}

a { color: inherit; }

.ew-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ew-marketing-main {
    flex: 1;
}

.ew-marketing-container {
    width: min(1180px, 100% - 3rem);
    margin-inline: auto;
}

.ew-marketing-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgb(7 29 90 / 8%);
    background: rgb(255 255 255 / 86%);
    backdrop-filter: blur(18px);
}

.ew-marketing-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    flex-wrap: wrap;
}

.ew-marketing-logo { display: flex; align-items: center; }

.ew-wordmark {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
}

.ew-wordmark__image {
    display: block;
    height: 2.65rem;
    width: auto;
    max-width: min(14rem, 52vw);
    flex-shrink: 0;
    filter: drop-shadow(0 10px 18px rgb(22 119 255 / 14%));
}

.ew-marketing-nav {
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 1.5rem);
    flex-wrap: wrap;
}

.ew-marketing-nav a {
    color: var(--ew-navy);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
}

.ew-marketing-nav a:hover { color: var(--ew-electric); }

.ew-marketing-nav a[aria-current="page"] {
    color: var(--ew-electric);
    font-weight: 800;
}

.ew-marketing-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ew-marketing-nav__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--ew-electric);
    color: var(--ew-white);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.ew-lang-toggle {
    display: inline-flex;
    gap: 0.25rem;
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 999px;
    padding: 0.2rem;
    background: var(--ew-white);
}

.ew-lang-toggle__link {
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--ew-slate);
}

.ew-lang-toggle__link--active {
    background: var(--ew-navy);
    color: var(--ew-white);
}

.ew-marketing-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-left: auto;
}

.ew-account-menu {
    position: relative;
}

.ew-account-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0 0.7rem;
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 999px;
    background: var(--ew-white);
    color: var(--ew-navy);
    cursor: pointer;
    list-style: none;
    transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.ew-account-menu__toggle:not(:has(.ew-account-menu__team)) {
    width: 2.35rem;
    padding: 0;
}

.ew-account-menu__toggle::-webkit-details-marker {
    display: none;
}

.ew-account-menu__toggle:hover,
.ew-account-menu[open] .ew-account-menu__toggle {
    border-color: rgb(22 119 255 / 35%);
    color: var(--ew-electric);
    box-shadow: 0 8px 20px rgb(22 119 255 / 12%);
}

.ew-account-menu__icon {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

.ew-account-menu__team {
    display: none;
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 640px) {
    .ew-account-menu__team {
        display: block;
    }
}

.ew-account-menu__panel {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 30;
    min-width: 14.5rem;
    padding: 0.85rem;
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 1rem;
    background: var(--ew-white);
    box-shadow: 0 18px 40px rgb(7 29 90 / 12%);
}

.ew-account-menu:not([open]) .ew-account-menu__panel {
    display: none;
}

.ew-account-menu__welcome,
.ew-account-menu__intro {
    margin: 0 0 0.65rem;
    font-size: 0.85rem;
    line-height: 1.45;
    color: var(--ew-slate);
}

.ew-account-menu__welcome {
    font-weight: 700;
    color: var(--ew-navy);
}

.ew-account-menu__links {
    display: grid;
    gap: 0.15rem;
}

.ew-account-menu__links a {
    display: block;
    padding: 0.55rem 0.65rem;
    border-radius: 0.65rem;
    color: var(--ew-navy);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.ew-account-menu__links a:hover {
    background: rgb(22 119 255 / 8%);
    color: var(--ew-electric);
}

.ew-account-menu__logout {
    color: var(--ew-slate);
}

.ew-account-menu__workspace {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(7 29 90 / 10%);
}

.ew-account-menu__workspace-heading {
    margin: 0;
    padding: 0 0.65rem 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ew-slate);
}

.ew-account-menu__workspace-current {
    margin: 0;
    padding: 0.25rem 0.65rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ew-navy);
}

.ew-account-menu__workspace-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ew-account-menu__workspace-option {
    display: block;
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: var(--ew-navy);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.ew-account-menu__workspace-option:hover {
    background: rgb(22 119 255 / 8%);
    color: var(--ew-electric);
}

.ew-account-menu__workspace-option--active {
    background: var(--ew-mist);
    color: var(--ew-navy);
}

.ew-account-menu__workspace-manage {
    display: block;
    margin-top: 0.35rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.65rem;
    color: var(--ew-electric);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.ew-account-menu__workspace-manage:hover,
.ew-account-menu__workspace-create:hover {
    background: rgb(22 119 255 / 8%);
}

.ew-account-menu__workspace-create {
    display: block;
    margin-top: 0.35rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.65rem;
    color: var(--ew-electric);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.ew-host-page {
    padding: 3rem 0 4rem;
    max-width: 40rem;
}

.ew-host-page--manage {
    max-width: 54rem;
}

.ew-event-public {
    padding: 3rem 0 4rem;
    max-width: 54rem;
}

.ew-host-page__title {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    color: var(--ew-navy);
}

.ew-host-page__subtitle {
    margin: 0 0 2rem;
    color: var(--ew-slate);
}

.ew-form-card {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 1rem;
    background: var(--ew-white);
    box-shadow: 0 8px 24px rgb(7 29 90 / 6%);
}

.ew-form-field {
    display: grid;
    gap: 0.35rem;
}

.ew-form-label {
    font-weight: 600;
    color: var(--ew-navy);
}

.ew-form-control {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: var(--ew-white);
    color: var(--ew-ink);
    font: inherit;
    line-height: 1.4;
}

.ew-form-control:focus {
    outline: 2px solid rgb(22 119 255 / 35%);
    outline-offset: 1px;
    border-color: var(--ew-electric);
}

select.ew-form-control {
    appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23071d5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    cursor: pointer;
}

textarea.ew-form-control {
    min-height: 6rem;
    resize: vertical;
}

.ew-form-help,
.ew-form-aside {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--ew-slate);
}

.ew-form-aside a {
    color: var(--ew-electric);
    font-weight: 700;
    text-decoration: none;
}

.ew-form-aside a:hover {
    text-decoration: underline;
}

.ew-form-error {
    margin: 0;
    font-size: 0.875rem;
    color: #b91c1c;
}

.ew-form-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
    user-select: none;
}

.ew-form-choice input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--ew-electric);
    cursor: pointer;
}

.ew-form-choice__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ew-navy);
}

.ew-end-time-toggle__field {
    margin-top: 0.75rem;
}

.ew-end-time-toggle__field--hidden {
    display: none;
}

.ew-form-row {
    display: grid;
    gap: 0.75rem;
}

.ew-form-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ew-form-row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 640px) {
    .ew-form-row--2,
    .ew-form-row--3 {
        grid-template-columns: minmax(0, 1fr);
    }
}

.ew-host-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    color: var(--ew-navy);
}

.ew-host-card__help {
    margin: 0 0 1rem;
    color: var(--ew-slate);
    font-size: 0.95rem;
}

.ew-host-card__form {
    display: grid;
    gap: 0.75rem;
}

.ew-needs-sheet-form {
    display: grid;
    gap: 1rem;
}

.ew-needs-host-sheets {
    display: grid;
    gap: 2rem;
}

.ew-needs-sheet__title {
    margin: 0;
    color: var(--ew-navy);
    font-size: 1rem;
    line-height: 1.25;
}

.ew-needs-sheet-wrap {
    overflow-x: auto;
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 0.85rem;
    background: var(--ew-white);
}

.ew-needs-sheet {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    color: var(--ew-navy);
    font-size: 0.88rem;
    table-layout: fixed;
}

.ew-needs-sheet--bring th:nth-child(1),
.ew-needs-sheet--bring td:nth-child(1) {
    width: 32%;
}

.ew-needs-sheet--bring th:nth-child(2),
.ew-needs-sheet--bring td:nth-child(2) {
    width: 10%;
}

.ew-needs-sheet--bring th:nth-child(3),
.ew-needs-sheet--bring td:nth-child(3) {
    width: 16%;
}

.ew-needs-sheet--bring th:nth-child(4),
.ew-needs-sheet--bring td:nth-child(4) {
    width: 34%;
}

.ew-needs-sheet--bring th:nth-child(5),
.ew-needs-sheet--bring td:nth-child(5) {
    width: 8%;
}

.ew-needs-sheet--task th:nth-child(1),
.ew-needs-sheet--task td:nth-child(1) {
    width: 46%;
}

.ew-needs-sheet--task th:nth-child(2),
.ew-needs-sheet--task td:nth-child(2) {
    width: 12%;
}

.ew-needs-sheet--task th:nth-child(3),
.ew-needs-sheet--task td:nth-child(3) {
    width: 34%;
}

.ew-needs-sheet--task th:nth-child(4),
.ew-needs-sheet--task td:nth-child(4) {
    width: 8%;
}

.ew-needs-sheet th,
.ew-needs-sheet td {
    padding: 0.5rem 0.55rem;
    border-bottom: 1px solid rgb(7 29 90 / 8%);
    text-align: left;
    vertical-align: middle;
}

.ew-needs-sheet th {
    background: rgb(7 29 90 / 4%);
    color: var(--ew-slate);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ew-needs-sheet tbody tr:last-child td {
    border-bottom: 0;
}

.ew-needs-sheet__saved-row td {
    background: rgb(249 250 251 / 70%);
}

.ew-needs-sheet__saved-row strong {
    display: block;
    color: var(--ew-navy);
}

.ew-needs-sheet__saved-row small {
    display: block;
    margin-top: 0.2rem;
    color: var(--ew-slate);
    font-size: 0.78rem;
    font-weight: 600;
}

.ew-needs-sheet__claim-list {
    display: grid;
    gap: 0.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--ew-navy);
    font-size: 0.84rem;
    font-weight: 700;
}

.ew-needs-sheet__claim-list span {
    color: var(--ew-slate);
    font-weight: 600;
}

.ew-needs-sheet__assign-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: var(--ew-slate);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    text-align: left;
}

.ew-needs-sheet__assign-link:hover,
.ew-needs-sheet__assign-link:focus-visible {
    color: var(--ew-electric);
}

.ew-needs-sheet__assign-link--add {
    margin-top: 0.25rem;
    color: var(--ew-electric);
    font-size: 0.78rem;
}

.ew-needs-sheet__assign-link-icon,
.ew-needs-sheet__assign-link .icon-add-customer {
    font-family: "bagisto-admin" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 0.95rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ew-needs-sheet__assign-link .icon-add-customer::before {
    content: "\e902";
}

.ew-needs-sheet__signed-up,
.ew-needs-sheet__signed-up-empty {
    color: var(--ew-slate);
    font-size: 0.82rem;
    font-weight: 700;
}

.ew-needs-sheet__empty-row td {
    color: var(--ew-slate);
    font-style: italic;
}

.ew-needs-sheet__entry-row td {
    background: var(--ew-white);
    vertical-align: top;
    border-bottom: 0;
    padding-bottom: 0.35rem;
}

.ew-needs-sheet-add-panel {
    padding: 0.65rem 0.55rem 0.75rem;
    border-top: 1px solid rgb(7 29 90 / 8%);
    background: var(--ew-white);
}

.ew-needs-sheet-add-panel--bring .ew-needs-sheet-add-panel__fields {
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) 5.25rem 9.75rem auto;
    gap: 0.45rem;
    align-items: start;
}

.ew-needs-sheet-add-panel--task .ew-needs-sheet-add-panel__fields {
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) 5.25rem auto;
    gap: 0.45rem;
    align-items: start;
}

.ew-needs-sheet-add-panel__actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ew-needs-sheet-add-panel__actions .ew-control {
    min-width: 4.5rem;
}

.ew-needs-sheet-add-panel .ew-needs-sheet-note {
    margin-top: 0.55rem;
}

.ew-needs-sheet__edit-row td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(7 29 90 / 8%);
    background: rgb(22 119 255 / 2%);
}

.ew-needs-sheet__entry-row td:last-child,
.ew-needs-sheet__saved-row td:last-child {
    text-align: center;
}

.ew-needs-sheet input,
.ew-needs-sheet select,
.ew-needs-sheet-add-panel input,
.ew-needs-sheet-add-panel select {
    width: 100%;
    height: 2.35rem;
    border: 1px solid rgb(7 29 90 / 14%);
    border-radius: 0.55rem;
    background: var(--ew-white);
    color: var(--ew-navy);
    font: inherit;
    line-height: 1.2;
    padding: 0 0.55rem;
    margin: 0;
    display: block;
}

.ew-needs-sheet select,
.ew-needs-sheet-add-panel select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--ew-slate) 50%),
        linear-gradient(135deg, var(--ew-slate) 50%, transparent 50%);
    background-position:
        calc(100% - 0.9rem) 50%,
        calc(100% - 0.55rem) 50%;
    background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
    background-repeat: no-repeat;
    padding-right: 1.55rem;
}

.ew-needs-sheet input:focus,
.ew-needs-sheet select:focus,
.ew-needs-sheet-add-panel input:focus,
.ew-needs-sheet-add-panel select:focus {
    outline: 2px solid rgb(22 119 255 / 18%);
    border-color: var(--ew-electric);
}

.ew-needs-sheet__note-row td {
    padding: 0 0.55rem 0.7rem;
    border-top: 0;
    border-bottom: 1px solid rgb(7 29 90 / 8%);
    background: var(--ew-white);
}

.ew-needs-sheet__note-row:last-child td {
    border-bottom: 0;
}

.ew-needs-sheet-note {
    margin-top: 0.55rem;
    max-width: 28rem;
}

.ew-needs-sheet-note summary {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
    padding-left: 0.55rem;
    color: var(--ew-slate);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    list-style: none;
}

.ew-needs-sheet-note summary::-webkit-details-marker {
    display: none;
}

.ew-needs-sheet-note summary:hover {
    color: var(--ew-electric);
}

.ew-needs-sheet-note input {
    margin-top: 0.35rem;
}

.ew-needs-sheet__add,
.ew-needs-sheet__save,
.ew-needs-sheet__cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.35rem;
    min-height: 2.35rem;
    padding: 0 0.75rem;
    border: 1px solid rgb(7 29 90 / 12%);
    border-radius: 0.55rem;
    background: var(--ew-white);
    font: inherit;
    font-size: 0.84rem;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
}

.ew-needs-sheet__add,
.ew-needs-sheet__save,
.ew-needs-sheet__cancel {
    transform: translateY(0);
}

.ew-needs-sheet__add:not(:has(.ew-control__label)),
.ew-needs-sheet__save:not(:has(.ew-control__label)),
.ew-needs-sheet__cancel:not(:has(.ew-control__label)) {
    padding-top: calc((2.35rem - 1em) / 2 - 0.21em);
    padding-bottom: calc((2.35rem - 1em) / 2 + 0.21em);
}

.ew-needs-sheet__add {
    color: var(--ew-electric);
    border-color: rgb(22 119 255 / 28%);
    background: rgb(22 119 255 / 4%);
}

.ew-needs-sheet__delete {
    color: #b42318;
    border-color: rgb(180 35 24 / 18%);
}

.ew-needs-sheet__row-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-height: 2.35rem;
}

.ew-needs-sheet__row-actions > .ew-control,
.ew-needs-sheet__row-actions > .ew-needs-sheet__icon-button {
    flex-shrink: 0;
}

.ew-needs-sheet__row-actions--text {
    height: auto;
    align-items: stretch;
    flex-direction: column;
}

.ew-needs-sheet__row-actions .ew-control--icon [class^="icon-"],
.ew-needs-sheet__icon-button [class^="icon-"] {
    font-family: "bagisto-admin" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 1.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ew-needs-sheet__row-actions .ew-control--icon .icon-edit::before,
.ew-needs-sheet__icon-button .icon-edit::before {
    content: "\e91b";
}

.ew-needs-sheet__row-actions .ew-control--icon .icon-delete::before,
.ew-needs-sheet__icon-button .icon-delete::before {
    content: "\e914";
}

.ew-needs-sheet__row-actions .ew-control--icon.ew-needs-sheet__icon-button--edit:hover,
.ew-needs-sheet__icon-button--edit:hover {
    color: var(--ew-electric);
    border-color: rgb(22 119 255 / 28%);
    background: rgb(22 119 255 / 5%);
}

.ew-needs-sheet__row-actions .ew-control--icon.ew-needs-sheet__icon-button--delete:hover,
.ew-needs-sheet__icon-button--delete:hover {
    color: #b42318;
    border-color: rgb(180 35 24 / 20%);
    background: rgb(180 35 24 / 4%);
}

.ew-needs-sheet__save {
    color: var(--ew-electric);
    border-color: rgb(22 119 255 / 28%);
    background: rgb(22 119 255 / 4%);
}

.ew-needs-sheet__cancel {
    margin-top: 0.35rem;
    color: var(--ew-slate);
}

.ew-needs-host-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0 1.25rem;
}

.ew-toolbar-actions .ew-control--utility {
    min-width: 7.5rem;
    justify-content: center;
}

.ew-needs-host-sheets:not(.ew-needs-host-sheets--show-signups) .ew-needs-sheet--bring th:nth-child(4),
.ew-needs-host-sheets:not(.ew-needs-host-sheets--show-signups) .ew-needs-sheet--bring .ew-needs-sheet__signed-up-cell,
.ew-needs-host-sheets:not(.ew-needs-host-sheets--show-signups) .ew-needs-sheet--task th:nth-child(3),
.ew-needs-host-sheets:not(.ew-needs-host-sheets--show-signups) .ew-needs-sheet--task .ew-needs-sheet__signed-up-cell,
.ew-needs-host-sheets:not(.ew-needs-host-sheets--show-signups) .ew-needs-sheet__signed-up {
    display: none;
}

.ew-needs-sheet__saved-edit-trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.ew-needs-sheet__saved-edit-trigger:focus-visible {
    outline: 2px solid rgb(22 119 255 / 35%);
    outline-offset: 2px;
    border-radius: 0.35rem;
}

@media (min-width: 768px) {
    .ew-needs-sheet__saved-edit-trigger {
        cursor: default;
        pointer-events: none;
    }

    .ew-needs-sheet__saved-edit-trigger:focus-visible {
        outline: none;
    }
}

@media (max-width: 767px) {
    .ew-needs-host-sheets {
        gap: 1.5rem;
    }

    .ew-needs-sheet-wrap {
        overflow-x: visible;
        border: 0;
        border-top: 1px solid rgb(7 29 90 / 8%);
        border-radius: 0;
        background: transparent;
    }

    .ew-needs-host-sheets .ew-needs-sheet-form:last-child .ew-needs-sheet-wrap {
        border-bottom: 1px solid rgb(7 29 90 / 8%);
    }

    .ew-workspace-card .ew-needs-host-sheets .ew-needs-sheet-wrap,
    .ew-product-card .ew-needs-host-sheets .ew-needs-sheet-wrap {
        margin-inline: -1.25rem;
    }

    .ew-needs-sheet {
        display: block;
        width: 100%;
        table-layout: auto;
    }

    .ew-needs-sheet thead {
        display: none;
    }

    .ew-needs-sheet tbody {
        display: flex;
        flex-direction: column;
        gap: 0;
        border: 0;
        border-radius: 0;
        overflow: hidden;
        background: transparent;
    }

    .ew-needs-sheet td {
        display: block;
        width: 100% !important;
        border-bottom: 0;
        padding: 0;
        text-align: left;
    }

    .ew-needs-sheet__saved-row {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-areas: "qty name edit";
        align-items: center;
        column-gap: 0.35rem;
        row-gap: 0.15rem;
        padding: 0.45rem 0.75rem;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid rgb(7 29 90 / 8%);
        background: var(--ew-white);
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__saved-row {
        grid-template-areas:
            "qty name edit"
            "detail detail detail";
    }

    .ew-needs-sheet__saved-row:last-of-type {
        border-bottom: 0;
    }

    .ew-needs-sheet__saved-row td {
        display: block;
        width: auto !important;
        background: transparent;
    }

    .ew-needs-sheet__qty-cell {
        grid-area: qty;
        color: var(--ew-slate);
        font-size: 0.82rem;
        font-weight: 800;
        line-height: 1.35;
        white-space: nowrap;
    }

    .ew-needs-sheet__qty-cell::after {
        content: '×';
        margin-left: 0.05rem;
    }

    .ew-needs-sheet__name-cell {
        grid-area: name;
        min-width: 0;
    }

    .ew-needs-sheet__saved-edit-trigger {
        width: auto;
        max-width: 100%;
    }

    .ew-needs-sheet__saved-edit-trigger strong {
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .ew-needs-sheet__saved-edit-trigger small {
        display: block;
        margin-top: 0.1rem;
        color: var(--ew-slate);
        font-size: 0.74rem;
        line-height: 1.35;
    }

    .ew-needs-sheet--bring .ew-needs-sheet__saved-row .ew-needs-sheet__category-cell {
        display: none;
    }

    .ew-needs-sheet__saved-row .ew-needs-sheet__saved-actions {
        grid-area: edit;
        display: flex;
        align-self: center;
        justify-self: end;
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__saved-row .ew-needs-sheet__signed-up-cell {
        grid-area: detail;
        width: 100% !important;
        padding-top: 0.05rem;
        padding-left: 1.65rem;
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__assign-link {
        font-size: 0.78rem;
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__assign-link-icon,
    .ew-needs-host-sheets--show-signups .ew-needs-sheet__assign-link .icon-add-customer {
        display: none;
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__claim-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline;
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__claim-list li {
        display: inline;
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__claim-list li:not(:last-child)::after {
        content: ', ';
    }

    .ew-needs-host-sheets--show-signups .ew-needs-sheet__assign-link--add {
        display: inline;
        margin-top: 0;
        margin-left: 0.35rem;
    }

    .ew-needs-sheet__edit-row {
        padding: 0.85rem;
        border: 0;
        border-top: 1px solid rgb(7 29 90 / 10%);
        border-radius: 0;
        background: var(--ew-white);
    }

    .ew-needs-sheet__edit-row td {
        padding: 0 !important;
    }

    .ew-needs-sheet__edit-row td[data-label]::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.3rem;
        color: var(--ew-slate);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .ew-needs-sheet-add-panel {
        padding: 0.65rem 0.75rem 0.75rem;
        border-top: 1px solid rgb(7 29 90 / 10%);
    }

    .ew-needs-sheet-add-panel--bring .ew-needs-sheet-add-panel__fields,
    .ew-needs-sheet-add-panel--task .ew-needs-sheet-add-panel__fields {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.45rem;
        grid-template-columns: unset;
    }

    .ew-needs-sheet-add-panel__field::before {
        display: none;
    }

    .ew-needs-sheet-add-panel__field--qty,
    .ew-needs-sheet-add-panel__field--category {
        display: none;
    }

    .ew-needs-sheet-add-panel__field--name {
        flex: 1 1 0;
        min-width: 0;
    }

    .ew-needs-sheet-add-panel__actions {
        flex: 0 0 auto;
        align-self: stretch;
    }

    .ew-needs-sheet-add-panel__actions .ew-control {
        width: auto;
        min-width: 4.25rem;
        height: 2.35rem;
        min-height: 2.35rem;
        padding-inline: 0.85rem;
    }

    .ew-needs-sheet-add-panel__actions .ew-control--ghost {
        color: var(--ew-white);
        border-color: var(--ew-electric);
        background: var(--ew-electric);
    }

    .ew-needs-sheet-add-panel .ew-needs-sheet-note {
        margin-top: 0.45rem;
    }

    .ew-toolbar-actions.ew-needs-host-toolbar {
        width: 100%;
    }

    .ew-toolbar-actions .ew-control--utility {
        flex: 1 1 0;
        min-width: 0;
    }

    .ew-workspace-card .ew-needs-host-sheets,
    .ew-product-card .ew-needs-host-sheets {
        overflow-x: visible;
    }

    .ew-needs-sheet--bring .ew-needs-sheet__edit-row td:nth-child(1) {
        margin-bottom: 0.65rem;
    }

    .ew-needs-sheet--bring .ew-needs-sheet__edit-row td:nth-child(2),
    .ew-needs-sheet--bring .ew-needs-sheet__edit-row td:nth-child(3) {
        display: inline-block;
        width: 5.25rem !important;
        vertical-align: top;
        margin-right: 0.5rem;
        margin-bottom: 0.65rem;
    }

    .ew-needs-sheet--bring .ew-needs-sheet__edit-row td:nth-child(3) {
        width: calc(100% - 5.85rem) !important;
        margin-right: 0;
    }

    .ew-needs-sheet--bring .ew-needs-sheet__edit-row td:nth-child(4) {
        display: none;
    }

    .ew-needs-sheet--task .ew-needs-sheet__edit-row td:nth-child(1) {
        margin-bottom: 0.65rem;
    }

    .ew-needs-sheet--task .ew-needs-sheet__edit-row td:nth-child(2) {
        width: 6.5rem !important;
        margin-bottom: 0.65rem;
    }

    .ew-needs-sheet--task .ew-needs-sheet__edit-row td:nth-child(3) {
        display: none;
    }

    .ew-needs-sheet__edit-row td:last-child {
        position: static;
        width: 100% !important;
        margin-top: 0.15rem;
    }

    .ew-needs-sheet__edit-row .ew-control {
        width: 100%;
        min-height: 2.75rem;
    }

    .ew-needs-sheet__edit-row .ew-needs-sheet__row-actions--text {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ew-needs-sheet__edit-row .ew-needs-sheet__row-actions--text .ew-control {
        width: auto;
        flex: 1 1 calc(50% - 0.2rem);
    }

    .ew-needs-sheet__edit-row .ew-needs-sheet__row-actions--text .ew-control--icon {
        flex: 0 0 2.35rem;
        width: 2.35rem;
    }

    .ew-needs-sheet-note {
        max-width: none;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .ew-workspace-card .ew-needs-host-sheets .ew-needs-sheet-wrap,
    .ew-product-card .ew-needs-host-sheets .ew-needs-sheet-wrap {
        margin-inline: -1.5rem;
    }
}

.ew-needs-sheet__scheduled {
    display: grid;
    gap: 0.35rem;
    max-width: 22rem;
}

.ew-alert {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.ew-alert--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.ew-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.ew-inline-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: start;
}

.ew-inline-form .ew-form-control {
    flex: 1;
    min-width: 12rem;
}

.ew-host-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ew-host-header__eyebrow {
    margin: 0 0 0.5rem;
    color: var(--ew-slate);
    font-size: 0.875rem;
}

.ew-host-header__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.ew-host-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgb(22 119 255 / 18%);
    border-radius: 1rem;
    background: rgb(22 119 255 / 6%);
}

.ew-host-toolbar p {
    margin: 0;
    color: var(--ew-navy);
    font-size: 0.92rem;
    font-weight: 600;
}

.ew-host-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ew-kind-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.ew-kind-toggle__btn {
    padding: 0.85rem 0.75rem;
    border-radius: 0.65rem;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid rgb(7 29 90 / 10%);
    background: var(--ew-white);
    color: var(--ew-navy);
    transition: border-color 0.15s ease, background 0.15s ease;
}

.ew-kind-toggle__btn:hover {
    border-color: rgb(22 119 255 / 35%);
}

.ew-kind-toggle__btn--active {
    border-color: var(--ew-navy);
    background: #f0f4ff;
}

.ew-print-page {
    max-width: 54rem;
    padding: 2.5rem 0 4rem;
}

.ew-print-actions {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.ew-print-header,
.ew-print-section {
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 1rem;
    background: var(--ew-white);
    box-shadow: 0 8px 24px rgb(7 29 90 / 5%);
}

.ew-print-header {
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.ew-print-header p {
    margin: 0 0 0.35rem;
    color: var(--ew-slate);
    font-weight: 700;
}

.ew-print-header h1 {
    margin: 0;
    color: var(--ew-navy);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.ew-print-header dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 0;
}

.ew-print-header dt {
    color: var(--ew-navy);
    font-weight: 800;
}

.ew-print-header dd {
    margin: 0.2rem 0 0;
    color: var(--ew-ink);
}

.ew-print-section {
    padding: 1rem;
    margin-top: 1rem;
}

.ew-print-section h2 {
    margin: 0 0 0.75rem;
    color: var(--ew-navy);
    font-size: 1.1rem;
}

.ew-print-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--ew-navy);
}

.ew-print-table th,
.ew-print-table td {
    padding: 0.7rem 0.65rem;
    border: 1px solid rgb(7 29 90 / 12%);
    text-align: left;
    vertical-align: top;
}

.ew-print-table th {
    background: rgb(7 29 90 / 4%);
    color: var(--ew-slate);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ew-print-table strong,
.ew-print-table small {
    display: block;
}

.ew-print-table small {
    margin-top: 0.2rem;
    color: var(--ew-slate);
    font-size: 0.82rem;
}

.ew-print-blank {
    display: block;
    min-height: 1.4rem;
    border-bottom: 1px solid rgb(7 29 90 / 28%);
}

.ew-print-empty {
    margin: 0;
    color: var(--ew-slate);
}

@media print {
    .ew-marketing-header,
    .ew-marketing-footer,
    .ew-print-actions,
    .ew-host-toolbar,
    .ew-marketing-nav,
    .ew-marketing-header__actions {
        display: none !important;
    }

    body.ew-marketing-body {
        background: #fff !important;
        color: #111827;
    }

    .ew-print-page {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .ew-print-header,
    .ew-print-section {
        border-color: #d1d5db;
        border-radius: 0;
        box-shadow: none;
        break-inside: avoid;
    }

    .ew-print-table th,
    .ew-print-table td {
        border-color: #d1d5db;
    }

    .ew-event-public {
        padding-top: 0 !important;
    }
}

.ew-host-secondary {
    display: grid;
    gap: 0.8rem;
}

.ew-host-disclosure {
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 1.25rem;
    background: var(--ew-white);
    box-shadow: 0 14px 34px rgb(7 29 90 / 8%);
    overflow: hidden;
}

.ew-host-disclosure summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    color: var(--ew-navy);
    cursor: pointer;
    list-style: none;
}

.ew-host-disclosure summary::-webkit-details-marker {
    display: none;
}

.ew-host-disclosure summary::after {
    content: "";
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgb(22 119 255 / 8%);
}

.ew-host-disclosure summary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.62rem;
    width: 0.48rem;
    height: 0.48rem;
    border-right: 2px solid var(--ew-electric);
    border-bottom: 2px solid var(--ew-electric);
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.15s ease;
}

.ew-host-disclosure[open] summary::before {
    transform: translateY(-35%) rotate(225deg);
}

.ew-host-disclosure summary span {
    font-weight: 800;
}

.ew-host-disclosure summary small {
    display: block;
    margin-top: 0.15rem;
    color: var(--ew-slate);
    font-size: 0.85rem;
    font-weight: 500;
}

.ew-host-disclosure__content {
    display: grid;
    gap: 1.25rem;
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid rgb(7 29 90 / 8%);
}

.ew-host-subsection {
    padding-top: 1.1rem;
}

.ew-host-subsection + .ew-host-subsection {
    border-top: 1px solid rgb(7 29 90 / 8%);
}

@media (max-width: 760px) {
    .ew-host-header {
        display: grid;
    }

    .ew-host-header__actions {
        justify-content: flex-start;
    }
}

.ew-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
}

.ew-hero::before {
    position: absolute;
    inset: 3rem -10rem auto auto;
    width: 34rem;
    height: 34rem;
    content: "";
    border-radius: 999px;
    background: radial-gradient(circle, rgb(22 119 255 / 16%), transparent 65%);
    pointer-events: none;
}

.ew-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: center;
}

.ew-hero__copy { max-width: 640px; }

.ew-kicker {
    margin: 0 0 1rem;
    color: var(--ew-electric);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ew-kicker--light { color: rgb(255 255 255 / 72%); }

.ew-hero__title {
    margin: 0 0 1rem;
    max-width: 10.5ch;
    font-size: clamp(3rem, 6.5vw, 5.55rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.052em;
    color: var(--ew-navy);
}

.ew-hero__escape {
    margin: 0 0 1rem;
    max-width: 34ch;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--ew-navy);
}

.ew-hero__subtitle {
    margin: 0 0 1.75rem;
    max-width: 58ch;
    font-size: clamp(1.05rem, 2vw, 1.18rem);
    color: var(--ew-slate);
}

.ew-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.ew-hero__guest-callout {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-top: 1.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgb(22 119 255 / 22%);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgb(39 215 255 / 10%), rgb(255 255 255 / 96%) 55%),
        var(--ew-white);
    box-shadow: 0 16px 40px rgb(7 29 90 / 7%);
}

.ew-hero__guest-callout-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 1.65rem;
    height: 1.65rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(22 119 255 / 12%);
    color: var(--ew-electric);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
}

.ew-hero__guest-callout p {
    margin: 0;
    color: var(--ew-navy);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
}

.ew-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.15rem;
}

.ew-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgb(7 29 90 / 10%);
    border-radius: 999px;
    background: rgb(255 255 255 / 78%);
    color: var(--ew-navy);
    font-size: 0.84rem;
    font-weight: 700;
    box-shadow: 0 10px 28px rgb(7 29 90 / 5%);
}

.ew-hero__trust span::before {
    width: 0.45rem;
    height: 0.45rem;
    content: "";
    border-radius: 999px;
    background: var(--ew-cyan);
}

.ew-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    height: 3.1rem;
    min-height: 3.1rem;
    padding: 0 1.25rem;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 0.96rem;
    vertical-align: middle;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
    box-sizing: border-box;
}

.ew-btn:hover {
    transform: translateY(-1px);
}

.ew-btn--primary {
    background: var(--ew-electric);
    color: var(--ew-white);
    box-shadow: 0 18px 34px rgb(22 119 255 / 25%);
}

.ew-btn--primary:hover { background: var(--ew-cyan); color: var(--ew-navy); }

.ew-btn--secondary {
    background: var(--ew-white);
    color: var(--ew-electric);
    border-color: rgb(22 119 255 / 28%);
    box-shadow: 0 14px 30px rgb(7 29 90 / 7%);
}

.ew-btn--light { background: var(--ew-white); color: var(--ew-navy); }

.ew-btn--dark-outline {
    color: var(--ew-white);
    border-color: rgb(255 255 255 / 28%);
    background: rgb(255 255 255 / 8%);
}

.ew-hero-preview {
    position: relative;
    min-height: 500px;
}

.ew-hero-preview::before,
.ew-hero-preview::after {
    position: absolute;
    content: "";
    border-radius: 999px;
    filter: blur(2px);
}

.ew-hero-preview::before {
    inset: 2rem 0 auto auto;
    width: 20rem;
    height: 20rem;
    background: rgb(90 29 255 / 12%);
}

.ew-hero-preview::after {
    inset: auto auto 3rem 1rem;
    width: 12rem;
    height: 12rem;
    background: rgb(39 215 255 / 16%);
}

.ew-preview-card {
    position: relative;
    z-index: 1;
    border: 1px solid rgb(7 29 90 / 10%);
    background: rgb(255 255 255 / 84%);
    box-shadow: 0 28px 90px rgb(7 29 90 / 14%);
    backdrop-filter: blur(16px);
}

.ew-preview-card--main {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 30px;
    transform: rotate(1.5deg);
}

.ew-preview-card--main::before {
    position: absolute;
    inset: 1rem;
    z-index: -1;
    content: "";
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgb(22 119 255 / 8%) 1px, transparent 1px),
        linear-gradient(180deg, rgb(22 119 255 / 8%) 1px, transparent 1px);
    background-size: 42px 42px;
}

.ew-preview-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ew-preview-card__eyebrow {
    margin: 0 0 0.3rem;
    color: var(--ew-slate);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ew-preview-card h2 {
    margin: 0;
    color: var(--ew-navy);
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.1;
}

.ew-preview-pill {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    color: var(--ew-electric);
    background: rgb(22 119 255 / 10%);
    font-weight: 800;
    font-size: 0.82rem;
}

.ew-rsvp-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin: 1.1rem 0;
}

.ew-rsvp-strip div {
    border-radius: 18px;
    padding: 0.95rem;
    background: var(--ew-navy);
    color: var(--ew-white);
}

.ew-rsvp-strip strong {
    display: block;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1;
}

.ew-rsvp-strip span {
    display: block;
    margin-top: 0.25rem;
    color: rgb(255 255 255 / 72%);
    font-size: 0.8rem;
    font-weight: 700;
}

.ew-needs-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.ew-need-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border-radius: 18px;
    padding: 0.95rem;
    background: var(--ew-white);
    border: 1px solid rgb(7 29 90 / 8%);
}

.ew-need-row__check {
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid rgb(22 119 255 / 25%);
    border-radius: 999px;
}

.ew-need-row--claimed .ew-need-row__check {
    background:
        linear-gradient(135deg, transparent 47%, var(--ew-white) 48% 52%, transparent 53%),
        var(--ew-electric);
    border-color: var(--ew-electric);
}

.ew-need-row strong {
    display: block;
    color: var(--ew-navy);
}

.ew-need-row span {
    color: var(--ew-slate);
    font-size: 0.88rem;
}

.ew-preview-activity {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid rgb(22 119 255 / 16%);
    background: rgb(22 119 255 / 7%);
}

.ew-preview-activity__dot {
    flex-shrink: 0;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: var(--ew-electric);
    box-shadow: 0 0 0 4px rgb(22 119 255 / 14%);
}

.ew-preview-activity strong {
    display: block;
    color: var(--ew-navy);
    font-size: 0.92rem;
    line-height: 1.35;
}

.ew-preview-activity span {
    display: block;
    margin-top: 0.2rem;
    color: var(--ew-slate);
    font-size: 0.8rem;
    font-weight: 600;
}

.ew-preview-card--vendor {
    position: absolute;
    right: -0.75rem;
    bottom: 1.8rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.9rem;
    align-items: center;
    width: min(390px, 90%);
    padding: 1rem;
    border-radius: 22px;
    transform: rotate(-3deg);
}

.ew-preview-icon {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--ew-gradient);
    color: var(--ew-white);
    font-weight: 800;
}

.ew-preview-card--vendor p {
    margin: 0;
    color: var(--ew-slate);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ew-preview-card--vendor strong {
    display: block;
    color: var(--ew-navy);
    line-height: 1.2;
}

.ew-preview-card--vendor a {
    color: var(--ew-electric);
    font-weight: 800;
    text-decoration: none;
}

.ew-how,
.ew-needs {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.ew-pain {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    background:
        linear-gradient(180deg, rgb(242 244 248 / 55%), rgb(242 244 248 / 72%) 45%, rgb(242 244 248 / 55%));
    border-block: 1px solid rgb(7 29 90 / 6%);
}

.ew-pain__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

.ew-pain__copy .ew-section-title {
    max-width: 18ch;
}

.ew-pain__list {
    display: grid;
    gap: 0.85rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.ew-pain__list li {
    position: relative;
    padding-left: 1.65rem;
    color: var(--ew-navy);
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    font-weight: 700;
    line-height: 1.35;
}

.ew-pain__list li::before {
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.55rem;
    height: 0.55rem;
    content: "";
    border-radius: 999px;
    background: var(--ew-electric);
    box-shadow: 0 0 0 4px rgb(22 119 255 / 12%);
}

.ew-pain__resolution {
    border: 1px solid rgb(7 29 90 / 8%);
    border-radius: 28px;
    padding: clamp(1.5rem, 4vw, 2rem);
    background:
        radial-gradient(circle at 100% 0%, rgb(39 215 255 / 14%), transparent 12rem),
        var(--ew-white);
    box-shadow: 0 24px 70px rgb(7 29 90 / 8%);
}

.ew-pain__resolution p {
    margin: 0 0 1.35rem;
    color: var(--ew-slate);
    font-size: 1.08rem;
    line-height: 1.55;
    max-width: 36ch;
}

.ew-pain__resolution .ew-btn {
    width: 100%;
    justify-content: center;
}

.ew-section-heading {
    max-width: 780px;
    margin-bottom: 2rem;
}

.ew-section-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--ew-navy);
}

.ew-section-title--light { color: var(--ew-white); }

.ew-section-heading p:not(.ew-kicker) {
    margin: 1rem 0 0;
    color: var(--ew-slate);
    max-width: 64ch;
    font-size: 1.05rem;
}

.ew-how__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.ew-step-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 1.5rem;
    border: 1px solid rgb(7 29 90 / 8%);
    border-radius: 24px;
    background: var(--ew-white);
    box-shadow: 0 18px 50px rgb(7 29 90 / 6%);
}

.ew-step-card::after {
    position: absolute;
    inset: auto -2rem -4rem auto;
    width: 10rem;
    height: 10rem;
    content: "";
    border-radius: 999px;
    background: rgb(39 215 255 / 10%);
}

.ew-step-card span {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgb(22 119 255 / 10%);
    color: var(--ew-electric);
    font-weight: 800;
}

.ew-step-card h3 {
    margin: 1.25rem 0 0.65rem;
    color: var(--ew-navy);
    font-size: 1.28rem;
    line-height: 1.15;
}

.ew-step-card p {
    margin: 0;
    color: var(--ew-slate);
}

.ew-needs {
    background:
        linear-gradient(180deg, transparent, rgb(242 244 248 / 58%) 18%, rgb(242 244 248 / 58%) 82%, transparent);
}

.ew-needs__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
    gap: 1.25rem;
    align-items: stretch;
}

.ew-needs__panel,
.ew-audience-card {
    border-radius: 30px;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    box-shadow: 0 24px 70px rgb(7 29 90 / 8%);
}

.ew-needs__panel {
    background: var(--ew-navy);
    color: var(--ew-white);
}

.ew-needs__panel .ew-kicker { color: var(--ew-cyan); }

.ew-needs__panel h2,
.ew-audience-card h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.ew-needs__panel p {
    max-width: 58ch;
    margin: 0 0 1.5rem;
    color: rgb(255 255 255 / 78%);
}

.ew-mini-list {
    display: grid;
    gap: 0.75rem;
}

.ew-mini-list div {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.85rem;
    align-items: center;
    border-radius: 18px;
    padding: 0.9rem;
    background: rgb(255 255 255 / 9%);
    border: 1px solid rgb(255 255 255 / 12%);
}

.ew-mini-list span {
    display: inline-flex;
    width: 2.1rem;
    height: 2.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--ew-white);
    color: var(--ew-navy);
    font-weight: 800;
}

.ew-mini-list strong { color: var(--ew-white); }

.ew-mini-list em {
    color: rgb(255 255 255 / 68%);
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 700;
}

.ew-audience-card {
    background:
        radial-gradient(circle at 100% 0%, rgb(39 215 255 / 22%), transparent 14rem),
        var(--ew-white);
}

.ew-audience-card h2 {
    color: var(--ew-navy);
}

.ew-audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.ew-audience-tags span {
    border-radius: 999px;
    padding: 0.62rem 0.85rem;
    background: rgb(22 119 255 / 9%);
    color: var(--ew-navy);
    font-weight: 800;
    font-size: 0.9rem;
}

.ew-vendors-band {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 7vw, 6rem) 0;
    background:
        radial-gradient(circle at 85% 20%, rgb(39 215 255 / 20%), transparent 20rem),
        linear-gradient(135deg, var(--ew-navy), #061342 72%);
    color: var(--ew-white);
}

.ew-vendors-band__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.ew-vendors-band__body {
    margin: 1rem 0 0;
    max-width: 56ch;
    color: rgb(255 255 255 / 78%);
    font-size: 1.05rem;
}

.ew-vendors-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.ew-vendor-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.ew-vendor-categories span {
    min-height: 5.5rem;
    display: flex;
    align-items: end;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 22px;
    padding: 1rem;
    background:
        linear-gradient(135deg, rgb(255 255 255 / 12%), rgb(255 255 255 / 5%)),
        rgb(255 255 255 / 4%);
    color: var(--ew-white);
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
}

.ew-vendor-categories span:nth-child(1) { grid-row: span 2; min-height: 12rem; }
.ew-vendor-categories span:nth-child(4) { grid-column: span 2; }

.ew-directory-page {
    padding: clamp(3.5rem, 7vw, 5.25rem) 0 clamp(5rem, 9vw, 7rem);
}

.ew-directory-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: end;
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.ew-directory-hero__copy {
    max-width: 46rem;
}

.ew-directory-title {
    margin: 0 0 0.85rem;
    color: var(--ew-navy);
    font-size: clamp(2.45rem, 5vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.ew-directory-subtitle {
    max-width: 60ch;
    margin: 0;
    color: var(--ew-slate);
    font-size: clamp(1rem, 1.8vw, 1.14rem);
}

.ew-directory-note {
    border: 1px solid rgb(22 119 255 / 14%);
    border-radius: 24px;
    padding: 1.1rem 1.2rem;
    background:
        radial-gradient(circle at 100% 0%, rgb(39 215 255 / 16%), transparent 10rem),
        rgb(255 255 255 / 72%);
    box-shadow: 0 18px 50px rgb(7 29 90 / 6%);
}

.ew-directory-note strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--ew-navy);
    font-size: 0.95rem;
}

.ew-directory-note span {
    display: block;
    color: var(--ew-slate);
    font-size: 0.88rem;
}

.ew-directory-search {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 0.85rem;
    align-items: end;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
    border: 1px solid rgb(7 29 90 / 9%);
    border-radius: 26px;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: rgb(255 255 255 / 88%);
    box-shadow: 0 24px 70px rgb(7 29 90 / 10%);
    backdrop-filter: blur(14px);
}

.ew-directory-field label {
    display: block;
    margin-bottom: 0.38rem;
    color: var(--ew-navy);
    font-weight: 800;
    font-size: 0.9rem;
}

.ew-directory-field input,
.ew-directory-field select {
    width: 100%;
    min-height: 2.8rem;
    border: 1px solid rgb(7 29 90 / 13%);
    border-radius: 12px;
    padding: 0.68rem 0.78rem;
    background: var(--ew-white);
    color: var(--ew-ink);
    font: inherit;
}

.ew-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ew-directory-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ew-directory-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(7 29 90 / 9%);
    border-radius: 24px;
    padding: clamp(1.15rem, 2vw, 1.5rem);
    background: var(--ew-white);
    box-shadow: 0 18px 50px rgb(7 29 90 / 7%);
}

.ew-directory-card--featured {
    border-color: rgb(22 119 255 / 25%);
    box-shadow: 0 24px 70px rgb(22 119 255 / 11%);
}

.ew-directory-card__top {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    align-items: flex-start;
}

.ew-directory-card h2 {
    margin: 0 0 0.35rem;
    color: var(--ew-navy);
    font-size: 1.12rem;
    line-height: 1.2;
}

.ew-directory-card h2 a {
    color: inherit;
    text-decoration: none;
}

.ew-directory-card p {
    margin: 0;
    color: var(--ew-slate);
}

.ew-directory-card__body {
    margin-top: 0.65rem;
    color: var(--ew-slate);
    font-size: 0.93rem;
}

.ew-directory-meta {
    color: var(--ew-slate);
    font-size: 0.94rem;
}

.ew-directory-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.65rem;
    border-radius: 999px;
    padding: 0.24rem 0.62rem;
    background: rgb(22 119 255 / 9%);
    color: var(--ew-electric);
    font-size: 0.75rem;
    font-weight: 800;
}

.ew-directory-empty {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    border: 1px solid rgb(7 29 90 / 9%);
    border-radius: 26px;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    background:
        radial-gradient(circle at 100% 0%, rgb(39 215 255 / 13%), transparent 13rem),
        var(--ew-white);
    box-shadow: 0 18px 50px rgb(7 29 90 / 7%);
    color: var(--ew-slate);
}

.ew-directory-empty__icon {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgb(22 119 255 / 10%);
    color: var(--ew-electric);
    font-weight: 800;
}

.ew-directory-empty strong {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--ew-navy);
}

.ew-directory-pagination {
    margin-top: 2rem;
}

.ew-marketing-footer {
    padding: clamp(2.5rem, 5vw, 4rem) 0 1.6rem;
    border-top: 1px solid rgb(7 29 90 / 8%);
    background:
        radial-gradient(circle at 12% 0%, rgb(39 215 255 / 12%), transparent 20rem),
        var(--ew-white);
}

.ew-marketing-footer__grid {
    display: grid;
    grid-template-columns: minmax(16rem, 1.3fr) repeat(4, minmax(8rem, 0.55fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.ew-marketing-footer__brand .ew-wordmark__image {
    height: 2.35rem;
    max-width: 13rem;
}

.ew-marketing-footer__brand p {
    max-width: 28rem;
    margin: 1rem 0 0;
    color: var(--ew-slate);
    font-size: 0.95rem;
}

.ew-marketing-footer__links {
    display: grid;
    gap: 0.55rem;
}

.ew-marketing-footer__links strong {
    color: var(--ew-navy);
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ew-marketing-footer__links a {
    width: fit-content;
    color: var(--ew-slate);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.ew-marketing-footer__links a:hover {
    color: var(--ew-electric);
}

.ew-marketing-footer__bottom {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: 1.15rem;
    border-top: 1px solid rgb(7 29 90 / 8%);
}

.ew-marketing-footer__tagline {
    margin: 0;
    font-weight: 800;
    color: var(--ew-navy);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.ew-marketing-footer__copy {
    margin: 0;
    font-size: 0.875rem;
    color: var(--ew-slate);
}

.ew-static-page {
    padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(5rem, 9vw, 7rem);
    max-width: 52rem;
}

.ew-static-page__title {
    margin: 0 0 1.5rem;
    color: var(--ew-navy);
    font-size: clamp(2.45rem, 5vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.ew-static-page__card {
    border: 1px solid rgb(7 29 90 / 9%);
    border-radius: 26px;
    padding: clamp(1.35rem, 3vw, 2rem);
    background: rgb(255 255 255 / 88%);
    box-shadow: 0 24px 70px rgb(7 29 90 / 8%);
}

.ew-static-page__card p {
    margin: 0;
    color: var(--ew-slate);
    font-size: 1rem;
}

.ew-static-page__card p + p {
    margin-top: 1rem;
}

.ew-static-page__heading {
    margin: 1.75rem 0 0.75rem;
    color: var(--ew-navy);
    font-size: 1.2rem;
    line-height: 1.3;
}

.ew-static-page__heading:first-child {
    margin-top: 0;
}

.ew-static-page__list {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    color: var(--ew-slate);
}

.ew-static-page__list li + li {
    margin-top: 0.45rem;
}

.ew-static-page__card a {
    color: var(--ew-electric);
    font-weight: 600;
    text-decoration: none;
}

.ew-static-page__card a:hover {
    text-decoration: underline;
}

.ew-form-alert {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 600;
}

.ew-form-alert--success {
    border: 1px solid rgb(22 119 255 / 20%);
    background: rgb(22 119 255 / 8%);
    color: var(--ew-navy);
}

.ew-form-alert--error {
    border: 1px solid rgb(185 28 28 / 18%);
    background: rgb(254 226 226 / 65%);
    color: #991b1b;
}

.ew-marketing-form {
    display: grid;
    gap: 1rem;
}

.ew-marketing-form__actions {
    margin-top: 0.35rem;
}

.ew-contact-page,
.ew-founding-page {
    padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(5rem, 9vw, 7rem);
}

.ew-founding-page__hero {
    max-width: 42rem;
}

.ew-founding-page__callout {
    display: inline-flex;
    align-items: center;
    margin: 1.25rem 0 0;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgb(22 119 255 / 22%);
    border-radius: 999px;
    background: rgb(22 119 255 / 8%);
    color: var(--ew-navy);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.ew-founding-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.ew-founding-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    margin-top: clamp(2.25rem, 4vw, 3rem);
    align-items: start;
}

.ew-founding-page__content {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.ew-founding-page__exchange {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.ew-founding-page__exchange-col h2 {
    margin: 0 0 0.65rem;
    color: var(--ew-navy);
    font-size: 1.05rem;
    line-height: 1.25;
}

.ew-founding-page__exchange-col ul {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--ew-slate);
}

.ew-founding-page__exchange-col li + li {
    margin-top: 0.35rem;
}

.ew-founding-page__badge {
    display: inline-flex;
    align-items: center;
    margin-top: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgb(7 29 90 / 6%);
    color: var(--ew-navy);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ew-founding-page__preview-heading {
    margin: 0 0 0.85rem;
    color: var(--ew-navy);
    font-size: 1.15rem;
    line-height: 1.25;
}

.ew-founding-page__preview .ew-preview-card--main h3 {
    margin: 0;
    color: var(--ew-navy);
    font-size: 1.15rem;
    line-height: 1.2;
}

.ew-founding-page__founder {
    border-left: 3px solid var(--ew-electric);
    border-radius: 0 18px 18px 0;
    padding: 1rem 1.15rem;
    background: rgb(22 119 255 / 6%);
}

.ew-founding-page__founder h2 {
    margin: 0 0 0.45rem;
    color: var(--ew-navy);
    font-size: 1rem;
    line-height: 1.25;
}

.ew-founding-page__founder p {
    margin: 0;
    color: var(--ew-slate);
    font-size: 0.95rem;
    line-height: 1.55;
}

.ew-founding-page__preview {
    scroll-margin-top: 6rem;
}

.ew-founding-page__form-wrap {
    position: sticky;
    top: 5.5rem;
    max-height: calc(100dvh - 6rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-margin-top: 6rem;
    -webkit-overflow-scrolling: touch;
}

.ew-founding-page__form-follow-up,
.ew-founding-page__form-fallback {
    margin: 0.85rem 0 0;
    color: var(--ew-slate);
    font-size: 0.88rem;
    line-height: 1.45;
}

.ew-founding-page__form-fallback a {
    color: var(--ew-electric);
    font-weight: 700;
    text-decoration: none;
}

.ew-founding-page__form-fallback a:hover {
    text-decoration: underline;
}

.ew-founding-page__reassurance,
.ew-founding-page__local-note {
    max-width: 42rem;
    margin: 0.65rem 0 0;
    color: var(--ew-slate);
    font-size: 0.98rem;
    line-height: 1.5;
}

.ew-founding-page__local-note {
    color: var(--ew-navy);
    font-weight: 600;
}

.ew-founding-page--churches .ew-founding-page__grid--split {
    margin-top: clamp(2rem, 4vw, 2.75rem);
}

.ew-founding-page--churches .ew-founding-page__hero {
    max-width: none;
}

.ew-founding-page--churches .ew-founding-page__title {
    max-width: none;
    font-size: clamp(2rem, 3.8vw, 3rem);
    line-height: 1.04;
}

.ew-founding-page__hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.ew-founding-page__hero-meta .ew-founding-page__callout {
    margin: 0;
}

.ew-founding-page__badge--houston {
    display: inline-flex;
    margin-top: 0;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgb(7 29 90 / 12%);
    background: rgb(7 29 90 / 5%);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.ew-founding-page__tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}

.ew-founding-page__tag-list li {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgb(22 119 255 / 8%);
    color: var(--ew-navy);
    font-size: 0.86rem;
    font-weight: 600;
}

.ew-founding-page__checklist {
    margin: 0.65rem 0 0;
    padding: 0;
    list-style: none;
}

.ew-founding-page__checklist li {
    position: relative;
    padding-left: 1.65rem;
    color: var(--ew-slate);
}

.ew-founding-page__checklist li + li {
    margin-top: 0.55rem;
}

.ew-founding-page__checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.05rem;
    color: var(--ew-electric);
    font-weight: 800;
}

.ew-founding-page__slots-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.ew-founding-page__slot {
    aspect-ratio: 1;
    border: 1px solid rgb(7 29 90 / 14%);
    border-radius: 0.45rem;
    background: rgb(255 255 255 / 70%);
}

.ew-founding-page__slot--filled {
    border-color: rgb(22 119 255 / 35%);
    background: linear-gradient(135deg, rgb(22 119 255 / 18%), rgb(39 215 255 / 22%));
}

.ew-founding-page__slots-label {
    margin: 0.75rem 0 0;
    color: var(--ew-navy);
    font-size: 0.92rem;
    font-weight: 700;
}

.ew-founding-page__preview--large .ew-preview-card--main {
    padding: clamp(1.5rem, 3.5vw, 2.25rem);
    border-radius: 26px;
    transform: none;
    background: var(--ew-white);
    backdrop-filter: none;
    box-shadow: 0 24px 70px rgb(7 29 90 / 10%);
}

.ew-founding-page__preview--large .ew-preview-card--main h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.ew-founding-page__preview--large .ew-rsvp-strip strong {
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
}

.ew-founding-page__founder--with-photo {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.ew-founding-page__founder--with-photo.ew-founding-page__card {
    background:
        radial-gradient(circle at 100% 0%, rgb(39 215 255 / 8%), transparent 38%),
        var(--ew-white);
}

.ew-founding-page__founder-photo,
.ew-founding-page__founder-avatar {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 999px;
    object-fit: cover;
}

.ew-founding-page__founder-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(22 119 255 / 18%), rgb(39 215 255 / 28%));
    color: var(--ew-navy);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.ew-founding-page__founder-copy h2 {
    margin: 0 0 0.45rem;
    color: var(--ew-navy);
    font-size: 1rem;
    line-height: 1.25;
}

.ew-founding-page__founder-copy p {
    margin: 0;
    color: var(--ew-slate);
    font-size: 0.95rem;
    line-height: 1.55;
}

.ew-founding-page__founder-copy p + p {
    margin-top: 0.65rem;
}

.ew-founding-page__founder-signoff {
    margin-top: 0.85rem !important;
    color: var(--ew-navy) !important;
    font-weight: 700;
}

@media (max-width: 720px) {
    .ew-founding-page__slots-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .ew-founding-page__founder--with-photo {
        grid-template-columns: 1fr;
    }
}

.ew-contact-page__title {
    margin: 0;
    max-width: 16ch;
    color: var(--ew-navy);
    font-size: clamp(2.45rem, 5vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.ew-founding-page__title {
    margin: 0;
    max-width: 22ch;
    color: var(--ew-navy);
    font-size: clamp(2.45rem, 5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.ew-contact-page__lead,
.ew-founding-page__lead {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: var(--ew-slate);
    font-size: 1.05rem;
}

.ew-contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    margin-top: clamp(2rem, 4vw, 2.75rem);
    align-items: start;
}

.ew-contact-page__aside,
.ew-founding-page__content {
    display: grid;
    gap: 1rem;
}

.ew-contact-page__note,
.ew-founding-page__card,
.ew-contact-page__form-card,
.ew-founding-page__form-wrap {
    border: 1px solid rgb(7 29 90 / 9%);
    border-radius: 26px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    background:
        radial-gradient(circle at 100% 0%, rgb(39 215 255 / 8%), transparent 38%),
        var(--ew-white);
    box-shadow: 0 24px 70px rgb(7 29 90 / 8%);
}

.ew-contact-page__note h2,
.ew-founding-page__card h2,
.ew-contact-page__form-title,
.ew-founding-page__form-title {
    margin: 0 0 0.65rem;
    color: var(--ew-navy);
    font-size: 1.15rem;
    line-height: 1.25;
}

.ew-contact-page__note p,
.ew-founding-page__card p,
.ew-founding-page__form-lead {
    margin: 0;
    color: var(--ew-slate);
    font-size: 0.96rem;
}

.ew-founding-page__card p + p {
    margin-top: 0.85rem;
}

.ew-contact-page__note ul,
.ew-founding-page__card ul {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
    color: var(--ew-slate);
}

.ew-contact-page__note li + li,
.ew-founding-page__card li + li {
    margin-top: 0.35rem;
}

.ew-founding-page__form-wrap {
    scroll-margin-top: 6rem;
}

.ew-founding-page__form-title {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    overflow-wrap: anywhere;
    line-height: 1.15;
}

.ew-founding-page__form-lead {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.ew-founding-page__form {
    margin-top: 1rem;
}

@media (min-width: 981px) {
    .ew-founding-page__form .ew-marketing-form__actions {
        position: sticky;
        bottom: 0;
        z-index: 2;
        margin-top: 1.25rem;
        padding: 0.85rem 0 0.35rem;
        background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, var(--ew-white) 32%);
    }
}

@media (max-width: 980px) {
    .ew-contact-page__grid,
    .ew-founding-page__grid {
        grid-template-columns: 1fr;
    }

    .ew-founding-page__form-wrap {
        position: static;
    }

    .ew-founding-page__exchange {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .ew-hero__grid,
    .ew-pain__grid,
    .ew-needs__grid,
    .ew-vendors-band__grid,
    .ew-directory-hero,
    .ew-directory-search,
    .ew-marketing-footer__grid {
        grid-template-columns: 1fr;
    }

    .ew-hero-preview {
        min-height: auto;
    }

    .ew-preview-card--main,
    .ew-preview-card--vendor {
        transform: none;
    }

    .ew-preview-card--vendor {
        position: relative;
        inset: auto;
        margin: -0.25rem auto 0;
        width: min(520px, 100%);
    }

    .ew-how__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .ew-marketing-container {
        width: min(100% - 2rem, 1180px);
    }

    .ew-marketing-header {
        position: static;
    }

    .ew-marketing-header__inner {
        align-items: flex-start;
    }

    .ew-marketing-nav {
        order: 3;
        width: 100%;
        justify-content: space-between;
        gap: 0.7rem;
    }

    .ew-marketing-nav a {
        font-size: 0.88rem;
    }

    .ew-hero {
        padding-top: 3rem;
    }

    .ew-hero__title {
        font-size: clamp(2.75rem, 15vw, 4rem);
        letter-spacing: -0.045em;
    }

    .ew-rsvp-strip,
    .ew-vendor-categories {
        grid-template-columns: 1fr;
    }

    .ew-preview-card--vendor {
        grid-template-columns: auto 1fr;
    }

    .ew-preview-card--vendor a {
        grid-column: 2;
    }

    .ew-mini-list div {
        grid-template-columns: auto 1fr;
    }

    .ew-mini-list em {
        grid-column: 2;
    }

    .ew-vendor-categories span:nth-child(1),
    .ew-vendor-categories span:nth-child(4) {
        grid-row: auto;
        grid-column: auto;
        min-height: 5.5rem;
    }

    .ew-directory-empty {
        grid-template-columns: 1fr;
    }

    .ew-marketing-footer__bottom {
        display: grid;
        justify-items: start;
    }
}

/* SEO content: /compare, /guides, /for */

.ew-seo-index {
    padding: 3.5rem 0 4.5rem;
}

.ew-seo-index__hero {
    max-width: 62ch;
    margin-bottom: 2.5rem;
}

.ew-seo-index__title {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--ew-navy);
}

.ew-seo-index__lead {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--ew-slate);
}

.ew-seo-index__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
}

.ew-seo-card {
    position: relative;
    padding: 1.35rem 1.4rem;
    border: 1px solid var(--ew-line);
    border-radius: 20px;
    background: var(--ew-white);
    box-shadow: 0 18px 48px rgb(7 29 90 / 6%);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ew-seo-card:hover {
    border-color: rgb(22 119 255 / 28%);
    box-shadow: 0 22px 54px rgb(7 29 90 / 9%);
    transform: translateY(-1px);
}

.ew-seo-card__link-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
}

.ew-seo-card__title {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    line-height: 1.3;
    color: var(--ew-navy);
}

.ew-seo-card__title a {
    color: var(--ew-navy);
    text-decoration: none;
}

.ew-seo-card__title a:hover {
    color: var(--ew-electric);
}

.ew-seo-card__excerpt {
    margin: 0 0 1rem;
    color: var(--ew-slate);
    font-size: 0.95rem;
    line-height: 1.55;
}

.ew-seo-card__link {
    color: var(--ew-electric);
    font-size: 0.9rem;
    font-weight: 700;
}

.ew-seo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    margin-bottom: 0.85rem;
    color: var(--ew-slate);
    font-size: 0.86rem;
    font-weight: 600;
}

.ew-seo-breadcrumb a {
    color: var(--ew-electric);
    text-decoration: none;
}

.ew-seo-breadcrumb a:hover {
    text-decoration: underline;
}

.ew-seo-breadcrumb span:last-child {
    color: var(--ew-navy);
}

.ew-seo-page {
    padding: 3.5rem 0 4rem;
}

.ew-seo-page__hero {
    max-width: 68ch;
    margin-bottom: 2rem;
}

.ew-seo-page__title {
    margin: 0 0 1rem;
    font-size: clamp(2.25rem, 4.8vw, 3.4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: var(--ew-navy);
}

.ew-seo-page__lead {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.6;
    color: var(--ew-slate);
}

.ew-seo-page__body {
    display: grid;
    gap: 1.5rem;
    max-width: 52rem;
}

.ew-seo-page__paragraph {
    margin: 0;
    max-width: 68ch;
    color: var(--ew-slate);
    line-height: 1.65;
}

.ew-seo-compare-table-wrap {
    max-width: none;
    width: 100%;
}

.ew-seo-page__heading {
    margin: 0 0 0.85rem;
    font-size: 1.35rem;
    line-height: 1.25;
    color: var(--ew-navy);
}

.ew-seo-page__list,
.ew-seo-page__checklist {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--ew-slate);
    line-height: 1.65;
}

.ew-seo-page__checklist li {
    margin-bottom: 0.45rem;
}

.ew-seo-panel {
    padding: 1.5rem 1.6rem;
    border: 1px solid var(--ew-line);
    border-radius: 20px;
    background: var(--ew-white);
    box-shadow: 0 16px 40px rgb(7 29 90 / 5%);
}

.ew-seo-panel p {
    margin: 0 0 0.85rem;
    color: var(--ew-slate);
    line-height: 1.65;
}

.ew-seo-panel p:last-child {
    margin-bottom: 0;
}

.ew-seo-panel--neutral {
    background: rgb(7 29 90 / 3%);
}

.ew-seo-panel--highlight {
    border-color: rgb(22 119 255 / 22%);
    background:
        linear-gradient(135deg, rgb(39 215 255 / 8%), rgb(255 255 255 / 98%) 55%),
        var(--ew-white);
}

.ew-seo-compare-table-scroll {
    overflow-x: auto;
    margin-top: 0.75rem;
}

.ew-seo-compare-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.ew-seo-compare-table th,
.ew-seo-compare-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--ew-line);
    text-align: left;
    vertical-align: top;
}

.ew-seo-compare-table thead th {
    color: var(--ew-navy);
    font-weight: 800;
    background: rgb(7 29 90 / 4%);
}

.ew-seo-compare-table tbody th {
    font-weight: 700;
    color: var(--ew-navy);
}

.ew-seo-compare-table__note {
    display: block;
    margin-top: 0.25rem;
    color: var(--ew-slate);
    font-size: 0.78rem;
    font-weight: 500;
}

.ew-seo-status {
    display: inline-flex;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.ew-seo-status--yes {
    background: rgb(22 119 255 / 12%);
    color: var(--ew-electric);
}

.ew-seo-status--no {
    background: rgb(7 29 90 / 8%);
    color: var(--ew-slate);
}

.ew-seo-status--partial {
    background: rgb(255 176 32 / 16%);
    color: #9a6200;
}

.ew-seo-status--mostly {
    background: rgb(22 119 255 / 10%);
    color: var(--ew-navy);
}

.ew-seo-status--core {
    background: rgb(22 119 255 / 14%);
    color: var(--ew-electric);
}

.ew-seo-status--planned {
    border: 1px dashed rgb(7 29 90 / 22%);
    background: rgb(7 29 90 / 5%);
    color: var(--ew-navy);
}

.ew-seo-page__checklist {
    list-style: none;
    padding-left: 0;
}

.ew-seo-page__checklist li {
    position: relative;
    margin-bottom: 0.55rem;
    padding-left: 1.65rem;
}

.ew-seo-page__checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: rgb(22 119 255 / 12%);
    color: var(--ew-electric);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.15rem;
    text-align: center;
}

.ew-seo-steps {
    display: grid;
    gap: 1rem;
}

.ew-seo-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--ew-line);
    border-radius: 18px;
    background: var(--ew-white);
}

.ew-seo-step__number {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(22 119 255 / 12%);
    color: var(--ew-electric);
    font-weight: 800;
}

.ew-seo-step h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    color: var(--ew-navy);
}

.ew-seo-step p {
    margin: 0;
    color: var(--ew-slate);
    line-height: 1.6;
}

.ew-seo-features__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}

.ew-seo-feature-card {
    padding: 1.2rem 1.25rem;
    border: 1px solid var(--ew-line);
    border-radius: 16px;
    background: var(--ew-white);
}

.ew-seo-feature-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    color: var(--ew-navy);
}

.ew-seo-feature-card p {
    margin: 0;
    color: var(--ew-slate);
    font-size: 0.92rem;
    line-height: 1.55;
}

.ew-seo-faqs {
    display: grid;
    gap: 0.75rem;
}

.ew-seo-faq {
    padding: 0.85rem 1rem;
    border: 1px solid var(--ew-line);
    border-radius: 14px;
    background: var(--ew-white);
}

.ew-seo-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--ew-navy);
}

.ew-seo-faq p {
    margin: 0.75rem 0 0;
    color: var(--ew-slate);
    line-height: 1.6;
}

.ew-seo-cta {
    margin-top: 2rem;
    padding: 1.75rem 1.85rem;
    border-radius: 22px;
    border: 1px solid rgb(22 119 255 / 20%);
    background:
        linear-gradient(135deg, rgb(39 215 255 / 10%), rgb(255 255 255 / 98%) 60%),
        var(--ew-white);
    box-shadow: 0 20px 50px rgb(7 29 90 / 8%);
}

.ew-seo-cta p {
    margin: 0 0 1.15rem;
    max-width: 58ch;
    color: var(--ew-navy);
    font-weight: 700;
    line-height: 1.5;
}

.ew-seo-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ew-seo-related {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ew-line);
}

.ew-seo-related__heading {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    color: var(--ew-navy);
}

.ew-seo-related__list {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--ew-slate);
    line-height: 1.7;
}

.ew-seo-related__list a {
    color: var(--ew-electric);
    font-weight: 600;
    text-decoration: none;
}

.ew-seo-page__pain-hook {
    margin: 0 0 0.85rem;
    max-width: 62ch;
    color: var(--ew-navy);
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    font-weight: 700;
    line-height: 1.55;
}

.ew-seo-visual-compare {
    margin: 1.75rem 0 2rem;
}

.ew-seo-visual-compare__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.ew-seo-visual-compare__label {
    margin: 0 0 0.65rem;
    color: var(--ew-slate);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ew-seo-visual-compare__panel {
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--ew-line);
    border-radius: 18px;
    background: var(--ew-white);
}

.ew-seo-visual-compare__panel--eventwarp .ew-hero-preview {
    margin: 0;
}

.ew-seo-mock-signup {
    padding: 0.85rem;
    border-radius: 12px;
    background: rgb(7 29 90 / 4%);
}

.ew-seo-mock-signup__header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--ew-line);
}

.ew-seo-mock-signup__title {
    color: var(--ew-navy);
    font-size: 0.92rem;
    font-weight: 700;
}

.ew-seo-mock-signup__meta {
    color: var(--ew-slate);
    font-size: 0.75rem;
    font-weight: 600;
}

.ew-seo-mock-signup__row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: var(--ew-white);
    color: var(--ew-navy);
    font-size: 0.82rem;
}

.ew-seo-mock-signup__row--filled span:last-child {
    color: var(--ew-slate);
    font-weight: 600;
}

.ew-seo-mock-signup__open {
    color: var(--ew-electric);
    font-weight: 700;
}

.ew-seo-mock-signup__note {
    margin: 0.65rem 0 0;
    color: var(--ew-slate);
    font-size: 0.78rem;
    font-style: italic;
    line-height: 1.45;
}

.ew-seo-panel--switching {
    border-color: rgb(22 119 255 / 22%);
    background:
        linear-gradient(135deg, rgb(39 215 255 / 8%), rgb(255 255 255 / 98%) 55%),
        var(--ew-white);
}

.ew-seo-downloads {
    margin: 1.5rem 0;
    padding: 1.35rem 1.4rem;
    border: 1px solid var(--ew-line);
    border-radius: 18px;
    background: var(--ew-white);
}

.ew-seo-downloads__lead {
    margin: 0 0 1rem;
    color: var(--ew-slate);
    line-height: 1.55;
}

.ew-seo-downloads__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ew-seo-downloads__link {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-top: 1px solid var(--ew-line);
    color: var(--ew-navy);
    text-decoration: none;
}

.ew-seo-downloads__list li:first-child .ew-seo-downloads__link {
    border-top: 0;
    padding-top: 0;
}

.ew-seo-downloads__icon {
    display: inline-flex;
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(22 119 255 / 12%);
    color: var(--ew-electric);
    font-size: 0.72rem;
    font-weight: 800;
}

.ew-seo-downloads__format {
    display: block;
    margin-top: 0.15rem;
    color: var(--ew-slate);
    font-size: 0.82rem;
    font-weight: 500;
}

.ew-print-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--ew-line);
    background: var(--ew-white);
}

.ew-print-toolbar__back {
    color: var(--ew-electric);
    font-weight: 600;
    text-decoration: none;
}

.ew-seo-print-checklist {
    padding: 2rem 0 3rem;
}

.ew-seo-print-checklist__header {
    margin-bottom: 1.5rem;
}

.ew-seo-print-checklist__header h1 {
    margin: 1rem 0 0.35rem;
    color: var(--ew-navy);
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.ew-seo-print-checklist__header p {
    margin: 0;
    color: var(--ew-slate);
    font-weight: 600;
}

.ew-seo-print-checklist__items {
    margin: 0 0 2rem;
    padding-left: 1.25rem;
    color: var(--ew-navy);
    line-height: 1.7;
}

.ew-seo-print-checklist__footer {
    padding-top: 1.25rem;
    border-top: 1px solid var(--ew-line);
    color: var(--ew-slate);
}

.ew-seo-print-checklist__footer a {
    color: var(--ew-electric);
    font-weight: 700;
}

.ew-seo-template-sheet {
    margin: 1.5rem 0 2rem;
}

.ew-seo-template-sheet__card {
    padding: 1.15rem 1.2rem;
    border: 1px solid var(--ew-line);
    border-radius: 18px;
    background: var(--ew-white);
    box-shadow: 0 16px 40px rgb(7 29 90 / 6%);
}

.ew-seo-template-sheet__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ew-line);
    color: var(--ew-navy);
    font-size: 0.88rem;
    font-weight: 700;
}

.ew-seo-template-sheet__category {
    margin-bottom: 1rem;
}

.ew-seo-template-sheet__category h3 {
    margin: 0 0 0.5rem;
    color: var(--ew-navy);
    font-size: 0.92rem;
    font-weight: 800;
}

.ew-seo-template-sheet__row {
    display: grid;
    grid-template-columns: 1fr minmax(6rem, 35%);
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.4rem;
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: rgb(7 29 90 / 4%);
    color: var(--ew-navy);
    font-size: 0.84rem;
}

.ew-seo-template-sheet__row--open {
    color: var(--ew-electric);
    font-weight: 700;
}

.ew-seo-template-sheet__name-line {
    display: block;
    height: 1px;
    border-bottom: 1px dashed rgb(7 29 90 / 22%);
}

.ew-seo-print-template {
    padding: 2rem 0 3rem;
}

.ew-seo-print-template__header {
    margin-bottom: 1.5rem;
}

.ew-seo-print-template__header h1 {
    margin: 1rem 0 0.35rem;
    color: var(--ew-navy);
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.ew-seo-print-template__header p {
    margin: 0;
    color: var(--ew-slate);
    font-weight: 600;
}

.ew-seo-print-template__category {
    margin-bottom: 1.5rem;
}

.ew-seo-print-template__category h2 {
    margin: 0 0 0.5rem;
    color: var(--ew-navy);
    font-size: 1.05rem;
}

.ew-seo-print-template__table {
    width: 100%;
    border-collapse: collapse;
}

.ew-seo-print-template__table th,
.ew-seo-print-template__table td {
    padding: 0.5rem 0.65rem;
    border: 1px solid var(--ew-line);
    text-align: left;
    color: var(--ew-navy);
    font-size: 0.9rem;
}

.ew-seo-print-template__table th {
    background: rgb(7 29 90 / 5%);
    font-weight: 700;
}

.ew-seo-print-template__blank {
    display: block;
    min-width: 8rem;
    min-height: 1.1rem;
}

.ew-seo-print-template__footer {
    padding-top: 1.25rem;
    border-top: 1px solid var(--ew-line);
    color: var(--ew-slate);
}

.ew-seo-print-template__footer a {
    color: var(--ew-electric);
    font-weight: 700;
}
