.testimonials {
    background: #fff;
    padding: 70px 20px
}

.testimonials__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.testimonials__header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 60px
}

.testimonials__title {
    color: #111;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 800
}

.testimonials__subtitle {
    color: #9a9a9a;
    font-size: 14px
}

.testimonials__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    display: grid
}

.testimonials__card {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 56px 20px 26px;
    position: relative;
    box-shadow: 0 4px 16px #0a00600d
}

.testimonials__avatar {
    background: #f1f1f1;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    position: absolute;
    top: -44px;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%);
    box-shadow: 0 4px 14px #00000014
}

.testimonials__avatar-img {
    object-fit: cover
}

.testimonials__stars {
    justify-content: center;
    gap: 4px;
    margin-bottom: 14px;
    display: flex
}

.testimonials__star {
    color: #e0e0e0;
    font-size: 15px
}

.testimonials__star--filled {
    color: #fdbd2d
}

.testimonials__name {
    color: #111;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700
}

.testimonials__location {
    color: #999;
    margin-bottom: 14px;
    font-size: 12px
}

.testimonials__quote {
    color: #666;
    font-size: 12.5px;
    line-height: 1.7
}

@media (max-width:1024px) {
    .testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 56px
    }
}

@media (max-width:640px) {
    .testimonials {
        padding: 50px 16px
    }

    .testimonials__header {
        margin-bottom: 48px
    }

    .testimonials__title {
        font-size: 21px
    }

    .testimonials__grid {
        grid-template-columns: 1fr;
        row-gap: 52px
    }
}

.hero-section {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 30px;
    display: flex;
    position: relative;
    overflow: hidden
}

.hero-bg {
    z-index: 0;
    position: absolute;
    inset: 0
}

.hero-bg-img {
    object-fit: cover;
    object-position: 130% center
}

.hero-overlay {
    z-index: 1;
    background: linear-gradient(90deg, #ffffffc7 0%, #ffffff8c 42%, #ffffff14 68%, #0000 100%);
    position: absolute;
    inset: 0
}

.hero-content {
    z-index: 2;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    max-width: 620px;
    margin-left: 5%;
    padding: 150px 0 0;
    display: flex;
    position: relative
}

.hero-badge {
    color: #161616;
    letter-spacing: .4px;
    background: #ffffffeb;
    border: 1px solid #0000001f;
    border-radius: 999px;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex
}

.hero-badge-dot {
    background: #ff138e;
    border-radius: 50%;
    flex-shrink: 0;
    width: 7px;
    height: 7px
}

.hero-heading {
    font-family: var(--font-enriqueta, "Enriqueta", Georgia, serif);
    color: #fff;
    white-space: normal;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2
}

.hero-sub {
    color: #e3e3e3;
    max-width: 460px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65
}

.hero-cta {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    display: flex
}

.btn-primary {
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    background: #ff138e;
    border: none;
    border-radius: 999px;
    align-items: center;
    gap: 10px;
    padding: 11px 12px 11px 18px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s;
    display: inline-flex
}

.btn-primary:hover {
    background: #e0007c
}

.arrow-circle-sm {
    color: #fff;
    background: #000;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex
}

.btn-outline {
    color: #161616;
    white-space: nowrap;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: #ffffffd9;
    border: 1.5px solid #0000002e;
    border-radius: 999px;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .25s, color .25s;
    display: inline-flex
}

.btn-outline:hover {
    color: #ff138e;
    border-color: #ff138e
}

.btn-outline svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.hero-stats {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    display: flex
}

.stat-pill {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    white-space: nowrap;
    background: #ffffffe6;
    border: 1px solid #0000001a;
    border-radius: 999px;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    display: inline-flex
}

.stat-pill-check {
    border: 2px solid #ff138e;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    display: flex
}

.stat-pill-check svg {
    width: 9px;
    height: 9px
}

.stat-pill-text {
    flex-direction: column;
    line-height: 1.2;
    display: flex
}

.stat-pill-text strong {
    color: #111;
    font-size: 12px;
    font-weight: 700
}

.stat-pill-text span {
    color: #555;
    font-size: 10px;
    font-weight: 500
}

.wave-divider {
    z-index: 2;
    margin-top: auto;
    line-height: 0;
    position: relative
}

.wave-img {
    width: 100%;
    height: auto;
    display: block
}

.trust-strip {
    z-index: 2;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 24px 20px
}

.trust-strip-inner {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
    display: grid
}

.trust-item {
    border-right: 1px solid #e5e5e5;
    align-items: center;
    gap: 12px;
    padding: 8px 20px;
    display: flex
}

.trust-item:first-child {
    padding-left: 0
}

.trust-item:last-child {
    border-right: none
}

.trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.trust-icon svg {
    width: 40px;
    height: 40px
}

.trust-label {
    flex-direction: column;
    gap: 1px;
    display: flex
}

.trust-label strong {
    color: #111;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4
}

@media (max-width:1024px) {
    .hero-heading {
        font-size: 28px
    }

    .hero-content {
        max-width: 480px;
        margin-left: 4%
    }

    .hero-stats {
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .hero-section {
        justify-content: flex-start;
        min-height: 100svh;
        padding-top: 78px
    }

    .hero-overlay {
        background: linear-gradient(#ffffffd1 0%, #ffffffbf 60%, #fff9 100%)
    }

    .hero-bg-img {
        object-position: 65% top
    }

    .hero-content {
        gap: 14px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 28px 18px 0
    }

    .hero-heading {
        font-size: 22px
    }

    .hero-sub {
        max-width: 100%;
        font-size: 13px
    }

    .hero-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .btn-primary,
    .btn-outline {
        font-size: 13px
    }

    .hero-stats {
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        display: grid
    }

    .stat-pill {
        width: 100%
    }

    .trust-strip-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 0
    }

    .trust-item {
        border-bottom: 1px solid #eee;
        border-right: none;
        padding: 12px 14px
    }

    .trust-item:first-child,
    .trust-item:nth-child(2) {
        border-bottom: 1px solid #eee
    }

    .trust-item:nth-child(3),
    .trust-item:nth-child(4) {
        border-bottom: none
    }

    .trust-item:first-child,
    .trust-item:nth-child(3) {
        border-right: 1px solid #eee
    }
}

@media (max-width:400px) {
    .hero-content {
        gap: 12px;
        padding: 22px 14px 0
    }

    .hero-heading {
        font-size: 20px
    }

    .stat-pill {
        padding: 5px 10px
    }

    .stat-pill-text strong {
        font-size: 11px
    }

    .stat-pill-text span {
        font-size: 9px
    }

    .trust-icon svg {
        width: 32px;
        height: 32px
    }

    .trust-label strong {
        font-size: 10px
    }
}

.mission-vision {
    background: #fff;
    padding: 56px 20px
}

.mission-vision__container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid
}

.mission-vision__item {
    text-align: center;
    padding: 0 20px;
    position: relative
}

.mission-vision__title {
    color: #111;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 800
}

.mission-vision__desc {
    color: #6b6b6b;
    max-width: 340px;
    margin: 0 auto;
    font-size: 13.5px;
    line-height: 1.75
}

.mission-vision__divider {
    background: #e5e5e5;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px
}

@media (max-width:768px) {
    .mission-vision {
        padding: 44px 20px
    }

    .mission-vision__container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .mission-vision__divider {
        display: none
    }

    .mission-vision__item:first-child {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 32px
    }
}

@media (max-width:480px) {
    .mission-vision {
        padding: 36px 16px
    }

    .mission-vision__title {
        font-size: 18px
    }

    .mission-vision__desc {
        font-size: 13px
    }
}

.about {
    background: #0a0060;
    padding: 60px 20px
}

.about__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid
}

