:root {
    --landing-bg: #f5f7fb;
    --landing-surface: #ffffff;
    --landing-text: #131722;
    --landing-muted: #5f6878;
    --landing-border: #dfe6f1;
    --landing-yellow: #ffc62e;
    --landing-yellow-deep: #f1b400;
    --landing-dark: #121827;
    --landing-red: #ef4444;
    --landing-blue: #5a6fb6;
    --landing-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height, 80px) + 20px);
}

body:has(.landing-wrapper) {
    margin: 0;
    background: var(--landing-bg);
    color: var(--landing-text);
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

body:has(.landing-wrapper) .container {
    max-width: none;
    padding: 0;
}

.landing-wrapper {
    position: relative;
    min-height: 100vh;
    isolation: isolate;
    overflow-x: clip;
}

.landing-wrapper img {
    max-width: 100%;
    height: auto;
}

body.landing-search-mode {
    overflow: hidden;
    background: #ffca28 !important;
}

html:has(body.landing-search-mode) {
    background: #ffca28 !important;
}

body.landing-search-mode .landing-wrapper {
    background: #ffca28 !important;
}

body.landing-search-mode .nav-header,
body.landing-search-mode main > section:not(.discovery-section),
body.landing-search-mode .landing-footer,
body.landing-search-mode .whatsapp-float,
body.landing-search-mode .landing-glow {
    visibility: hidden;
}

body.landing-search-mode .discovery-section {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: block;
    width: 100%;
    min-height: 100dvh;
    padding: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-sizing: border-box;
    background: #ffca28 !important;
    -webkit-overflow-scrolling: touch;
}

body.landing-search-mode .discovery-shell {
    display: block;
    width: min(1180px, 100%);
    min-height: calc(100dvh - 28px);
    margin: 0 auto;
    padding: 12px;
    background: #ffca28 !important;
    box-shadow: none !important;
}

body.landing-search-mode .discovery-copy,
body.landing-search-mode .discovery-panel-head {
    display: none;
}

body.landing-search-mode .discovery-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    background: #ffca28 !important;
    box-shadow: none !important;
}

body.landing-search-mode .discovery-searchbar {
    order: 2;
    margin-top: 10px;
}

body.landing-search-mode .discovery-results-shell {
    order: 1;
    padding-top: 76px;
    overflow: visible;
}

body.landing-search-mode .discovery-results-head {
    position: fixed;
    top: 14px;
    left: 50%;
    z-index: 10040;
    width: min(860px, calc(100% - 28px));
    padding: 8px 10px;
    border: 1px solid rgba(240, 213, 137, 0.9);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(89, 66, 0, 0.14);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
}

body.landing-search-mode .company-results-grid.is-location-list {
    overflow: visible;
}

body.landing-search-mode .company-location-list {
    grid-template-columns: minmax(0, 1fr);
    width: min(860px, 100%);
    margin: 0 auto;
}

.landing-glow {
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.28;
    z-index: 0;
    pointer-events: none;
}

.landing-glow-left {
    top: -120px;
    left: -120px;
    background: rgba(255, 198, 46, 0.7);
}

.landing-glow-right {
    top: 160px;
    right: -120px;
    background: rgba(90, 111, 182, 0.22);
}

.landing-nav,
.hero-band,
.info-section,
.business-section,
.app-section,
.testimonial-section,
.auth-shell,
.landing-footer {
    position: relative;
    z-index: 1;
}

.landing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 6%;
    position: sticky;
    top: 0;
    background: rgba(245, 247, 251, 0.84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(223, 230, 241, 0.8);
    z-index: 10;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--landing-text);
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
}

.landing-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.landing-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.landing-links a {
    color: var(--landing-muted);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.landing-links a:hover {
    color: var(--landing-text);
    transform: translateY(-1px);
}

.landing-link-cta {
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--landing-dark);
    color: #ffffff !important;
}

.hero-band {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 40px;
    align-items: center;
    min-height: calc(100vh - 92px);
    padding: 72px 6% 80px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.35), transparent 30%),
        linear-gradient(110deg, #ffd24d 0%, var(--landing-yellow) 45%, var(--landing-yellow-deep) 100%);
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22);
}

.hero-copy {
    max-width: 640px;
}

