/* ============================================================
   ФАЙЛ 2 з 3: СТИЛІ ГОЛОВНОЇ СТОРІНКИ NOVAGRUZ
   ============================================================
   Куди покласти:
   /templates/novagruz/css/homepage.css

   Версія: v4 (травень 2026)
   - Прибрано стилі hero-форми (вона переїхала в калькулятор)
   - Додано стилі форми "Замовити дзвінок" поряд з калькулятором
   - Додано .ng-calc-benefits-row (переваги в окремому ряду)
   ============================================================ */

/* ============================================================
   РОЗТЯГУВАННЯ ГОЛОВНОЇ НА ВСЮ ШИРИНУ
   ============================================================ */

body.is-home #column1 {
    display: none !important;
}

body.is-home #contentblock {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

body.is-home #content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.is-home .carhome {
    display: none !important;
}

body.is-home #icon {
    display: none !important;
}

body.is-home #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.is-home, html:has(body.is-home) {
    overflow-x: hidden;
}


/* ============================================================
   ОСНОВНІ СТИЛІ .ng-homepage
   ============================================================ */

.ng-homepage {
    --ng-orange: #ff7a00;
    --ng-orange-dark: #e56a00;
    --ng-orange-light: #ffb066;
    --ng-ink: #0a0e14;
    --ng-graphite: #3a4050;
    --ng-steel: #6b7385;
    --ng-fog: #e8ebf0;
    --ng-mist: #f5f7fa;
    --ng-white: #ffffff;
    --ng-success: #10b981;
    --ng-radius: 14px;
    --ng-radius-lg: 22px;
    --ng-shadow-sm: 0 2px 8px rgba(10,14,20,0.06);
    --ng-shadow-md: 0 10px 30px rgba(10,14,20,0.08);
    --ng-shadow-lg: 0 20px 60px rgba(10,14,20,0.12);
    --ng-shadow-orange: 0 12px 32px rgba(255,122,0,0.35);
    --ng-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    --ng-font-display: 'Segoe UI', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --ng-font-body: 'Segoe UI', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    font-family: var(--ng-font-body);
    color: var(--ng-ink);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}


/* Типографіка */
.ng-homepage .ng-h1,
.ng-homepage .ng-h2,
.ng-homepage .ng-h3,
.ng-homepage .ng-h4 {
    font-family: var(--ng-font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--ng-ink);
    margin: 0 0 12px;
}
.ng-homepage .ng-h1 { font-size: clamp(1.9rem, 4.5vw, 3.5rem); }
.ng-homepage .ng-h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
.ng-homepage .ng-h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
.ng-homepage .ng-h4 { font-size: 17px; }
.ng-homepage p { margin: 0 0 16px; }
.ng-homepage a { color: var(--ng-orange); text-decoration: none; transition: var(--ng-transition); }
.ng-homepage a:hover { color: var(--ng-orange-dark); }
.ng-homepage img { max-width: 100%; height: auto; display: block; }
.ng-homepage ul { list-style: none; padding: 0; margin: 0 0 16px; }

/* Контейнер */
.ng-homepage .ng-section,
.ng-homepage .ng-hero {
    padding: 70px 20px;
}
.ng-homepage .ng-hero-inner,
.ng-homepage .ng-calc-grid,
.ng-homepage .ng-services-grid,
.ng-homepage .ng-why-grid,
.ng-homepage .ng-process-grid,
.ng-homepage .ng-routes-grid,
.ng-homepage .ng-reviews-grid,
.ng-homepage .ng-coverage-grid,
.ng-homepage .ng-faq-grid,
.ng-homepage .ng-reviews-head,
.ng-homepage .ng-section-head,
.ng-homepage .ng-cta-section > *,
.ng-homepage .ng-calc-benefits-row {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.ng-homepage .ng-section-head {
    text-align: center;
    max-width: 720px;
    margin-bottom: 50px;
}
.ng-homepage .ng-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
    font-weight: 700;
    color: var(--ng-orange);
    margin-bottom: 14px;
}
.ng-homepage .ng-section-head p {
    font-size: 17px;
    color: var(--ng-graphite);
    margin-top: 12px;
}

