/* ===========================
   Local Residential Movers page
   =========================== */

.service-office-movers .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    background: var(--primary);
    color: var(--dark);
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.service-office-movers .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    background: #53bfb9;
}

.service-office-movers .btn-secondary-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.service-office-movers .btn-secondary-link span {
    text-decoration: underline;
}

/* HERO */

.service-office-movers .service-hero {
    padding: 110px 0 70px;
    background: radial-gradient(circle at top left, rgba(98,208,201,0.12), transparent 60%),
                radial-gradient(circle at bottom right, rgba(232,220,196,0.25), transparent 55%);
}

.service-office-movers .service-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
    gap: 50px;
    align-items: center;
}

.service-office-movers .service-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(98,208,201,0.15);
    color: var(--dark);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.service-office-movers .service-label-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--primary);
}

.service-office-movers .service-hero h1 {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 18px;
    color: var(--dark);
}

.service-office-movers .service-hero h1 span {
    color: var(--primary);
}

.service-office-movers .service-hero-subtitle {
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 26px;
}

.service-office-movers .service-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 32px;
}

.service-office-movers .hero-badge {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(13,42,69,0.04);
    font-size: 12px;
    font-weight: 500;
}

.service-office-movers .service-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
}

.service-office-movers .service-hero-right {
    position: relative;
}

.service-office-movers .service-hero-card {
    background: var(--white);
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

.service-office-movers .service-hero-card h2 {
    font-size: 18px;
    margin: 0 0 14px;
}

.service-office-movers .service-hero-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.service-office-movers .hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    font-size: 14px;
}

.service-office-movers .hero-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.service-office-movers .hero-check-icon {
    margin-top: 4px;
    color: var(--primary);
    font-size: 14px;
}

.service-office-movers .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 12px;
    opacity: 0.8;
}

.service-office-movers .hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.service-office-movers .hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--primary);
}

.service-hero-right .service-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px; /* если нужны скругления, можно убрать */
}

.service-hero-right {
    display: block;
}

.nm-photo-block {
    position: relative;
    display: inline-block;
}

/* Цветной прямоугольник с закруглением, сдвинут вниз-вправо */
.nm-photo-bg {
    position: absolute;
    inset: 0;
    background: var(--primary);   /* бирюзовый фон */
    border-radius: 32px;
    transform: translate(22px, 18px); /* сдвиг как на рефе */
    z-index: 1;
}

/* Сама картинка сверху */
.nm-photo-block img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 32px;
    background: var(--white); /* если у картинки прозрачные края */
    position: relative;
    z-index: 2;
}


/* Общие секции на этой странице */

.service-office-movers .lr-section {
    padding: 70px 0;
}

.service-office-movers .section-alt.lr-section {
    background: var(--bg-light);
}

.service-office-movers .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}

.service-office-movers .section-title {
    font-size: 30px;
    margin: 0 0 10px;
}

.service-office-movers .section-title span {
    color: var(--primary);
}

.service-office-movers .section-lead {
    font-size: 14px;
    max-width: 430px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Pills */

.service-office-movers .pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-office-movers .pill-list span {
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(13,42,69,0.08);
    font-size: 13px;
}

/* Why choose */

.service-office-movers .why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.service-office-movers .why-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(13,42,69,0.06);
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.service-office-movers .why-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(13,42,69,0.6);
    margin-bottom: 6px;
}

.service-office-movers .why-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.service-office-movers .why-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}








