/* ===========================
   Good Guys Move — Styles
   =========================== */

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

:root {
    --navy:   #1a2744;
    --navy2:  #243360;
    --orange: #ff6b35;
    --orange2:#e85a26;
    --light:  #f7f8fc;
    --gray:   #6b7280;
    --white:  #ffffff;
    --radius: 12px;
    --shadow: 0 4px 24px rgba(26,39,68,0.10);
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    color: #1a2744;
    background: #fff;
    line-height: 1.6;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- NAV ---- */
.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--white);
    border-bottom: 1px solid #e8ecf4;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.nav-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 64px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--navy);
    white-space: nowrap;
}

.logo-icon { font-size: 1.5rem; }
.logo-text { color: var(--navy); }

.nav-links {
    display: flex;
    list-style: none;
    gap: 28px;
    margin: 0;
    flex: 1;
}

.nav-links a {
    text-decoration: none;
    color: var(--gray);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover { color: var(--navy); }

.btn-nav {
    background: var(--orange);
    color: white;
    padding: 9px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

.btn-nav:hover { background: var(--orange2); }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--navy);
    margin-left: auto;
}

/* ---- BUTTONS ---- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-primary {
    background: var(--orange);
    color: white;
}

.btn-primary:hover {
    background: var(--orange2);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255,107,53,0.35);
}

.btn-secondary {
    background: white;
    color: var(--navy);
    border: 2px solid rgba(255,255,255,0.3);
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

.btn-full { width: 100%; justify-content: center; }

/* ---- HERO ---- */
.hero {
    position: relative;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
    color: white;
    padding: 100px 0 90px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,107,53,0.2);
    color: #ffb699;
    border: 1px solid rgba(255,107,53,0.4);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.accent { color: var(--orange); }

.hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    max-width: 520px;
    margin-bottom: 36px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 52px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.stat { text-align: center; }
.stat strong { display: block; font-size: 1.6rem; font-weight: 800; color: white; }
.stat span { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; }
.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }

/* ---- SECTIONS ---- */
.section { padding: 88px 0; }
.section-dark { background: var(--navy); color: white; }
.section-light { background: var(--light); }
.section-contact { background: var(--light); }

.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 12px;
}

.section-header p {
    color: var(--gray);
    font-size: 1.05rem;
}

.section-header.light h2 { color: white; }
.section-header.light p { color: rgba(255,255,255,0.6); }

/* ---- SERVICES GRID ---- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.service-card {
    background: var(--white);
    border: 1px solid #e8ecf4;
    border-radius: var(--radius);
    padding: 32px 28px;
    transition: all 0.25s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: var(--orange);
}

.service-icon { font-size: 2.2rem; margin-bottom: 16px; }

.service-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--navy);
}

.service-card p { color: var(--gray); font-size: 0.95rem; line-height: 1.65; }

/* ---- REASONS ---- */
.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 32px;
}

.reason { text-align: center; padding: 20px; }
.reason-icon { font-size: 2.5rem; margin-bottom: 16px; }
.reason h3 { font-size: 1.1rem; font-weight: 700; color: white; margin-bottom: 10px; }
.reason p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.65; }

/* ---- STEPS ---- */
.steps {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.step {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: center;
    padding: 32px 24px;
    background: var(--white);
    border: 1px solid #e8ecf4;
    border-radius: var(--radius);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: var(--orange);
    color: white;
    font-size: 1.3rem;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 20px;
}

.step h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.step p { color: var(--gray); font-size: 0.92rem; }

.step-arrow {
    font-size: 1.8rem;
    color: var(--orange);
    margin-top: 50px;
    flex-shrink: 0;
}

/* ---- TESTIMONIALS ---- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.testimonial {
    background: var(--white);
    border: 1px solid #e8ecf4;
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: var(--shadow);
}

.stars { color: #f59e0b; font-size: 1.1rem; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial p { color: #374151; font-size: 0.95rem; line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testimonial strong { color: var(--navy); font-size: 0.9rem; }

/* ---- CONTACT ---- */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: start;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.contact-info > p {
    color: var(--gray);
    margin-bottom: 32px;
    font-size: 1rem;
}

.contact-methods { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: var(--white);
    border: 1px solid #e8ecf4;
    border-radius: var(--radius);
    text-decoration: none;
    color: var(--navy);
    transition: all 0.2s;
}

.contact-item:hover {
    border-color: var(--orange);
    box-shadow: 0 4px 16px rgba(255,107,53,0.12);
}

.contact-item-icon { font-size: 1.6rem; flex-shrink: 0; }
.contact-item div { display: flex; flex-direction: column; }
.contact-item strong { font-size: 0.85rem; color: var(--gray); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.contact-item span { font-size: 1rem; font-weight: 700; color: var(--navy); }

.service-area {
    background: var(--white);
    border: 1px solid #e8ecf4;
    border-radius: var(--radius);
    padding: 20px;
}

.service-area strong { display: block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray); margin-bottom: 8px; }
.service-area p { color: var(--navy); font-size: 0.93rem; line-height: 1.6; }

/* ---- FORM ---- */
.contact-form {
    background: var(--white);
    border: 1px solid #e8ecf4;
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow);
}

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

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.form-group label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--navy);
}

.form-group input,
.form-group textarea {
    padding: 12px 14px;
    border: 1.5px solid #dde2ee;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--navy);
    background: #fafbfd;
    transition: border-color 0.2s;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--orange);
    background: white;
}

.form-group textarea { resize: vertical; min-height: 100px; }

.form-note {
    text-align: center;
    font-size: 0.82rem;
    color: var(--gray);
    margin-top: 12px;
}

/* ---- FOOTER ---- */
.footer {
    background: var(--navy);
    color: rgba(255,255,255,0.6);
    padding: 40px 0;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 800;
    font-size: 1.1rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer-links a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-links a:hover { color: white; }

.footer-copy { font-size: 0.82rem; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .contact-layout { grid-template-columns: 1fr; gap: 40px; }
    .step-arrow { display: none; }
}

@media (max-width: 700px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: white;
        border-bottom: 1px solid #e8ecf4;
        padding: 16px 24px;
        gap: 16px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }
    .nav-links.open { display: flex; }
    .nav-toggle { display: block; }
    .btn-nav { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .hero { padding: 64px 0 56px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .contact-form { padding: 24px; }
    .section { padding: 64px 0; }
}
