/* Конструктор мероприятий — UX-ориентированный UI */

.landing-page--konstruktor .ec {
    position: relative;
    padding: 1.35rem 0 4.75rem;
    overflow: hidden;
    background:
        radial-gradient(ellipse 90% 55% at 0% 0%, rgba(255, 59, 59, 0.12), transparent 55%),
        radial-gradient(ellipse 70% 45% at 100% 10%, rgba(255, 107, 107, 0.08), transparent 50%),
        var(--bg-dark);
}

.ec__bg {
    display: none;
}

.ec__container {
    position: relative;
    z-index: 1;
}

.ec-hero__crumbs {
    margin-bottom: 1.1rem;
}

.ec-hero {
    position: relative;
    margin: 0 0 2rem;
    padding: clamp(1.5rem, 3.5vw, 2.35rem) clamp(1.25rem, 3vw, 2.1rem);
    border-radius: 24px;
    border: 1px solid rgba(255, 59, 59, 0.28);
    background:
        linear-gradient(125deg, rgba(255, 59, 59, 0.16) 0%, transparent 42%),
        linear-gradient(180deg, rgba(18, 18, 24, 0.95), rgba(8, 8, 10, 0.92));
    overflow: hidden;
    isolation: isolate;
    animation: ecIn 0.6s var(--ease-out-expo, ease) both;
}

.ec-hero__glow {
    position: absolute;
    inset: auto -10% -40% 35%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(255, 59, 59, 0.28), transparent 65%);
    pointer-events: none;
    z-index: 0;
    animation: ecGlow 6s ease-in-out infinite alternate;
}

.ec-hero__track {
    position: absolute;
    right: -2%;
    top: 12%;
    bottom: 10%;
    width: min(42%, 340px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.55;
}

.ec-hero__lane {
    position: absolute;
    inset: 8% 18% 8% 28%;
    border-radius: 999px;
    border: 2px dashed rgba(255, 255, 255, 0.18);
    transform: rotate(-18deg);
    animation: ecLane 8s linear infinite;
}

.ec-hero__kart {
    position: absolute;
    top: 42%;
    left: 22%;
    width: 3.1rem;
    height: 3.1rem;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 59, 59, 0.2);
    border: 1px solid rgba(255, 59, 59, 0.45);
    color: #fff;
    font-size: 1.05rem;
    animation: ecKart 3.8s ease-in-out infinite;
}

.ec-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 36rem;
}

.ec-hero__brand {
    margin: 0 0 0.55rem;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.55rem, 3.4vw, 2.15rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    text-shadow: 0 0 28px rgba(255, 59, 59, 0.35);
}

.ec-hero h1 {
    margin: 0 0 0.85rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: #fff;
}

.ec-hero__line {
    display: block;
    font-size: clamp(1.65rem, 4.2vw, 2.55rem);
}

.ec-hero__line--accent {
    color: transparent;
    background: linear-gradient(90deg, #fff 10%, #ff6b6b 55%, var(--primary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ec-hero__lead {
    margin: 0 0 1.15rem;
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.68);
}

