.coupon-hero-glow {
    background: radial-gradient(60% 55% at 50% 0%, rgba(64, 234, 139, 0.2), transparent 72%);
}

.coupon-map-layout {
    display: grid;
    gap: 1.25rem;
}

.coupon-map {
    min-height: 32rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.5rem;
    background: #15151b;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.coupon-location-panel {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    background: rgba(10, 10, 14, 0.72);
}

.coupon-location-tools {
    flex: 0 0 auto;
    padding: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(21, 21, 27, 0.96);
}

.coupon-location-search-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.5);
}

.coupon-location-search-wrap:focus-within {
    border-color: #40ea8b;
    box-shadow: 0 0 0 2px rgba(64, 234, 139, 0.18);
}

.coupon-location-search-wrap input {
    min-width: 0;
    width: 100%;
    padding: 0.75rem 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: white;
    font-size: 0.9rem;
}

.coupon-location-search-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.coupon-location-result-count {
    margin: 0.55rem 0.25rem 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.coupon-location-list {
    display: grid;
    min-height: 0;
    grid-auto-rows: max-content;
    align-content: start;
    gap: 0.65rem;
    overflow-y: auto;
    padding: 0.75rem;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.coupon-location-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(21, 21, 27, 0.82);
    transition: border-color 160ms ease, transform 160ms ease;
}

.coupon-location-card:hover,
.coupon-location-card.is-active {
    border-color: rgba(64, 234, 139, 0.65);
}

.coupon-location-card[hidden] {
    display: none;
}

.coupon-location-select {
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    padding: 1.1rem;
    text-align: left;
}

.coupon-location-select:focus-visible {
    outline: 2px solid #40ea8b;
    outline-offset: -3px;
}

.coupon-pin-number {
    display: inline-flex;
    width: 2.35rem;
    height: 2.35rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #40ea8b;
    color: #070707;
    font-weight: 800;
}

.coupon-location-name,
.coupon-location-address,
.coupon-location-action {
    display: block;
}

.coupon-location-name {
    color: white;
    font-weight: 800;
}

.coupon-location-address {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
}

.coupon-location-action {
    margin-top: 0.55rem;
    color: #40ea8b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.coupon-location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0 1.1rem 1rem 4.35rem;
}

.coupon-location-links a,
.rack-card-popup a {
    color: #0879c4;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.rack-card-marker {
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    border-radius: 50% 50% 50% 0;
    background: #40ea8b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
    color: #070707;
    font-size: 0.8rem;
    font-weight: 900;
    transform: rotate(-45deg);
}

.rack-card-marker span {
    transform: rotate(45deg);
}

.rack-card-cluster {
    display: flex;
    width: 2.85rem;
    height: 2.85rem;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    border-radius: 999px;
    background: #0191f1;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.95rem;
    font-weight: 900;
}

.flagtag-star-marker {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    border-radius: 999px;
    background: #070707;
    box-shadow: 0 0 0 4px rgba(64, 234, 139, 0.55), 0 6px 18px rgba(0, 0, 0, 0.55);
    color: #40ea8b;
    font-size: 1.65rem;
    line-height: 1;
}

.rack-card-map-legend {
    display: grid;
    gap: 0.35rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 0.75rem;
    background: rgba(7, 7, 7, 0.9);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    color: white;
    font-family: Manrope, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
}

.rack-card-map-legend span {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.legend-coupon-dot {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid white;
    border-radius: 999px;
    background: #40ea8b;
}

.legend-cluster-dot {
    display: inline-flex;
    width: 1.15rem;
    height: 1.15rem;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 999px;
    background: #0191f1;
    color: white;
    font-size: 0.48rem;
    font-style: normal;
    font-weight: 900;
}

.legend-flagtag-star {
    width: 0.9rem;
    color: #40ea8b;
    font-size: 1rem;
    font-style: normal;
    text-align: center;
}

.coupon-location-no-results {
    margin: auto;
    padding: 2rem 1.25rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
}

.coupon-business-request {
    padding: 4rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(55% 90% at 12% 50%, rgba(1, 145, 241, 0.16), transparent 72%),
        #070707;
    color: white;
}

.coupon-business-request-inner {
    display: grid;
    max-width: 72rem;
    margin: 0 auto;
    gap: 2rem;
    align-items: center;
}

.coupon-business-eyebrow {
    color: #40ea8b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.coupon-business-request-copy h2 {
    margin-top: 0.75rem;
    font-family: Montserrat, sans-serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.06;
}

.coupon-business-request-copy > p:not(.coupon-business-eyebrow) {
    max-width: 36rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.coupon-business-request-copy ul {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.82);
}

.coupon-business-request-copy li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
}

.coupon-business-request-copy li i {
    margin-top: 0.25rem;
    color: #40ea8b;
}

.coupon-business-form-card {
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    background: rgba(21, 21, 27, 0.9);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.coupon-business-form-card > h3,
.coupon-request-success h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.coupon-request-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.coupon-form-field {
    min-width: 0;
}

.coupon-form-field-wide,
.coupon-request-form > button {
    grid-column: 1 / -1;
}

.coupon-form-field label {
    display: block;
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
}

.coupon-form-field label span,
.coupon-field-error {
    color: #ff6b6b;
}

.coupon-form-field input,
.coupon-form-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    outline: none;
    background: rgba(0, 0, 0, 0.42);
    color: white;
    padding: 0.75rem 0.85rem;
}

.coupon-form-field input:focus,
.coupon-form-field textarea:focus {
    border-color: #40ea8b;
    box-shadow: 0 0 0 2px rgba(64, 234, 139, 0.16);
}

.coupon-form-field textarea {
    resize: vertical;
}

.coupon-field-error {
    margin-top: 0.35rem;
    font-size: 0.75rem;
}

.coupon-request-form > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3rem;
    border-radius: 999px;
    background: #40ea8b;
    color: #070707;
    font-weight: 900;
    transition: background 160ms ease, transform 160ms ease;
}

.coupon-request-form > button:hover {
    background: #86efac;
    transform: translateY(-1px);
}

.coupon-request-errors {
    margin-top: 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 77, 77, 0.45);
    border-radius: 0.75rem;
    background: rgba(255, 77, 77, 0.1);
    color: #ff8a8a;
    font-size: 0.82rem;
}

.coupon-request-success {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid rgba(64, 234, 139, 0.4);
    border-radius: 1rem;
    background: rgba(64, 234, 139, 0.08);
}

.coupon-request-success > i {
    color: #40ea8b;
    font-size: 1.75rem;
}

.coupon-request-success p {
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
}

.coupon-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.rack-card-popup {
    min-width: 12rem;
    color: #15151b;
    font-family: Manrope, sans-serif;
    line-height: 1.45;
}

.rack-card-popup strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.rack-card-popup p {
    margin: 0.25rem 0;
}

.rack-card-popup-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.65rem;
}

@media (min-width: 1024px) {
    .coupon-map-layout {
        grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
    }

    .coupon-map {
        position: sticky;
        top: 6rem;
        height: min(68vh, 44rem);
    }

    .coupon-location-panel {
        height: min(68vh, 44rem);
    }

    .coupon-business-request-inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(32rem, 1.1fr);
        gap: 4rem;
    }
}

@media (max-width: 639px) {
    .coupon-map {
        min-height: 24rem;
    }

    .coupon-location-panel {
        max-height: 34rem;
    }

    .coupon-request-form {
        grid-template-columns: 1fr;
    }

    .coupon-form-field,
    .coupon-request-form > button {
        grid-column: 1;
    }
}
