/* SERVICES PAGE STYLES */

/* Hero */
.svc-hero {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.svc-ambient-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(255,90,0,0.15) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-glow 8s infinite alternate;
}
@keyframes pulse-glow {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.1); opacity: 1; }
}
.svc-hero-content {
    max-width: 800px;
}
.svc-hero-sub {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin: 30px 0 40px 0;
}
.svc-hero-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

/* Services Grid */
.svc-overview {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.svc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.svc-card {
    background: rgba(20,20,20,0.6);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 50px;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
}
.svc-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,90,0,0.3);
}
.svc-num {
    position: absolute;
    top: 30px;
    right: 40px;
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    color: rgba(255,255,255,0.05);
    line-height: 1;
}
.svc-heading {
    font-family: 'Teko', sans-serif;
    font-size: clamp(30px, 4vw, 50px);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
}
.svc-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
    line-height: 1.5;
}
.svc-caps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
}
.svc-caps li {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #ff5a00;
    background: rgba(255,90,0,0.1);
    padding: 6px 12px;
    border-radius: 20px;
}
.svc-link {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}
.svc-link:hover { color: #ff5a00; }

/* Visual Abstracts */
.svc-visual {
    margin-top: 50px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 30px;
}
.svc-abstract { width: 100%; height: 100%; position: relative; }

/* Browser Mockup */
.browser-mockup { border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; background: rgba(0,0,0,0.5); padding: 10px; }
.mock-header { display: flex; gap: 5px; margin-bottom: 15px; }
.mock-header span { width: 8px; height: 8px; border-radius: 50%; background: #333; }
.mock-line { height: 6px; background: #222; border-radius: 3px; margin-bottom: 8px; }
.mock-box { height: 40px; background: rgba(255,90,0,0.1); border-radius: 4px; margin-top: 15px; }

/* Perf Gauge */
.perf-gauge { display: flex; justify-content: center; align-items: flex-end; position: relative; }
.gauge-svg { width: 150px; height: 75px; }
.gauge-needle { position: absolute; bottom: 5px; width: 4px; height: 60px; background: #fff; border-radius: 2px; transform-origin: bottom center; transform: rotate(45deg); animation: needle-swing 3s infinite ease-in-out alternate; }
@keyframes needle-swing { 0% { transform: rotate(-45deg); } 100% { transform: rotate(60deg); } }

/* Server Transfer */
.server-transfer { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.server-node { width: 40px; height: 60px; border: 2px solid rgba(255,255,255,0.2); border-radius: 4px; }
.glow-node { border-color: #ff5a00; box-shadow: 0 0 15px rgba(255,90,0,0.3); }
.transfer-line { flex: 1; height: 2px; background: rgba(255,255,255,0.1); margin: 0 20px; position: relative; }
.packet { width: 20px; height: 6px; background: #ff5a00; border-radius: 3px; position: absolute; top: -2px; animation: transfer 2s infinite linear; }
@keyframes transfer { 0% { left: 0; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: calc(100% - 20px); opacity: 0; } }

/* AI Core */
.ai-core { display: flex; align-items: center; justify-content: center; }
.core-center { width: 30px; height: 30px; background: #ff5a00; border-radius: 50%; box-shadow: 0 0 20px #ff5a00; z-index: 2; }
.core-ring { position: absolute; border: 1px dashed rgba(255,255,255,0.2); border-radius: 50%; animation: spin 10s infinite linear; }
.r1 { width: 80px; height: 80px; }
.r2 { width: 130px; height: 130px; animation-direction: reverse; animation-duration: 15s; }
@keyframes spin { 100% { transform: rotate(360deg); } }

/* Creative Frames */
.creative-frames { position: relative; width: 150px; margin: 0 auto; }
.c-frame { position: absolute; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.8); border-radius: 8px; }
.f1 { width: 100px; height: 120px; top: 10px; left: 0; transform: rotate(-10deg); border-color: rgba(255,90,0,0.3); }
.f2 { width: 120px; height: 80px; top: 30px; left: 20px; transform: rotate(5deg); background: rgba(255,90,0,0.05); }
.f3 { width: 80px; height: 80px; top: 50px; left: 60px; transform: rotate(15deg); }

/* Workflow Nodes */
.wf-nodes { display: flex; align-items: center; justify-content: center; gap: 10px; }
.wf-node { width: 30px; height: 30px; background: #222; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); z-index: 2; }
.wf-node.n2 { background: #ff5a00; border-color: #ff5a00; }
.wf-line { width: 40px; height: 2px; background: rgba(255,255,255,0.1); position: relative; }
.wf-line::after { content: ''; position: absolute; top: -2px; left: 0; width: 10px; height: 6px; background: #fff; border-radius: 3px; animation: flow 2s infinite; }
.l2::after { animation-delay: 1s; background: #ff5a00; }
@keyframes flow { 100% { left: 30px; opacity: 0; } }

/* Process Timeline */
.svc-process { padding: 100px 0; background: #050505; }
.process-timeline { display: flex; justify-content: space-between; margin-top: 60px; position: relative; }
.process-timeline::before { content: ''; position: absolute; top: 30px; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); z-index: 1; }
.pt-item { flex: 1; position: relative; z-index: 2; padding-right: 20px; }
.pt-num { width: 60px; height: 60px; background: #050505; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Teko', sans-serif; font-size: 24px; color: #ff5a00; margin-bottom: 20px; }
.pt-title { font-family: 'Teko', sans-serif; font-size: 28px; font-weight: 400; color: #fff; margin-bottom: 10px; }
.pt-desc { font-family: 'Outfit', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); }

/* Coming Soon */
.svc-coming-soon { padding: 80px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.cs-grid { display: flex; gap: 30px; margin-top: 40px; }
.cs-card { flex: 1; padding: 40px; border: 1px dashed rgba(255,255,255,0.2); border-radius: 12px; display: flex; justify-content: space-between; align-items: center; background: rgba(0,0,0,0.3); }
.cs-card h3 { font-family: 'Teko', sans-serif; font-size: 30px; font-weight: 400; color: rgba(255,255,255,0.5); margin: 0; }
.cs-badge { font-family: 'Outfit', sans-serif; font-size: 12px; background: rgba(255,255,255,0.1); padding: 5px 10px; border-radius: 20px; color: rgba(255,255,255,0.6); }

/* Final CTA */
.svc-final-cta { padding: 120px 0; text-align: center; background: radial-gradient(circle at center, rgba(255,90,0,0.1) 0%, rgba(0,0,0,0) 60%); }
.fc-content { max-width: 600px; margin: 0 auto; }
.fc-desc { font-family: 'Outfit', sans-serif; font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 40px; line-height: 1.6; }

/* Responsive */
@media (max-width: 1024px) {
    .svc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .main-heading { font-size: 50px; }
    .svc-hero { padding: 20px 0 40px 0; min-height: auto; }
    .process-timeline { flex-direction: column; gap: 40px; }
    .process-timeline::before { width: 1px; height: 100%; top: 0; left: 30px; }
    .pt-item { padding-left: 80px; }
    .pt-num { position: absolute; left: 0; top: 0; }
    .cs-grid { flex-direction: column; }
    .cs-card { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (max-width: 480px) {
    .main-heading { font-size: 40px; }
    .svc-heading { font-size: 30px; }
    .svc-card { padding: 30px; }
    .svc-num { top: 20px; right: 20px; font-size: 50px; }
}