.ec-hero__tags {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.ec-hero__tags li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.ec-hero__tags i {
    color: var(--primary);
    font-size: 0.75em;
}

.ec-hero__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.ec-hero__step {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem 0.35rem 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.76rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.ec-hero__step i {
    display: inline-grid;
    place-items: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background: rgba(255, 59, 59, 0.2);
    border: 1px solid rgba(255, 59, 59, 0.4);
    font-style: normal;
    font-size: 0.68rem;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

@keyframes ecGlow {
    from { opacity: 0.55; transform: translateY(0); }
    to { opacity: 1; transform: translateY(-8px); }
}

@keyframes ecLane {
    from { border-color: rgba(255, 255, 255, 0.12); }
    50% { border-color: rgba(255, 59, 59, 0.35); }
    to { border-color: rgba(255, 255, 255, 0.18); }
}

@keyframes ecKart {
    0%, 100% { transform: translate(0, 0) rotate(-8deg); }
    50% { transform: translate(18px, -14px) rotate(4deg); }
}

@media (max-width: 720px) {
    .ec-hero {
        padding: 1.25rem 1.1rem 1.35rem;
        border-radius: 18px;
    }

    .ec-hero__track {
        opacity: 0.28;
        width: 55%;
    }

    .ec-hero__lead {
        font-size: 0.98rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ec-hero__glow,
    .ec-hero__lane,
    .ec-hero__kart {
        animation: none;
    }
}

.ec__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.9fr);
    gap: 1.35rem;
    align-items: start;
    animation: ecIn 0.65s 0.06s var(--ease-out-expo, ease) both;
}

.ec__form {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.ec__block {
    margin: 0;
    padding: 1.25rem 1.3rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(12px);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.ec__block:hover {
    border-color: rgba(255, 255, 255, 0.14);
}

.ec__legend {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    margin-bottom: 0.15rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.ec__legend span {
    display: inline-grid;
    place-items: center;
    min-width: 2rem;
    height: 1.35rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: rgba(255, 59, 59, 0.16);
    color: #ff8d8d;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
}

.ec__block--extras .ec__legend {
    display: inline-flex;
}

.ec__block-head {
    display: flex;
    justify-content: flex-end;
    margin: -1.6rem 0 0.55rem;
}

.ec__extras-count {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--accent-electric);
}

.ec__extras-count.is-empty {
    color: rgba(255, 255, 255, 0.35);
}

.ec__block-lead {
    margin: 0 0 0.9rem;
    font-size: 0.88rem;
    color: var(--text-light);
}

.ec__formats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.ec__format {
    cursor: pointer;
}

.ec__format input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ec__format span {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.7rem;
    row-gap: 0.1rem;
    align-items: center;
    min-height: 4.4rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.22);
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.ec__format span i {
    grid-row: 1 / span 2;
    width: 2.2rem;
    height: 2.2rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 59, 59, 0.12);
    color: var(--primary);
    font-size: 0.95rem;
}

.ec__format span b {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
}

.ec__format span em {
    font-style: normal;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.42);
}

.ec__format:hover span {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.ec__format input:checked + span {
    border-color: rgba(255, 59, 59, 0.55);
    background: rgba(255, 59, 59, 0.12);
    box-shadow: 0 10px 28px rgba(255, 59, 59, 0.12);
}

.ec__format input:focus-visible + span {
    outline: 2px solid var(--accent-electric);
    outline-offset: 2px;
}

.ec__guests {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.ec__when {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.ec__time-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.ec__time-row--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 20rem;
}

.ec-hero__steps,
.ec-hero__step {
    display: none !important;
}

.ec__field {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 0.8rem 0.9rem;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ec__field-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
}

.ec__field-hint {
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.35rem;
}

.ec__field input[type="date"],
.ec__field select {
    width: 100%;
    box-sizing: border-box;
    min-height: 2.7rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ec__field input[type="date"]:hover,
.ec__field select:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.ec__field input[type="date"]:focus,
.ec__field select:focus {
    outline: none;
    border-color: rgba(255, 59, 59, 0.5);
    background: rgba(255, 59, 59, 0.06);
    box-shadow: 0 0 0 3px rgba(255, 59, 59, 0.12);
}

.ec__field select option {
    background: #121218;
    color: #fff;
}

.ec__field input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.7;
    cursor: pointer;
}

.ec__discount {
    margin: 0 0 0.85rem;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.55);
}

.ec__discount--hint {
    border-color: rgba(255, 59, 59, 0.22);
    color: rgba(255, 255, 255, 0.62);
}

.ec__discount--on {
    border-color: rgba(74, 222, 128, 0.35);
    background: rgba(74, 222, 128, 0.08);
    color: #bbf7d0;
    font-weight: 600;
}

.ec__breakdown li.ec__disc-line {
    color: #86efac;
}

.ec__breakdown li.ec__disc-line span:last-child {
    color: #86efac;
}

.ec__stepper {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 0.8rem 0.85rem;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ec__stepper.is-pulse {
    transform: scale(1.015);
    border-color: rgba(255, 59, 59, 0.35);
}

.ec__stepper-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
}

.ec__stepper-hint {
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.4);
    min-height: 1.7em;
}

.ec__stepper-ctrl {
    display: grid;
    grid-template-columns: 2.4rem 1fr 2.4rem;
    align-items: center;
    margin-top: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ec__stepper-ctrl:focus-within {
    border-color: rgba(255, 59, 59, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 59, 59, 0.12);
}

.ec__step-btn {
    height: 2.55rem;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.ec__step-btn:hover {
    background: rgba(255, 59, 59, 0.12);
    color: #fff;
}

.ec__stepper-ctrl input {
    width: 100%;
    height: 2.55rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
}

.ec__stepper-ctrl input:focus {
    outline: none;
}

.ec__stepper-ctrl input[readonly] {
    cursor: default;
}

.ec__stepper-ctrl input::-webkit-outer-spin-button,
.ec__stepper-ctrl input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ec__capacity {
    margin: 0;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.48);
}

.ec__capacity.is-warn {
    color: #ffb4b4;
    border-color: rgba(255, 59, 59, 0.28);
    background: rgba(255, 59, 59, 0.07);
}

.ec__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.ec__chip {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.8rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.ec__chip:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.ec__chip.is-on {
    border-color: rgba(255, 59, 59, 0.55);
    background: rgba(255, 59, 59, 0.12);
    box-shadow: 0 8px 22px rgba(255, 59, 59, 0.12);
}

.ec__chip:focus-visible {
    outline: 2px solid var(--accent-electric);
    outline-offset: 2px;
}

.ec__chip-icon {
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.ec__chip.is-on .ec__chip-icon {
    background: rgba(255, 59, 59, 0.18);
    color: #fff;
}

.ec__chip-body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.ec__chip-name {
    font-weight: 700;
    font-size: 0.84rem;
    color: #fff;
}

.ec__chip-note,
.ec__chip-price {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.42);
}

.ec__chip.is-on .ec__chip-price {
    color: #ff9d9d;
}

.ec__chip-mark {
    width: 1.55rem;
    height: 1.55rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
}

.ec__chip.is-on .ec__chip-mark {
    border-color: transparent;
    background: var(--primary);
    color: #fff;
}

.ec__summary {
    position: sticky;
    top: calc(var(--site-header-offset, 76px) + 0.7rem);
}

.ec__summary-inner {
    padding: 1.25rem 1.3rem 1.4rem;
    border: 1px solid rgba(255, 59, 59, 0.28);
    border-radius: 22px;
    background:
        linear-gradient(165deg, rgba(255, 59, 59, 0.12), transparent 40%),
        rgba(9, 9, 12, 0.94);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
}

.ec__summary-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.95rem;
}

.ec__summary-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.ec__summary-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem;
}

.ec__summary-meta span {
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.55);
}

.ec__summary-meta b {
    color: #fff;
    font-weight: 700;
}

.ec__breakdown {
    list-style: none;
    margin: 0 0 0.95rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 13rem;
    overflow: auto;
}

.ec__breakdown li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.84rem;
    line-height: 1.35;
    color: var(--text-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 0.35rem;
}

.ec__breakdown li span:last-child {
    flex-shrink: 0;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.ec__breakdown li.ec__empty {
    border: 0;
    opacity: 0.7;
}

.ec__total {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.55rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ec__total-label {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.42);
}

.ec__total-old {
    display: inline-block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
}

.ec__total-value {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    font-variant-numeric: tabular-nums;
    transition: transform 0.2s ease;
}

.ec__total-value.is-tick {
    transform: scale(1.03);
}

.ec__total-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 0.2rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(74, 222, 128, 0.15);
    border: 1px solid rgba(74, 222, 128, 0.35);
    color: #86efac;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.ec__disclaimer {
    margin: 0 0 0.95rem;
    font-size: 0.74rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.4);
}