/* Кнопки */
.ng-homepage .ng-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    font-family: var(--ng-font-body);
    text-align: center;
    cursor: pointer;
    transition: var(--ng-transition);
    border: none;
    text-decoration: none !important;
}
.ng-homepage .ng-btn-primary { background: var(--ng-orange); color: var(--ng-white) !important; }
.ng-homepage .ng-btn-primary:hover { background: var(--ng-orange-dark); color: var(--ng-white) !important; transform: translateY(-2px); box-shadow: var(--ng-shadow-orange); }
.ng-homepage .ng-btn-secondary { background: var(--ng-white); color: var(--ng-ink) !important; border: 2px solid var(--ng-ink); }
.ng-homepage .ng-btn-secondary:hover { background: var(--ng-ink); color: var(--ng-white) !important; }
.ng-homepage .ng-btn-white { background: var(--ng-white); color: var(--ng-orange) !important; padding: 16px 40px; font-size: 17px; }
.ng-homepage .ng-btn-white:hover { background: var(--ng-ink); color: var(--ng-white) !important; }
.ng-homepage .ng-btn-outline { background: transparent; color: var(--ng-white) !important; border: 2px solid var(--ng-white); padding: 16px 40px; font-size: 17px; }
.ng-homepage .ng-btn-outline:hover { background: var(--ng-white); color: var(--ng-orange) !important; }

