/* ========================================================
   WEBMAINTENANCE.CSS — Website Maintenance Page Styles
   Adlverse Service Page Design System (Dashboard Area)
   ======================================================== */

/* ========== HERO BANNER IMAGE SECTION ========== */
.hero-sectionWebMaintenance {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1600&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

    .hero-sectionWebMaintenance::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(4, 28, 69, 0.7) 0%, rgba(0, 88, 190, 0.4) 100%);
    }

@media (max-width: 1024px) {
    .hero-sectionWebMaintenance {
        min-height: 280px;
    }
}

@media (max-width: 768px) {
    .hero-sectionWebMaintenance {
        min-height: 220px;
    }
}

/* ========== SECTION 1: HERO SECTION CSS ========== */
.svhro-capabilities-page {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.svhro-hero-section {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.svhro-hero-content h1 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 1.25rem;
}

    .svhro-hero-content h1 span {
        color: #0058be;
        background: linear-gradient(135deg, #0058be 0%, #3b82f6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.svhro-hero-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 2rem;
    max-width: 95%;
}

.svhro-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #041c45;
    color: #ffffff;
    font-weight: 600;
    padding: 0.9rem 2.25rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(4, 28, 69, 0.2);
}

    .svhro-hero-cta:hover {
        background-color: #0058be;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -3px rgba(0, 88, 190, 0.3);
    }

/* Contact Form inside Hero */
.svhro-contact-form-container {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
}

    .svhro-contact-form-container h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        color: #0f172a;
    }

.svhro-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.svhro-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.svhro-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}

.svhro-form-input,
.svhro-form-select,
.svhro-form-textarea {
    width: 100%;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.2s ease;
    color: #1e293b;
}

    .svhro-form-input:focus,
    .svhro-form-select:focus,
    .svhro-form-textarea:focus {
        background-color: #ffffff;
        border-color: #0058be;
        box-shadow: 0 0 0 3px rgba(0, 88, 190, 0.15);
    }

.svhro-form-textarea {
    resize: none;
    height: 4.5rem;
}

.svhro-submit-button {
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1rem;
    font-family: inherit;
    transition: background-color 0.2s, transform 0.1s;
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .svhro-submit-button:hover {
        background-color: #1e293b;
    }

    .svhro-submit-button:active {
        transform: scale(0.98);
    }

@media (max-width: 1024px) {
    .svhro-hero-section {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .svhro-hero-content h1 {
        font-size: 2.25rem;
    }
}

/* ========== SECTION 2: SERVICE INTRO CSS ========== */
.svwhy-section {
    padding: 5rem 1.5rem;
    background-color: #f8fafc;
}

.svwhy-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.svwhy-overline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0058be;
    margin-bottom: 0.75rem;
}

.svwhy-overline-line {
    width: 32px;
    height: 2px;
    background-color: #0058be;
}

.svwhy-overline-text {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.svwhy-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin-bottom: 1.5rem;
}

.svwhy-description {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 1.5rem;
}

/* ========== SECTION 3: CAPABILITIES CARDS CSS ========== */
.svexp-section {
    padding: 5rem 1.5rem;
    max-width: 1350px;
    margin: 0 auto;
}

.svexp-header {
    margin-bottom: 3.5rem;
}

.svexp-overline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0058be;
    margin-bottom: 0.75rem;
}

.svexp-overline-line {
    width: 32px;
    height: 2px;
    background-color: #0058be;
}

.svexp-overline-text {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.svexp-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 1rem;
}

.svexp-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #475569;
    max-width: 1000px;
}

.svexp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.svexp-card {
    position: relative;
    background-color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.25rem 2rem;
    border-radius: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-height: 320px;
    overflow: hidden;
    justify-content: flex-end;
}

.svexp-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    transition: all 0.4s ease;
    z-index: 1;
}

.svexp-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 20%, rgba(15, 23, 42, 0.5) 70%, rgba(15, 23, 42, 0.2) 100%);
    z-index: 2;
}

.svexp-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.svexp-card-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 88, 190, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: #60a5fa;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.svexp-card:hover .svexp-card-icon {
    background-color: #0058be;
    color: #ffffff;
}

.svexp-card-icon .material-symbols-outlined {
    font-size: 24px;
}

.svexp-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    transition: color 0.3s ease;
}

.svexp-card:hover h3 {
    color: #60a5fa;
}

