/* GReviews - Complete Professional Design */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #000;
    color: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    min-height: 700px;
    background: linear-gradient(135deg, #0a0e1a 0%, #1a1f35 50%, #0f1525 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(127, 255, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 40% 90%, rgba(0, 197, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, rgba(5, 8, 16, 0.8), transparent);
    pointer-events: none;
}

.hero-bg-cityscape {
    display: none;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 50px 80px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-left h1 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.text-green {
    color: #7FFF00;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    letter-spacing: 0.01em;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    align-items: center;
}

.btn-green {
    background: #7FFF00;
    color: #000;
    padding: 16px 38px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(127, 255, 0, 0.25);
}

.btn-green:hover {
    background: #6FEF00;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(127, 255, 0, 0.4);
}

.btn-white-outline {
    background: transparent;
    color: #fff;
    padding: 16px 38px;
    border: 2px solid #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-white-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #7FFF00;
    color: #7FFF00;
}

/* Phone Mockups */
.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockups-container {
    position: relative;
    height: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-placeholder {
    width: 200px;
    height: 420px;
    background: linear-gradient(145deg, #2a2f45, #1a1f35);
    border-radius: 35px;
    border: 4px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.phone-1 {
    transform: rotate(-8deg) translateX(-50px) translateY(-30px);
    z-index: 3;
}

.phone-2 {
    transform: rotate(8deg) translateX(50px) translateY(30px);
    z-index: 2;
}

.phone-screen {
    width: 170px;
    height: 360px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    background: #1a1d2e;
}

/* ===== PHONE 1 - REVIEW CARD ===== */
.phone-1 .phone-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #2a2d3e 0%, #1a1d2e 100%);
}

.review-card {
    width: 140px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.review-avatar {
    width: 50px;
    height: 50px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 8px;
}

.review-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.review-stars {
    font-size: 1.8rem;
    color: #FFC107;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.review-message {
    font-size: 0.65rem;
    color: #666;
    line-height: 1.4;
    margin-bottom: 12px;
}

.review-submit {
    background: #4285F4;
    color: #ffffff;
    border: none;
    padding: 8px 28px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
}

/* ===== PHONE 2 - GOOGLE MAPS ===== */
.phone-2 .phone-screen {
    background: #1a1d2e;
}

.maps-header {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(26, 29, 46, 0.9);
    padding: 8px 16px;
    border-radius: 8px;
}

.maps-logo {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
}

.maps-view {
    position: absolute;
    top: 45px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
    background:
        /* Map streets */
        repeating-linear-gradient(
            0deg,
            transparent 0px,
            transparent 28px,
            rgba(255, 255, 255, 0.9) 28px,
            rgba(255, 255, 255, 0.9) 32px
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0px,
            transparent 25px,
            rgba(255, 255, 255, 0.85) 25px,
            rgba(255, 255, 255, 0.85) 29px
        ),
        /* Map base color - tan/beige like real Google Maps */
        linear-gradient(135deg, #F5F1E8 0%, #E8E2D5 50%, #DDD7CA 100%);
}

.maps-view .map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    filter: drop-shadow(0 4px 10px rgba(234, 67, 53, 0.6));
    animation: pinBounce 2s ease-in-out infinite;
}

@keyframes pinBounce {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-8px); }
}

/* ===== HOW IT WORKS ===== */
.how-it-works {
    background: #050810;
    padding: 80px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.section-header-icon {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
    justify-content: flex-start;
}

.play-btn-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #7FFF00;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    padding-left: 5px;
    flex-shrink: 0;
}

.section-header-icon h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1200px;
}

.step-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 60px 24px 36px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-8px);
    border-color: #7FFF00;
    box-shadow: 0 10px 30px rgba(127, 255, 0, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.step-num {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #7FFF00;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(127, 255, 0, 0.3);
}

.step-icon {
    font-size: 4.5rem;
    margin: 20px 0;
    filter: grayscale(0.3);
}

.step-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

/* ===== WHY WE'RE DIFFERENT ===== */
.why-different {
    background: #050810;
    padding: 80px 0;
}

.section-title-center {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    max-width: 1100px;
    margin: 0 auto;
}

.comparison-box {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid;
    border-radius: 18px;
    padding: 45px 36px;
}

.green-box {
    border-color: #7FFF00;
    box-shadow: 0 0 30px rgba(127, 255, 0, 0.1);
}

.red-box {
    border-color: #ff3366;
    box-shadow: 0 0 30px rgba(255, 51, 102, 0.1);
}

.comparison-title {
    text-align: center;
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.green-title {
    color: #7FFF00;
}

.red-title {
    color: #ff3366;
}

.line-green-l, .line-green-r {
    flex: 1;
    height: 2px;
    max-width: 60px;
}

.line-green-l {
    background: linear-gradient(to right, transparent, #7FFF00);
}

.line-green-r {
    background: linear-gradient(to left, transparent, #7FFF00);
}

.line-red-l, .line-red-r {
    flex: 1;
    height: 2px;
    max-width: 60px;
}

.line-red-l {
    background: linear-gradient(to right, transparent, #ff3366);
}

.line-red-r {
    background: linear-gradient(to left, transparent, #ff3366);
}

.features-list {
    list-style: none;
    margin-bottom: 36px;
}

.features-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    margin-bottom: 14px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 500;
}

.icon-check.green {
    color: #7FFF00;
    font-size: 1.6rem;
    font-weight: 800;
}

.icon-cross.red {
    color: #ff3366;
    font-size: 1.6rem;
    font-weight: 800;
}

.cta-button {
    width: 100%;
    padding: 17px;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.green-cta {
    background: #7FFF00;
    color: #000;
    box-shadow: 0 4px 15px rgba(127, 255, 0, 0.25);
}

.green-cta:hover {
    background: #6FEF00;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(127, 255, 0, 0.4);
}

.red-cta {
    background: #ff3366;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 51, 102, 0.25);
}

.red-cta:hover {
    background: #ee2255;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 51, 102, 0.4);
}

/* ===== TRUSTED BY ===== */
.trusted-by {
    background: #050810;
    padding: 80px 0;
}

.section-title-gradient {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.grad-line-l, .grad-line-r {
    flex: 0 1 200px;
    height: 2px;
    background: linear-gradient(to right, #7FFF00 0%, #00c5ff 100%);
}

.grad-line-r {
    background: linear-gradient(to left, #00c5ff 0%, #7FFF00 100%);
}

/* Google Maps Business Cards */
.google-maps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.gmaps-business-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gmaps-business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.gmaps-image-placeholder {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

/* Law Firm - Downtown Map */
.gmaps-business-card:nth-child(1) .gmaps-image-placeholder {
    background:
        /* Map base */
        linear-gradient(135deg, #E8F4E8 0%, #D4E8D4 50%, #C8DCC8 100%);
}

.gmaps-business-card:nth-child(1) .gmaps-image-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        /* Horizontal streets */
        repeating-linear-gradient(
            0deg,
            transparent 0px,
            transparent 35px,
            rgba(255, 255, 255, 0.9) 35px,
            rgba(255, 255, 255, 0.9) 42px
        ),
        /* Vertical streets */
        repeating-linear-gradient(
            90deg,
            transparent 0px,
            transparent 30px,
            rgba(255, 255, 255, 0.85) 30px,
            rgba(255, 255, 255, 0.85) 37px
        );
}

.gmaps-business-card:nth-child(1) .gmaps-image-placeholder::after {
    content: '📍';
    position: absolute;
    font-size: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    filter: drop-shadow(0 3px 6px rgba(234, 67, 53, 0.7));
}

/* Plumbing Service - Residential Map */
.gmaps-business-card:nth-child(2) .gmaps-image-placeholder {
    background:
        linear-gradient(135deg, #E0F2E0 0%, #C8E6C8 50%, #B0DAB0 100%);
}

.gmaps-business-card:nth-child(2) .gmaps-image-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        /* Curved roads */
        repeating-linear-gradient(
            45deg,
            transparent 0px,
            transparent 45px,
            rgba(255, 255, 255, 0.85) 45px,
            rgba(255, 255, 255, 0.85) 52px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent 0px,
            transparent 40px,
            rgba(255, 255, 255, 0.8) 40px,
            rgba(255, 255, 255, 0.8) 46px
        );
}

.gmaps-business-card:nth-child(2) .gmaps-image-placeholder::after {
    content: '📍';
    position: absolute;
    font-size: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    filter: drop-shadow(0 3px 6px rgba(234, 67, 53, 0.7));
}

/* Medical Clinic - Healthcare District Map */
.gmaps-business-card:nth-child(3) .gmaps-image-placeholder {
    background:
        linear-gradient(135deg, #D8EED8 0%, #C0E2C0 50%, #A8D6A8 100%);
}

.gmaps-business-card:nth-child(3) .gmaps-image-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        /* Main avenue */
        linear-gradient(
            90deg,
            transparent 0%,
            transparent 45%,
            rgba(255, 255, 255, 0.95) 45%,
            rgba(255, 255, 255, 0.95) 55%,
            transparent 55%,
            transparent 100%
        ),
        /* Cross streets */
        repeating-linear-gradient(
            0deg,
            transparent 0px,
            transparent 40px,
            rgba(255, 255, 255, 0.85) 40px,
            rgba(255, 255, 255, 0.85) 46px
        );
}

.gmaps-business-card:nth-child(3) .gmaps-image-placeholder::after {
    content: '📍';
    position: absolute;
    font-size: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    filter: drop-shadow(0 3px 6px rgba(234, 67, 53, 0.7));
}

.gmaps-content {
    padding: 18px 20px;
    background: #ffffff;
}

.gmaps-business-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.gmaps-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.gmaps-stars {
    color: #fbbc04;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.gmaps-score {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

.gmaps-reviews {
    font-size: 0.85rem;
    color: #5f6368;
}

.gmaps-category {
    font-size: 0.9rem;
    color: #5f6368;
    margin-bottom: 8px;
}

.gmaps-address {
    font-size: 0.88rem;
    color: #5f6368;
    display: flex;
    align-items: center;
    gap: 4px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 950px;
    margin: 0 auto;
}

.industry-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.industry-card:hover {
    border-color: #7FFF00;
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 24px rgba(127, 255, 0, 0.15);
}

.industry-card .emoji {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 14px;
}

.industry-card p {
    font-size: 1rem;
    font-weight: 600;
}

/* ===== FAQ ===== */
.faq-section {
    background: #050810;
    padding: 80px 0 100px;
}

.faq-title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.faq-line-left, .faq-line-right {
    flex: 0 1 280px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6));
}

.faq-line-right {
    background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.6));
}

.faq-container {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 16px;
}

.faq-question {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 22px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    font-weight: 600;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(127, 255, 0, 0.4);
}

.faq-arrow {
    color: #7FFF00;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    font-weight: 700;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-left h1 {
        font-size: 3.2rem;
    }

    .phone-mockups-container {
        height: 350px;
    }

    .steps-grid,
    .comparison-grid,
    .industries-grid,
    .google-maps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .hero-left h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-green,
    .btn-white-outline {
        width: 100%;
        text-align: center;
    }

    .steps-grid,
    .comparison-grid,
    .google-maps-grid,
    .industries-grid {
        grid-template-columns: 1fr;
    }

    .container,
    .hero-container {
        padding: 40px 24px;
    }

    .grad-line-l, .grad-line-r,
    .faq-line-left, .faq-line-right {
        display: none;
    }

    .section-title-gradient,
    .faq-title {
        font-size: 2rem;
    }
}
