/* GoBunnyy – modern, simple theme
   Palette: soft neutrals + blue accent */

/*------------------------------------------------------------------------------------------*/
/* 1. Website default */
/*------------------------------------------------------------------------------------------*/

body {
    background: #fafbfc;
}

a, .la-ball-triangle-path {
    color: #2B3D7E;
}

a:hover, #header.nav-solid nav a:hover {
    color: #2B3D7E;
}

.icon i {
    color: #2B3D7E;
}

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #2B3D7E;
}

.pricing-block-content:hover {
    border-color: rgba(43, 61, 126, 0.35);
}

/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/

#header nav a, #header i {
    color: #0f172a;
}

#header.nav-solid, #header.nav-solid i, #nav-mobile ul li a {
    color: #334155;
}

#header.nav-solid nav a {
    color: #334155;
}

#header.nav-solid a.button-primary,
#header.nav-solid a.button-primary:hover {
    color: #fff;
}

#header.nav-solid .active {
    color: #2B3D7E;
    border-color: #2B3D7E;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Primary & secondary */
/*------------------------------------------------------------------------------------------*/

.primary-color, .featured .pricing {
    background-color: #2B3D7E;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle,
.featured .pricing, .featured .pricing p {
    color: #fff;
}

.section-heading h2:after {
    background: #2B3D7E;
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin-top: 16px;
    border-radius: 2px;
}

.text-center .section-heading h2:after {
    margin: 16px auto 0 auto;
}

.primary-color .icon i, .primary-color i {
    color: #fff;
}

.secondary-color {
    background-color: #f1f5f9;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background: none;
}

/*------------------------------------------------------------------------------------------*/
/* 5. Typography – DM Sans */
/*------------------------------------------------------------------------------------------*/

body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e293b;
}

#banner h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    line-height: 1.15;
    font-weight: 700;
    color: #0f172a;
}

#banner h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #334155;
}

.section-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-weight: 700;
    color: #0f172a;
}

.section-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #64748b;
}

.section-heading h3 {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif;
    color: #0f172a;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

.button, input[type="submit"] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #2B3D7E;
    border-color: #2B3D7E;
    border-radius: 8px;
    border-width: 2px;
}

.button:hover, input[type="submit"]:hover {
    background: #1e2d5f;
    border-color: #1e2d5f;
    color: #fff;
}

#banner .hero-actions .button {
    font-size: 1rem;
    color: #0f172a;
    border-color: #0f172a;
    background: rgba(255, 255, 255, 0.95);
}

#banner .hero-actions .button:hover {
    color: #2B3D7E;
    border-color: #2B3D7E;
    background: #fff;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

#landing-footer i {
    color: inherit;
}

/* Skip link */
.skip-link {
    background: #2B3D7E;
    color: #fff;
}
.skip-link:focus {
    outline: 2px solid #0f172a;
}

/* Focus visible */
*:focus-visible {
    outline: 2px solid #2B3D7E;
    outline-offset: 2px;
}