/* HERO */
.ng-homepage .ng-hero {
    background: linear-gradient(135deg, #fff7ef 0%, #ffe8d0 100%);
    position: relative;
    overflow: hidden;
}
.ng-homepage .ng-hero::before {
    content: ""; position: absolute;
    top: -100px; right: -100px; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(255,122,0,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.ng-homepage .ng-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ng-homepage .ng-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ng-white);
    border: 1px solid var(--ng-fog);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ng-graphite);
    margin-bottom: 22px;
    box-shadow: var(--ng-shadow-sm);
}
.ng-homepage .ng-hero-badge::before {
    content: ""; width: 8px; height: 8px;
    background: var(--ng-success); border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(16,185,129,0.2);
}
.ng-homepage .ng-h1 em {
    font-style: normal;
    background: linear-gradient(120deg, var(--ng-orange) 0%, #ff9900 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ng-homepage .ng-hero-sub {
    font-size: 18px;
    color: var(--ng-graphite);
    margin-bottom: 28px;
    max-width: 560px;
}
.ng-homepage .ng-hero-sub strong { color: var(--ng-ink); }
.ng-homepage .ng-hero-ctas {
    display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px;
}
.ng-homepage .ng-hero-ctas .ng-btn { padding: 15px 30px; font-size: 16px; }
.ng-homepage .ng-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 28px;
    border-top: 1px solid rgba(10,14,20,0.1);
}
.ng-homepage .ng-hero-stat strong {
    display: block;
    font-family: var(--ng-font-display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1;
    color: var(--ng-ink);
}
.ng-homepage .ng-hero-stat span {
    font-size: 12px;
    color: var(--ng-steel);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 6px;
    display: block;
}
.ng-homepage .ng-hero-visual { position: relative; }
.ng-homepage .ng-hero-visual img {
    border-radius: var(--ng-radius-lg);
    box-shadow: var(--ng-shadow-lg);
    aspect-ratio: 4/5;
    object-fit: cover;
    width: 100%;
}
.ng-homepage .ng-hero-floating {
    position: absolute;
    background: var(--ng-white);
    padding: 16px 20px;
    border-radius: var(--ng-radius);
    box-shadow: var(--ng-shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
}
.ng-homepage .ng-hero-floating-tl { top: 20px; left: -30px; }
.ng-homepage .ng-hero-floating-br { bottom: 30px; right: -20px; }
.ng-homepage .ng-hero-floating-icon {
    width: 42px; height: 42px; border-radius: 12px;
    background: rgba(255,122,0,0.15);
    color: var(--ng-orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 700;
}
.ng-homepage .ng-hero-floating-tl .ng-hero-floating-icon {
    background: rgba(16,185,129,0.15);
    color: var(--ng-success);
}
.ng-homepage .ng-hero-floating small { display: block; font-size: 12px; color: var(--ng-steel); }
.ng-homepage .ng-hero-floating strong { font-size: 14px; color: var(--ng-ink); }

/* ============================================================
   КАЛЬКУЛЯТОР + ФОРМА "ЗАМОВИТИ ДЗВІНОК" (v3.2)
   ============================================================ */
.ng-homepage .ng-calc-section {
    background: var(--ng-ink);
    color: var(--ng-white);
    position: relative;
    overflow: hidden;
}
.ng-homepage .ng-calc-section::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255,122,0,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,122,0,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.ng-homepage .ng-calc-section .ng-h2,
.ng-homepage .ng-calc-section .ng-section-head p { color: var(--ng-white); }
.ng-homepage .ng-calc-section .ng-section-head p { opacity: 0.7; }

/* Калькулятор + форма поряд (2 колонки на desktop) */
.ng-homepage .ng-calc-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: start;
    position: relative;
    z-index: 1;
}
.ng-homepage .ng-calc-form {
    background: var(--ng-white);
    color: var(--ng-ink);
    padding: 36px;
    border-radius: var(--ng-radius-lg);
}
.ng-homepage .ng-calc-form .ng-h3 { margin-bottom: 22px; }
.ng-homepage .ng-calc-field { margin-bottom: 18px; }
.ng-homepage .ng-calc-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--ng-graphite);
}
.ng-homepage .ng-calc-field select,
.ng-homepage .ng-calc-field input {
    width: 100%;
    padding: 13px 15px;
    border: 2px solid var(--ng-fog);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    background: var(--ng-white);
    transition: var(--ng-transition);
    color: var(--ng-ink);
}
.ng-homepage .ng-calc-field select:focus,
.ng-homepage .ng-calc-field input:focus {
    outline: none;
    border-color: var(--ng-orange);
}
.ng-homepage .ng-calc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.ng-homepage .ng-calc-field-full {
    grid-column: 1 / -1;
}
.ng-homepage .ng-calc-result {
    background: var(--ng-mist);
    padding: 18px;
    border-radius: 12px;
    margin-top: 8px;
    text-align: center;
}
.ng-homepage .ng-calc-result-label {
    font-size: 12px;
    color: var(--ng-steel);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.ng-homepage .ng-calc-result-price {
    font-family: var(--ng-font-display);
    font-size: 32px;
    font-weight: 800;
    color: var(--ng-orange);
    margin: 4px 0;
}
.ng-homepage .ng-calc-result small {
    color: var(--ng-steel);
    font-size: 13px;
}

/* ====================== ФОРМА "ЗАМОВИТИ ДЗВІНОК" (v3.2) ====================== */
.ng-homepage .ng-calc-order {
    /* Контейнер форми — займає праву колонку калькулятора */
}
.ng-homepage .ng-order-form {
    background: var(--ng-white);
    color: var(--ng-ink);
    border: 1.5px solid var(--ng-orange);
    border-radius: var(--ng-radius-lg);
    padding: 30px 28px;
    box-shadow: 0 12px 35px rgba(255,122,0,0.15);
    position: sticky;
    top: 20px;
    font-family: inherit;
}
.ng-homepage .ng-order-form.sent {
    border-color: var(--ng-success);
    background: linear-gradient(135deg, var(--ng-white) 0%, #f0fdf4 100%);
}
.ng-homepage .ng-order-form.sent .ng-order-summary,
.ng-homepage .ng-order-form.sent .ng-order-phone-row,
.ng-homepage .ng-order-form.sent .ng-order-submit {
    display: none;
}
.ng-homepage .ng-order-title {
    font-family: var(--ng-font-display);
    font-size: 1.3em;
    font-weight: 800;
    color: var(--ng-ink);
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ng-homepage .ng-order-title::before {
    content: '📞';
    font-size: 1.05em;
}
.ng-homepage .ng-order-sub {
    font-size: 0.9em;
    color: var(--ng-steel);
    margin: 0 0 18px;
    line-height: 1.4;
}

/* Блок-резюме з полями калькулятора (live preview) */
.ng-homepage .ng-order-summary {
    background: #fff4ec;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
}
.ng-homepage .ng-order-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 0;
    gap: 8px;
    font-size: 0.93em;
    border-bottom: 1px dashed rgba(255,122,0,0.15);
}
.ng-homepage .ng-order-summary-row:last-child {
    border-bottom: none;
}
.ng-homepage .ng-order-summary-label {
    color: var(--ng-graphite);
    font-weight: 500;
    flex-shrink: 0;
}
.ng-homepage .ng-order-summary-value {
    color: var(--ng-ink);
    font-weight: 600;
    text-align: right;
    word-break: break-word;
    max-width: 60%;
}
.ng-homepage .ng-order-summary-price-row {
    background: var(--ng-white);
    margin: 6px -16px -14px;
    padding: 10px 16px;
    border-radius: 0 0 10px 10px;
    border-top: 2px solid var(--ng-orange);
    border-bottom: none !important;
}
.ng-homepage .ng-order-summary-price {
    color: var(--ng-orange) !important;
    font-size: 1.05em !important;
    font-weight: 800 !important;
    max-width: none !important;
}

/* Поле телефону */
.ng-homepage .ng-order-phone-row {
    margin-bottom: 12px;
}
.ng-homepage .ng-order-phone-row input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--ng-fog);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    background: var(--ng-mist);
    color: var(--ng-ink);
    transition: var(--ng-transition);
    box-sizing: border-box;
}
.ng-homepage .ng-order-phone-row input:focus {
    outline: none;
    border-color: var(--ng-orange);
    background: var(--ng-white);
}