.about__content {
    text-align: center
}

.about__eyebrow {
    color: #fff;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: block
}

.about__title {
    color: #fff;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25
}

.about__paragraph {
    color: #ffffffbf;
    max-width: 420px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12.5px;
    line-height: 1.8
}

.about__paragraph:last-child {
    margin-bottom: 0
}

.about__media {
    aspect-ratio: 4/3.2;
    border-radius: 24px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.about__img {
    object-fit: cover
}

@media (max-width:900px) {
    .about {
        padding: 48px 20px
    }

    .about__container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .about__content {
        order: 1
    }

    .about__media {
        aspect-ratio: 16/10;
        order: 0
    }

    .about__paragraph {
        max-width: 100%
    }

    .about__title {
        font-size: 23px
    }
}

@media (max-width:560px) {
    .about {
        padding: 40px 16px
    }

    .about__title {
        font-size: 19px
    }

    .about__paragraph {
        font-size: 12.5px
    }
}

.why-trust {
    background: #fdeef4;
    padding: 40px 24px
}

.why-trust__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto
}

.why-trust__top {
    grid-template-columns: .85fr 1.15fr;
    gap: 30px;
    margin-bottom: 24px;
    display: grid
}

.why-trust__media {
    border-radius: 16px;
    width: 100%;
    min-height: 460px;
    position: relative;
    overflow: hidden
}

.why-trust__img {
    object-fit: cover
}

.why-trust__title {
    color: #111;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 800
}

.why-trust__desc {
    color: #6b6b6b;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.7
}

.why-trust__features {
    flex-direction: column;
    gap: 10px;
    display: flex
}

.why-trust__feature {
    background: #fff;
    border-radius: 10px;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 16px;
    display: flex
}

.why-trust__feature-icon {
    color: #fff;
    background: #ff138e;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-top: 2px;
    font-size: 15px;
    display: flex
}

.why-trust__feature-text h3 {
    color: #111;
    margin: 0 0 3px;
    font-size: 13.5px;
    font-weight: 700
}

.why-trust__feature-text p {
    color: #7a7a7a;
    margin: 0;
    font-size: 12px;
    line-height: 1.55
}

.why-trust__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    display: grid
}

.why-trust__stat {
    text-align: center;
    background: #8a8aa0;
    border-radius: 12px;
    padding: 18px 16px
}

.why-trust__stat-value {
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 800;
    display: flex
}

.why-trust__stat-star {
    color: #fdbd2d;
    font-size: 18px
}

.why-trust__stat-title {
    color: #fff;
    margin: 0 0 4px;
    font-size: 12.5px;
    font-weight: 700
}

.why-trust__stat-desc {
    color: #fffc;
    margin: 0;
    font-size: 11px;
    line-height: 1.5
}

@media (max-width:900px) {
    .why-trust {
        padding: 36px 20px
    }

    .why-trust__top {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .why-trust__media {
        min-height: 320px
    }

    .why-trust__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }
}

@media (max-width:560px) {
    .why-trust {
        padding: 30px 16px
    }

    .why-trust__title {
        font-size: 19px
    }

    .why-trust__media {
        min-height: 240px
    }

    .why-trust__feature {
        padding: 10px 14px
    }

    .why-trust__stats {
        grid-template-columns: 1fr 1fr
    }

    .why-trust__stat-value {
        font-size: 20px
    }
}