/* ====================
Base
==================== */

body {
    background-color: #2E2E2E;
    color: #F5F5F5;
    font-family: Arial, sans-serif;
}

a {
    transition: 0.2s ease;
}


/* ====================
Navbar
==================== */

.navbar-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
}


/* ====================
Hero
==================== */

.hero-section {
    background:
        radial-gradient(circle at bottom left, rgba(245, 245, 245, 0.08), transparent 30%),
        linear-gradient(135deg, #2E2E2E 0%, #1f1f1f 50%, #111827 100%);
    color: #F5F5F5;
    padding: 100px 20px;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.25rem;
    margin: 20px auto;
    max-width: 700px;
}


/* ====================
Premium Homepage Hero
==================== */

.hero-section.premium-hero {
    background:
        radial-gradient(circle at top left, rgba(245, 245, 245, 0.09), transparent 28%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.18), transparent 30%),
        linear-gradient(135deg, #2E2E2E 0%, #1f1f1f 48%, #111827 100%);
    padding: 120px 20px;
    text-align: left;
    overflow: hidden;
}

.hero-section.premium-hero .hero-content h1 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 1.05;
    max-width: 900px;
}

.hero-section.premium-hero .hero-lead {
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 720px;
    margin: 24px 0;
    color: #d1d5db;
}

.hero-eyebrow,
.section-eyebrow {
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-card-wrapper {
    display: flex;
    justify-content: center;
}

.hero-card {
    background: rgba(245, 245, 245, 0.08);
    border: 1px solid rgba(245, 245, 245, 0.16);
    border-radius: 22px;
    padding: 34px;
    color: #F5F5F5;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    max-width: 420px;
}

.hero-card-label {
    color: #cbd5e1;
    font-weight: 800;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 14px;
}

.hero-card h2 {
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.hero-card li {
    margin-bottom: 10px;
    color: #e5e7eb;
}


/* ====================
Trust Strip
==================== */

.trust-strip {
    background-color: #1f1f1f;
    border-top: 1px solid rgba(245, 245, 245, 0.12);
    border-bottom: 1px solid rgba(245, 245, 245, 0.12);
    padding: 34px 0;
}

.trust-item h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #F5F5F5;
}

.trust-item p {
    color: #cbd5e1;
    margin-bottom: 0;
    font-size: 0.95rem;
}


/* ====================
Section Headings
==================== */

.section-heading {
    max-width: 820px;
    margin: 0 auto 42px;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
}

.section-heading p {
    color: #d1d5db;
    font-size: 1.05rem;
    line-height: 1.7;
}


/* ====================
Cards
==================== */

.service-card {
    background-color: #F5F5F5;
    color: #2E2E2E;
    border: none;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: bold;
}

.premium-service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.premium-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.featured-card {
    border: 1px solid rgba(37, 99, 235, 0.45);
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background-color: #2E2E2E;
    color: #F5F5F5;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    margin-bottom: 18px;
}

.card-link {
    color: #2E2E2E;
    font-weight: 800;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}


/* ====================
Website Feature Section
==================== */

.website-feature-section {
    background:
        radial-gradient(circle at top right, rgba(245, 245, 245, 0.08), transparent 28%),
        linear-gradient(135deg, #1f1f1f 0%, #2E2E2E 100%);
    color: #F5F5F5;
    padding: 80px 20px;
    margin: 70px 0;
}

.website-feature-section h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
}

.website-feature-section p {
    color: #d1d5db;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 20px 0 28px;
}

.website-preview-card {
    background-color: #F5F5F5;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    transform: rotate(1deg);
}

.preview-topbar {
    background-color: #d1d5db;
    padding: 14px;
    display: flex;
    gap: 8px;
}

.preview-topbar span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2E2E2E;
    opacity: 0.55;
}

.preview-content {
    padding: 34px;
}

.preview-line {
    height: 14px;
    background-color: #d1d5db;
    border-radius: 999px;
    margin-bottom: 14px;
}

.preview-title {
    height: 28px;
    width: 72%;
    background-color: #2E2E2E;
}

.preview-line.short {
    width: 55%;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 32px 0;
}

.preview-grid div {
    height: 90px;
    background-color: #e5e7eb;
    border-radius: 14px;
}

.preview-button {
    height: 38px;
    width: 150px;
    background-color: #2E2E2E;
    border-radius: 999px;
}


/* ====================
Process Section
==================== */