/* Кнопка submit */
.ng-homepage .ng-order-submit {
    width: 100% !important;
    margin: 0 !important;
    justify-content: center;
    padding: 15px 24px;
    font-size: 16px;
}

/* Повідомлення під кнопкою */
.ng-homepage .ng-order-msg {
    font-size: 0.82em;
    color: var(--ng-steel);
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.4;
}
.ng-homepage .ng-order-msg a {
    color: var(--ng-orange);
    text-decoration: underline;
}

/* Переваги калькулятора — окремий горизонтальний ряд ПІД калькулятором (раніше були в правій колонці) */
.ng-homepage .ng-calc-benefits-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    z-index: 1;
}
.ng-homepage .ng-calc-benefit {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.ng-homepage .ng-calc-benefit-icon {
    flex-shrink: 0;
    width: 46px; height: 46px;
    border-radius: 12px;
    background: rgba(255,122,0,0.15);
    color: var(--ng-orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 700;
}
.ng-homepage .ng-calc-benefit .ng-h4 { color: var(--ng-white); margin-bottom: 4px; }
.ng-homepage .ng-calc-benefit p { opacity: 0.7; font-size: 14px; margin: 0; }

/* ПОСЛУГИ */
.ng-homepage .ng-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.ng-homepage .ng-service-card {
    background: var(--ng-white);
    border: 1px solid var(--ng-fog);
    border-radius: var(--ng-radius-lg);
    padding: 30px;
    transition: var(--ng-transition);
    position: relative;
    overflow: hidden;
}
.ng-homepage .ng-service-card::before {
    content: ""; position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    background: var(--ng-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.ng-homepage .ng-service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ng-shadow-md);
    border-color: transparent;
}
.ng-homepage .ng-service-card:hover::before { transform: scaleX(1); }
.ng-homepage .ng-service-icon {
    width: 54px; height: 54px;
    border-radius: 14px;
    background: var(--ng-mist);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}
.ng-homepage .ng-service-card p {
    color: var(--ng-graphite);
    font-size: 15px;
    margin-bottom: 18px;
}
.ng-homepage .ng-check-list li {
    padding: 5px 0 5px 22px;
    font-size: 14px;
    color: var(--ng-graphite);
    position: relative;
}
.ng-homepage .ng-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0; top: 5px;
    color: var(--ng-success);
    font-weight: 700;
}
.ng-homepage .ng-service-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 12px;
    display: inline-block;
}

