.movers-page {
    background: #f6f7fb;
    color: #1d2433;
}

.movers-page section {
    position: relative;
}

.movers-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.movers-hero {
    padding: 72px 0 56px;
    overflow: hidden;
}

.movers-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 17, 31, 0.88) 0%, rgba(10, 17, 31, 0.62) 42%, rgba(10, 17, 31, 0.28) 100%);
    z-index: 1;
}

.movers-hero .bg {
    transform: scale(1.04);
}

.movers-hero .movers-shell {
    position: relative;
    z-index: 2;
}

.movers-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 420px);
    gap: 28px;
    align-items: end;
    min-height: 640px;
}

.movers-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #f6f7fb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.movers-kicker i {
    color: #d4af37;
}

.movers-hero-copy h1 {
    max-width: 11ch;
    margin: 18px 0 16px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
    font-weight: 800;
}

.movers-hero-copy p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 28px;
}

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

.movers-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

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

.movers-btn-primary {
    background: #d4af37;
    color: #111827;
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.25);
}

.movers-btn-primary:hover {
    color: #111827;
    background: #e6bf46;
}

.movers-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
}

.movers-btn-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.movers-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.movers-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.movers-trust-list i {
    color: #d4af37;
}

.movers-hero-panel {
    padding: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

.movers-hero-panel h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 800;
}

.movers-hero-panel p {
    margin-bottom: 20px;
    color: #667085;
    line-height: 1.7;
}

.movers-stat-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.movers-stat-list li {
    padding: 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.movers-stat-value {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    color: #101828;
}

.movers-stat-label {
    display: block;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.movers-section {
    padding: 92px 0;
}

.movers-section-tight {
    padding: 72px 0;
}

.movers-section-dark {
    background: #101828;
}

.movers-section-soft {
    background: #eef2f7;
}

.movers-section-head {
    max-width: 700px;
    margin-bottom: 36px;
}

.movers-section-head.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.movers-section-head h2 {
    margin-bottom: 14px;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    font-weight: 800;
    color: #111827;
}

.movers-section-dark .movers-section-head h2,
.movers-section-dark .movers-section-head p,
.movers-section-dark .movers-benefit-card,
.movers-section-dark .movers-benefit-card p,
.movers-section-dark .movers-benefit-card h3 {
    color: #ffffff;
}

.movers-section-head p {
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.movers-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.movers-service-card,
.movers-benefit-card,
.movers-testimonial-card,
.movers-agent-card,
.movers-value-card {
    height: 100%;
    padding: 28px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.movers-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    margin-bottom: 18px;
    background: #111827;
    color: #d4af37;
    font-size: 20px;
}

.movers-service-card h3,
.movers-benefit-card h3,
.movers-testimonial-card h3,
.movers-agent-card h3,
.movers-value-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    color: #101828;
}

.movers-service-card p,
.movers-benefit-card p,
.movers-testimonial-card p,
.movers-agent-card p,
.movers-value-card p {
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

.movers-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}

.movers-process::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 24, 39, 0.18), rgba(212, 175, 55, 0.45), rgba(17, 24, 39, 0.18));
}

.movers-step {
    position: relative;
    padding: 0 18px;
}

.movers-step-marker {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    color: #111827;
    font-size: 20px;
}

.movers-step span {
    display: block;
    margin-bottom: 8px;
    color: #b58900;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.movers-step h3 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 800;
}

.movers-step p {
    color: #667085;
    line-height: 1.75;
    margin: 0;
}

.movers-agent-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 24px;
    align-items: stretch;
}

.movers-agent-card {
    background: linear-gradient(135deg, #ffffff 0%, #f6f8fb 100%);
}

.movers-check-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.movers-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.6;
}

.movers-check-list i {
    color: #b58900;
    margin-top: 4px;
}

.movers-value-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.movers-value-card {
    padding: 24px 20px;
    text-align: center;
}

.movers-value-card .movers-icon {
    margin: 0 auto 14px;
}

.movers-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.movers-testimonial-card {
    padding-top: 24px;
}

.movers-quote {
    margin-bottom: 24px;
    color: #344054;
    line-height: 1.9;
    font-size: 16px;
}

.movers-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.movers-author img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
}

