/* ============================================
   SERVICES PAGE — CLEAN LIGHT REDESIGN
   services.css
============================================ */

/* ---------- HERO ---------- */
.services-hero {
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    background: #070e1c;
    overflow: hidden;
}

.services-hero::after {
    content: '';
    position: absolute;
    bottom: -120px; left: -80px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(226,79,6,0.22) 0%, transparent 65%);
    pointer-events: none;
}

.sh-glow-blue {
    position: absolute;
    top: -100px; right: -60px;
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(41,121,196,0.18) 0%, transparent 65%);
    pointer-events: none;
}

.sh-accent-bar {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, transparent, #e24f06 30%, #e24f06 70%, transparent);
}

.services-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 5rem;
}

.sh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #e24f06;
    margin-bottom: 18px;
}
.sh-eyebrow-line { width: 32px; height: 1px; background: #e24f06; }

.services-hero-content h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.95;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.services-hero-content h1 span { color: #e24f06; }

.services-hero-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    max-width: 460px;
    line-height: 1.8;
    border-left: 2px solid rgba(226,79,6,0.4);
    padding-left: 1rem;
}

.sh-clip {
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 80px;
    background: #f7f4f0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 3;
}

/* ---------- ENTRY ANIMATIONS ---------- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.services-hero-content .sh-eyebrow {
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 0.1s;
    opacity: 0;
}
.services-hero-content h1 {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.3s;
    opacity: 0;
}
.services-hero-content p {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.55s;
    opacity: 0;
}

/* ---------- MAIN SERVICES BLOCKS ---------- */
.services-main {
    background: #f7f4f0;
    padding: 80px 0 0;
}

.service-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin-bottom: 6px;
}

.service-block:nth-child(even) { direction: rtl; }
.service-block:nth-child(even) > * { direction: ltr; }

.sb-visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.sb-v1 { background: linear-gradient(135deg, #0b1528 0%, #1a2a4a 60%, #e24f06 100%); }
.sb-v2 { background: linear-gradient(135deg, #e24f06 0%, #c43e00 40%, #0b1528 100%); }
.sb-v3 { background: linear-gradient(135deg, #0b1528 0%, #2979c4 60%, #e24f06 100%); }

.sb-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    z-index: 1;
}

.sb-icon-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.sb-icon-bg i {
    font-size: 7rem !important;
    color: rgba(255,255,255,0.08) !important;
}

.sb-badge {
    position: absolute;
    bottom: 24px; right: 24px;
    z-index: 3;
    background: #e24f06;
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    text-transform: uppercase;
}

.sb-content {
    background: white;
    padding: 60px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.sb-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 80px;
    background: linear-gradient(to bottom, #e24f06, transparent);
}

.sb-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #e24f06;
    margin-bottom: 14px;
}
.sb-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: #e24f06; }

.sb-content h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 800;
    text-transform: uppercase;
    color: #00227e;
    line-height: 1;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.sb-rule {
    width: 40px; height: 3px;
    background: linear-gradient(90deg, #e24f06, #2979c4);
    margin-bottom: 20px;
    border-radius: 2px;
    transition: width 0.4s ease;
}
.service-block:hover .sb-rule { width: 70px; }

.sb-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.85;
    margin-bottom: 28px;
}

.sb-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
}

.sb-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.sb-list li i {
    font-size: 1rem !important;
    color: #e24f06 !important;
    flex-shrink: 0;
}

/* ---------- WHY CHOOSE — LIGHT ---------- */
.why-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.why-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #e24f06 30%, #2979c4 70%, transparent);
}

.why-head {
    text-align: center;
    margin-bottom: 72px;
}

.why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #e24f06;
    margin-bottom: 14px;
}
.why-eyebrow-line { width: 28px; height: 1px; background: #e24f06; }

.why-head h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 800;
    text-transform: uppercase;
    color: #00227e;
    line-height: 1;
    letter-spacing: -0.01em;
}
.why-head h2 span { color: #e24f06; }

.why-head .why-sub {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #888;
    max-width: 420px;
    margin: 16px auto 0;
    line-height: 1.8;
}

.why-rows {
    display: flex;
    flex-direction: column;
}

.why-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #ebebeb;
}
.why-row:last-child { border-bottom: 1px solid #ebebeb; }

.why-item {
    padding: 40px 36px;
    position: relative;
    border-right: 1px solid #ebebeb;
    transition: background 0.3s ease;
    cursor: default;
}
.why-item:last-child { border-right: none; }
.why-item:hover { background: #fdf8f5; }

.wi-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #ccc;
    margin-bottom: 20px;
    display: block;
}

.wi-icon-wrap {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: #fff4ee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.why-item:hover .wi-icon-wrap {
    background: #e24f06;
    transform: rotate(-4deg) scale(1.08);
}

.wi-icon-wrap i {
    font-size: 1.25rem !important;
    color: #e24f06 !important;
    transition: color 0.3s ease;
}
.why-item:hover .wi-icon-wrap i { color: #fff !important; }

.wi-title {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #111;
    margin-bottom: 10px;
}

.wi-desc {
    font-family: 'Barlow', sans-serif;
    font-size: 13.5px;
    font-weight: 300;
    color: #777;
    line-height: 1.85;
}

.why-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 36px; right: 36px;
    height: 2px;
    background: linear-gradient(90deg, #e24f06, #2979c4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.why-item:hover::after { transform: scaleX(1); }

/* ---------- PROCESS STRIP ---------- */
.process-strip {
    background: #e24f06;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}

.process-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.process-step { flex: 1; text-align: center; }

.ps-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(255,255,255,0.18);
    line-height: 1;
    margin-bottom: 4px;
}

.ps-label {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.ps-sub {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

.ps-arrow {
    color: rgba(255,255,255,0.3);
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* ---------- CTA BAND ---------- */
.services-cta {
    background: #f7f4f0;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, #e24f06 30%, #2979c4 70%, transparent);
}

.services-cta h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 800;
    text-transform: uppercase;
    color: #00227e;
    line-height: 1;
    margin-bottom: 16px;
}

.services-cta h2 span { color: #e24f06; }

.services-cta p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    max-width: 440px;
    margin: 0 auto 36px;
    line-height: 1.8;
}

.cta-btn-services {
    display: inline-block;
    background: #e24f06;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 48px 15px 32px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
    transition: background 0.25s, transform 0.2s;
}
.cta-btn-services:hover {
    background: #c43e00;
    transform: translateX(4px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
    .service-block { grid-template-columns: 1fr; }
    .service-block:nth-child(even) { direction: ltr; }
    .sb-visual { min-height: 280px; }
    .sb-content { padding: 40px 32px; }
    .sb-list { grid-template-columns: 1fr; }
    .why-row { grid-template-columns: 1fr 1fr; }
    .why-item { border-bottom: 1px solid #ebebeb; }
    .services-hero-content { padding: 0 2rem; }
    .process-inner { flex-direction: column; gap: 8px; }
    .ps-arrow { display: none; }
}

@media (max-width: 540px) {
    .why-row { grid-template-columns: 1fr; }
}