.process-step {
    background-color: #1f1f1f;
    color: #F5F5F5;
    padding: 28px;
    border-radius: 18px;
    height: 100%;
    border: 1px solid rgba(245, 245, 245, 0.15);
}

.step-number {
    display: block;
    color: #9ca3af;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
    margin-bottom: 14px;
}

.process-step h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.process-step p {
    color: #cbd5e1;
    margin-bottom: 0;
}


/* ====================
CTA
==================== */

.cta-section {
    background:
        radial-gradient(circle at top left, rgba(245, 245, 245, 0.08), transparent 30%),
        linear-gradient(135deg, #1f1f1f 0%, #2E2E2E 100%);
    color: #F5F5F5;
    padding: 60px 25px;
    border-radius: 22px;
    margin: 70px 0;
    border: 1px solid rgba(245, 245, 245, 0.12);
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
}

.cta-section p {
    max-width: 760px;
    margin: 16px auto 28px;
    color: #d1d5db;
    font-size: 1.05rem;
    line-height: 1.7;
}


/* ====================
About Page
==================== */

.about-section p {
    font-size: 1.05rem;
    line-height: 1.7;
}


/* ====================
Contact Page
==================== */

.contact-form {
    background-color: #F5F5F5;
    color: #2E2E2E;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.form-response {
    font-weight: bold;
    text-align: center;
    color: #F5F5F5;
}

.hidden {
    display: none;
}


/* ====================
Footer
==================== */

.site-footer {
    background-color: #1f1f1f;
    color: #F5F5F5;
    text-align: center;
    padding: 30px 15px;
    margin-top: 50px;
}

.footer-line {
    border: none;
    border-top: 1px solid #555;
    margin: 20px auto;
    width: 90%;
}

.footer-links a {
    color: #F5F5F5;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-brand {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5px;
}


/* ====================
Responsive
==================== */

@media (max-width: 991px) {
    .hero-section.premium-hero {
        text-align: center;
        padding: 90px 20px;
    }

    .hero-section.premium-hero .hero-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-card-wrapper {
        margin-top: 45px;
    }
}

@media (max-width: 768px) {
    .trust-item {
        margin-bottom: 24px;
    }

    .trust-item:last-child {
        margin-bottom: 0;
    }

    .website-preview-card {
        transform: none;
    }

    .preview-grid {
        grid-template-columns: 1fr;
    }
}

.social-links {
    margin-top: 18px;
    margin-bottom: 0;
}

.social-links a {
    color: #F5F5F5;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.social-links a:hover {
    text-decoration: underline;
}

.social-icon {
    width: 22px;
    height: 22px;
    fill: #F5F5F5;
}

.service-detail-card {
    background: rgba(245, 245, 245, 0.08);
    border: 1px solid rgba(245, 245, 245, 0.16);
    border-radius: 22px;
    padding: 34px;
    color: #F5F5F5;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.service-detail-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.service-detail-card p,
.service-detail-card li {
    color: #d1d5db;
    line-height: 1.7;
}

.service-detail-card li {
    margin-bottom: 10px;
}

.light-card {
    background-color: #F5F5F5;
    color: #2E2E2E;
}

.light-card p,
.light-card li {
    color: #2E2E2E;
}

.large-copy {
    color: #d1d5db;
    font-size: 1.1rem;
    line-height: 1.8;
}

.help-box {
    background-color: #1f1f1f;
    color: #F5F5F5;
    padding: 42px 28px;
    border-radius: 22px;
    border: 1px solid rgba(245, 245, 245, 0.12);
}

.help-box h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
}

.help-box p {
    max-width: 760px;
    margin: 16px auto 0;
    color: #d1d5db;
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-help-box {
    margin-top: 24px;
}

.contact-help-box h3 {
    font-size: 1.35rem;
    font-weight: 800;
}

.contact-help-box a {
    color: #F5F5F5;
    font-weight: 800;
    text-decoration: none;
}

.contact-help-box a:hover {
    text-decoration: underline;
}

.work-preview-card {
    transform: rotate(-1deg);
}

@media (max-width: 768px) {
    .work-preview-card {
        transform: none;
    }
}

.work-image-card {
    background-color: #111827;
    border: 1px solid rgba(245, 245, 245, 0.16);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    transform: rotate(-1deg);
    max-height: 380px;
}

.work-image-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top left;
    display: block;
}

@media (max-width: 768px) {
    .work-image-card {
        transform: none;
        max-height: none;
    }

    .work-image-card img {
        height: auto;
    }
}