/*Банер с грузовиком*/
.hero-ribbon {
    position: relative;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

/* Жёлтая размытая полоса по всей ширине */
.hero-ribbon::before {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    height: 150px;
    background: #0D2A45; 
    filter: blur(6px);
    opacity: 1;
    z-index: 1;
}

/* Внутренний контейнер */
.hero-ribbon__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

/* Картинка грузовика */
.hero-ribbon__truck {
    max-height: 170px;
    height: auto;
    width: auto;
    display: block;
}

/* Текст слогана */
.hero-ribbon__headline {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #ffff; /* твой тёмный цвет #0D2A45 */
}

/* Адаптив */
@media (max-width: 992px) {
    .hero-ribbon {
        padding: 30px 0;
    }

    .hero-ribbon__inner {
        gap: 24px;
    }

    .hero-ribbon__headline {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .hero-ribbon::before {
        height: 130px;
        filter: blur(8px); /* чуть сильнее, чтобы на мобиле мягче было */
    }

    .hero-ribbon__inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .hero-ribbon__truck {
        max-height: 140px;
    }

    .hero-ribbon__headline {
        font-size: 18px;
    }
}

/* Services grid */

.service-office-movers .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-office-movers .service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(13,42,69,0.06);
}

.service-office-movers .service-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(98,208,201,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-office-movers .service-card h3 {
    font-size: 16px;
    margin: 0 0 6px;
}

.service-office-movers .service-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Steps */

.service-office-movers .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.service-office-movers .step-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 16px 18px;
    border: 1px solid rgba(13,42,69,0.06);
}

.service-office-movers .step-number {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(98,208,201,0.12);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-office-movers .step-card h3 {
    font-size: 15px;
    margin: 0 0 6px;
}

.service-office-movers .step-card p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* Types of homes */

.service-office-movers .types-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr);
    gap: 40px;
    align-items: center;
}

.service-office-movers .types-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-office-movers .types-list span {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px dashed rgba(13,42,69,0.2);
    font-size: 13px;
    background: #fff;
}

.service-office-movers .types-note {
    font-size: 13px;
    margin-top: 14px;
    opacity: 0.9;
}

.service-office-movers .types-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

.service-office-movers .types-card h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.service-office-movers .types-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px;
}

.service-office-movers .types-card ul {
    padding-left: 18px;
    margin: 0 0 8px;
    font-size: 13px;
}

.service-office-movers .types-card li {
    margin-bottom: 4px;
}

/* Final CTA */

.service-office-movers .cta-final {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #0D2A45, #163657);
    color: #ffffff;
}

.service-office-movers .cta-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.service-office-movers .cta-inner h2 {
    font-size: 30px;
    margin: 0 0 14px;
}

.service-office-movers .cta-inner p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px;
    opacity: 0.9;
}

.service-office-movers .cta-meta {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 12px;
}

/* ===========================
   Адаптив
   =========================== */

@media (max-width: 1030px) {
    .service-office-movers .service-hero-inner {
        grid-template-columns: minmax(0, 1.2fr);
    }

    .service-office-movers .service-hero-right {
        order: -1;
    }

    .service-office-movers .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-office-movers .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-office-movers .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-office-movers .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-office-movers .types-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-office-movers .types-card {
        order: -1;
    }
      .service-hero-inner {
    grid-template-columns: 1fr;
    }

    .service-hero-right {
        display: none;
    }

}

@media (max-width: 768px) {
    .service-office-movers .service-hero {
        padding: 80px 0 50px;
    }

    .service-office-movers .service-hero h1 {
        font-size: 30px;
    }

    .service-office-movers .service-hero-subtitle {
        font-size: 15px;
    }

    .service-office-movers .service-hero-card {
        padding: 18px 16px;
    }

    .service-office-movers .lr-section {
        padding: 55px 0;
    }

    .service-office-movers .section-title {
        font-size: 24px;
    }

    .service-office-movers .why-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-office-movers .services-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-office-movers .steps-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-office-movers .service-hero-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-office-movers .cta-inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .service-office-movers .service-hero {
        padding-top: 70px;
    }

    .service-office-movers .hero-badge {
        font-size: 11px;
    }

    .service-office-movers .pill-list span,
    .service-office-movers .types-list span {
        font-size: 12px;
    }

    .service-office-movers .btn-primary {
        width: 100%;
        justify-content: center;
    }
}