.ec__pay {
    margin: 0 0 1.05rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.ec__pay-title {
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

.ec__pay-list {
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 0.65rem;
}

.ec__pay-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: var(--text-light);
}

.ec__pay-list i {
    width: 1em;
    color: var(--primary);
    font-size: 0.82em;
}

.ec__pay-note {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.38);
}

.ec__cta,
.ec__call {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
}

.ec__cta {
    margin-bottom: 0.45rem;
    min-height: 3rem;
}

.ec__cta:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.ec__back {
    margin: 0.95rem 0 0;
    text-align: center;
    font-size: 0.82rem;
}

.ec__back a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ec__back a:hover {
    color: var(--primary);
}

@keyframes ecIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .ec__layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ec__summary {
        position: static;
        order: -1;
    }

    .ec__summary-inner {
        position: sticky;
        top: var(--site-header-offset, 76px);
        z-index: 5;
        padding: 0.95rem 1rem 1.05rem;
        border-radius: 16px;
        max-height: min(58vh, 420px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ec__breakdown {
        max-height: 5.5rem;
    }

    .ec__pay {
        display: none;
    }

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

    .ec__chip {
        min-height: 3.25rem;
    }

    .ec__step-btn,
    .ec__field input[type="date"],
    .ec__field select {
        min-height: 44px;
    }
}

@media (max-width: 720px) {
    .landing-page--konstruktor .ec {
        padding: 0.85rem 0 3rem;
    }

    .ec-hero {
        margin-bottom: 1.15rem;
    }

    .ec-hero__brand {
        font-size: 1.25rem;
        letter-spacing: 0.08em;
    }

    .ec-hero__line {
        font-size: clamp(1.35rem, 7vw, 1.75rem);
    }

    .ec-hero__tags li {
        font-size: 0.72rem;
        padding: 0.4rem 0.65rem;
    }

    .ec-hero__track {
        display: none;
    }

    .ec__formats,
    .ec__guests,
    .ec__when,
    .ec__time-row,
    .ec__options,
    .ec__pay-list {
        grid-template-columns: 1fr;
    }

    .ec__time-row--single {
        max-width: none;
    }

    .ec__block {
        padding: 1rem 0.9rem 1.05rem;
        border-radius: 16px;
    }

    .ec__summary-meta {
        width: 100%;
        justify-content: flex-start;
    }

    .ec__cta,
    .ec__call {
        min-height: 48px;
        font-size: 1rem;
    }
}

/* —— Почему у нас / доверие —— */

.ec-why,
.ec-trust {
    margin-top: 3.25rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ec-why__head,
.ec-trust__head {
    max-width: 40rem;
    margin-bottom: 1.75rem;
}

.ec-why__eyebrow {
    margin: 0 0 0.45rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary);
}

.ec-why__head h2,
.ec-trust__head h2 {
    margin: 0 0 0.65rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.ec-why__lead,
.ec-trust__head p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--text-light);
}

.ec-why__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.ec-why__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 1.1rem 1.15rem 1.2rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.ec-why__list i {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 59, 59, 0.12);
    color: var(--primary);
    font-size: 0.95rem;
}

.ec-why__list strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #fff;
}

.ec-why__list span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--text-light);
}

.ec-trust {
    margin-bottom: 0.5rem;
}

.ec-trust__brands {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.ec-trust__brands li {
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.28);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.ec-trust__note {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 960px) {
    .ec-why__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .ec-why,
    .ec-trust {
        margin-top: 2.35rem;
        padding-top: 1.85rem;
    }

    .ec-why__list {
        grid-template-columns: 1fr;
    }

    .ec-trust__brands li {
        font-size: 0.78rem;
        padding: 0.6rem 0.95rem;
    }
}

.ec-faq {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 44rem;
}

.ec-faq h2 {
    margin: 0 0 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 700;
    color: #fff;
}

.ec-faq__item {
    margin-bottom: 1.1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ec-faq__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ec-faq__item h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.ec-faq__item p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--text-light);
}