.hero-pill,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: #27314a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0 0 18px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.hero-text {
    max-width: 560px;
    margin: 0 0 28px;
    color: rgba(19, 23, 34, 0.82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.hero-actions,
.hero-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-actions {
    margin-bottom: 18px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(18, 24, 39, 0.14);
}

.hero-btn-dark {
    background: var(--landing-dark);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(18, 24, 39, 0.18);
}

.hero-btn-light {
    background: rgba(255, 255, 255, 0.62);
    color: var(--landing-text);
    border: 1px solid rgba(19, 23, 34, 0.08);
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(19, 23, 34, 0.9);
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    background: #0f1523;
}

.hero-visual {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-phone-cluster {
    position: relative;
    width: min(100%, 560px);
    height: 100%;
}

.phone-shadow {
    position: absolute;
    inset: auto 12% 4% 12%;
    height: 56px;
    background: rgba(18, 24, 39, 0.15);
    filter: blur(24px);
    border-radius: 50%;
}

.phone-card {
    position: absolute;
    width: 240px;
    height: 500px;
    border-radius: 36px;
    background: #1c2333;
    padding: 10px;
    box-shadow: var(--landing-shadow);
}

.phone-card-back {
    top: 32px;
    right: 32px;
    transform: rotate(12deg);
}

.phone-card-front {
    left: 54px;
    bottom: 20px;
    transform: rotate(-12deg);
}

.phone-card-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    position: relative;
    padding: 20px 18px;
}

.phone-card-yellow {
    background: linear-gradient(180deg, #ffe074 0%, #ffc82e 100%);
}

.mini-status,
.mini-header,
.mini-banner,
.mini-logo,
.mini-chip,
.mini-cover,
.mini-avatar,
.mini-line,
.mini-button-row span,
.mini-cards span,
.mini-grid span,
.showcase-topbar,
.showcase-card,
.showcase-text,
.showcase-nav span,
.showcase-grid span {
    display: block;
}

.mini-status {
    height: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    margin-bottom: 16px;
}

.mini-banner {
    height: 94px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.68);
    margin-bottom: 20px;
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mini-grid span {
    aspect-ratio: 1;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
}

.mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.mini-logo {
    font-family: 'Archivo', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.mini-chip {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 198, 46, 0.18);
    font-size: 0.8rem;
    font-weight: 700;
    color: #a96400;
}

.mini-cover {
    height: 108px;
    margin: 0 -18px;
    background: linear-gradient(135deg, #ffd34a 0%, #f97316 100%);
}

.mini-avatar {
    width: 78px;
    height: 78px;
    margin: -38px auto 14px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background: linear-gradient(135deg, #5a6fb6 0%, #8ea4f2 100%);
}

.mini-line {
    height: 12px;
    border-radius: 999px;
    background: #e8edf7;
    margin: 0 auto 12px;
}

.mini-line.large {
    width: 82%;
}

.mini-line:not(.large) {
    width: 58%;
}

.mini-button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
}

.mini-button-row span,
.mini-cards span {
    background: #f1f4fb;
    border-radius: 16px;
}

.mini-button-row span {
    height: 42px;
}

.mini-cards {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.mini-cards span {
    height: 68px;
}

.hero-bubble {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--landing-text);
    box-shadow: 0 18px 32px rgba(18, 24, 39, 0.12);
    backdrop-filter: blur(12px);
}

.hero-bubble i {
    color: #5a6fb6;
    font-size: 1.1rem;
}

.hero-bubble-top {
    top: 22px;
    left: -10px;
}

.hero-bubble-bottom {
    right: -4px;
    bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.hero-bubble-bottom strong {
    font-family: 'Archivo', sans-serif;
    font-size: 1.4rem;
}

.info-section,
.discovery-section,
.business-section {
    padding: 70px 6%;
}

.testimonial-section {
    padding: 70px 6%;
}

.info-section,
.app-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 48px;
    align-items: start;
}

.section-copy h2,
.business-header h2,
.app-copy h2,
.testimonial-header h2,
.auth-promo h2 {
    margin: 0 0 18px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.section-copy p,
.business-header p,
.auth-promo p,
.app-copy li,
.testimonial-card p {
    color: var(--landing-muted);
    line-height: 1.75;
    font-size: 1.03rem;
}

.section-copy p + p,
.business-header p + p {
    margin-top: 16px;
}

.section-copy,
.stats-grid,
.stat-card,
.store-badges-row {
    min-width: 0;
}

.store-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.store-badges-row a {
    display: inline-flex;
    max-width: 100%;
}

.store-badge-card {
    width: min(100%, 210px);
    min-height: 60px;
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
}

.store-badge-card img {
    width: 100%;
    height: 36px;
    object-fit: contain;
    object-position: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.discovery-section {
    padding-top: 16px;
    padding-bottom: 6px;
    scroll-margin-top: calc(var(--header-height, 80px) + 28px);
}

.discovery-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 18px 8px;
    border-radius: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
}

.discovery-shell::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 4px;
    width: min(34vw, 360px);
    height: min(22vw, 210px);
    display: none;
    opacity: 0.7;
    pointer-events: none;
    background:
        radial-gradient(circle at 73% 19%, rgba(255, 214, 92, 0.55) 0 58px, transparent 59px),
        radial-gradient(circle at 73% 19%, rgba(255, 251, 239, 0.95) 0 12px, transparent 13px),
        radial-gradient(ellipse at 48% 21%, rgba(255, 255, 255, 0.88) 0 28px, transparent 29px),
        radial-gradient(ellipse at 58% 16%, rgba(255, 255, 255, 0.84) 0 16px, transparent 17px),
        linear-gradient(to top, rgba(255, 210, 79, 0.18) 0 22px, transparent 22px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 82px, transparent 82px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 108px, transparent 108px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 70px, transparent 70px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 95px, transparent 95px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 62px, transparent 62px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 86px, transparent 86px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 54px, transparent 54px),
        linear-gradient(to top, rgba(255, 210, 79, 0.22) 0 74px, transparent 74px);
    background-repeat: no-repeat;
    background-size:
        auto,
        auto,
        auto,
        auto,
        100% 24px,
        18px 82px,
        26px 108px,
        20px 70px,
        30px 95px,
        16px 62px,
        22px 86px,
        14px 54px,
        24px 74px;
    background-position:
        73% 18%,
        73% 18%,
        46% 16%,
        58% 10%,
        0 100%,
        56% 100%,
        64% 100%,
        71% 100%,
        79% 100%,
        86% 100%,
        91% 100%,
        96% 100%,
        100% 100%;
}

.discovery-shell::after {
    content: "";
    position: absolute;
    right: 92px;
    top: 34px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 249, 228, 0.78) 0 42%, rgba(255, 214, 92, 0.12) 43%, transparent 68%);
    display: none;
    pointer-events: none;
}

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

.discovery-copy {
    display: none;
    max-width: 360px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.discovery-copy h2 {
    margin: 0 0 8px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.34rem, 2vw, 1.9rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.discovery-copy p {
    margin: 0;
    color: var(--landing-muted);
    line-height: 1.4;
    font-size: 0.78rem;
    max-width: 32rem;
}

.discovery-benefits {
    display: grid;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.discovery-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #182133;
    font-weight: 700;
    font-size: 0.8rem;
}

.discovery-benefits i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 210, 79, 0.22);
    color: #d8a100;
    flex-shrink: 0;
}

.discovery-hints {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(232, 210, 151, 0.5);
}

.discovery-hints strong {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

.discovery-hint-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.discovery-hint-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(241, 223, 171, 0.75);
    color: #374151;
    font-size: 0.68rem;
    font-weight: 600;
}

.discovery-panel {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.discovery-panel-head {
    display: none;
    gap: 2px;
}

.discovery-panel-head h3 {
    margin: 0;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.98rem, 1.2vw, 1.18rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #182133;
}

.discovery-panel-head p {
    margin: 0;
    font-size: 0.72rem;
    color: #667085;
    line-height: 1.35;
}

.discovery-searchbar {
    display: flex;
    gap: 14px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(247, 204, 80, 0.72);
    box-shadow: 0 8px 18px rgba(18, 24, 39, 0.06);
}

.discovery-field {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 16px;
    min-width: 0;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(247, 202, 80, 0.88);
    box-shadow: none;
}

.discovery-searchbar > .discovery-field:first-child {
    flex: 1 1 430px;
    border-color: rgba(247, 202, 80, 0.88);
    background: #ffffff;
    padding-left: 18px;
}

.discovery-searchbar > .discovery-field:first-child i {
    font-size: 1.05rem;
}

.discovery-searchbar > .discovery-field:first-child input {
    font-size: 0.94rem;
}

.discovery-field i {
    color: #182133;
    font-size: 0.92rem;
    flex-shrink: 0;
}

.discovery-field input,
.discovery-field select {
    width: 100%;
    min-width: 0;
    border: none;
    background: transparent;
    color: #182133;
    outline: none;
    font-size: 0.94rem;
    font-weight: 500;
    text-overflow: ellipsis;
}

.discovery-field select option {
    color: #101624;
}

.discovery-field input::placeholder {
    color: #7a8699;
}

.discovery-submit,
.discovery-reset,
.company-card-link {
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.discovery-submit {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd24f 0%, #f1b400 100%);
    color: #101624;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 6px 12px rgba(241, 180, 0, 0.13);
}

.discovery-submit:hover,
.company-card-link:hover {
    transform: translateY(-2px);
}

.discovery-select-hidden {
    display: none;
}

.discovery-autocomplete {
    position: relative;
    display: grid;
    flex: 0 1 230px;
    gap: 4px;
    min-width: 0;
}

.discovery-autocomplete label {
    padding-left: 4px;
    color: #243044;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1;
}

.discovery-field-inline {
    min-height: 44px;
    padding: 0 6px 0 10px;
    gap: 6px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(24, 33, 51, 0.52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.discovery-autocomplete .discovery-field-inline > i {
    display: none;
}

.discovery-field-inline:focus-within {
    border-color: rgba(241, 180, 0, 0.96);
    box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.12);
}

.discovery-field-toggle {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #182133;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.discovery-field-toggle:hover {
    background: rgba(255, 209, 79, 0.34);
    transform: translateY(-1px);
}

.discovery-autocomplete-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 12;
    display: none;
    max-height: 280px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(240, 213, 137, 0.92);
    box-shadow: 0 18px 34px rgba(18, 24, 39, 0.12);
}

.discovery-autocomplete-menu.is-open {
    display: grid;
    gap: 4px;
}

.discovery-autocomplete-menu.is-portal-menu {
    position: fixed;
    inset: auto;
    z-index: 100000;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.discovery-autocomplete-option {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: none;
    border-radius: 14px;
    background: transparent;
    color: #182133;
    text-align: left;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.discovery-autocomplete-option:hover,
.discovery-autocomplete-option.is-active {
    background: rgba(255, 210, 79, 0.2);
    color: #111827;
    transform: translateX(2px);
}

.discovery-autocomplete-status {
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 14px;
    color: #667085;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
}

.discovery-popular-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.discovery-popular-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #182133;
    font-weight: 700;
    font-size: 0.9rem;
}

.discovery-popular-label i {
    color: #ff7a00;
}

.discovery-popular-chips {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.discovery-popular-chip {
    min-height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(245, 225, 174, 0.95);
    background: rgba(255, 255, 255, 0.9);
    color: #4b5563;
    font-weight: 600;
    font-size: 0.88rem;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.discovery-popular-chip:hover,
.discovery-popular-chip.is-active {
    transform: translateY(-1px);
    background: #fff4ca;
    color: #182133;
    border-color: rgba(241, 180, 0, 0.55);
}

.discovery-announce-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd24f 0%, #f1b400 100%);
    color: #101624;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(241, 180, 0, 0.14);
    font-size: 0.72rem;
}

.discovery-results-shell {
    display: grid;
    gap: 8px;
    padding: 8px 8px 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 16px rgba(18, 24, 39, 0.06);
}

.discovery-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    color: #182133;
}

.discovery-results-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.discovery-results-title strong {
    font-family: 'Archivo', sans-serif;
    font-size: 0.9rem;
    line-height: 1;
}

.discovery-results-star {
    font-size: 0.9rem;
}

.discovery-results-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: #667085;
    font-weight: 600;
    font-size: 0.72rem;
}

.discovery-results-buttons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.discovery-back,
.discovery-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 28px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(24, 33, 51, 0.06);
    color: #182133;
    font-weight: 700;
    font-size: 0.68rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.discovery-back:hover,
.discovery-reset:hover {
    transform: translateY(-1px);
    background: rgba(24, 33, 51, 0.1);
}

.discovery-back:focus-visible,
.discovery-reset:focus-visible {
    outline: 2px solid #f5c228;
    outline-offset: 2px;
}

.company-results-grid {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 2px 2px 4px;
    position: relative;
    contain: paint;
    isolation: isolate;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    scrollbar-width: none;
}

.company-results-grid::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.company-results-grid.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.company-results-grid.is-dragging a {
    pointer-events: none;
}

.company-results-grid.is-search-results {
    overflow-x: auto;
    scroll-behavior: smooth;
    touch-action: pan-y;
}

.company-results-grid.is-search-results.is-dragging {
    scroll-behavior: auto;
}

.company-results-grid.is-search-results .company-results-track {
    animation: none;
    transform: none;
    will-change: auto;
}

.company-results-grid.is-location-list {
    overflow: visible;
    contain: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.company-results-grid.is-location-list.is-dragging {
    cursor: grabbing;
}

.company-location-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.company-location-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 9px 12px;
    border: 1px solid rgba(223, 226, 232, 0.96);
    border-radius: 10px;
    background: #ffffff;
    color: #182133;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(15, 21, 35, 0.09);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.company-location-item:hover {
    transform: translateY(-1px);
    border-color: rgba(241, 180, 0, 0.55);
    box-shadow: 0 6px 14px rgba(15, 21, 35, 0.12);
}

.company-location-avatar {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5c228;
    border-radius: 50%;
    background: #ffffff center / cover no-repeat;
    color: #182133;
    font-family: 'Archivo', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
}

.company-location-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.company-location-copy strong,
.company-location-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-location-copy strong {
    font-family: 'Archivo', sans-serif;
    font-size: 0.86rem;
    line-height: 1.15;
}

.company-location-copy small {
    color: #667085;
    font-size: 0.68rem;
}

.company-location-item > i {
    color: #667085;
    font-size: 0.76rem;
    justify-self: end;
}

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

@media (max-width: 640px) {
    body.landing-search-mode .discovery-section {
        padding: 0;
    }

    body.landing-search-mode .discovery-shell {
        min-height: 100dvh;
        padding: 6px;
        border-radius: 0;
        box-shadow: none;
    }

    body.landing-search-mode .discovery-panel {
        padding: 6px;
        border-radius: 14px;
    }

    body.landing-search-mode .discovery-results-shell {
        padding: 68px 4px 4px;
        gap: 5px;
    }

    body.landing-search-mode .discovery-results-head {
        top: 6px;
        width: calc(100% - 12px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "title buttons"
            "summary buttons";
        align-items: center;
        gap: 3px 8px;
        min-height: 58px;
        padding: 6px 7px;
        border-radius: 10px;
    }

    body.landing-search-mode .discovery-results-title {
        grid-area: title;
        min-width: 0;
        gap: 4px;
    }

    body.landing-search-mode .discovery-results-title strong {
        overflow: hidden;
        font-size: 0.78rem;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.landing-search-mode .discovery-results-star {
        font-size: 0.76rem;
    }

    body.landing-search-mode .discovery-results-actions {
        display: contents;
    }

    body.landing-search-mode #landingSearchSummary {
        grid-area: summary;
        overflow: hidden;
        color: #667085;
        font-size: 0.58rem;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.landing-search-mode .discovery-results-buttons {
        grid-area: buttons;
        flex-direction: column;
        align-items: stretch;
        gap: 3px;
    }

    body.landing-search-mode .discovery-back,
    body.landing-search-mode .discovery-reset {
        min-width: 82px;
        min-height: 25px;
        padding: 0 7px;
        gap: 3px;
        font-size: 0.58rem;
    }

    .company-results-grid {
        touch-action: pan-y;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
    }

    .company-results-grid.is-location-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
        overscroll-behavior: auto;
        scroll-snap-type: none;
        touch-action: pan-y;
    }

    .company-location-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .company-location-item {
        grid-template-columns: 42px minmax(0, 1fr) 20px;
        min-height: 62px;
        padding: 8px 10px;
        gap: 10px;
        border-radius: 9px;
    }

    .company-location-item {
        scroll-margin-block: 8px;
    }

    .company-location-avatar {
        width: 42px;
        height: 42px;
    }
}

.company-results-track {
    display: flex;
    width: max-content;
    animation: none;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.company-results-set {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-right: 8px;
    flex-shrink: 0;
    backface-visibility: hidden;
}

.company-empty-state {
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(223, 230, 241, 0.92);
    box-shadow: 0 20px 42px rgba(15, 21, 35, 0.16);
}

.company-showcase-card {
    width: min(100%, 176px);
    min-width: 176px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
    border: 1px solid rgba(241, 228, 196, 0.9);
    box-shadow: 0 6px 14px rgba(15, 21, 35, 0.06);
    text-decoration: none;
    color: #182133;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    contain: layout paint style;
    backface-visibility: hidden;
}

.company-showcase-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(15, 21, 35, 0.1);
}

.company-showcase-card:focus-visible {
    outline: 3px solid rgba(255, 196, 0, 0.28);
    outline-offset: 3px;
}

.company-showcase-card.is-featured {
    min-width: 182px;
}

.company-showcase-cover {
    position: relative;
    height: 78px;
    background:
        linear-gradient(180deg, rgba(255, 210, 79, 0.04), rgba(15, 21, 35, 0.08)),
        linear-gradient(135deg, #ffd24f 0%, #f1b400 100%);
    background-size: cover;
    background-position: center;
}

.company-showcase-cover-fallback {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.65), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.company-showcase-body {
    display: grid;
    grid-template-rows: auto auto;
    gap: 2px;
    padding: 8px 10px 8px;
}

.company-showcase-brand {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 42.27px;
    min-width: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.company-showcase-avatar-frame {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 3px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ffd24f 0%, #f1b400 100%);
    box-shadow: 0 5px 10px rgba(18, 24, 39, 0.08);
}

.company-showcase-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    color: #101624;
    border: 2px solid #ffffff;
}

.company-showcase-heading {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    min-width: 0;
}

.company-showcase-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Archivo', sans-serif;
    font-size: 0.82rem;
    line-height: 1.1;
    height: 2.2em;
    min-height: 2.2em;
    letter-spacing: -0.04em;
    color: #182133;
}

.company-showcase-category {
    display: block;
    align-self: start;
    font-size: 0.62rem;
    line-height: 1.15;
    color: #667085;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-showcase-card.is-single-line-name .company-showcase-name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: flex;
    align-items: center;
    height: 28.864px;
    min-height: 28.864px;
    font-size: 0.9rem;
}

.company-showcase-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.66rem;
    color: #667085;
    min-width: 0;
    min-height: 1.15em;
    padding-top: 0;
    line-height: 1.15;
    text-align: center;
}

.company-showcase-location i {
    color: #d8a100;
    flex-shrink: 0;
    align-self: center;
    line-height: 1;
}

.company-showcase-location span {
    text-align: center;
}

.company-showcase-location span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-location-compact {
    display: none;
}

@media (min-width: 861px) {
    .company-results-set {
        gap: 10px;
        padding-right: 10px;
    }

    .company-showcase-card {
        width: min(100%, 168px);
        min-width: 168px;
    }

    .company-showcase-card.is-featured {
        min-width: 174px;
    }

    .company-showcase-cover {
        height: 74px;
    }
}

@keyframes landingCompanyMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 1200px) and (min-height: 700px) {
    .discovery-section {
        min-height: calc(100vh - var(--header-height, 80px) - 18px);
        display: flex;
        align-items: center;
    }

    .discovery-shell {
        grid-template-columns: minmax(220px, 300px) minmax(0, 620px);
        max-width: 980px;
        gap: 14px;
        padding: 18px 18px 14px;
    }

    .discovery-shell::before {
        width: 330px;
        height: 196px;
        right: 12px;
        bottom: 2px;
    }

    .discovery-copy {
        max-width: 280px;
    }

    .discovery-copy h2 {
        font-size: clamp(1.5rem, 1.8vw, 2rem);
        margin-bottom: 8px;
    }

    .discovery-copy p {
        font-size: 0.8rem;
    }

    .discovery-benefits {
        margin-top: 12px;
        gap: 6px;
    }

    .discovery-benefits li {
        font-size: 0.84rem;
    }

    .discovery-hints {
        margin-top: 10px;
        padding-top: 8px;
    }

    .discovery-panel {
        width: min(100%, 620px);
        padding: 12px 12px 10px;
    }

    .discovery-panel-head h3 {
        font-size: 1.14rem;
    }

    .discovery-panel-head p {
        font-size: 0.74rem;
    }

    .discovery-results-shell {
        padding: 10px 10px 8px;
    }

    .company-showcase-card {
        width: min(100%, 162px);
        min-width: 162px;
    }

    .company-showcase-card.is-featured {
        min-width: 168px;
    }

    .company-showcase-cover {
        height: 70px;
    }
}

@media (min-width: 1400px) {
    .discovery-section {
        padding-top: 18px;
        padding-bottom: 8px;
    }

    .discovery-shell {
        grid-template-columns: minmax(210px, 280px) minmax(0, 580px);
        max-width: 920px;
        gap: 12px;
        padding: 16px 16px 12px;
    }

    .discovery-shell::before {
        width: 290px;
        height: 168px;
        opacity: 0.62;
    }

    .discovery-shell::after {
        width: 110px;
        height: 110px;
        right: 78px;
        top: 26px;
    }

    .discovery-copy {
        max-width: 260px;
    }

    .discovery-copy h2 {
        font-size: 1.42rem;
        margin-bottom: 8px;
    }

    .discovery-copy p {
        font-size: 0.76rem;
    }

    .discovery-benefits {
        margin-top: 10px;
    }

    .discovery-benefits li {
        font-size: 0.8rem;
    }

    .discovery-hints strong {
        font-size: 0.68rem;
    }

    .discovery-hint-chips span {
        min-height: 22px;
        padding: 0 8px;
        font-size: 0.64rem;
    }

    .discovery-panel {
        width: min(100%, 580px);
        padding: 10px 10px 8px;
        border-radius: 20px;
    }

    .discovery-searchbar {
        padding: 5px;
    }

    .discovery-field,
    .discovery-submit {
        min-height: 42px;
    }

    .discovery-results-shell {
        padding: 8px 8px 6px;
        border-radius: 18px;
    }

    .company-showcase-card {
        width: min(100%, 156px);
        min-width: 156px;
    }

    .company-showcase-card.is-featured {
        min-width: 162px;
    }

    .company-showcase-cover {
        height: 68px;
    }

    .company-showcase-avatar-frame {
        width: 36px;
        height: 36px;
    }
}

.company-empty-state {
    grid-column: 1 / -1;
    min-height: 142px;
    padding: 22px 18px;
    text-align: center;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
}

.company-empty-state i {
    font-size: 1.35rem;
    color: #f1b400;
}

.company-empty-state h3 {
    margin: 0;
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
}

.company-empty-state p {
    max-width: 460px;
    margin: 0 auto;
    color: var(--landing-muted);
    line-height: 1.45;
    font-size: 0.8rem;
}

.stat-card {
    padding: 28px;
    border-radius: 28px;
    background: var(--landing-surface);
    border: 1px solid var(--landing-border);
    box-shadow: 0 20px 40px rgba(18, 24, 39, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 48px rgba(18, 24, 39, 0.1);
    border-color: rgba(255, 198, 46, 0.42);
}

.stat-card i {
    font-size: 2rem;
    color: var(--landing-blue);
    margin-bottom: 18px;
}

.stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--landing-yellow-deep);
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1;
}

.stat-card span {
    color: var(--landing-text);
    font-size: 1rem;
    line-height: 1.5;
}

.business-section {
    padding-top: 40px; /* Reduzindo drasticamente o gap superior */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.business-header {
    max-width: 980px;
    margin-bottom: 34px;
}

.business-header h2 {
    max-width: 840px;
}

.benefit-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.benefit-panel {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 30px;
    background: #101624;
    box-shadow: var(--landing-shadow);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.benefit-panel:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 68px rgba(18, 24, 39, 0.18);
}

.benefit-image {
    position: absolute;
    inset: 0;
}

.benefit-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 24, 39, 0.1) 0%, rgba(18, 24, 39, 0.7) 100%),
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3), transparent 32%);
}