/* ЧОМУ МИ */
.ng-homepage .ng-why-section { background: var(--ng-mist); }
.ng-homepage .ng-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}
.ng-homepage .ng-why-card {
    background: var(--ng-white);
    padding: 26px;
    border-radius: var(--ng-radius);
    border-left: 4px solid var(--ng-orange);
}
.ng-homepage .ng-why-num {
    font-family: var(--ng-font-display);
    font-size: 42px;
    font-weight: 800;
    color: var(--ng-orange);
    line-height: 1;
    margin-bottom: 12px;
}
.ng-homepage .ng-why-card .ng-h4 { margin-bottom: 6px; }
.ng-homepage .ng-why-card p {
    color: var(--ng-graphite);
    font-size: 14px;
    margin: 0;
}

/* ПРОЦЕС */
.ng-homepage .ng-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
}
.ng-homepage .ng-process-grid::before {
    content: "";
    position: absolute;
    top: 35px; left: 10%; right: 10%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--ng-orange) 0 8px, transparent 8px 16px);
    z-index: 0;
}
.ng-homepage .ng-process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.ng-homepage .ng-process-num {
    width: 70px; height: 70px;
    border-radius: 50%;
    background: var(--ng-white);
    border: 3px solid var(--ng-orange);
    color: var(--ng-orange);
    font-family: var(--ng-font-display);
    font-size: 26px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
}
.ng-homepage .ng-process-step p {
    color: var(--ng-graphite);
    font-size: 15px;
    margin: 0;
}

/* МАРШРУТИ */
.ng-homepage .ng-routes-section {
    background: var(--ng-ink);
    color: var(--ng-white);
}
.ng-homepage .ng-routes-section .ng-h2 { color: var(--ng-white); }
.ng-homepage .ng-routes-section .ng-section-head p { color: rgba(255,255,255,0.7); }
.ng-homepage .ng-routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}
.ng-homepage .ng-route-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--ng-transition);
    color: var(--ng-white) !important;
}
.ng-homepage .ng-route-card:hover {
    background: rgba(255,122,0,0.15);
    border-color: var(--ng-orange);
    transform: translateX(4px);
}
.ng-homepage .ng-route-from { font-weight: 700; font-size: 16px; }
.ng-homepage .ng-route-card small { color: rgba(255,255,255,0.5); }
.ng-homepage .ng-route-price {
    color: var(--ng-orange-light);
    font-family: var(--ng-font-display);
    font-weight: 700;
}

/* ВІДГУКИ */
.ng-homepage .ng-reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}
.ng-homepage .ng-reviews-head-text { flex: 1; min-width: 300px; }
.ng-homepage .ng-reviews-head-text p {
    font-size: 16px;
    color: var(--ng-graphite);
    margin-top: 10px;
}
.ng-homepage .ng-reviews-rating {
    background: var(--ng-white);
    border: 1px solid var(--ng-fog);
    border-radius: var(--ng-radius);
    padding: 18px 26px;
    text-align: center;
    box-shadow: var(--ng-shadow-sm);
}
.ng-homepage .ng-reviews-stars {
    font-size: 20px;
    color: var(--ng-orange);
    margin-bottom: 4px;
}
.ng-homepage .ng-reviews-rating-num {
    font-family: var(--ng-font-display);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}