.svexp-card p {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.svexp-card:hover {
    transform: translateY(-8px);
    border-color: #0058be;
    box-shadow: 0 20px 25px -5px rgba(0, 88, 190, 0.25), 0 10px 10px -5px rgba(0, 88, 190, 0.1);
}

    .svexp-card:hover .svexp-card-bg {
        transform: scale(1.1);
        opacity: 0.45;
    }

@media (max-width: 1024px) {
    .svexp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .svexp-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== SECTION 4: TECHNICAL EXCELLENCE ========== */
.svsnd-tech-section {
    padding: 5rem 1.5rem;
    background-color: #041C45;
    color: #ffffff;
}

.svsnd-tech-inner {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.svsnd-tech-header {
    margin-bottom: 3.5rem;
    max-width: 900px;
}

.svsnd-tech-overline {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
}

.svsnd-tech-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

.svsnd-tech-description {
    font-size: 1.1rem;
    color: #cbd5e1;
    line-height: 1.7;
}

.svsnd-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.svsnd-tech-card {
    background-color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.75rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

    .svsnd-tech-card:hover {
        transform: translateY(-8px);
        background-color: #1e293b;
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
        border-color: #60a5fa;
    }

.svsnd-icon-container {
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2.5rem;
    width: 2.5rem;
    transition: all 0.4s ease;
}

    .svsnd-icon-container .material-symbols-outlined {
        font-size: 32px;
    }

.svsnd-tech-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.svsnd-tech-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.svsnd-tech-card-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #cbd5e1;
}

.svsnd-tech-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}

.svsnd-tech-tag {
    padding: 4px 8px;
    background-color: rgba(96, 165, 250, 0.1);
    color: #93c5fd;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid rgba(96, 165, 250, 0.15);
}

@media (max-width: 1024px) {
    .svsnd-tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .svsnd-tech-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== SECTION 5: WHY DO BUSINESSES TRUST US ========== */
.svtrd-main-section {
    padding: 5rem 1.5rem;
    background-color: #f8fafc;
}

.svtrd-container {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.svtrd-content-header {
    margin-bottom: 3.5rem;
}

.svtrd-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0058be;
    margin-bottom: 0.75rem;
}

.svtrd-badge-line {
    width: 32px;
    height: 2px;
    background-color: #0058be;
}

.svtrd-badge-text {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.svtrd-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 1.25rem;
}

.svtrd-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #475569;
    max-width: 1100px;
}

.svtrd-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.svtrd-trust-card {
    opacity: 1 !important;
    transform: none !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    padding: 1.75rem !important;
    border-radius: 0.75rem !important;
    transition: all 0.4s ease !important;
    display: flex !important;
    gap: 1.5rem !important;
    align-items: flex-start !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02) !important;
}

    .svtrd-trust-card:hover {
        box-shadow: 0 15px 30px -10px rgba(15, 23, 42, 0.08) !important;
        transform: translateY(-3px) !important;
        border-color: #0058be !important;
    }

.svtrd-icon-container {
    flex-shrink: 0 !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #eff6ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0.5rem !important;
    color: #0058be !important;
}

    .svtrd-icon-container .material-symbols-outlined {
        font-size: 24px !important;
    }

.svtrd-card-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

    .svtrd-card-content h3 {
        font-size: 1.2rem !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        line-height: 1.4 !important;
        margin: 0 0 0.5rem 0 !important;
        transition: color 0.3s ease !important;
    }


.svtrd-trust-card:hover .svtrd-card-content h3 {
    color: #0058be;
}

.svtrd-card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

@media (max-width: 1024px) {
    .svtrd-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ========== SECTION 6: FAQ ========== */
.svfaq-main-section {
    background-color: #f8fafc;
    padding: 5rem 1.5rem;
}

.svfaq-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.svfaq-faq-hero {
    text-align: center;
    margin-bottom: 3.5rem;
}

.svfaq-faq-hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.svfaq-faq-hero-subtitle {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.6;
}

.svfaq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.svfaq-accordion-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

    .svfaq-accordion-item:hover {
        box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.05);
        border-color: #0058be;
    }

.svfaq-accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

    .svfaq-accordion-trigger:focus {
        outline: none;
    }

.svfaq-accordion-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.svfaq-accordion-item:hover .svfaq-accordion-title {
    color: #0058be;
}

.svfaq-accordion-icon {
    color: #0058be;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.svfaq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.svfaq-accordion-inner {
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid transparent;
}

.svfaq-accordion-text {
    color: #475569;
    font-size: 0.975rem;
    line-height: 1.7;
}

.svfaq-accordion-item.active .svfaq-accordion-content {
    max-height: 500px;
}

.svfaq-accordion-item.active .svfaq-accordion-icon {
    transform: rotate(180deg);
}

/* ========== SECTION 7: FINAL CTA ========== */
.svcta-main-section {
    padding: 5rem 1.5rem;
    background-color: #ffffff;
}

.svcta-cta-banner-container {
    position: relative;
    background-color: #041C45;
    border-radius: 1.5rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    max-width: 1350px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(4, 28, 69, 0.25);
}

.svcta-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    z-index: 10;
}

.svcta-cta-heading {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.svcta-cta-description {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.svcta-cta-button-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #0058be;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem 2.25rem;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: fit-content;
    box-shadow: 0 10px 15px -3px rgba(0, 88, 190, 0.2);
}

    .svcta-cta-button-inline:hover {
        background-color: #3b82f6;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -3px rgba(0, 88, 190, 0.3);
    }

.svcta-cta-visual {
    position: relative;
    min-height: 350px;
}

.svcta-cta-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {
    .svcta-cta-banner-container {
        grid-template-columns: 1fr;
    }

    .svcta-cta-visual {
        min-height: 250px;
    }

    .svcta-cta-content {
        padding: 2.5rem 1.5rem;
    }

    .svcta-cta-heading {
        font-size: 1.75rem;
    }
}

@media (max-width: 640px) {
    .svwhy-section, .svexp-section, .svsnd-tech-section, .svtrd-main-section, .svfaq-main-section, .svcta-main-section {
        padding: 3rem 1.25rem !important;
    }

    .svwhy-title, .svexp-title, .svsnd-tech-title, .svtrd-title, .svfaq-faq-hero-title {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 480px) {
    /* Clamp viewport to prevent horizontal shift and overflow */
    html, body {
        overflow-x: hidden !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .svwhy-section, .svexp-section, .svsnd-tech-section, .svtrd-main-section, .svfaq-main-section, .svcta-main-section {
        padding: 2.5rem 1rem !important;
    }

    .svwhy-title, .svexp-title, .svsnd-tech-title, .svtrd-title, .svfaq-faq-hero-title {
        font-size: 1.5rem !important;
    }

    .svhro-capabilities-page {
        padding: 2rem 1rem !important;
    }

    .svhro-hero-content h1 {
        font-size: 1.85rem !important;
    }

    .svhro-contact-form-container {
        padding: 1.5rem 1rem !important;
    }

    .svtrd-trust-card {
        padding: 1.25rem 1rem !important;
        gap: 1rem !important;
    }
}
