        form.discovery-searchbar {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 12px;
            width: 100%;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        form.discovery-searchbar .discovery-query-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 12px;
            width: 100%;
        }

        form.discovery-searchbar .discovery-query-field {
            width: 100%;
            min-width: 0;
            min-height: 62px;
            border: 1px solid rgba(247, 202, 80, 0.88);
            border-radius: 18px;
            background: #ffffff;
        }

        form.discovery-searchbar .discovery-query-row .discovery-submit {
            width: auto;
            min-width: 170px;
            min-height: 62px;
            border-radius: 18px;
        }

        form.discovery-searchbar .discovery-filter-row {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            width: 100%;
        }

        form.discovery-searchbar .discovery-select-control,
        form.discovery-searchbar .discovery-filter-row .discovery-autocomplete {
            width: 100%;
            min-width: 0;
            max-width: none;
        }

        @media (max-width: 960px) {
            form.discovery-searchbar .discovery-filter-row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 640px) {
            .discovery-section {
                padding-left: 8px;
                padding-right: 8px;
            }

            .discovery-shell {
                padding-left: 4px;
                padding-right: 4px;
            }

            .discovery-panel {
                padding-left: 4px;
                padding-right: 4px;
            }

            form.discovery-searchbar .discovery-query-row,
            form.discovery-searchbar .discovery-filter-row {
                grid-template-columns: minmax(0, 1fr);
            }

            form.discovery-searchbar .discovery-query-row .discovery-submit {
                width: 100%;
                min-width: 0;
                min-height: 52px;
            }

            .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;
            }

            form.discovery-searchbar {
                gap: 10px;
            }

            form.discovery-searchbar .discovery-query-row {
                grid-template-columns: minmax(0, 1fr) 52px 54px;
                gap: 8px;
            }

            form.discovery-searchbar .discovery-query-field {
                min-height: 52px;
                border-radius: 12px;
            }

            form.discovery-searchbar .discovery-query-row .discovery-submit {
                width: 54px;
                min-width: 54px;
                min-height: 52px;
                padding: 0;
                border-radius: 12px;
                background: #263857;
                color: #ffffff;
            }

            form#landingSearchForm .discovery-query-row {
                grid-template-columns: minmax(0, 1fr) 52px 54px;
            }

            form#landingSearchForm .discovery-query-row .discovery-inline-reset {
                width: 52px;
                min-width: 52px;
                min-height: 52px;
                padding: 0;
                border-radius: 12px;
            }

            form#landingSearchForm .discovery-query-row .discovery-inline-reset span {
                display: none;
            }

            form.discovery-searchbar .discovery-submit span {
                display: none;
            }

            form.discovery-searchbar .discovery-submit i {
                display: inline-block;
                font-size: 1.15rem;
            }

            form.discovery-searchbar .discovery-filter-row {
                grid-template-columns: repeat(12, minmax(0, 1fr));
                gap: 8px;
            }

            form.discovery-searchbar .discovery-select-control {
                grid-column: span 6;
            }

            form.discovery-searchbar [data-autocomplete="state"] {
                grid-column: span 3;
            }

            form.discovery-searchbar [data-autocomplete="city"] {
                grid-column: span 9;
            }

            form.discovery-searchbar .discovery-select-control,
            form.discovery-searchbar .discovery-filter-row .discovery-autocomplete {
                gap: 0;
                padding: 0;
                border: 0;
                border-radius: 12px;
                background: transparent;
            }

            form.discovery-searchbar .discovery-select-control > label,
            form.discovery-searchbar .discovery-filter-row .discovery-autocomplete > label {
                position: absolute;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
            }

            form.discovery-searchbar .discovery-field-inline {
                min-height: 50px;
                border: 1px solid rgba(247, 202, 80, 0.92);
                border-radius: 12px;
                background: #ffffff;
                box-shadow: 0 5px 12px rgba(18, 24, 39, 0.05);
            }

            form.discovery-searchbar .discovery-select-trigger {
                min-height: 48px;
                padding: 0 10px;
                font-size: 0.76rem;
            }

            form.discovery-searchbar .discovery-filter-row input {
                font-size: 0.76rem;
            }

            form.discovery-searchbar [data-autocomplete="state"] input {
                padding-right: 0;
            }

            form.discovery-searchbar .discovery-field-toggle {
                width: 30px;
                height: 30px;
                flex: 0 0 30px;
            }

            .discovery-popular-chips {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 5px;
                width: 100%;
                overflow: visible;
            }

            .discovery-popular-chip {
                width: 100%;
                min-width: 0;
                min-height: 32px;
                padding: 4px 5px;
                border-radius: 10px;
                white-space: normal;
                line-height: 1.05;
                text-align: center;
                overflow-wrap: anywhere;
                font-size: 0.6rem;
            }

            .discovery-popular-row {
                gap: 4px;
            }

            .discovery-popular-label {
                font-size: 0.6rem;
                line-height: 1;
            }

            .discovery-popular-label i {
                font-size: 0.68rem;
            }

            .company-results-set {
                align-items: flex-start;
            }

            .company-showcase-card,
            .company-showcase-card.is-featured {
                height: auto;
                min-height: 0;
                align-self: flex-start;
            }

            .company-showcase-body {
                flex: 0 0 auto;
                padding-bottom: 5px;
                grid-template-rows: auto auto;
                gap: 2px;
            }

            .company-showcase-brand {
                align-items: flex-start;
                min-height: 37.19px;
            }

            .company-showcase-heading {
                display: flex;
                flex-direction: column;
                gap: 2px;
                align-items: stretch;
            }

            .company-showcase-name {
                height: 2.16em;
                min-height: 2.16em;
                align-content: start;
            }

            .company-showcase-card.is-single-line-name .company-showcase-name {
                display: flex;
                align-items: center;
                height: 24.8832px;
                min-height: 24.8832px;
                font-size: 0.78rem;
            }

            .company-showcase-category {
                align-self: start;
                margin-top: 0;
            }

            .company-showcase-location {
                min-height: 1.2em;
                align-items: center;
                margin-bottom: 0;
                padding-bottom: 0;
                line-height: 1.15;
            }

            .company-showcase-location i {
                align-self: center;
                line-height: 1;
            }

            .company-location-full {
                display: none;
            }

            .company-location-compact {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

        @media (max-width: 350px) {
            .discovery-popular-chips {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (min-width: 641px) and (max-width: 1080px) {
            .discovery-popular-chips {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 9px;
                width: 100%;
            }

            .discovery-popular-chip {
                width: 100%;
                min-width: 0;
                min-height: 42px;
                padding: 7px 10px;
                white-space: normal;
                line-height: 1.15;
                text-align: center;
            }
        }

        @media (min-width: 1081px) {
            .discovery-popular-chips {
                display: grid;
                grid-template-columns: repeat(6, minmax(0, 1fr));
                gap: 12px;
                width: 100%;
            }

            .discovery-popular-chip {
                width: 100%;
                min-width: 0;
                min-height: 42px;
                padding: 7px 10px;
                white-space: normal;
                line-height: 1.15;
                text-align: center;
            }
        }

        .whatsapp-float {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 9999;
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #25d366;
            color: #ffffff;
            font-size: 2rem;
            text-decoration: none;
            box-shadow: 0 14px 30px rgba(37, 211, 102, 0.32);
            transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        }

        .whatsapp-float:hover,
        .whatsapp-float:focus {
            color: #ffffff;
            background: #1ebe5d;
            transform: translateY(-3px);
            box-shadow: 0 18px 34px rgba(37, 211, 102, 0.42);
            outline: none;
        }

        .whatsapp-float:focus-visible {
            outline: 3px solid rgba(37, 211, 102, 0.28);
            outline-offset: 4px;
        }

        @media (max-width: 640px) {
            .whatsapp-float {
                right: 16px;
                bottom: 16px;
                width: 48px;
                height: 48px;
                font-size: 1.55rem;
            }
        }

        /* Resultado da pesquisa no desktop. Mantido fora das regras mobile. */
        @media (min-width: 961px) {
            .landing-footer {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: center;
                column-gap: 28px;
                padding: 18px max(5%, calc((100% - 1280px) / 2)) 12px;
            }

            .landing-footer .footer-grid {
                grid-column: 1 / -1;
                display: grid;
                grid-template-columns: minmax(360px, 1fr) auto auto;
                align-items: center;
                gap: 38px;
                margin: 0 0 14px;
            }

            .landing-footer .footer-brand {
                display: flex;
                align-items: center;
                gap: 20px;
                min-width: 0;
            }

            .landing-footer .footer-brand .logo {
                flex: 0 0 auto;
                margin: 0 !important;
            }

            .landing-footer .footer-brand .logo img {
                height: 38px !important;
            }

            .landing-footer .footer-brand p {
                max-width: 470px;
                margin: 0;
                font-size: 0.72rem;
                line-height: 1.4;
            }

            .landing-footer .footer-links {
                display: flex;
                align-items: center;
                gap: 18px;
                white-space: nowrap;
            }

            .landing-footer .footer-links h4,
            .landing-footer .footer-social h4 {
                display: none;
            }

            .landing-footer .footer-links a {
                display: inline-block;
                margin: 0;
                font-size: 0.74rem;
            }

            .landing-footer .footer-social {
                grid-column: auto;
                align-self: center;
                justify-self: end;
                margin: 0;
                padding: 0;
            }

            .landing-footer .social-icons {
                flex-wrap: nowrap;
            }

            .landing-footer .footer-company-info,
            .landing-footer .footer-bottom {
                box-sizing: border-box;
                min-height: 34px;
                padding: 10px 0 0;
                border-top: 1px solid rgba(255, 255, 255, 0.08);
                font-size: 0.64rem;
                line-height: 1.35;
            }

            .landing-footer .footer-company-info {
                grid-column: 1;
                display: flex;
                align-items: center;
                gap: 12px;
                text-align: left;
                white-space: nowrap;
            }

            .landing-footer .footer-company-info span + span::before {
                content: "•";
                margin-right: 12px;
                color: #667085;
            }

            .landing-footer .footer-company-info + .footer-bottom {
                grid-column: 2;
                border-top: 1px solid rgba(255, 255, 255, 0.08);
                text-align: right;
                white-space: nowrap;
            }

            body.landing-search-mode .discovery-popular-row {
                order: 3 !important;
                width: min(1100px, 100%);
                margin: 12px auto 0;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results {
                box-sizing: border-box !important;
                display: grid !important;
                width: min(1100px, 100%) !important;
                min-height: 0 !important;
                margin: 0 auto !important;
                padding: 14px !important;
                gap: 12px !important;
                overflow: visible !important;
                border: 1px solid rgba(247, 202, 80, 0.78) !important;
                border-radius: 24px !important;
                background: #ffffff !important;
                box-shadow: 0 16px 38px rgba(38, 56, 87, 0.1) !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-head {
                position: static !important;
                inset: auto !important;
                box-sizing: border-box !important;
                width: 100% !important;
                min-height: 60px !important;
                margin: 0 !important;
                padding: 10px 14px !important;
                border: 0 !important;
                border-radius: 16px !important;
                background: #f4f6f9 !important;
                box-shadow: none !important;
                transform: none !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-title {
                gap: 9px !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-title strong {
                font-size: 1rem !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-star {
                font-size: 1.05rem !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-actions {
                gap: 10px !important;
                font-size: 0.76rem !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-back,
            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-reset {
                min-height: 36px !important;
                padding: 0 15px !important;
                font-size: 0.72rem !important;
            }

            body.landing-search-mode .company-results-grid.is-location-list {
                box-sizing: border-box !important;
                width: 100% !important;
                height: auto !important;
                min-height: 0 !important;
                margin: 0 !important;
                padding: 0 !important;
                overflow: visible !important;
            }

            body.landing-search-mode .company-location-list {
                display: grid !important;
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                width: 100% !important;
                margin: 0 !important;
                gap: 12px !important;
            }

            body.landing-search-mode .company-location-list.is-single-result {
                grid-template-columns: minmax(0, 1fr) !important;
            }

            body.landing-search-mode .company-location-item {
                box-sizing: border-box !important;
                grid-template-columns: 58px minmax(0, 1fr) 36px !important;
                min-height: 84px !important;
                padding: 12px 15px !important;
                gap: 14px !important;
                border: 1px solid rgba(238, 181, 29, 0.52) !important;
                border-radius: 16px !important;
                background: #ffffff !important;
                box-shadow: 0 6px 16px rgba(38, 56, 87, 0.09) !important;
            }

            body.landing-search-mode .company-location-item:hover {
                transform: translateY(-2px) !important;
                border-color: rgba(238, 181, 29, 0.9) !important;
                box-shadow: 0 12px 25px rgba(38, 56, 87, 0.15) !important;
            }

            body.landing-search-mode .company-location-avatar {
                width: 58px !important;
                height: 58px !important;
                border-width: 2px !important;
            }

            body.landing-search-mode .company-location-copy {
                gap: 5px !important;
            }

            body.landing-search-mode .company-location-copy strong {
                font-size: 0.96rem !important;
            }

            body.landing-search-mode .company-location-copy small {
                font-size: 0.75rem !important;
            }

            body.landing-search-mode .company-location-item > i {
                display: none !important;
            }

            body.landing-search-mode .company-location-item {
                grid-template-columns: 58px minmax(0, 1fr) !important;
            }
        }

        @media (max-width: 640px) {
            body.landing-search-mode .company-location-list {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: 8px !important;
            }

            body.landing-search-mode .company-location-list.is-single-result {
                grid-template-columns: minmax(0, 1fr) !important;
            }

            body.landing-search-mode .company-location-item {
                grid-template-columns: 38px minmax(0, 1fr) !important;
                min-height: 76px !important;
                padding: 8px 9px !important;
                gap: 8px !important;
                border-radius: 12px !important;
            }

            body.landing-search-mode .company-location-avatar {
                width: 38px !important;
                height: 38px !important;
            }

            body.landing-search-mode .company-location-copy {
                gap: 2px !important;
            }

            body.landing-search-mode .company-location-copy strong {
                font-size: 0.78rem !important;
                line-height: 1.12 !important;
            }

            body.landing-search-mode .company-location-copy small {
                font-size: 0.64rem !important;
            }

            body.landing-search-mode .company-location-item > i {
                display: none !important;
            }
        }

        @media (max-width: 390px) {
            body.landing-search-mode .company-location-list {
                grid-template-columns: minmax(0, 1fr) !important;
            }
        }

        html.is-ios-safari .landing-glow {
            filter: blur(64px);
        }

        html.is-ios-safari .landing-nav,
        html.is-ios-safari .landing-image-viewer__backdrop,
        html.is-ios-safari .landing-image-viewer__close,
        html.is-ios-safari .discovery-mobile-picker-backdrop,
        html.is-ios-safari .discovery-mobile-picker {
            -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
        }

        html.is-ios-safari .company-results-grid:not(.is-search-results):not(.is-location-list) .company-results-track {
            animation-duration: 360s;
        }

        body.landing-search-mode .discovery-results-shell.is-location-results {
            padding: 10px 0 0 !important;
            border: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-head {
            position: static !important;
            inset: auto !important;
            z-index: auto !important;
            width: min(1100px, 100%) !important;
            min-height: 48px !important;
            margin: 0 auto 10px !important;
            padding: 8px 12px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            gap: 10px !important;
            border: 1px solid rgba(247, 202, 80, 0.5) !important;
            border-radius: 14px !important;
            background: rgba(255, 255, 255, 0.92) !important;
            box-shadow: 0 6px 16px rgba(38, 56, 87, 0.06) !important;
            transform: none !important;
        }

        body.landing-search-mode .discovery-results-shell.is-location-results .discovery-search-count {
            display: block !important;
            flex: 1 1 auto !important;
            overflow: hidden !important;
            color: #263857 !important;
            font-family: 'Archivo', sans-serif !important;
            font-size: clamp(1rem, 1.6vw, 1.28rem) !important;
            font-weight: 800 !important;
            line-height: 1.15 !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
        }

        body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-title,
        body.landing-search-mode .discovery-results-shell.is-location-results #landingSearchSummary,
        body.landing-search-mode .discovery-results-shell.is-location-results .discovery-reset {
            display: none !important;
        }

        body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-actions {
            margin-left: auto !important;
        }

        body.landing-search-mode .discovery-results-shell.is-location-results .discovery-back {
            min-height: 34px !important;
            padding: 0 14px !important;
            border: 2px solid #ffc226 !important;
            border-radius: 999px !important;
            background: #ffffff !important;
            color: #182133 !important;
            font-size: 0.78rem !important;
            box-shadow: none !important;
        }

        @media (max-width: 640px) {
            body.landing-search-mode .discovery-results-shell.is-location-results {
                padding-top: 6px !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-results-head {
                width: 100% !important;
                min-height: 42px !important;
                margin-bottom: 8px !important;
                padding: 7px 9px !important;
                gap: 8px !important;
                border-radius: 12px !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-search-count {
                font-size: clamp(0.88rem, 4.2vw, 1rem) !important;
            }

            body.landing-search-mode .discovery-results-shell.is-location-results .discovery-back {
                min-height: 30px !important;
                padding: 0 11px !important;
                border-width: 2px !important;
                font-size: 0.7rem !important;
            }
        }

        body.landing-page .nav-header .logo {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 0 0 auto !important;
            width: auto !important;
            max-width: 180px !important;
            height: auto !important;
            overflow: visible !important;
        }

        body.landing-page .nav-header .logo img {
            display: block !important;
            width: auto !important;
            max-width: 180px !important;
            height: 45px !important;
            max-height: 45px !important;
            object-fit: contain !important;
            border: 0 !important;
            box-shadow: none !important;
        }

        @media (max-width: 640px) {
            body.landing-page .nav-header .logo img {
                max-width: 96px !important;
                height: 24px !important;
                max-height: 24px !important;
            }
        }

        body.landing-page .nav-header .logo img,
        body.landing-page .landing-footer .footer-brand .logo img {
            width: auto !important;
            object-fit: contain !important;
            object-position: center !important;
        }

        body.landing-page .nav-header .logo img {
            max-width: 112px !important;
            height: 28px !important;
            max-height: 28px !important;
        }

        body.landing-page .landing-footer .footer-brand .logo img {
            max-width: 132px !important;
            height: 34px !important;
            max-height: 34px !important;
        }

        @media (max-width: 640px) {
            body.landing-page .nav-header .logo img {
                max-width: 88px !important;
                height: 22px !important;
                max-height: 22px !important;
            }

            body.landing-page .landing-footer .footer-brand .logo img {
                max-width: 96px !important;
                height: 24px !important;
                max-height: 24px !important;
            }
        }

        form#landingSearchForm .discovery-query-row {
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) auto 72px !important;
            align-items: stretch !important;
            gap: 12px !important;
            width: 100% !important;
        }

        form#landingSearchForm .discovery-query-field {
            grid-column: 1 !important;
            min-width: 0 !important;
            width: 100% !important;
        }

        form#landingSearchForm .discovery-query-row .discovery-inline-reset {
            grid-column: 2 !important;
            width: auto !important;
            min-width: 96px !important;
            height: auto !important;
            min-height: 62px !important;
            align-self: stretch !important;
            justify-self: stretch !important;
        }

        form#landingSearchForm .discovery-query-row .discovery-submit {
            grid-column: 3 !important;
            width: 72px !important;
            min-width: 72px !important;
            max-width: 72px !important;
            height: auto !important;
            min-height: 62px !important;
            align-self: stretch !important;
            justify-self: stretch !important;
            padding: 0 !important;
        }

        @media (max-width: 640px) {
            form#landingSearchForm .discovery-query-row {
                grid-template-columns: minmax(0, 1fr) 48px 50px !important;
                gap: 8px !important;
            }

            form#landingSearchForm .discovery-query-row .discovery-inline-reset {
                width: 48px !important;
                min-width: 48px !important;
                max-width: 48px !important;
                min-height: 50px !important;
                padding: 0 !important;
            }

            form#landingSearchForm .discovery-query-row .discovery-inline-reset span,
            form#landingSearchForm .discovery-query-row .discovery-submit span {
                display: none !important;
            }

            form#landingSearchForm .discovery-query-row .discovery-submit {
                width: 50px !important;
                min-width: 50px !important;
                max-width: 50px !important;
                min-height: 50px !important;
                border-radius: 14px !important;
            }
        }

        body.landing-page .discovery-popular-row {
            margin-top: 18px !important;
        }

        @media (max-width: 640px) {
            body.landing-page .discovery-popular-row {
                margin-top: 14px !important;
            }
        }

        @media (max-width: 768px) {
            body.landing-page .hero {
                display: grid !important;
                align-items: stretch !important;
                min-height: 0 !important;
                height: auto !important;
                padding: 0 !important;
                overflow: hidden !important;
                background: #ffc20e url("../img/trilista%20pagina%20mobiled%202.png") 60% 0 / auto 148% no-repeat !important;
                background-origin: border-box !important;
            }

            body.landing-page .hero::before {
                content: none !important;
                display: none !important;
            }

            body.landing-page .hero-overlay {
                display: none !important;
            }

            body.landing-page .hero-container {
                display: grid !important;
                grid-template-columns: minmax(0, 46%) minmax(0, 54%) !important;
                align-items: start !important;
                min-height: clamp(530px, 82vw, 575px) !important;
                padding: clamp(1.55rem, 5vw, 2.05rem) 0.95rem 0.95rem !important;
                background: transparent !important;
            }

            body.landing-page .hero-content {
                width: 100% !important;
                max-width: 13.2rem !important;
                margin: clamp(0.22rem, 1.7vw, 0.72rem) 0 0 !important;
                padding: 0 !important;
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
            }

            body.landing-page .hero-tag {
                margin-bottom: 0.72rem !important;
                padding: 0.38rem 0.72rem !important;
                background: rgba(17, 24, 39, 0.18) !important;
                color: #fff8d7 !important;
                font-size: clamp(0.5rem, 2.25vw, 0.64rem) !important;
                line-height: 1.25 !important;
                max-width: none !important;
                white-space: nowrap !important;
                letter-spacing: 0.04em !important;
            }

            body.landing-page .hero-title {
                max-width: 12.8rem !important;
                margin-bottom: 0.72rem !important;
                color: #111827 !important;
                font-size: clamp(1.72rem, 9.2vw, 2.55rem) !important;
                line-height: 0.98 !important;
                letter-spacing: 0 !important;
            }

            body.landing-page .hero-description {
                max-width: 12.8rem !important;
                margin-bottom: 0.95rem !important;
                color: rgba(17, 24, 39, 0.76) !important;
                font-size: clamp(0.72rem, 3.55vw, 0.94rem) !important;
                line-height: 1.32 !important;
                text-shadow: none !important;
            }

            body.landing-page .hero-features {
                max-width: 12.8rem !important;
                gap: 0.48rem !important;
            }

            body.landing-page .feature-item {
                color: #182133 !important;
                font-size: clamp(0.64rem, 3.2vw, 0.84rem) !important;
                line-height: 1.16 !important;
                text-shadow: none !important;
            }
        }

        @media (max-width: 430px) {
            body.landing-page .hero {
                background-position: 48% 0 !important;
                background-size: auto 148% !important;
            }

            body.landing-page .hero-title {
                font-size: clamp(1.48rem, 8.35vw, 2.15rem) !important;
            }
        }
    
