* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    line-height: 1.7;
    color: #2d3748;
    background: #f7f7f7;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

main {
    padding: 0;
}

/* Hero section - Mobirise style */
.hero {
    background: linear-gradient(135deg, #188ef4 0%, #1565c0 100%);
    color: white;
    padding: 0;
    text-align: center;
    border: none;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 142, 244, 0.4);
    z-index: 1;
}

.hero-section {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%23188ef4" width="1920" height="1080"/></svg>');
    background-size: cover;
    background-position: center;
    padding: 100px 60px;
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 142, 244, 0.85);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 800px;
}

.hero-subtitle {
    font-size: 3rem;
    font-weight: 300;
    margin: 0 0 30px 0;
    letter-spacing: 0.02em;
}

.animated-priorities {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 30px 0;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.priority-text {
    font-family: 'Georgia', serif;
    font-style: italic;
}

.hero-description {
    font-size: 1.3rem;
    font-weight: 300;
    margin-top: 30px;
    line-height: 1.8;
}

h1 {
    color: white;
    margin: 0 0 12px 0;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: 'Georgia', serif;
    letter-spacing: 0.02em;
}

.subtitle {
    font-size: 1.15rem;
    opacity: 0.95;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}

/* Content sections */
h2 {
    color: #3d6b1f;
    margin: 0;
    padding: 45px 60px 20px;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Georgia', serif;
    border-left: 6px solid #84cc16;
    background: linear-gradient(90deg, #f7fee7 0%, transparent 100%);
}

h3 {
    color: #4a7c23;
    margin: 30px 60px 15px;
    padding: 20px 0 10px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Georgia', serif;
    border-bottom: 2px solid #d9f99d;
}

p {
    margin: 0 60px 25px;
    font-size: 1.05rem;
    line-height: 1.9;
    text-align: justify;
    color: #4a5568;
}

/* Priority section - highlighted */
main > h2:first-of-type {
    background: linear-gradient(135deg, #f7fee7 0%, #ecfccb 100%);
    border-left: 6px solid #65a30d;
    margin: 0;
}

main > h2:first-of-type + h3 {
    background: linear-gradient(135deg, #f7fee7 0%, #ecfccb 100%);
    margin: 0;
    padding: 15px 60px;
    border: none;
    font-size: 1.4rem;
    color: #365314;
    font-weight: 700;
}

main > h2:first-of-type + h3::before {
    content: '✓ ';
    color: #65a30d;
    margin-right: 8px;
}

main > h2:first-of-type + h3 + p {
    background: linear-gradient(135deg, #f7fee7 0%, #ecfccb 100%);
    padding-bottom: 40px;
    margin-bottom: 0;
}

/* Welcome section */
main > h2:nth-of-type(2) {
    background: white;
    border-left-color: #84cc16;
}

/* Services section */
main > h2:nth-of-type(3) {
    background: #fafaf9;
    margin-top: 0;
}

main > h2:nth-of-type(3) + h3 {
    background: white;
    margin: 15px 0 0 0;
    padding: 30px 60px 15px;
    border-bottom: 2px solid #d9f99d;
    border-left: 4px solid #84cc16;
}

main > h2:nth-of-type(3) ~ h3 {
    background: white;
    margin: 2px 0 0 0;
    padding: 30px 60px 15px;
    border-bottom: 2px solid #d9f99d;
    border-left: 4px solid #84cc16;
}

main > h2:nth-of-type(3) + h3 + p,
main > h2:nth-of-type(3) ~ h3 + p {
    background: white;
    margin: 0 0 2px 0;
    padding: 0 60px 30px 60px;
    border-left: 4px solid #84cc16;
}

/* Dividers */
hr {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, transparent, #84cc16, transparent);
    margin: 50px 60px;
}

/* Banking details section */
main > h2:nth-of-type(4) {
    background: #f8fafc;
    border-left-color: #65a30d;
}

main > h2:nth-of-type(4) + p {
    background: #f8fafc;
}

main > h2:nth-of-type(4) ~ p {
    background: #f8fafc;
    margin-bottom: 0;
}

main > h2:nth-of-type(4) ~ p strong {
    color: #3d6b1f;
    display: block;
    margin-top: 20px;
    font-size: 1.08rem;
}

/* Contact section */
main > h2:nth-last-of-type(1) {
    background: linear-gradient(135deg, #2d5016 0%, #3d6b1f 100%);
    color: white;
    border: none;
    padding: 45px 60px 30px;
    margin: 0;
}

main > h2:nth-last-of-type(1) + p {
    background: linear-gradient(135deg, #2d5016 0%, #3d6b1f 100%);
    color: #e8f5e9;
    margin: 0;
    padding: 0 60px 20px;
}

main > h2:nth-last-of-type(1) + p + p {
    background: linear-gradient(135deg, #2d5016 0%, #3d6b1f 100%);
    color: white;
    margin: 0;
    padding: 10px 60px;
}

main > h2:nth-last-of-type(1) + p + p strong {
    color: #d9f99d;
}

main > h2:nth-last-of-type(1) ~ p:nth-last-of-type(2) {
    background: linear-gradient(135deg, #2d5016 0%, #3d6b1f 100%);
    color: #cbd5e0;
    font-style: italic;
    padding: 10px 60px 40px;
}

/* Footer */
main > p:last-of-type {
    background: #1a365d;
    color: #94a3b8;
    text-align: center;
    padding: 25px 60px;
    margin: 0;
    font-family: -apple-system, sans-serif;
}

main > p:last-of-type small {
    color: #64748b;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    body {
        padding: 15px 10px;
    }

    .hero {
        padding: 50px 30px;
    }

    h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.05rem;
    }

    h2 {
        font-size: 1.6rem;
        padding: 30px 30px 15px;
    }

    h3 {
        font-size: 1.35rem;
        margin: 20px 30px 10px;
        padding: 15px 30px 10px;
    }

    p {
        font-size: 1rem;
        margin: 0 30px 20px;
        padding: 0 30px 20px;
    }

    hr {
        margin: 30px 30px;
    }

    main > h2:nth-of-type(3) + h3,
    main > h2:nth-of-type(3) ~ h3 {
        padding: 25px 30px 10px;
    }

    main > h2:nth-of-type(3) + h3 + p,
    main > h2:nth-of-type(3) ~ h3 + p {
        padding: 0 30px 25px 30px;
    }

    main > h2:nth-last-of-type(1),
    main > h2:nth-last-of-type(1) + p,
    main > h2:nth-last-of-type(1) + p + p,
    main > h2:nth-last-of-type(1) ~ p:nth-last-of-type(2) {
        padding-left: 30px;
        padding-right: 30px;
    }

    main > p:last-of-type {
        padding: 20px 30px;
    }
}