.movers-author strong {
    display: block;
    color: #101828;
    font-size: 16px;
}

.movers-author span {
    color: #667085;
    font-size: 14px;
}

.movers-registration-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: start;
}

.movers-registration-panel,
.movers-form-card {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.movers-registration-panel {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.movers-registration-panel .movers-section-head {
    margin-bottom: 28px;
}

.movers-mini-stats {
    display: grid;
    gap: 14px;
}

.movers-mini-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.movers-mini-stat i {
    color: #b58900;
    font-size: 18px;
}

.movers-mini-stat strong {
    display: block;
    color: #111827;
    font-size: 16px;
}

.movers-mini-stat span {
    display: block;
    color: #667085;
    font-size: 14px;
}

.movers-form-card {
    padding: 30px;
}

.movers-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.movers-field,
.movers-field-full {
    min-width: 0;
}

.movers-field-full {
    grid-column: 1 / -1;
}

.movers-form-card label {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.movers-input-wrap {
    position: relative;
}

.movers-input-wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #98a2b3;
    font-size: 15px;
    pointer-events: none;
}

.movers-form-card input,
.movers-form-card select,
.movers-form-card textarea {
    width: 100%;
    min-height: 54px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    padding: 0 16px 0 46px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.movers-form-card textarea {
    min-height: 140px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

.movers-form-card select[multiple] {
    min-height: 152px;
    padding-top: 12px;
    padding-left: 16px;
}

.movers-form-card input[type="file"] {
    padding-left: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.movers-form-card input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    margin-top: 3px;
}

.movers-input-wrap.input-no-icon input,
.movers-input-wrap.input-no-icon textarea,
.movers-input-wrap.input-no-icon select {
    padding-left: 16px;
}

.movers-form-card input:focus,
.movers-form-card select:focus,
.movers-form-card textarea:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
}

.movers-form-card input:user-invalid,
.movers-form-card select:user-invalid,
.movers-form-card textarea:user-invalid {
    border-color: #dc2626;
}

.movers-field-note {
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.movers-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #475467;
    font-size: 14px;
    line-height: 1.7;
}

.movers-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.movers-success {
    display: none;
    padding: 16px 18px;
    border-radius: 8px;
    background: #ecfdf3;
    border: 1px solid #a6f4c5;
    color: #166534;
    font-weight: 600;
    line-height: 1.7;
}

.movers-success.is-visible {
    display: block;
}

.movers-cta-band {
    overflow: hidden;
}

.movers-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 34px 40px;
    border-radius: 8px;
    background: linear-gradient(120deg, #111827 0%, #1f2937 100%);
    box-shadow: 0 28px 60px rgba(17, 24, 39, 0.22);
}

.movers-cta-card h2 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.06;
    font-weight: 800;
}

.movers-cta-card p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}

.movers-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

@media (max-width: 1200px) {
    .movers-value-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .movers-hero-grid,
    .movers-agent-layout,
    .movers-registration-grid,
    .movers-cta-card {
        grid-template-columns: 1fr;
    }

    .movers-card-grid,
    .movers-testimonial-grid,
    .movers-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .movers-process::before {
        display: none;
    }

    .movers-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .movers-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .movers-shell {
        width: min(100% - 24px, 1200px);
    }

    .movers-hero {
        padding: 56px 0 42px;
    }

    .movers-hero-grid {
        min-height: auto;
        gap: 22px;
    }

    .movers-hero-copy h1 {
        max-width: none;
        font-size: 38px;
    }

    .movers-hero-copy p {
        font-size: 16px;
    }

    .movers-section,
    .movers-section-tight {
        padding: 64px 0;
    }

    .movers-card-grid,
    .movers-testimonial-grid,
    .movers-value-grid,
    .movers-form-grid,
    .movers-process,
    .movers-stat-list {
        grid-template-columns: 1fr;
    }

    .movers-hero-panel,
    .movers-service-card,
    .movers-benefit-card,
    .movers-testimonial-card,
    .movers-agent-card,
    .movers-value-card,
    .movers-registration-panel,
    .movers-form-card,
    .movers-cta-card {
        padding: 24px;
    }

    .movers-btn {
        width: 100%;
    }

    .movers-hero-actions,
    .movers-form-actions,
    .movers-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}
