.sticky-header.r-header.btc-public-header,
.main-container-wrapper .sticky-header.btc-public-header {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 253, 251, 0.92)),
        rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(36, 91, 73, 0.1);
    box-shadow: 0 16px 42px rgba(13, 54, 42, 0.08);
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 50;
}

.sticky-header.r-header.btc-public-header::before,
.main-container-wrapper .sticky-header.btc-public-header::before {
    background: linear-gradient(90deg, var(--btc-public-header-accent, #397661), #65c7a1, #ff7900);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btc-public-header,
.btc-public-header * {
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
}

.btc-public-header__inner {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 82px;
    padding: 16px 30px 14px;
    position: relative;
    width: 100%;
}

.btc-public-header__brand {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.btc-public-header__logo,
.center-logo {
    display: block;
    max-height: 30px !important;
    padding-left: 0 !important;
    width: auto;
}

.btc-public-header__nav {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    gap: 34px;
    justify-content: center;
    min-width: 0;
    padding: 0;
}

.btc-public-header__link,
.btc-public-header__account,
.btc-public-header__cta {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
    white-space: nowrap;
}

.btc-public-header__link {
    color: #173f34;
    min-height: auto;
    padding: 10px 0;
    position: relative;
}

.btc-public-header__link:link,
.btc-public-header__link:visited {
    color: #173f34;
}

.btc-public-header__link::after {
    background: linear-gradient(90deg, var(--btc-public-header-accent, #397661), #65c7a1);
    border-radius: 999px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.18s ease;
    width: 100%;
}

.btc-public-header__link:hover,
.btc-public-header__link:focus {
    color: var(--btc-public-header-accent, #397661);
    text-decoration: none;
}

.btc-public-header__link:hover::after,
.btc-public-header__link:focus::after {
    transform: scaleX(1);
}

.btc-public-header__services-menu {
    position: relative;
}

.btc-public-header__services-menu summary {
    align-items: center;
    color: #173f34;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    list-style: none;
    padding: 10px 0;
}

.btc-public-header__services-menu summary::-webkit-details-marker {
    display: none;
}

.btc-public-header__summary-icon {
    border: solid var(--btc-public-header-accent, #397661);
    border-width: 0 2px 2px 0;
    display: inline-block;
    flex: 0 0 auto;
    height: 7px;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: transform 0.16s ease;
    width: 7px;
}

.btc-public-header__services-menu[open] summary .btc-public-header__summary-icon {
    transform: rotate(-135deg);
}

.btc-public-header__services-panel {
    background: #ffffff;
    border: 1px solid rgba(13, 54, 42, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(13, 54, 42, 0.18);
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    left: 50%;
    min-width: 560px;
    padding: 12px;
    position: absolute;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    z-index: 70;
}

.btc-public-header__services-panel::before {
    background: #ffffff;
    border-left: 1px solid rgba(13, 54, 42, 0.12);
    border-top: 1px solid rgba(13, 54, 42, 0.12);
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: -8px;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
}

.btc-public-header__services-panel a {
    border-radius: 8px;
    color: #173f34;
    display: block;
    padding: 14px;
    text-decoration: none;
}

.btc-public-header__services-panel a:link,
.btc-public-header__services-panel a:visited {
    color: #173f34;
}

.btc-public-header__services-panel a:hover,
.btc-public-header__services-panel a:focus {
    background: #f2faf6;
    color: #173f34;
    text-decoration: none;
}

.btc-public-header__services-panel strong {
    color: #173f34;
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.btc-public-header__services-panel span {
    color: #5b7169;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 4px;
    white-space: normal;
}

.btc-public-header__actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btc-public-header__cta {
    background: var(--btc-public-header-accent, #397661);
    border: 1px solid var(--btc-public-header-accent, #397661);
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(57, 118, 97, 0.2);
    color: #ffffff;
    padding: 10px 19px;
}

.btc-public-header__cta:link,
.btc-public-header__cta:visited {
    color: #ffffff;
}

.btc-public-header__cta:hover,
.btc-public-header__cta:focus {
    background: #245b49;
    border-color: #245b49;
    box-shadow: 0 18px 34px rgba(36, 91, 73, 0.24);
    color: #ffffff;
    text-decoration: none;
}

.btc-public-header__account {
    border: 1px solid rgba(36, 91, 73, 0.16);
    border-radius: 8px;
    color: #173f34;
    gap: 8px;
    padding: 10px 14px;
}

.btc-public-header__account:link,
.btc-public-header__account:visited {
    color: #173f34;
}

.btc-public-header__account:hover,
.btc-public-header__account:focus {
    background: #f2faf6;
    color: #173f34;
    text-decoration: none;
}

.btc-public-header__account-icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 17px;
    height: 17px;
    position: relative;
    width: 17px;
}

.btc-public-header__account-icon::before,
.btc-public-header__account-icon::after {
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.btc-public-header__account-icon::before {
    background: currentColor;
    border-radius: 50%;
    height: 4px;
    top: 3px;
    width: 4px;
}

.btc-public-header__account-icon::after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    bottom: 3px;
    height: 4px;
    width: 8px;
}

.btc-public-header__mobile-menu {
    display: none;
}

.btc-public-header__mobile-menu summary {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(36, 91, 73, 0.14);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(13, 54, 42, 0.08);
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    height: 42px;
    justify-content: center;
    list-style: none;
    padding: 0 13px;
}

.btc-public-header__mobile-menu summary::-webkit-details-marker {
    display: none;
}

.btc-public-header__mobile-menu-label {
    color: #173f34;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.btc-public-header__mobile-menu-mark {
    border: 2px solid var(--btc-public-header-accent, #397661);
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px;
}

.btc-public-header__mobile-menu-mark::after {
    background: var(--btc-public-header-accent, #397661);
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 4px;
    position: absolute;
    top: 5px;
    transform: rotate(-35deg);
    width: 8px;
}

.btc-public-header__mobile-panel {
    background: #ffffff;
    border: 1px solid rgba(13, 54, 42, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(13, 54, 42, 0.18);
    display: none;
    gap: 4px;
    min-width: min(280px, calc(100vw - 32px));
    padding: 8px;
    position: absolute;
    right: 18px;
    top: calc(100% + 8px);
}

.btc-public-header__mobile-menu[open] .btc-public-header__mobile-panel {
    display: grid;
}

.btc-public-header__mobile-panel a {
    border-radius: 6px;
    color: #173f34;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 14px;
    text-decoration: none;
}

.btc-public-header__mobile-panel a:link,
.btc-public-header__mobile-panel a:visited {
    color: #173f34;
}

.btc-public-header__mobile-panel a:hover,
.btc-public-header__mobile-panel a:focus {
    background: #eef8f4;
    color: #173f34;
}

.btc-public-header__mobile-heading {
    color: var(--btc-public-header-accent, #397661);
    font-size: 11px;
    font-weight: 900;
    padding: 10px 14px 4px;
    text-transform: uppercase;
}

.btc-public-header__mobile-panel .btc-public-header__mobile-cta {
    background: var(--btc-public-header-accent, #397661);
    color: #ffffff;
    margin-bottom: 4px;
}

.btc-public-header__mobile-panel .btc-public-header__mobile-cta:link,
.btc-public-header__mobile-panel .btc-public-header__mobile-cta:visited {
    color: #ffffff;
}

.btc-public-header__mobile-panel .btc-public-header__mobile-cta:hover,
.btc-public-header__mobile-panel .btc-public-header__mobile-cta:focus {
    background: #245b49;
    color: #ffffff;
}

.btc-public-header .progressCheckOut {
    display: none !important;
}

.btc-public-shell-footer {
    background:
        radial-gradient(circle at 10% 10%, rgba(101, 199, 161, 0.22), transparent 30%),
        linear-gradient(180deg, #f7fcfa 0%, #eef7f3 100%);
    border-top: 1px solid rgba(36, 91, 73, 0.1);
    color: #12382f;
    margin-top: 0;
    position: relative;
}

#site-footer {
    font-family: Montserrat, Arial, sans-serif;
}

.btc-public-shell-footer::before {
    background: linear-gradient(90deg, var(--btc-public-shell-footer-accent, #397661), #ff7900);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btc-public-shell-footer,
.btc-public-shell-footer * {
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
}

.btc-public-shell-footer__content {
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.8fr);
    margin: 0 auto;
    max-width: 1240px;
    padding: 70px 28px 46px;
    width: 100%;
}

.btc-public-shell-footer__brand {
    max-width: 460px;
}

.btc-public-shell-footer__logo-link {
    color: inherit;
    display: inline-flex;
    line-height: 0;
    margin-bottom: 22px;
    text-decoration: none;
}

.btc-public-shell-footer .btc-public-shell-footer__logo-link:link,
.btc-public-shell-footer .btc-public-shell-footer__logo-link:visited,
.btc-public-shell-footer .btc-public-shell-footer__logo-link:hover,
.btc-public-shell-footer .btc-public-shell-footer__logo-link:focus,
.btc-public-shell-footer .btc-public-shell-footer__logo-link:active {
    color: inherit;
    text-decoration: none;
}

.btc-public-shell-footer__logo-link img {
    display: block;
    max-height: 32px;
    width: auto;
}

.btc-public-shell-footer__brand p {
    color: #49665d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
}

.btc-public-shell-footer__socials {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.btc-public-shell-footer .btc-public-shell-footer__socials a,
.btc-public-shell-footer .btc-public-shell-footer__socials a:link,
.btc-public-shell-footer .btc-public-shell-footer__socials a:visited {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(36, 91, 73, 0.12);
    border-radius: 8px;
    color: var(--btc-public-shell-footer-accent, #397661);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    text-decoration: none;
    width: 38px;
}

.btc-public-shell-footer .btc-public-shell-footer__socials a:hover,
.btc-public-shell-footer .btc-public-shell-footer__socials a:focus,
.btc-public-shell-footer .btc-public-shell-footer__socials a:active {
    background: var(--btc-public-shell-footer-accent, #397661);
    color: #ffffff;
}

.btc-public-shell-footer .btc-public-shell-footer__socials svg {
    display: block;
    height: 16px;
    width: 16px;
}

.btc-public-shell-footer__links {
    display: grid;
    gap: 44px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btc-public-shell-footer__column h2 {
    color: #0f5b48;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.btc-public-shell-footer__column .btc-public-shell-footer__subhead {
    margin-top: 24px;
}

.btc-public-shell-footer__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btc-public-shell-footer__column li + li {
    margin-top: 12px;
}

.btc-public-shell-footer .btc-public-shell-footer__column a,
.btc-public-shell-footer .btc-public-shell-footer__column a:link,
.btc-public-shell-footer .btc-public-shell-footer__column a:visited,
.btc-public-shell-footer .btc-public-shell-footer__column span {
    color: #4b655d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.btc-public-shell-footer .btc-public-shell-footer__column a:hover,
.btc-public-shell-footer .btc-public-shell-footer__column a:focus,
.btc-public-shell-footer .btc-public-shell-footer__column a:active {
    color: var(--btc-public-shell-footer-accent, #397661);
    text-decoration: none;
}

.btc-public-shell-footer__bottom {
    background: rgba(255, 255, 255, 0.52);
    border-top: 1px solid rgba(36, 91, 73, 0.1);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1240px;
    padding: 18px 28px 20px;
    width: 100%;
}

.btc-public-shell-footer__trust,
.btc-public-shell-footer__legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.btc-public-shell-footer__trust span,
.btc-public-shell-footer__legal span {
    color: #49665d;
    font-size: 12px;
    font-weight: 800;
}

.btc-public-shell-footer__trust span {
    position: relative;
}

.btc-public-shell-footer__trust span + span::before {
    background: var(--btc-public-shell-footer-accent, #397661);
    border-radius: 999px;
    content: "";
    height: 5px;
    left: -12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.btc-public-shell-footer__payments {
    display: block;
    filter: none;
    max-width: 160px;
    width: 160px;
}

.btc-public-shell-footer__powered {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1240px;
    padding: 28px;
}

.btc-public-shell-footer__powered img {
    display: block;
    max-height: 28px;
    width: auto;
}

@media screen and (max-width: 991px) {
    .btc-public-header__inner {
        grid-template-columns: auto 1fr auto;
        min-height: 74px;
        padding: 12px 18px;
    }

    .btc-public-header__nav,
    .btc-public-header__actions {
        display: none;
    }

    .btc-public-header__mobile-menu {
        display: block;
        justify-self: end;
    }

    .btc-public-shell-footer__content {
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .btc-public-shell-footer__brand {
        max-width: none;
    }

    .btc-public-shell-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .btc-public-shell-footer {
        margin-top: 0;
    }

    .btc-public-shell-footer__content {
        padding: 46px 20px 30px;
    }

    .btc-public-shell-footer__links {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .btc-public-shell-footer__bottom {
        padding: 18px 20px 24px;
    }
}

@media screen and (max-width: 420px) {
    .btc-public-header__brand {
        min-width: 0;
    }

    .btc-public-header__logo {
        max-height: 28px !important;
    }
}
