.elementor-6064 .elementor-element.elementor-element-8d9a27e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-dc0451c *//* =========================================================
   COSTA RICA NOTARY — FOOTER
========================================================= */

.crn-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 88px 0 0;

    color: rgba(255, 255, 255, 0.78);

    background:
        linear-gradient(
            135deg,
            #04142d 0%,
            var(--crn-navy-950) 58%,
            #08234c 100%
        );
}

.crn-footer::before {
    content: "";

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(232, 211, 166, 0.85),
            transparent
        );
}

.crn-footer::after {
    content: "CRN";

    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: -90px;

    color: rgba(255, 255, 255, 0.018);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(12rem, 24vw, 24rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.08em;

    pointer-events: none;
}


/* =========================================================
   GLOW
========================================================= */

.crn-footer__glow {
    position: absolute;
    z-index: -1;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(10px);
}

.crn-footer__glow--one {
    top: -180px;
    left: -160px;

    width: 430px;
    height: 430px;

    background:
        radial-gradient(
            circle,
            rgba(201, 163, 93, 0.11),
            transparent 68%
        );
}

.crn-footer__glow--two {
    right: -180px;
    bottom: -180px;

    width: 460px;
    height: 460px;

    background:
        radial-gradient(
            circle,
            rgba(18, 61, 120, 0.28),
            transparent 68%
        );
}


/* =========================================================
   GRID
========================================================= */

.crn-footer__top {
    display: grid;

    grid-template-columns:
        1.35fr
        0.9fr
        0.8fr
        1.15fr;

    gap: 62px;

    padding-bottom: 72px;
}


/* =========================================================
   BRAND
========================================================= */

.crn-footer__brand {
    max-width: 390px;
}

.crn-footer__logo {
    display: inline-flex;

    margin-bottom: 28px;
}

.crn-footer__logo img {
    display: block;

    width: 218px;
    height: auto;
    max-height: 105px;

    object-fit: contain;

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.crn-footer__logo:hover img {
    transform: translateY(-3px);

    filter:
        drop-shadow(
            0 14px 28px rgba(201, 163, 93, 0.14)
        );
}

.crn-footer__brand p {
    margin: 0 0 22px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 0.94rem;
    line-height: 1.85;
}

.crn-footer__languages {
    display: inline-flex;

    padding: 7px 11px;

    border:
        1px solid rgba(232, 211, 166, 0.18);

    color: var(--crn-gold-300);

    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.10em;

    text-transform: uppercase;
}


/* =========================================================
   COLUMNS
========================================================= */

.crn-footer__column {
    min-width: 0;
}

.crn-footer__eyebrow {
    display: block;

    margin-bottom: 9px;

    color: var(--crn-gold-500);

    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;

    text-transform: uppercase;
}

.crn-footer h2 {
    margin: 0 0 23px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.1;
}

.crn-footer__column nav {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 13px;
}

.crn-footer__column nav a {
    position: relative;

    color: rgba(255, 255, 255, 0.70);

    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.55;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.crn-footer__column nav a::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;

    height: 1px;

    background: var(--crn-gold-300);

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.25s ease;
}

.crn-footer__column nav a:hover {
    color: #ffffff;

    transform: translateX(3px);
}

.crn-footer__column nav a:hover::after {
    transform: scaleX(1);
}


/* =========================================================
   CONTACT
========================================================= */

.crn-footer__contact {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.crn-footer__contact-link {
    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr);

    align-items: center;

    gap: 10px;

    width: 100%;

    padding: 10px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.08);

    color: rgba(255, 255, 255, 0.78);

    font-size: 0.87rem;

    text-decoration: none;

    transition: color 0.25s ease;
}

.crn-footer__contact-link span {
    color: var(--crn-gold-500);

    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}

.crn-footer__contact-link:hover {
    color: #ffffff;
}


/* =========================================================
   CTA
========================================================= */

.crn-footer__cta {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 48px;

    margin-top: 24px;

    padding: 0 18px;

    border:
        1px solid var(--crn-gold-500);

    color: var(--crn-navy-950);

    background: var(--crn-gold-500);

    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.07em;

    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.crn-footer__cta:hover {
    color: #ffffff;

    background: transparent;

    border-color: var(--crn-gold-300);

    transform: translateY(-2px);
}

.crn-footer__cta span {
    transition: transform 0.3s ease;
}

.crn-footer__cta:hover span {
    transform: translate(3px, -3px);
}


/* =========================================================
   BOTTOM
========================================================= */

.crn-footer__bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    gap: 28px;

    min-height: 76px;

    border-top:
        1px solid rgba(255, 255, 255, 0.09);

    color: rgba(255, 255, 255, 0.48);

    font-size: 0.76rem;
}

.crn-footer__legal {
    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 24px;
}

.crn-footer__legal a {
    color: rgba(255, 255, 255, 0.58);

    text-decoration: none;

    transition: color 0.25s ease;
}

.crn-footer__legal a:hover {
    color: var(--crn-gold-300);
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.crn-footer a:focus-visible {
    outline: 3px solid var(--crn-gold-300);
    outline-offset: 4px;
}


/* =========================================================
   SOCIAL MEDIA
   Ready for future use when official URLs are confirmed.
========================================================= */

.crn-footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 24px;
}

.crn-footer__socials a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border:
        1px solid rgba(232, 211, 166, 0.28);

    border-radius: 50%;

    color: var(--crn-gold-300);

    background: rgba(255, 255, 255, 0.025);

    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.crn-footer__socials svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.crn-footer__socials .crn-social-facebook svg,
.crn-footer__socials .crn-social-linkedin svg {
    fill: currentColor;
    stroke: none;
}

.crn-footer__socials .crn-social-instagram svg,
.crn-footer__socials .crn-social-x svg {
    fill: none;
    stroke: currentColor;
}

.crn-footer__socials a:hover {
    color: var(--crn-navy-950);

    background: var(--crn-gold-300);

    border-color: var(--crn-gold-300);

    transform: translateY(-3px);
}


/* =========================================================
   MID-SIZE DESKTOP
========================================================= */

@media (max-width: 1180px) {

    .crn-footer__top {
        grid-template-columns:
            1.2fr
            0.9fr
            0.9fr
            1fr;

        gap: 42px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .crn-footer__top {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 52px 44px;
    }

    .crn-footer__bottom {
        gap: 18px 28px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .crn-footer {
        padding-top: 64px;
    }

    .crn-footer__top {
        grid-template-columns: 1fr;

        gap: 42px;

        padding-bottom: 50px;
    }

    .crn-footer__brand {
        max-width: 100%;
    }

    .crn-footer__logo img {
        width: 200px;
    }

    .crn-footer__bottom {
        align-items: flex-start;

        flex-direction: column;
        justify-content: center;

        padding: 22px 0;
    }

    .crn-footer__legal {
        gap: 12px 18px;
    }

    .crn-footer::after {
        display: none;
    }

    .crn-footer__socials {
        justify-content: flex-start;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .crn-footer__contact-link {
        grid-template-columns:
            40px
            minmax(0, 1fr);

        font-size: 0.80rem;
    }

    .crn-footer__cta {
        width: 100%;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .crn-footer *,
    .crn-footer *::before,
    .crn-footer *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

}/* End custom CSS */