@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #0f172a;
    background: #fff;
}

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

.locateme-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #fff2dc 0%, #f7fbff 45%, #e7f6dc 100%);
}

.hero-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    animation: hero-float 7s ease-in-out infinite;
}

.hero-orb--top {
    right: -4rem;
    top: -8rem;
    width: 18rem;
    height: 18rem;
    background: rgba(255, 223, 176, 0.7);
}

.hero-orb--bottom {
    left: -3rem;
    bottom: -6rem;
    width: 20rem;
    height: 20rem;
    background: rgba(191, 232, 255, 0.6);
    animation-duration: 10s;
}

.hero-shell {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 24px 32px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.brand-pin,
.card-pin {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.brand-name {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.6);
}

.brand-subtitle {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.8);
}

.ghost-cta {
    display: none;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 18px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ghost-arrow {
    font-weight: 700;
}

.hero-main {
    display: grid;
    gap: 40px;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(15, 23, 42, 0.7);
    animation: hero-fade-in 0.9s ease both;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #10b981;
}

.hero-text h1 {
    margin: 0;
    font-family: "Fraunces", "Times New Roman", serif;
    font-size: 36px;
    line-height: 1.1;
    animation: hero-fade-up 0.8s ease both;
}

.hero-text p {
    margin: 16px 0 0;
    max-width: 540px;
    font-size: 18px;
    color: rgba(15, 23, 42, 0.7);
    animation: hero-fade-up 0.8s ease both;
    animation-delay: 0.15s;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.primary-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.1);
    font-weight: 600;
}

.google-badge {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.google-icon {
    width: 20px;
    height: 20px;
}

.secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: transparent;
    font-weight: 600;
    color: #0f172a;
}

.hero-highlights {
    display: grid;
    gap: 12px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.7);
}

.hero-highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.highlight-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.1);
}

.highlight-icon--green {
    background: rgba(16, 185, 129, 0.2);
    color: #047857;
}

.highlight-icon--blue {
    background: rgba(14, 165, 233, 0.2);
    color: #0369a1;
}

.highlight-icon--orange {
    background: rgba(249, 115, 22, 0.2);
    color: #c2410c;
}

.hero-card {
    position: relative;
    animation: hero-fade-up 0.8s ease both;
    animation-delay: 0.2s;
}

.hero-card-shadow {
    position: absolute;
    inset: 0;
    border-radius: 40px;
    transform: rotate(-3deg);
    background: rgba(255, 255, 255, 0.6);
    filter: blur(20px);
}

.hero-card-body {
    position: relative;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
}

.hero-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hero-card-label {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.5);
    font-weight: 600;
}

.hero-card-title {
    margin: 10px 0 0;
    font-family: "Fraunces", "Times New Roman", serif;
    font-size: 18px;
}

.hero-card-subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.6);
}

.hero-card-pin {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-card-map {
    margin-top: 20px;
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(135deg, #fdf1d7 0%, #f7fbff 55%, #e0f7e5 100%);
}

.hero-card-map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(15, 23, 42, 0.5);
}

.hero-card-map-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
}

.hero-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    gap: 12px;
}

.hero-card-row p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.hero-card-row span {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.55);
}

.hero-card-row--dashed {
    border: 1px dashed rgba(15, 23, 42, 0.2);
    background: transparent;
}

.hero-chip {
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: #047857;
    background: rgba(16, 185, 129, 0.1);
}

.hero-note {
    font-size: 11px;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.6);
}

.hero-card-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    padding: 12px 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.hero-pill-small {
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(15, 23, 42, 0.05);
    color: rgba(15, 23, 42, 0.7);
}

.hero-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 20px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.hero-footer-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-footer-tags span {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

@media (min-width: 768px) {
    .hero-shell {
        padding: 64px 40px 40px;
    }

    .hero-main {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        align-items: center;
    }

    .hero-actions {
        flex-direction: row;
        align-items: center;
    }

    .hero-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ghost-cta {
        display: inline-flex;
    }
}

@media (min-width: 1024px) {
    .hero-text h1 {
        font-size: 56px;
    }
}

@keyframes hero-fade-up {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hero-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes hero-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -12px, 0);
    }
}