.ng-homepage .ng-reviews-rating small {
    color: var(--ng-steel);
    font-size: 13px;
    display: block;
    margin: 4px 0 6px;
}
.ng-homepage .ng-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}
.ng-homepage .ng-review-card {
    background: var(--ng-white);
    border: 1px solid var(--ng-fog);
    border-radius: var(--ng-radius);
    padding: 26px;
    display: flex;
    flex-direction: column;
}
.ng-homepage .ng-review-quote {
    font-family: var(--ng-font-display);
    font-size: 46px;
    color: var(--ng-orange);
    line-height: 0.8;
    opacity: 0.25;
    margin-bottom: 10px;
}
.ng-homepage .ng-review-text {
    color: var(--ng-graphite);
    font-size: 15px;
    margin-bottom: 22px;
    flex: 1;
}
.ng-homepage .ng-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--ng-fog);
}
.ng-homepage .ng-review-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: var(--ng-orange);
    color: var(--ng-white);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--ng-font-display);
}
.ng-homepage .ng-review-meta strong { display: block; font-size: 15px; }
.ng-homepage .ng-review-meta span {
    font-size: 12px;
    color: var(--ng-steel);
}
.ng-homepage .ng-review-stars {
    color: var(--ng-orange);
    font-size: 13px;
}
.ng-homepage .ng-reviews-bottom {
    text-align: center;
    margin-top: 30px;
    color: var(--ng-steel);
}

/* ПОКРИТТЯ */
.ng-homepage .ng-coverage-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center;
}
.ng-homepage .ng-coverage-intro {
    margin: 18px 0;
    font-size: 16px;
    color: var(--ng-graphite);
}
.ng-homepage .ng-coverage-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 30px;
}
.ng-homepage .ng-coverage-list li {
    padding: 9px 0 9px 24px;
    border-bottom: 1px solid var(--ng-fog);
    position: relative;
    font-weight: 500;
}
.ng-homepage .ng-coverage-list li::before {
    content: "📍";
    position: absolute;
    left: 0;
}
.ng-homepage .ng-coverage-img {
    border-radius: var(--ng-radius-lg);
    box-shadow: var(--ng-shadow-md);
}

/* FAQ */
.ng-homepage .ng-faq-grid { max-width: 820px; margin: 0 auto; }
.ng-homepage .ng-faq-item {
    background: var(--ng-white);
    border: 1px solid var(--ng-fog);
    border-radius: var(--ng-radius);
    margin-bottom: 12px;
    overflow: hidden;
}
.ng-homepage .ng-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 26px;
    text-align: left;
    font-family: var(--ng-font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--ng-ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--ng-transition);
}
.ng-homepage .ng-faq-question:hover { background: var(--ng-mist); }
.ng-homepage .ng-faq-toggle {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--ng-mist);
    color: var(--ng-orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 16px;
}
.ng-homepage .ng-faq-item.ng-open .ng-faq-toggle {
    transform: rotate(45deg);
    background: var(--ng-orange);
    color: var(--ng-white);
}
.ng-homepage .ng-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.ng-homepage .ng-faq-item.ng-open .ng-faq-answer { max-height: 600px; }
.ng-homepage .ng-faq-answer-inner {
    padding: 0 26px 22px;
    color: var(--ng-graphite);
    font-size: 15px;
}
.ng-homepage .ng-faq-answer-inner ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style: disc;
}
.ng-homepage .ng-faq-answer-inner li { margin-bottom: 6px; }

