/*
Theme Name: GoGrabX Company
Theme URI: https://www.gograbx.info/
Author: GoGrabX
Author URI: https://www.gograbx.info/
Description: Customer-facing single-page WordPress theme for GoGrabX, Nizamabad's local multi-category ordering and delivery platform.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gograbx-company
Tags: one-column, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
    --navy-950: #04121e;
    --navy-900: #071b2b;
    --navy-800: #0b2a40;
    --navy-700: #123b55;
    --green-500: #54d96c;
    --green-600: #35c653;
    --green-100: #eafbed;
    --white: #ffffff;
    --surface: #f4f8f6;
    --surface-2: #edf4f1;
    --text: #11212a;
    --muted: #5e6d74;
    --border: rgba(7, 27, 43, 0.12);
    --shadow-sm: 0 10px 30px rgba(4, 18, 30, 0.08);
    --shadow-lg: 0 28px 70px rgba(4, 18, 30, 0.16);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 32px;
    --container: 1180px;
    --header-height: 76px;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--white);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}

body.menu-open,
body.modal-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.12;
}

h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 7vw, 6.4rem);
    letter-spacing: -0.065em;
}

h2 {
    margin-bottom: 16px;
    font-size: clamp(2.1rem, 4.5vw, 4rem);
    letter-spacing: -0.05em;
}

h3 {
    margin-bottom: 8px;
    font-size: 1.18rem;
}

.container {
    width: min(calc(100% - 36px), var(--container));
    margin-inline: auto;
}

.section {
    padding: 96px 0;
}

.section-soft {
    background: var(--surface);
}

.section-navy {
    position: relative;
    overflow: hidden;
    background: var(--navy-900);
    color: var(--white);
}

.section-navy::before {
    position: absolute;
    top: -240px;
    right: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(84, 217, 108, 0.18);
    border-radius: 50%;
    content: "";
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #238d3b;
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 30px;
    height: 2px;
    background: currentColor;
    content: "";
}

.section-navy .eyebrow {
    color: var(--green-500);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-heading p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.06rem;
}

.section-navy .section-heading p {
    color: rgba(255, 255, 255, 0.7);
}

.btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 850;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.btn-primary {
    background: var(--green-500);
    box-shadow: 0 12px 26px rgba(84, 217, 108, 0.25);
    color: var(--navy-950);
}

.btn-primary:hover {
    background: var(--green-600);
}

.btn-secondary {
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.86);
    color: var(--navy-900);
}

.btn-secondary:hover {
    border-color: var(--navy-900);
}

.btn-dark {
    background: var(--navy-900);
    color: var(--white);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--white);
}

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    height: var(--header-height);
    border-bottom: 1px solid rgba(7, 27, 43, 0.07);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.nav-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    min-width: 150px;
    align-items: center;
}

.brand img {
    width: auto;
    max-width: 170px;
    height: 52px;
    object-fit: contain;
    object-position: left center;
}

.logo-fallback {
    display: none;
    align-items: center;
    gap: 10px;
    color: var(--navy-900);
    font-size: 1.2rem;
    font-weight: 950;
}

.logo-fallback-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: var(--navy-900);
    color: var(--green-500);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 23px;
}

.main-nav > a:not(.btn) {
    position: relative;
    font-size: 0.9rem;
    font-weight: 800;
}

.main-nav > a:not(.btn)::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--green-600);
    content: "";
    transform: scaleX(0);
    transition: transform 160ms ease;
}

.main-nav > a:not(.btn):hover::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--navy-900);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 88px;
    background:
        radial-gradient(circle at 15% 10%, rgba(84, 217, 108, 0.14), transparent 32%),
        linear-gradient(180deg, #fbfefc 0%, #f4f8f6 100%);
}

.hero::after {
    position: absolute;
    right: -190px;
    bottom: -270px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(7, 27, 43, 0.08);
    border-radius: 50%;
    content: "";
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 64px;
}

.hero-copy p {
    max-width: 690px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-highlight {
    color: #238d3b;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--navy-700);
    font-size: 0.84rem;
    font-weight: 800;
}

.trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green-600);
    box-shadow: 0 0 0 5px rgba(84, 217, 108, 0.16);
}

.phone-stage {
    position: relative;
    min-height: 650px;
}

.phone-glow {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(84, 217, 108, 0.18);
    filter: blur(3px);
    transform: translateX(-50%);
}

.phone {
    position: relative;
    z-index: 2;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 13px;
    border: 8px solid var(--navy-950);
    border-radius: 44px;
    background: var(--navy-950);
    box-shadow: var(--shadow-lg);
    transform: rotate(2deg);
}

.phone-screen {
    overflow: hidden;
    min-height: 590px;
    border-radius: 29px;
    background: var(--surface);
}

.phone-top {
    padding: 22px 18px 17px;
    background: var(--white);
}

.phone-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 17px;
}

.phone-brand strong {
    color: var(--navy-900);
    font-size: 1.1rem;
}

.live-pill {
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--green-100);
    color: #16742b;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.phone-location {
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 0.76rem;
}

.phone-search {
    padding: 12px 13px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
    color: #738088;
    font-size: 0.78rem;
}

.phone-body {
    padding: 17px;
}

.phone-body h3 {
    font-size: 0.98rem;
}

.mini-categories {
    display: grid;
    margin: 13px 0 20px;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.mini-category {
    padding: 10px 5px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 6px 18px rgba(4, 18, 30, 0.05);
    color: var(--navy-700);
    text-align: center;
    font-size: 0.62rem;
    font-weight: 850;
}

.mini-icon {
    display: grid;
    width: 31px;
    height: 31px;
    margin: 0 auto 6px;
    place-items: center;
    border-radius: 10px;
    background: var(--green-100);
    color: #16742b;
    font-size: 0.67rem;
}

.mini-offer {
    margin-bottom: 18px;
    padding: 15px;
    border-radius: 16px;
    background: var(--navy-900);
    color: var(--white);
}

.mini-offer span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.68rem;
}

.mini-store {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 9px;
    padding: 10px;
    border-radius: 13px;
    background: var(--white);
}

.mini-store-logo {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--surface-2);
    color: var(--navy-900);
    font-size: 0.72rem;
    font-weight: 950;
}

.mini-store strong,
.mini-store span {
    display: block;
}

.mini-store strong {
    font-size: 0.75rem;
}

.mini-store span {
    color: var(--muted);
    font-size: 0.62rem;
}

.floating-card {
    position: absolute;
    z-index: 3;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.floating-card strong,
.floating-card span {
    display: block;
}

.floating-card strong {
    color: var(--navy-900);
}

.floating-card span {
    color: var(--muted);
    font-size: 0.76rem;
}

.floating-one {
    top: 115px;
    left: -10px;
}

.floating-two {
    right: -8px;
    bottom: 78px;
}

.brand-strip {
    position: relative;
    z-index: 4;
    margin-top: -32px;
}

.brand-strip-grid {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    grid-template-columns: repeat(4, 1fr);
}

.strip-item {
    padding: 23px 20px;
    text-align: center;
}

.strip-item + .strip-item {
    border-left: 1px solid var(--border);
}

.strip-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--navy-900);
}

.strip-item span {
    color: var(--muted);
    font-size: 0.83rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    min-height: 100%;
    padding: 27px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
    border-color: rgba(84, 217, 108, 0.7);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.service-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 16px;
    background: var(--green-100);
    color: #16742b;
    font-size: 0.81rem;
    font-weight: 950;
    letter-spacing: 0.03em;
}

.service-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.explore-shell {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.explore-toolbar {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 14px;
}

.search-wrap {
    position: relative;
}

.search-wrap input {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: 999px;
    outline: none;
    background: var(--surface);
    color: var(--text);
}

.search-wrap input:focus {
    border-color: var(--green-600);
    box-shadow: 0 0 0 4px rgba(84, 217, 108, 0.14);
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.filter-btn {
    min-height: 44px;
    padding: 9px 15px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--white);
    color: var(--navy-900);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 850;
}

.filter-btn.active,
.filter-btn:hover {
    border-color: var(--navy-900);
    background: var(--navy-900);
    color: var(--white);
}

.stores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.store-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.store-card.is-hidden {
    display: none;
}

.store-visual {
    display: grid;
    min-height: 150px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(84, 217, 108, 0.18), rgba(7, 27, 43, 0.08)),
        var(--white);
    color: var(--navy-900);
    font-size: 2rem;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.store-label {
    margin-bottom: 7px;
    color: #238d3b;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-card p {
    flex-grow: 1;
    color: var(--muted);
    font-size: 0.88rem;
}

.store-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.store-time {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 750;
}

.small-action {
    min-height: 38px;
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: var(--green-500);
    color: var(--navy-950);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 900;
}

.empty-state {
    display: none;
    padding: 28px;
    border: 1px dashed var(--border);
    border-radius: var(--radius-md);
    color: var(--muted);
    text-align: center;
}

.empty-state.visible {
    display: block;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.step-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.96);
}

.step-number {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    background: var(--navy-900);
    color: var(--green-500);
    font-weight: 950;
}

.step-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.why-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 60px;
}

.local-panel {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 25% 20%, rgba(84, 217, 108, 0.34), transparent 24%),
        linear-gradient(145deg, #0d3450, #04121e);
    box-shadow: var(--shadow-lg);
    color: var(--white);
}

.local-panel::before,
.local-panel::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.local-panel::before {
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
}

.local-panel::after {
    bottom: -140px;
    left: -100px;
    width: 340px;
    height: 340px;
}

.local-panel-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px;
}

.local-panel-tag {
    align-self: flex-start;
    margin-bottom: auto;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--green-500);
    font-size: 0.76rem;
    font-weight: 900;
}

.local-panel h3 {
    max-width: 430px;
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    letter-spacing: -0.05em;
}

.local-panel p {
    max-width: 440px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.benefits-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 17px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--white);
}

.benefit-check {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    background: var(--green-100);
    color: #16742b;
    font-weight: 950;
}

.benefit-item strong,
.benefit-item span {
    display: block;
}

.benefit-item span {
    color: var(--muted);
    font-size: 0.87rem;
}

.join-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.join-card {
    padding: 32px;
    border-radius: var(--radius-lg);
    background: var(--white);
    color: var(--text);
}

.join-card.dark {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
}

.join-card p {
    color: var(--muted);
}

.join-card.dark p {
    color: rgba(255, 255, 255, 0.68);
}

.launch-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 58px;
}

.launch-copy p {
    color: var(--muted);
    font-size: 1.05rem;
}

.launch-form {
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
}

.form-group.full {
    grid-column: 1 / -1;
}

label {
    font-size: 0.84rem;
    font-weight: 850;
}

input {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    outline: none;
    background: var(--surface);
    color: var(--text);
}

input:focus {
    border-color: var(--green-600);
    box-shadow: 0 0 0 4px rgba(84, 217, 108, 0.13);
}

.form-errors {
    margin-bottom: 17px;
    padding: 13px 15px;
    border: 1px solid rgba(180, 45, 45, 0.22);
    border-radius: var(--radius-sm);
    background: rgba(180, 45, 45, 0.07);
    color: #8b2424;
    font-size: 0.88rem;
}

.form-errors ul {
    margin: 6px 0 0;
    padding-left: 20px;
}

.form-note {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 0.78rem;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--white);
}

.faq-question {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: var(--navy-900);
    cursor: pointer;
    text-align: left;
    font-weight: 900;
}

.faq-symbol {
    flex: 0 0 auto;
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.faq-item.open .faq-symbol {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 220ms ease;
}

.faq-answer-inner {
    padding: 0 20px 20px;
    color: var(--muted);
}

.contact-band {
    display: grid;
    align-items: center;
    padding: 36px;
    border-radius: var(--radius-lg);
    background: var(--green-500);
    color: var(--navy-950);
    grid-template-columns: 1fr auto;
    gap: 24px;
}

.contact-band h2 {
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.contact-band p {
    margin-bottom: 0;
    color: rgba(4, 18, 30, 0.7);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.footer {
    padding: 54px 0 27px;
    background: var(--navy-950);
    color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
    display: grid;
    padding-bottom: 34px;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 42px;
}

.footer-logo {
    width: auto;
    max-width: 180px;
    height: 60px;
    margin-bottom: 15px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.footer h3 {
    color: var(--white);
}

.footer-links {
    display: grid;
    gap: 9px;
}

.footer-links a:hover {
    color: var(--green-500);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 0.8rem;
}

.floating-whatsapp {
    position: fixed;
    z-index: 850;
    right: 18px;
    bottom: 18px;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 50%;
    background: var(--green-500);
    box-shadow: var(--shadow-lg);
    color: var(--navy-950);
    font-size: 0.82rem;
    font-weight: 950;
}

.modal {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(4, 18, 30, 0.76);
    backdrop-filter: blur(7px);
}

.modal.open {
    display: flex;
}

.modal-card {
    position: relative;
    width: min(100%, 500px);
    padding: 34px;
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.modal-card p {
    color: var(--muted);
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--surface);
    cursor: pointer;
    font-size: 1.2rem;
}

.modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 1020px) {
    .main-nav {
        position: fixed;
        top: var(--header-height);
        right: 0;
        bottom: 0;
        width: min(88%, 370px);
        align-items: stretch;
        flex-direction: column;
        padding: 28px;
        background: var(--white);
        box-shadow: -20px 20px 40px rgba(4, 18, 30, 0.13);
        transform: translateX(105%);
        transition: transform 220ms ease;
    }

    .main-nav.open {
        transform: translateX(0);
    }

    .main-nav .btn {
        width: 100%;
    }

    .menu-toggle {
        display: block;
    }

    .hero-grid,
    .why-grid,
    .launch-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        text-align: center;
    }

    .hero-copy h1,
    .hero-copy p {
        margin-inline: auto;
    }

    .hero-actions,
    .hero-trust {
        justify-content: center;
    }

    .phone-stage {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .services-grid,
    .stores-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .explore-toolbar {
        grid-template-columns: 1fr;
    }

    .filter-row {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    :root {
        --header-height: 70px;
    }

    .section {
        padding: 72px 0;
    }

    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .brand img {
        max-width: 142px;
        height: 46px;
    }

    .hero {
        padding-top: 50px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .phone-stage {
        min-height: 620px;
    }

    .phone {
        width: min(100%, 338px);
    }

    .floating-card {
        display: none;
    }

    .brand-strip-grid,
    .services-grid,
    .stores-grid,
    .steps-grid,
    .join-grid,
    .form-row,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .strip-item + .strip-item {
        border-top: 1px solid var(--border);
        border-left: 0;
    }

    .explore-shell,
    .launch-form {
        padding: 20px;
    }

    .filter-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .filter-btn {
        flex: 0 0 auto;
    }

    .local-panel,
    .local-panel-content {
        min-height: 440px;
    }

    .local-panel-content {
        padding: 28px;
    }

    .contact-band {
        grid-template-columns: 1fr;
        padding: 27px;
    }

    .contact-actions {
        justify-content: flex-start;
    }

    .contact-actions .btn {
        width: 100%;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