.benefit-image-one {
    background: url('../../assets/card_1.png') center/cover no-repeat;
}

.benefit-image-two {
    background: url('../../assets/card_2.png') center/cover no-repeat;
}

.benefit-image-three {
    background: url('../../assets/card_3.png') center 38%/124% no-repeat;
}

.benefit-image-four {
    background: url('../../assets/card_4.png') center 42%/124% no-repeat;
}

.benefit-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 24px;
    color: #ffffff;
}

.benefit-overlay h3 {
    margin: 0 0 10px;
    font-family: 'Archivo', sans-serif;
    font-size: 1.8rem;
    line-height: 1.05;
}

.benefit-overlay p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.6;
}

@media (max-width: 960px) {
    .discovery-searchbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 26px;
    }

    .discovery-submit {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .discovery-searchbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 26px;
    }

    .discovery-field,
    .discovery-field-inline,
    .discovery-submit {
        min-height: 48px;
    }

    .discovery-autocomplete label {
        padding-left: 6px;
    }

    .discovery-autocomplete-menu {
        position: static;
        margin-top: 2px;
    }
}

/* Override final para as listas nao serem cortadas pelos cards no celular. */
@media (max-width: 640px) {
    .discovery-section,
    .discovery-shell,
    .discovery-panel,
    form.discovery-searchbar {
        overflow: visible;
    }

    form.discovery-searchbar .discovery-filter-row,
    form.discovery-searchbar .discovery-filter-row .discovery-autocomplete {
        position: relative;
        overflow: visible;
    }

    form.discovery-searchbar .discovery-filter-row .discovery-autocomplete-menu {
        position: static;
        width: 100%;
        max-height: min(280px, 46vh);
        margin-top: 8px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

/* Permite que as listas de Estado e Cidade crescam sem serem cortadas no mobile. */
@media (max-width: 640px) {
    .discovery-section,
    .discovery-shell,
    .discovery-panel,
    form.discovery-searchbar {
        overflow: visible;
    }

    .discovery-filter-row {
        position: relative;
        z-index: 4;
    }

    .discovery-filter-row .discovery-autocomplete {
        position: relative;
        overflow: visible;
    }

    .discovery-filter-row .discovery-autocomplete-menu {
        position: static;
        width: 100%;
        max-height: min(280px, 46vh);
        margin-top: 8px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

/* Busca completa no formato classico, com o visual atual */
.discovery-searchbar {
    display: grid;
    gap: 12px;
    width: 100%;
}

.discovery-query-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
}

.discovery-query-row .discovery-query-field {
    min-width: 0;
    min-height: 62px;
    border: 1px solid rgba(247, 202, 80, 0.88);
    border-radius: 18px;
    background: #ffffff;
}

.discovery-query-row .discovery-submit {
    min-width: 170px;
    min-height: 62px;
    border-radius: 18px;
}

.discovery-filter-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.discovery-select-control,
.discovery-filter-row .discovery-autocomplete {
    position: relative;
    display: grid;
    gap: 6px;
    min-width: 0;
    max-width: none;
    padding: 7px 10px 10px;
    border: 1px solid rgba(247, 202, 80, 0.82);
    border-radius: 18px;
    background: #ffffff;
}

.discovery-select-control label,
.discovery-filter-row .discovery-autocomplete label {
    padding-left: 6px;
    color: #243044;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
}

.discovery-select-control .discovery-field-inline {
    position: relative;
    padding: 0;
}

.discovery-native-select {
    position: absolute;
    width: 1px !important;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.discovery-select-control select option {
    padding: 8px 12px;
    text-indent: 8px;
}

.discovery-select-control select.has-long-value {
    font-size: 0.82rem;
}

.discovery-select-control select.has-very-long-value {
    font-size: 0.72rem;
}

.discovery-select-control select:disabled {
    color: #929bad;
    cursor: not-allowed;
}

.discovery-select-control .discovery-field-inline > i {
    position: absolute;
    right: 11px;
    pointer-events: none;
    font-size: 0.78rem;
}

.discovery-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #182133;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.discovery-select-trigger span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discovery-select-trigger i {
    position: static !important;
    display: inline-block !important;
    flex: 0 0 auto;
    pointer-events: none;
}

.discovery-select-trigger:disabled {
    color: #929bad;
    cursor: not-allowed;
}

.discovery-filter-row .discovery-autocomplete-menu {
    top: calc(100% + 8px);
}

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

@media (max-width: 640px) {
    .discovery-searchbar {
        padding: 0;
        border-radius: 0;
    }

    .discovery-query-row,
    .discovery-filter-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .discovery-query-row .discovery-submit {
        width: 100%;
        min-width: 0;
        min-height: 52px;
    }

    .discovery-query-row .discovery-query-field {
        min-height: 54px;
    }

    .discovery-select-control,
    .discovery-filter-row .discovery-autocomplete {
        width: 100%;
        max-width: none;
    }
}

/* City field and submit grouped in one outline */
.discovery-searchbar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.discovery-city-submit {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 1 410px;
    min-width: 360px;
    min-height: 81px;
    padding: 7px 10px;
    border: 1px solid rgba(247, 202, 80, 0.82);
    border-radius: 18px;
    background: #ffffff;
}

.discovery-city-submit .discovery-autocomplete {
    flex: 1 1 210px;
    max-width: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.discovery-city-submit .discovery-submit {
    flex: 0 0 auto;
    align-self: center;
    min-height: 58px;
    width: auto;
}

@media (max-width: 960px) {
    .discovery-city-submit {
        flex: 1 1 360px;
        min-width: 300px;
        gap: 10px;
    }
}

@media (max-width: 720px) {
    .discovery-searchbar {
        flex-wrap: wrap;
    }

    .discovery-city-submit {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .discovery-city-submit {
        flex-wrap: wrap;
    }

    .discovery-city-submit .discovery-autocomplete,
    .discovery-city-submit .discovery-submit {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* Compact search bar override */
.discovery-searchbar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.discovery-searchbar > .discovery-field:first-child {
    flex: 1 1 440px;
    min-width: 260px;
    min-height: 81px;
    border: 1px solid rgba(247, 202, 80, 0.88);
    border-radius: 18px;
    background: #ffffff;
}

.discovery-autocomplete {
    flex: 0 1 220px;
    max-width: 240px;
    gap: 6px;
    padding: 7px 10px 10px;
    border: 1px solid rgba(247, 202, 80, 0.82);
    border-radius: 18px;
    background: #ffffff;
}

.discovery-autocomplete label {
    padding-left: 6px;
    font-size: 0.78rem;
}

.discovery-field {
    min-height: 46px;
}

.discovery-field-inline {
    min-height: 44px;
    border-color: rgba(24, 33, 51, 0.52);
    border-radius: 9px;
}

.discovery-field {
    padding: 0 16px;
}

.discovery-field-inline {
    padding: 0 6px 0 10px;
}

.discovery-submit {
    flex: 0 0 auto;
    width: auto;
    min-height: 58px;
    padding: 0 30px;
    align-self: center;
}

@media (max-width: 960px) {
    .discovery-searchbar {
        gap: 10px;
        padding: 0;
    }

    .discovery-searchbar > .discovery-field:first-child {
        min-width: 220px;
    }

    .discovery-autocomplete {
        flex-basis: 180px;
        padding: 6px 8px 8px;
    }

    .discovery-submit {
        min-height: 52px;
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .discovery-searchbar {
        flex-wrap: wrap;
    }

    .discovery-searchbar > .discovery-field:first-child,
    .discovery-autocomplete,
    .discovery-submit {
        flex: 1 1 100%;
        max-width: none;
        width: 100%;
    }
}

.app-phones {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 198, 46, 0.94) 0%, rgba(255, 198, 46, 0.18) 62%, transparent 72%);
}

.showcase-phone {
    position: absolute;
    width: 248px;
    height: 520px;
    border-radius: 38px;
    background: #2a2e37;
    padding: 10px;
    box-shadow: var(--landing-shadow);
}

.showcase-phone-left {
    left: 12%;
    top: 38px;
    transform: rotate(-13deg);
}

.showcase-phone-right {
    right: 10%;
    bottom: 16px;
    transform: rotate(12deg);
}

.showcase-screen {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f4fb 100%);
    overflow: hidden;
    padding: 18px;
}

.showcase-screen-accent {
    background: linear-gradient(180deg, #ffe06b 0%, #ffc62e 100%);
}

.showcase-topbar {
    height: 16px;
    border-radius: 999px;
    background: #f06f63;
    margin-bottom: 18px;
}

.showcase-topbar.alt {
    background: rgba(255, 255, 255, 0.58);
}

.showcase-card {
    height: 212px;
    border-radius: 22px;
    background: linear-gradient(135deg, #d9dee8 0%, #adb8c9 100%);
    margin-bottom: 16px;
}

.showcase-text {
    height: 12px;
    border-radius: 999px;
    background: #d7deea;
    margin-bottom: 10px;
}

.showcase-text.short {
    width: 62%;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.showcase-grid span {
    aspect-ratio: 1;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
}

.showcase-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 24px;
}

.showcase-nav span {
    height: 34px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
}

.app-list {
    display: grid;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.app-list li {
    position: relative;
    padding-left: 58px;
}

.app-list li::before {
    content: '\f00c';
    position: absolute;
    top: 2px;
    left: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--landing-yellow);
    color: #ffffff;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.testimonial-header {
    max-width: 880px;
    margin: 0 auto 10px;
    text-align: center;
}

.testimonial-ref-header h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #111827;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
    margin-top: 40px;
}

.testimonial-card {
    position: relative;
    padding: 22px 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(223, 230, 241, 0.6);
    box-shadow: 0 10px 24px rgba(18, 24, 39, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(18, 24, 39, 0.08);
}

.testimonial-avatar {
    position: absolute;
    top: -30px;
    right: 16px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 16px rgba(18, 24, 39, 0.1);
}

.avatar-one {
    background: linear-gradient(135deg, #7c879c 0%, #dadfe8 100%);
}

.avatar-two {
    background: linear-gradient(135deg, #ff8f70 0%, #ffc6b8 100%);
}

.avatar-three {
    background: linear-gradient(135deg, #7a8d63 0%, #dbe5d0 100%);
}

.testimonial-card h3 {
    margin: 0 0 2px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #111827;
    max-width: 80%;
}

.testimonial-card small {
    display: block;
    margin-bottom: 16px;
    color: #ef4444;
    font-style: italic;
    font-weight: 600;
    font-size: 0.82rem;
}

.testimonial-card p {
    font-style: italic;
    color: #4b5563;
    line-height: 1.5;
    font-size: 0.86rem;
    margin: 0;
}

.auth-landing {
    padding: 28px 6% 28px; /* Matches perfectly with scroll-padding-top */
    background: linear-gradient(180deg, rgba(18, 24, 39, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 14px;
    align-items: start;
}

.auth-promo {
    padding: 0;
    max-width: 660px;
}

.auth-promo h2 {
    font-size: 1.18rem;
    line-height: 1.08;
    margin-bottom: 4px;
    max-width: 520px;
}

.auth-promo p {
    font-size: 0.68rem;
    line-height: 1.28;
    margin-bottom: 4px;
    max-width: 500px;
}

.auth-highlights {
    display: grid;
    gap: 5px;
    margin-top: 6px;
    max-width: 560px;
}

.auth-highlight {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 8px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(223, 230, 241, 0.9);
}

.auth-highlight i {
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--landing-yellow);
    color: #ffffff;
}

.auth-highlight span {
    font-size: 0.68rem;
}

.auth-card {
    width: 100%;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)),
        linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
    border: 1px solid rgba(230, 236, 244, 0.92);
    border-radius: 20px;
    box-shadow:
        0 24px 70px rgba(18, 24, 39, 0.12),
        0 12px 32px rgba(255, 198, 46, 0.08);
    overflow: hidden;
    position: sticky;
    top: 90px;
}

.auth-header {
    padding: 10px 12px 0;
}

.auth-tabs {
    display: flex;
    gap: 6px;
    padding: 0;
    border-radius: 14px;
    background: transparent;
    border-bottom: 1px solid rgba(223, 230, 241, 0.9);
}

.auth-tab {
    flex: 1;
    min-height: 38px;
    font-size: 0.72rem;
    border: none;
    border-radius: 10px 10px 0 0;
    background: rgba(250, 251, 255, 0.92);
    color: #8a92a3;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(229, 235, 243, 0.95);
}

.auth-tab i {
    font-size: 0.76rem;
}

.auth-tab.active {
    background: #ffffff;
    color: #101624;
    box-shadow:
        inset 0 0 0 1px rgba(223, 230, 241, 0.92),
        0 10px 26px rgba(18, 24, 39, 0.05);
}

.auth-tab.active::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffd24f 0%, #f1b400 100%);
}

.auth-body {
    padding: 10px 12px 12px;
}

.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
    animation: landingFadeIn 0.25s ease;
}

.auth-form h2 {
    margin: 0 0 5px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.3rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #101624;
}

.auth-form h2 span {
    color: #f1b400;
}

.auth-subtitle {
    margin: 0 0 8px;
    color: #6b7280;
    line-height: 1.45;
    font-size: 0.66rem;
    max-width: 20rem;
}

.input-row {
    display: flex;
    gap: 8px;
}

.input-row .input-group {
    flex: 1;
    margin-bottom: 6px;
}

.input-group {
    margin-bottom: 6px;
}

.input-group label {
    display: block;
    margin-bottom: 3px;
    color: #101624;
    font-size: 0.68rem;
    font-weight: 700;
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid rgba(223, 230, 241, 0.95);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.input-wrapper:focus-within {
    border-color: rgba(241, 180, 0, 0.5);
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(255, 210, 79, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.input-wrapper i {
    color: #9ca3af;
    font-size: 0.74rem;
}

.input-wrapper input {
    width: 100%;
    min-height: 32px;
    border: none;
    background: transparent;
    color: #101624;
    outline: none;
    font-size: 0.72rem;
}

.input-wrapper input::placeholder {
    color: #9ca3af;
}

.input-wrapper-email-domain {
    gap: 6px;
}

.email-domain-field {
    position: relative;
    flex: 1;
    min-width: 0;
}

.input-wrapper-email-domain input {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.input-domain-preview {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    pointer-events: none;
    white-space: pre;
    font-size: 0.86rem;
    line-height: 1;
}

.input-domain-measure {
    color: transparent;
}

.input-domain-suffix {
    color: #7b89a2;
    font-size: 0.86rem;
    opacity: 0.92;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.input-domain-suffix.is-active {
    color: #374151;
    opacity: 1;
}

.password-visibility-toggle {
    flex: 0 0 auto;
    min-width: 24px;
    min-height: 24px;
    border: none;
    border-radius: 7px;
    background: transparent;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.password-visibility-toggle:hover,
.password-visibility-toggle:focus-visible {
    color: #374151;
    background: rgba(17, 24, 39, 0.05);
    outline: none;
}

.forgot-password {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 6px;
}

.forgot-password a {
    color: #7c8496;
    text-decoration: none;
    font-size: 0.66rem;
    border-bottom: 1px dashed rgba(124, 132, 150, 0.6);
}

.auth-message {
    display: none;
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(120, 138, 166, 0.12);
    border: 1px solid rgba(178, 192, 216, 0.18);
    color: #dfe8f7;
    font-size: 0.82rem;
    line-height: 1.45;
}

.auth-message.is-visible {
    display: block;
}

.auth-message.is-success {
    background: rgba(58, 184, 120, 0.14);
    border-color: rgba(88, 214, 150, 0.22);
    color: #dcf8e8;
}

.auth-message.is-error {
    background: rgba(224, 91, 91, 0.14);
    border-color: rgba(255, 128, 128, 0.22);
    color: #ffe3e3;
}

.reset-back-link {
    margin-top: 10px;
}

.auth-submit {
    width: 100%;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.74rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffd24f 0%, #f6b400 100%);
    color: #101624;
    font-weight: 800;
    box-shadow: 0 18px 34px rgba(241, 180, 0, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.auth-submit i {
    font-size: 0.72rem;
}

.auth-google-button {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(223, 230, 241, 0.95);
    background: #ffffff;
    color: #101624;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(18, 24, 39, 0.04);
    display: flex;
    align-items: center;
}

.auth-google-button-top {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    font-size: 0.72rem;
}

.auth-google-button i {
    margin-right: 0;
    font-size: 0.94rem;
}

.auth-google-button-top .fa-google + * {
    flex: 1;
    text-align: left;
}

.auth-google-button-soon {
    opacity: 1;
    cursor: not-allowed;
}

.soon-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255, 210, 79, 0.22);
    color: #d79a00;
    font-size: 0.56rem;
    font-weight: 800;
    line-height: 1.2;
    vertical-align: middle;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 7px;
    color: #8b93a5;
    font-size: 0.64rem;
}

.auth-divider-signup {
    margin: 8px 0 7px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(223, 230, 241, 1);
}

.auth-terms {
    margin: 6px 0 0;
    color: #7c8496;
    text-align: center;
    font-size: 0.62rem;
    line-height: 1.55;
}

.auth-trust-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin-top: 8px;
    color: #7c8496;
    font-size: 0.62rem;
}

.auth-trust-note i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 210, 79, 0.14);
    color: #e0a300;
}

.landing-footer {
    padding: 16px 6% 10px;
    background:
        radial-gradient(circle at top left, rgba(255, 198, 46, 0.08), transparent 28%),
        linear-gradient(180deg, #101726 0%, #0b1220 100%);
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 8px;
    align-items: start;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer-logo img {
    width: min(100%, 116px);
    height: auto;
    display: block;
}

.footer-brand p,
.footer-links a,
.footer-bottom,
.footer-contact-copy {
    color: #98a6bc;
}

.footer-brand p,
.footer-contact-copy {
    max-width: 360px;
    font-size: 0.74rem;
    line-height: 1.35;
}

.footer-links h4,
.footer-social h4 {
    margin: 0 0 6px;
    font-family: 'Archivo', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
}

.footer-links a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-contact-inline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-contact-label {
    color: #98a6bc;
    font-size: 0.92rem;
    line-height: 1.5;
}

.footer-social {
    grid-column: 3;
    padding-top: 6px;
    justify-self: end;
    margin-right: 0;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.social-icons a:hover {
    transform: translateY(-2px);
    background: rgba(255, 198, 46, 0.24);
}

.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 0.74rem;
}

@keyframes landingFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .info-section,
    .app-section,
    .auth-shell {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .section-copy,
    .business-header,
    .app-copy,
    .testimonial-header,
    .auth-promo {
        max-width: none;
    }

    .hero-visual,
    .app-phones {
        min-height: 560px;
    }

    .auth-card {
        position: relative;
        top: 0;
        border-radius: 28px;
    }

    .auth-header {
        padding: 20px 22px 0;
    }

    .auth-body {
        padding: 22px 22px 20px;
    }

    .auth-form h2 {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }

    .auth-google-button {
        min-height: 72px;
    }

    .auth-submit {
        min-height: 62px;
        font-size: 1.02rem;
    }

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

    .discovery-shell {
        grid-template-columns: 1fr;
        max-width: 980px;
    }

    .discovery-copy,
    .discovery-panel {
        max-width: none;
        width: 100%;
    }

    .discovery-panel {
        justify-self: stretch;
    }

    .company-results-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 861px) and (max-width: 1200px) {
    .landing-nav {
        padding: 20px 4%;
    }

    .landing-links {
        gap: 18px;
    }

    .landing-links a {
        font-size: 0.94rem;
    }

    .hero-band {
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
        gap: 20px;
        min-height: auto;
        padding: 56px 4% 64px;
    }

    .hero-copy {
        max-width: 520px;
    }

    .hero-copy h1 {
        font-size: clamp(2.6rem, 4.8vw, 4rem);
        line-height: 1;
        margin-bottom: 14px;
    }

    .hero-text {
        max-width: 460px;
        margin-bottom: 22px;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-actions,
    .hero-store-row {
        gap: 10px;
    }

    .hero-btn {
        min-height: 48px;
        padding: 0 18px;
        border-radius: 14px;
        font-size: 0.92rem;
    }

    .store-badge {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.88rem;
    }

    .hero-visual {
        min-height: 470px;
    }

    .hero-phone-cluster {
        width: min(100%, 460px);
    }

    .phone-card {
        width: 200px;
        height: 420px;
        border-radius: 30px;
        padding: 8px;
    }

    .phone-card-screen {
        border-radius: 22px;
        padding: 16px 14px;
    }

    .phone-card-front {
        left: 24px;
        bottom: 12px;
    }

    .phone-card-back {
        top: 24px;
        right: 20px;
    }

    .discovery-shell {
        padding: 30px 22px 24px;
    }

    .discovery-copy h2 {
        font-size: clamp(1.95rem, 3vw, 2.8rem);
    }

    .discovery-copy p {
        font-size: 0.92rem;
    }

    .discovery-searchbar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 8px;
    }

    .discovery-field {
        min-height: 58px;
        padding: 0 16px;
    }

    .discovery-submit {
        min-height: 58px;
        padding: 0 24px;
        font-size: 0.96rem;
    }

    .discovery-popular-row {
        gap: 10px;
    }

    .discovery-results-shell {
        padding: 22px 20px 20px;
    }

    .company-showcase-card,
    .company-showcase-card.is-featured {
        width: min(100%, 248px);
        min-width: 248px;
    }
}

@media (max-width: 860px) {
    .landing-nav {
        padding: 18px 5%;
    }

    .landing-links {
        display: none;
    }

    .hero-band,
    .info-section,
    .discovery-section,
    .business-section,
    .app-section,
    .testimonial-section,
    .auth-landing,
    .landing-footer {
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero-band {
        padding-top: 52px;
        min-height: auto;
    }

    .hero-visual {
        min-height: 520px;
    }

    .phone-card-front {
        left: 10px;
    }

    .phone-card-back {
        right: 10px;
    }

    .stats-grid,
    .benefit-showcase,
    .footer-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-grid .testimonial-card:nth-child(n+5) {
        display: none;
    }

    .landing-footer {
        padding-top: 52px;
    }

    .auth-shell {
        gap: 18px;
    }

    .auth-promo h2 {
        font-size: 1.5rem;
    }

    .auth-promo p {
        font-size: 0.86rem;
    }

    .auth-card {
        border-radius: 24px;
    }

    .auth-header {
        padding: 16px 16px 0;
    }

    .auth-tabs {
        gap: 8px;
        border-radius: 18px;
    }

    .auth-tab {
        min-height: 58px;
        font-size: 0.92rem;
        gap: 8px;
        border-radius: 16px 16px 0 0;
    }

    .auth-tab i {
        font-size: 1rem;
    }

    .auth-tab.active::after {
        left: 20px;
        right: 20px;
    }

    .auth-body {
        padding: 18px 16px 18px;
    }

    .auth-form h2 {
        margin-bottom: 8px;
        font-size: 1.8rem;
    }

    .auth-subtitle {
        margin-bottom: 18px;
        font-size: 0.86rem;
    }

    .auth-google-button {
        min-height: 60px;
        padding: 0 14px;
        border-radius: 16px;
    }

    .auth-google-button-top {
        gap: 10px;
        font-size: 0.92rem;
    }

    .auth-google-button i {
        font-size: 1.55rem;
    }

    .soon-badge {
        padding: 6px 10px;
        font-size: 0.74rem;
    }

    .auth-divider,
    .auth-divider-signup {
        margin: 18px 0;
        gap: 12px;
        font-size: 0.82rem;
    }

    .input-row {
        flex-direction: column;
        gap: 0;
    }

    .input-group {
        margin-bottom: 12px;
    }

    .input-group label {
        margin-bottom: 6px;
        font-size: 0.88rem;
    }

    .input-wrapper {
        padding: 0 14px;
        border-radius: 14px;
    }

    .input-wrapper input {
        min-height: 50px;
        font-size: 0.92rem;
    }

    .forgot-password {
        margin-bottom: 14px;
    }

    .forgot-password a {
        font-size: 0.86rem;
    }

    .auth-submit {
        min-height: 54px;
        padding: 0 18px;
        border-radius: 16px;
        font-size: 0.96rem;
        gap: 12px;
    }

    .auth-trust-note {
        margin-top: 18px;
        gap: 10px;
        font-size: 0.82rem;
    }

    .auth-trust-note i {
        width: 34px;
        height: 34px;
    }

    .footer-grid {
        gap: 26px;
    }

    .discovery-shell {
        padding: 18px 14px 14px;
        gap: 14px;
        border-radius: 20px;
    }

    .discovery-shell::before,
    .discovery-shell::after {
        opacity: 0.3;
        transform: scale(0.82);
        transform-origin: bottom right;
    }

    .discovery-copy {
        max-width: none;
    }

    .discovery-panel {
        padding: 12px 12px 10px;
        border-radius: 18px;
    }

    .discovery-searchbar {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 6px;
    }

    .discovery-results-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .info-section {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        gap: 18px;
    }

    .section-copy-catalog {
        text-align: center;
    }

    .section-copy-catalog h2,
    .section-copy-catalog p {
        margin-left: auto;
        margin-right: auto;
    }

    .section-copy-catalog h2 {
        max-width: 18rem;
    }

    .section-copy-catalog p {
        max-width: 22rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 8px !important;
        margin-top: 4px !important;
    }

    .stat-card {
        padding: 8px 4px !important;
        min-height: 0;
    }

    .stat-card i {
        font-size: 1.8rem !important;
        margin-bottom: 4px !important;
    }

    .stat-card strong {
        font-size: 1.7rem !important;
        margin-bottom: 4px !important;
    }

    .stat-card span {
        font-size: 0.72rem !important;
        line-height: 1.12 !important;
    }

    .section-copy h2 {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .section-copy p {
        overflow-wrap: anywhere;
    }

    .store-badges-row {
        justify-content: flex-start;
    }

    .store-badges-row a {
        flex: 1 1 140px;
    }

    .store-badge-card {
        width: 100%;
        min-height: 52px;
        padding: 4px 8px;
    }

    .store-badges-row img {
        max-width: 160px;
        height: 32px;
    }

    .discovery-section {
        padding-top: 18px;
        padding-bottom: 18px;
        overflow-x: clip;
    }

    .discovery-shell {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 14px 10px 12px;
        border-radius: 16px;
        gap: 12px;
        overflow: hidden;
    }

    .discovery-shell::before,
    .discovery-shell::after {
        display: none;
    }

    .discovery-benefits {
        gap: 6px;
        margin-top: 10px;
        max-width: 100%;
        min-width: 0;
    }

    .discovery-benefits li {
        font-size: 0.78rem;
    }

    .discovery-benefits i {
        width: 22px;
        height: 22px;
        font-size: 0.68rem;
    }

    .discovery-hints {
        margin-top: 8px;
        padding-top: 8px;
        gap: 6px;
        max-width: 100%;
        min-width: 0;
    }

    .discovery-hints strong {
        font-size: 0.68rem;
    }

    .discovery-hint-chips span {
        min-height: 22px;
        padding: 0 8px;
        font-size: 0.64rem;
    }

    .discovery-panel {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        gap: 6px;
        padding: 10px 10px 10px;
        border-radius: 16px;
        min-width: 0;
        overflow: hidden;
    }

    .discovery-panel-head h3 {
        font-size: 0.96rem;
        line-height: 1.08;
    }

    .discovery-panel-head p {
        font-size: 0.72rem;
        line-height: 1.3;
    }

    .discovery-copy h2 {
        font-size: 1.28rem;
        line-height: 1.08;
    }

    .discovery-copy p {
        font-size: 0.76rem;
        line-height: 1.35;
    }

    .discovery-searchbar {
        box-sizing: border-box;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 4px;
        margin-bottom: 0;
        padding: 3px;
        width: 100%;
        max-width: 100%;
        align-items: center;
        min-width: 0;
        overflow: hidden;
    }

    .discovery-field {
        min-height: 34px;
        padding: 0 10px;
        gap: 6px;
        border-radius: 999px;
        min-width: 0;
    }

    .discovery-field i {
        font-size: 0.8rem;
    }

    .discovery-field input,
    .discovery-field select {
        font-size: 0.72rem;
        min-width: 0;
    }

    .discovery-submit {
        min-height: 34px;
        border-radius: 999px;
        font-size: 0.74rem;
        padding: 0 12px;
        width: auto;
        min-width: 118px;
        justify-self: stretch;
    }

    .discovery-popular-row {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
        min-width: 0;
    }

    .discovery-popular-label {
        width: 100%;
        font-size: 0.66rem;
    }

    .discovery-popular-chips {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        gap: 4px;
        flex-wrap: nowrap;
        overflow: visible;
        padding-bottom: 0;
        min-width: 0;
    }

    .discovery-popular-chips::-webkit-scrollbar {
        display: none;
    }

    .discovery-popular-chip,
    .discovery-announce-link {
        min-height: 28px;
        padding: 0 4px;
        font-size: 0.54rem;
        flex: 1 1 0;
        min-width: 0;
        white-space: nowrap;
        justify-content: center;
    }

    .discovery-results-shell {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        gap: 6px;
        padding: 10px 10px 10px;
        border-radius: 16px;
        overflow: hidden;
    }

    .discovery-results-title strong {
        font-size: 0.9rem;
    }

    .discovery-results-actions {
        width: 100%;
        justify-content: space-between;
        gap: 6px;
        font-size: 0.7rem;
    }

    .discovery-results-buttons {
        flex: 0 0 auto;
    }

    .discovery-back,
    .discovery-reset {
        min-height: 30px;
        padding: 0 10px;
        font-size: 0.68rem;
    }

    .company-results-grid {
        box-sizing: border-box;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 4px;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .company-results-grid::-webkit-scrollbar {
        display: none;
    }

    .company-results-grid.is-location-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
        overscroll-behavior: auto;
        scroll-snap-type: none;
        touch-action: pan-y;
    }

    .company-results-track {
        display: flex;
        width: max-content;
        max-width: none;
        min-width: 0;
        animation: none;
    }

    .company-results-set {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 8px;
        padding-right: 0;
        width: max-content;
        min-width: 0;
        max-width: none;
    }

    .company-results-set[aria-hidden="true"] {
        display: none;
    }

    .company-showcase-card,
    .company-showcase-card.is-featured {
        width: clamp(102px, 29vw, 118px);
        min-width: clamp(102px, 29vw, 118px);
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .company-showcase-cover {
        height: 58px;
    }

    .company-showcase-body {
        gap: 5px;
        padding: 7px 8px 8px;
    }

    .company-showcase-brand {
        gap: 8px;
        margin-top: 0;
        align-items: center;
    }

    .company-showcase-avatar-frame {
        width: 28px;
        height: 28px;
        padding: 2px;
    }

    .company-showcase-avatar {
        font-size: 0.72rem;
    }

    .company-showcase-name {
        font-size: 0.72rem;
        line-height: 1.08;
    }

    .company-showcase-category {
        font-size: 0.56rem;
    }

    .company-showcase-location {
        justify-content: center;
        font-size: 0.6rem;
        text-align: center;
    }

    .company-showcase-location span {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        text-align: center;
    }

    .business-section {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .business-header {
        margin-bottom: 14px;
    }

    .business-header h2 {
        font-size: 1.34rem;
        line-height: 1.1;
    }

    .business-header p {
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .benefit-showcase {
        gap: 10px;
    }

    .benefit-panel {
        min-height: 170px;
        border-radius: 18px;
    }

    .benefit-overlay {
        padding: 12px 12px 11px;
    }

    .benefit-overlay h3 {
        margin-bottom: 4px;
        font-size: 0.9rem;
    }

    .benefit-overlay p {
        font-size: 0.74rem;
        line-height: 1.32;
    }

    .testimonial-section {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .testimonial-header {
        margin-bottom: 4px;
    }

    .testimonial-ref-header h2 {
        font-size: 1.45rem;
        line-height: 1.1;
    }

    .testimonial-grid {
        gap: 28px 12px;
        margin-top: 22px;
    }

    .testimonial-card {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .testimonial-avatar {
        top: -20px;
        right: 12px;
        width: 42px;
        height: 42px;
        border-width: 3px;
    }

    .testimonial-card h3 {
        font-size: 0.88rem;
        max-width: 82%;
    }

    .testimonial-card small {
        margin-bottom: 10px;
        font-size: 0.74rem;
    }

    .testimonial-card p {
        font-size: 0.78rem;
        line-height: 1.42;
    }

    .hero-copy h1 {
        font-size: 2.6rem;
    }

    .hero-visual,
    .app-phones {
        min-height: 440px;
    }

    .phone-card,
    .showcase-phone {
        width: 190px;
        height: 400px;
    }

    .hero-bubble {
        position: static;
        margin: 12px auto 0;
    }

    .hero-phone-cluster {
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        flex-wrap: wrap;
    }

    .phone-card-back,
    .phone-card-front,
    .showcase-phone-left,
    .showcase-phone-right {
        position: relative;
        inset: auto;
        transform: none;
    }

    .auth-card {
        border-radius: 22px;
    }

    .auth-header {
        padding: 12px 12px 0;
    }

    .auth-body {
        padding: 12px 12px 14px;
    }

    .auth-tab {
        min-height: 42px;
        font-size: 0.76rem;
        gap: 5px;
        border-radius: 14px 14px 0 0;
    }

    .auth-tab span {
        white-space: nowrap;
    }

    .auth-tab i {
        font-size: 0.88rem;
    }

    .auth-tab.active::after {
        left: 16px;
        right: 16px;
        height: 2px;
    }

    .auth-form h2 {
        margin-bottom: 6px;
        font-size: 1.28rem;
        line-height: 1;
    }

    .auth-subtitle {
        font-size: 0.72rem;
        line-height: 1.32;
        margin-bottom: 10px;
    }

    .auth-google-button {
        min-height: 46px;
        padding: 0 10px;
        border-radius: 14px;
    }

    .auth-google-button-top {
        gap: 8px;
        font-size: 0.74rem;
    }

    .auth-google-button i {
        font-size: 1.08rem;
    }

    .soon-badge {
        padding: 4px 7px;
        font-size: 0.58rem;
    }

    .auth-divider,
    .auth-divider-signup {
        margin: 10px 0 8px;
        gap: 8px;
        font-size: 0.72rem;
    }

    .input-group label {
        margin-bottom: 3px;
        font-size: 0.76rem;
    }

    .input-group,
    .input-row .input-group {
        margin-bottom: 8px;
    }

    .input-wrapper {
        gap: 8px;
        padding: 0 10px;
        border-radius: 12px;
    }

    .input-wrapper input {
        min-height: 38px;
        font-size: 0.76rem;
    }

    .input-wrapper i {
        font-size: 0.88rem;
    }

    .password-visibility-toggle {
        min-width: 30px;
        min-height: 30px;
        border-radius: 10px;
    }

    .auth-submit {
        min-height: 44px;
        padding: 0 14px;
        border-radius: 14px;
        font-size: 0.78rem;
        gap: 8px;
        margin-top: 2px;
    }

    .auth-trust-note {
        margin-top: 10px;
        gap: 8px;
        font-size: 0.68rem;
    }

    .auth-trust-note i {
        width: 28px;
        height: 28px;
    }

    .company-card-header {
        align-items: flex-start;
    }

    .participant-pill {
        padding: 10px 12px;
    }

    .landing-footer {
        padding: 10px 4% 8px;
        text-align: center;
    }

    .footer-grid {
        gap: 7px;
        margin-bottom: 6px;
        justify-items: center;
    }

    .footer-logo {
        margin-bottom: 4px;
        justify-content: center;
    }

    .footer-logo img {
        width: min(100%, 82px);
    }

    .footer-brand p {
        font-size: 0.62rem;
        line-height: 1.22;
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    .footer-contact-copy,
    .footer-social h4 {
        display: none;
    }

    .footer-social {
        grid-column: auto;
        padding-top: 0;
        justify-self: center;
        margin-right: 0;
    }

    .footer-links h4 {
        margin-bottom: 2px;
        font-size: 0.66rem;
        text-align: center;
    }

    .footer-links a {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 1px;
        font-size: 0.64rem;
    }

    .footer-links {
        text-align: center;
    }

    .social-icons {
        gap: 5px;
        justify-content: center;
    }

    .social-icons a {
        width: 22px;
        height: 22px;
        font-size: 0.66rem;
    }

.footer-bottom {
        padding-top: 4px;
        text-align: center;
        font-size: 0.58rem;
    }
}

@media (min-width: 641px) {
    .discovery-shell {
        grid-template-columns: minmax(0, 1fr);
        max-width: 1280px;
    }

    .discovery-panel {
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    .discovery-searchbar {
        grid-template-columns: minmax(340px, 1.55fr) minmax(220px, 0.82fr) minmax(220px, 0.82fr) minmax(150px, auto);
        align-items: center;
    }
}

@media (max-width: 960px) {
    .discovery-searchbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 26px;
    }

    .discovery-submit {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .discovery-searchbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 26px;
    }

    .discovery-field,
    .discovery-field-inline,
    .discovery-submit {
        min-height: 48px;
    }

    .discovery-autocomplete label {
        padding-left: 6px;
    }

    .discovery-autocomplete-menu {
        position: static;
        margin-top: 2px;
    }
}
