@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

.site-page {
    --surface: #f8f3fc;
    --surface-soft: #f3ebfa;
    --ink: #2f2140;
    --ink-soft: #4f3c62;
    --primary-strong: #603683;
    color: var(--ink);
    font-family: 'Plus Jakarta Sans', sans-serif;
    background:
        radial-gradient(circle at 0% 12%, rgba(117, 69, 155, 0.11), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(117, 69, 155, 0.1), transparent 42%),
        linear-gradient(180deg, #fcfaff 0%, #f6f0fb 42%, #ffffff 100%);
}

.site-page h1,
.site-page h2,
.site-page h3 {
    font-family: 'Fraunces', serif;
    letter-spacing: 0.01em;
    text-transform: none;
    color: var(--ink);
}

.site-page h1 {
    line-height: 1.1;
}

.site-page h2 {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-page p {
    color: var(--ink-soft);
}

.site-page .header {
    box-shadow: 0 18px 40px rgba(56, 32, 79, 0.14);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
}

.site-page .header .contact {
    background: linear-gradient(120deg, var(--primary) 0%, var(--primary-strong) 100%);
}

.site-page .header .contact p,
.site-page .header .contact i {
    color: #ffffff;
}

.site-page .header .navigation {
    border-bottom: 1px solid rgba(117, 69, 155, 0.12);
}

.site-page .header .navigation .brand a {
    color: var(--ink);
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    text-transform: none;
}

.site-page .header .navigation .links {
    gap: 0.6rem;
}

.site-page .header .navigation .links a {
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    text-transform: none;
    padding: 0.55rem 1rem;
}

.site-page .header .navigation .links a:hover {
    color: var(--primary);
    background: rgba(117, 69, 155, 0.1);
    border-color: rgba(117, 69, 155, 0.28);
}

.site-page .hero,
.site-page .hero-alt {
    position: relative;
    background:
        linear-gradient(110deg, rgba(45, 24, 63, 0.86), rgba(58, 31, 82, 0.68)),
        url(images/hero_background_1.png);
    background-position: center;
    background-size: cover;
}

.site-page .hero .title,
.site-page .hero-alt .title {
    width: 100%;
}

.site-page .hero .title h1,
.site-page .hero-alt .title h1,
.site-page .hero .title p,
.site-page .hero-alt .title p {
    color: #f8f2ff;
}

.site-page .hero .title form input[type=password] {
    border: 1px solid rgba(117, 69, 155, 0.25);
    background: rgba(255, 255, 255, 0.92);
}

.site-page .hero .title button,
.site-page button {
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(56, 32, 79, 0.18);
}

.site-page .title-1,
.site-page .title-2,
.site-page .accordion,
.site-page .carousel {
    animation: rise-site 0.7s ease;
}

.site-page .title-1 {
    gap: 3rem;
}

.site-page .title-1 .content {
    align-items: flex-start;
    text-align: left;
}

.site-page .title-1 .content h2,
.site-page .title-2 .title h2,
.site-page .accordion .content h2 {
    color: var(--primary);
}

.site-page .title-1 .content.form {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(117, 69, 155, 0.16);
    border-radius: 1.5rem;
    box-shadow: 0 18px 35px rgba(56, 32, 79, 0.1);
    padding: 2rem;
}

.site-page .title-1 .content .details {
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
}

.site-page .title-1 .content .details .item {
    background: #ffffff;
    border: 1px solid rgba(117, 69, 155, 0.2);
    border-radius: 1.2rem;
    box-shadow: 0 12px 20px rgba(56, 32, 79, 0.08);
    padding: 1rem;
}

.site-page .title-1 .image,
.site-page .accordion .image {
    border: 6px solid #ffffff;
    box-shadow: 0 22px 40px rgba(56, 32, 79, 0.15);
}

.site-page .accordion {
    color: var(--ink);
    background: linear-gradient(165deg, #efe5fa 0%, #faf6fe 58%, #f3ebfa 100%);
    border-top: 1px solid rgba(117, 69, 155, 0.16);
    border-bottom: 1px solid rgba(117, 69, 155, 0.16);
}

.site-page .accordion .content .content-box .title {
    color: var(--ink);
    border: 1px solid rgba(117, 69, 155, 0.24);
    box-shadow: 0 10px 14px rgba(56, 32, 79, 0.08);
}

.site-page .accordion .content .content-box .active {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.8rem;
    margin-top: 0.2rem;
}

.site-page input[type=text],
.site-page input[type=password],
.site-page input[type=date],
.site-page input[type=file],
.site-page input[type=email],
.site-page input[type=tel],
.site-page textarea,
.site-page select {
    border: 1px solid rgba(117, 69, 155, 0.2);
    box-shadow: 0 8px 16px rgba(56, 32, 79, 0.07);
    background: #ffffff;
}

.site-page .title-1 form {
    width: 100%;
}

.site-page .title-1 form button,
.site-page .apply form button,
.site-page .hero .title form button {
    color: #ffffff !important;
    background: linear-gradient(120deg, var(--primary-strong), var(--primary)) !important;
}

.site-page .provider-panel,
.site-page .provider-panel h2,
.site-page .provider-panel p,
.site-page .provider-panel b {
    color: #ffffff;
}

.site-page .title-2 .content .item {
    background: #ffffff;
    border: 1px solid rgba(117, 69, 155, 0.2);
    box-shadow: 0 15px 25px rgba(56, 32, 79, 0.1);
}

.site-page .title-2 .content .item:hover {
    box-shadow: 0 18px 30px rgba(56, 32, 79, 0.18);
}

.site-page .footer .contact {
    background: var(--surface-soft);
}

.site-page .footer .contact .brand {
    color: var(--ink);
    font-family: 'Fraunces', serif;
}

.site-page .footer .tagger {
    background: linear-gradient(120deg, var(--primary), var(--primary-strong));
}

.site-page .footer .tagger .title h1,
.site-page .footer .tagger .links,
.site-page .footer .tagger .links .column a,
.site-page .footer .tagger .links .column h2,
.site-page .maxwebflow a {
    color: #f8f2ff;
}

.site-page .maxwebflow {
    background: var(--primary-strong);
}

.site-page #pagination button {
    color: #ffffff;
    background: var(--primary);
}

.site-page .hero table {
    border-radius: 1.5rem;
    overflow: hidden;
}

@keyframes rise-site {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 75rem) {
    .site-page .header .navigation .links {
        background: linear-gradient(120deg, var(--primary) 0%, var(--primary-strong) 100%);
    }

    .site-page .header .navigation .links a {
        color: #ffffff;
    }

    .site-page .title-1 .content {
        align-items: center;
        text-align: center;
    }

    .site-page .title-1 .content .details {
        flex-direction: column;
    }

    .site-page .title-1 .content .details .item {
        width: 100% !important;
    }
}

@media (max-width: 50rem) {
    .site-page .header .navigation .brand a {
        font-size: 1.6rem;
    }

    .site-page .hero .title p,
    .site-page .hero-alt .title p {
        display: block;
    }

    .site-page .title-1 .content.form {
        padding: 1.4rem;
    }

    .site-page .hero table {
        font-size: 0.82rem;
    }
}