/* CTA */
.ng-homepage .ng-cta-section {
    background: linear-gradient(135deg, var(--ng-orange) 0%, #ff5500 100%);
    color: var(--ng-white);
    text-align: center;
    padding: 70px 20px;
}
.ng-homepage .ng-cta-section .ng-h2 { color: var(--ng-white); margin-bottom: 14px; }
.ng-homepage .ng-cta-section p {
    font-size: 17px;
    opacity: 0.95;
    margin-bottom: 28px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.ng-homepage .ng-cta-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* RESPONSIVE — основний адаптив */
@media (max-width: 980px) {
    .ng-homepage .ng-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .ng-homepage .ng-hero-visual { order: -1; max-width: 500px; margin: 0 auto; }
    .ng-homepage .ng-coverage-grid { grid-template-columns: 1fr; gap: 30px; }
    .ng-homepage .ng-process-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
    .ng-homepage .ng-process-grid::before { display: none; }
}

/* Форма під калькулятором на ≤900px (sticky вимикається) */
@media (max-width: 900px) {
    .ng-homepage .ng-calc-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ng-homepage .ng-order-form {
        position: static;
    }
    .ng-homepage .ng-calc-benefits-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .ng-homepage .ng-section,
    .ng-homepage .ng-hero { padding: 50px 16px; }
    .ng-homepage .ng-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .ng-homepage .ng-hero-floating-tl { left: 0; }
    .ng-homepage .ng-hero-floating-br { right: 0; }
    .ng-homepage .ng-calc-row { grid-template-columns: 1fr; }
    .ng-homepage .ng-calc-form { padding: 26px; }
    .ng-homepage .ng-process-grid { grid-template-columns: 1fr; gap: 26px; }
    .ng-homepage .ng-coverage-list { grid-template-columns: 1fr; }
    .ng-homepage .ng-reviews-head { flex-direction: column; align-items: flex-start; }
    .ng-homepage .ng-hero-floating { padding: 10px 14px; }
    .ng-homepage .ng-hero-floating-icon { width: 36px; height: 36px; font-size: 16px; }
    .ng-homepage .ng-hero-floating small { font-size: 11px; }
    .ng-homepage .ng-hero-floating strong { font-size: 13px; }
    .ng-homepage .ng-order-form { padding: 24px 20px; }
    .ng-homepage .ng-order-summary-row { font-size: 0.88em; }
}

/* ============================================================
   ДОПОВНЕННЯ — заміна inline style="" на CSS-класи
   (виправлення W3C-помилок)
   ============================================================ */

/* Посилання у списках, які повинні наслідувати колір тексту */
.ng-homepage .ng-check-list a.ng-link-inherit,
.ng-homepage .ng-coverage-list a.ng-link-inherit {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.ng-homepage .ng-check-list a.ng-link-inherit:hover,
.ng-homepage .ng-coverage-list a.ng-link-inherit:hover {
    color: var(--ng-orange);
    text-decoration: underline;
}

/* Кнопка калькулятора на повну ширину */
.ng-homepage .ng-calc-submit {
    width: 100%;
    margin-top: 8px;
}

/* Стиль для повідомлення про помилку калькулятора */
.ng-homepage .ng-calc-error-box {
    background: #fee;
    color: #c00;
}

/* ============================================================
   БАЗОВІ ТАРИФИ (НОВИЙ БЛОК v3)
   ============================================================ */
.ng-tariffs-section {
    /* успадковує загальні відступи .ng-section */
}
.ng-tariffs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 24px 0 20px;
}
.ng-tariff-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 26px 22px;
    text-align: center;
    transition: 0.25s;
    position: relative;
}
.ng-tariff-card:hover {
    border-color: #ff6b1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,107,26,0.12);
}
.ng-tariff-card-accent {
    background: linear-gradient(135deg, #fff4ec 0%, #ffe5d0 100%);
    border-color: #ff6b1a;
}
.ng-tariff-label {
    font-size: 0.82em;
    font-weight: 700;
    color: #ff6b1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.ng-tariff-value {
    font-size: 1.85em;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
.ng-tariff-value span {
    font-size: 0.55em;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-left: 2px;
}
.ng-tariff-desc {
    font-size: 0.85em !important;
    color: #4a5568 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}
.ng-tariffs-note {
    font-size: 0.92em;
    color: #718096;
    text-align: center;
    margin-top: 20px !important;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}
.ng-tariffs-note a {
    color: #ff6b1a;
    font-weight: 600;
}

/* ============================================================
   УТП "ОПЛАТА В ОДИН БІК" (НОВИЙ АКЦЕНТНИЙ БЛОК v3)
   ============================================================ */
.ng-usp-section {
    /* успадковує загальні відступи */
}
.ng-usp-block {
    background: linear-gradient(135deg, #fff4ec 0%, #ffd9b5 100%);
    border-radius: 20px;
    padding: 50px 50px 45px;
    border: 2px solid #ff6b1a;
    position: relative;
    overflow: hidden;
}
.ng-usp-block::before {
    content: '';
    position: absolute;
    bottom: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,107,26,0.2) 0%, transparent 70%);
    pointer-events: none;
}
.ng-usp-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ng-usp-text h2 {
    font-size: 2em !important;
    margin: 0 0 14px !important;
    line-height: 1.2;
}
.ng-usp-text h2 em {
    color: #ff6b1a;
    font-style: normal;
}
.ng-usp-text > p {
    font-size: 1.02em;
    color: #4a5568;
    margin-bottom: 14px;
    max-width: 600px;
    line-height: 1.6;
}
.ng-usp-text > p:last-of-type {
    margin-bottom: 26px;
}

.ng-usp-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    margin-bottom: 28px;
}
.ng-usp-point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.ng-usp-point-check {
    width: 26px;
    height: 26px;
    background: #ff6b1a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
    font-size: 0.9em;
    margin-top: 2px;
}
.ng-usp-point > div {
    font-size: 0.95em;
    color: #1a1a1a;
    line-height: 1.45;
}
.ng-usp-point strong {
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
}
.ng-usp-point small {
    font-size: 0.88em;
    color: #4a5568;
    line-height: 1.4;
}

.ng-usp-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ng-usp-visual {
    flex-shrink: 0;
}
.ng-usp-badge {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    min-width: 220px;
    border: 3px solid #ff6b1a;
}
.ng-usp-badge-value {
    font-size: 3.2em;
    font-weight: 800;
    color: #ff6b1a;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.ng-usp-badge-label {
    font-size: 0.95em;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.35;
}

/* ====================== АДАПТИВ для тарифів і УТП ====================== */
@media (max-width: 1024px) {
    .ng-tariffs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ng-usp-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .ng-usp-text > p,
    .ng-usp-points {
        max-width: 100%;
    }
    .ng-usp-points {
        text-align: left;
    }
    .ng-usp-visual {
        margin: 0 auto;
    }
    .ng-usp-block {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .ng-tariff-card {
        padding: 22px 18px;
    }
    .ng-tariff-value {
        font-size: 1.6em;
    }
    .ng-usp-block {
        padding: 30px 22px;
    }
    .ng-usp-text h2 {
        font-size: 1.6em !important;
    }
    .ng-usp-points {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .ng-usp-badge {
        padding: 26px 22px;
        min-width: 0;
        width: 100%;
        max-width: 280px;
    }
    .ng-usp-badge-value {
        font-size: 2.6em;
    }
    .ng-usp-ctas {
        flex-direction: column;
    }
    .ng-usp-ctas .ng-btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        flex: none;
        padding: 13px 16px;
        font-size: 0.94em;
        white-space: normal;
        text-align: center;
        justify-content: center;
    }
    .ng-usp-block,
    .ng-usp-grid,
    .ng-usp-text {
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
}

@media (max-width: 480px) {
    .ng-tariffs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .ng-usp-block {
        padding: 26px 16px;
    }
    .ng-usp-ctas .ng-btn {
        padding: 12px 10px;
        font-size: 0.9em;
    }
}