
.hero,
.web-section {
    padding-left: 20px;
    padding-right: 20px;
}
/* Hero Section */
.hero {
    padding: 120px 0 80px;
    text-align: center;
    background: none;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    color: white;
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 40px;
    font-weight: 300;
    color: white;
}

/* Web Section */
.web-section {
    padding: 100px 0;
    background: none;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}



.web-content {
    max-width: 900px;
    margin: 0 auto;
}

.web-intro {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* Service Focus */
.service-focus {
    margin: 40px 0;
}

.focus-intro {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
    color: #fcC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.focus-list {
    list-style: none;
    margin: 0 auto;
    max-width: 600px;
}

.focus-list li {
    padding: 15px 0;
    position: relative;
    padding-left: 30px;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.focus-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fcC005;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* Approach Questions */
.approach-questions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
    align-items: center;
}

.question {
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    min-height: 150px;
    grid-column: auto / span 1;
}

.question-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fcC005;
    font-size: 2rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.question::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #fcC005;
}

.question:hover {
    transform: translateY(-10px);
}

.number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fcC005;
    margin-bottom: 15px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.question p {
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.approach-conclusion {
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    color: white;
    margin-top: 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.approach-conclusion a {
    color: #fcC005;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.approach-conclusion a:hover {
    text-decoration: underline;
    color: #fff;
}

/* Deliver Grid */
.deliver-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.deliver-item {
    text-align: center;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.deliver-item:hover {
    transform: translateY(-10px);
}

.deliver-item i {
    font-size: 3rem;
    color: #fcC005;
    margin-bottom: 20px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.deliver-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.deliver-note {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 40px;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* Matters Grid */
.matters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.matter {
    text-align: center;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.matter:hover {
    transform: translateY(-10px);
}

.matter i {
    font-size: 3rem;
    color: #fcC005;
    margin-bottom: 20px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.matter h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* Closing Section */
.closing-section {
    padding: 100px 0;
    background: none;
    color: white;
    text-align: center;
}

.closing-content {
    max-width: 600px;
    margin: 0 auto;
}

.closing-intro {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.9;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}


@media (max-width: 575px) {

    .hero {
        padding: 100px 20px 60px;
    }

    .hero-title {
        font-size: 2.1rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .web-section {
        padding: 70px 20px;
    }

    .web-intro {
        font-size: 1.05rem;
    }

    .focus-intro {
        font-size: 1.1rem;
    }

    .focus-list li {
        font-size: 1rem;
    }

    /* Questions stack */
    .approach-questions {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .question {
        padding: 25px;
        min-height: auto;
    }

    .deliver-item,
    .matter {
        padding: 30px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2.1rem;
    }

    .approach-questions {
        grid-template-columns: 1fr;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .hero-title {
        font-size: 2.9rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 2.3rem;
    }

    .approach-questions {
        grid-template-columns: repeat(2, 1fr);
    }

    .web-content {
        padding: 0 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .hero-title {
        font-size: 3.2rem;
    }

    .section-title {
        font-size: 2.4rem;
    }
}

@media (min-width: 1200px) {

    .hero {
        padding: 140px 0 90px;
    }

    .hero-content {
        max-width: 900px;
    }

    .web-content {
        max-width: 1000px;
    }
}


/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Scroll animations */
.web-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.web-section.visible {
    opacity: 1;
    transform: translateY(0);
}