:root {
    --navy: #073b4c;
    --deep: #042a36;
    --sea: #0b7285;
    --aqua: #dff5f2;
    --sand: #f6f0e5;
    --sun: #f4a261;
    --ink: #16343e;
    --muted: #667c82;
    --shadow: 0 18px 55px rgba(7, 59, 76, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fdfcf9; }
h1, h2 { font-family: "Playfair Display", serif; color: var(--navy); }
a { color: var(--sea); }

.site-header { background: rgba(4, 42, 54, .97); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0, 0, 0, .1); }
.navbar-brand { color: #fff !important; }
.brand-mark { width: 45px; height: 45px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; display: grid; place-items: center; color: var(--sun); flex: none; }
.brand-mark svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.brand-copy small { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; margin-top: .35rem; }
.navbar .nav-link { color: rgba(255, 255, 255, .78); font-weight: 600; padding: .7rem .8rem !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #fff; }
.navbar .dropdown-menu { border: 0; border-radius: 1rem; padding: .6rem; box-shadow: var(--shadow); }
.dropdown-item { border-radius: .65rem; padding: .6rem .85rem; }
.dropdown-item:active, .dropdown-item.active { background: var(--sea); }
.language-link { border: 1px solid rgba(255, 255, 255, .25); border-radius: 2rem; }
.btn-sun { background: var(--sun); color: var(--deep); font-weight: 700; border: 0; border-radius: 2rem; padding: .72rem 1.25rem; }
.btn-sun:hover { background: #ffc078; color: var(--deep); }

main { min-height: 62vh; }
main > section:first-child { padding: 5.5rem 0 !important; background: linear-gradient(180deg, var(--aqua) 0, #fdfcf9 28rem); }
main > section:first-child > .container > .row:first-child { margin-bottom: 3rem !important; }
main > section:first-child > .container > .row:first-child h1,
main > section:first-child > .container > .row:first-child h2 { font-size: clamp(2.5rem, 5vw, 4.5rem) !important; line-height: 1.05; }
main > section:first-child > .container > .row:first-child h1::before,
main > section:first-child > .container > .row:first-child h2::before { content: "INFORMACIÓN ÚTIL"; display: block; margin-bottom: 1rem; font-family: "DM Sans", sans-serif; color: var(--sea); font-size: .75rem; font-weight: 700; letter-spacing: .18em; }
main .col-md-10, main .col-10 { max-width: 900px; width: 100%; }
main .card { border: 0 !important; border-radius: 1.35rem; background-color: #fff !important; box-shadow: var(--shadow); padding: clamp(1.5rem, 4vw, 3.5rem) !important; }
main .card-header { padding: 0 0 1.5rem !important; margin-bottom: 1.5rem; border-color: #dfe9e7 !important; }
main .card-body { padding: 0 !important; }
main .card h3, main .card h4 { color: var(--navy); margin-top: 2.1rem; margin-bottom: .8rem; line-height: 1.35; }
main .card h3:first-child, main .card h4:first-child { margin-top: 0; }
main .card p, main .card li, .accordion-body { color: #536d75; line-height: 1.85; }
main .card li { margin-bottom: .85rem; padding-left: .3rem; }
main .card ul { padding-left: 1.35rem; }

/* Pages complexe, localisation et galerie */
main img { max-width: 100%; }
.h-200px { height: 200px !important; }
.h-250px { height: 250px !important; }
.h-400px { height: 400px !important; }
.object-fit-cover, [data-glightbox] img { object-fit: cover; }
[data-glightbox] { display: block; overflow: hidden; border-radius: 1rem; }
[data-glightbox] img { width: 100%; transition: transform .35s ease, filter .35s ease; }
[data-glightbox]:hover img { transform: scale(1.035); filter: brightness(.92); }
.card-grid [data-glightbox] { width: 100%; }
.card-grid .card { position: relative; width: 100%; padding: 0 !important; border: 0 !important; border-radius: 1rem; background-color: #cfe7e5 !important; background-repeat: no-repeat; background-position: center !important; background-size: cover !important; box-shadow: none; }
.card-grid .card-grid-lg { min-height: 510px; }
.card-grid .card-grid-sm { min-height: 251px; }
.card-grid .hover-element { inset: 0; opacity: 0; background: rgba(4, 42, 54, .22); transition: opacity .25s ease; }
.card-grid [data-glightbox]:hover .hover-element { opacity: 1; }
.card-grid .bg-overlay { position: absolute; inset: 0; background: rgba(4, 42, 54, .58) !important; }
.card-grid .card-img-overlay { position: absolute; inset: 0; z-index: 2; }
.card-grid .card-title { position: relative; z-index: 3; color: #fff; }
.gallery-preview { position: fixed; inset: 0; z-index: 1090; display: none; place-items: center; padding: 5vw; background: rgba(1, 24, 31, .92); }
.gallery-preview.show { display: grid; }
.gallery-preview figure { margin: 0; text-align: center; }
.gallery-preview img { max-width: min(1200px, 88vw); max-height: 82vh; border-radius: .8rem; box-shadow: 0 25px 80px rgba(0, 0, 0, .45); }
.gallery-preview figcaption { margin-top: .7rem; color: rgba(255, 255, 255, .75); font-size: .82rem; }
.gallery-preview__close { position: fixed; top: 1.25rem; right: 1.5rem; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; font-size: 2rem; line-height: 1; }
.gallery-preview__arrow { position: fixed; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; font-size: 2.4rem; line-height: 1; transform: translateY(-50%); }
.gallery-preview__arrow--prev { left: 1.5rem; }.gallery-preview__arrow--next { right: 1.5rem; }
.gallery-preview__arrow:hover,.gallery-preview__close:hover { background: rgba(255, 255, 255, .25); }
.gallery-is-open { overflow: hidden; }
.gallery-open-all { position: relative; z-index: 4; padding: .65rem 1rem; border: 1px solid rgba(255, 255, 255, .6); border-radius: 2rem; background: rgba(4, 42, 54, .72); color: #fff; font-size: .82rem; font-weight: 700; backdrop-filter: blur(5px); }
.gallery-open-all:hover { background: var(--deep); }
@media (max-width: 575.98px) { .gallery-preview__arrow { width: 42px; height: 42px; font-size: 2rem; }.gallery-preview__arrow--prev { left: .5rem; }.gallery-preview__arrow--next { right: .5rem; }.gallery-preview img { max-width: 94vw; } }
iframe { border-radius: 1.25rem; box-shadow: var(--shadow); }
.modal-content { border: 0; border-radius: 1.25rem; overflow: hidden; }
.list-group-item { background: transparent; border-color: #e4eceb; }
.rounded-3, .rounded-2 { overflow: hidden; }
.booking-summary { position: sticky; top: 105px; padding: 2rem; border: 1px solid #dce8e6; border-radius: 1.35rem; background: #fff; box-shadow: var(--shadow); }
.booking-summary__label { display: block; color: var(--sea); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.booking-summary__price { display: flex; align-items: baseline; gap: .65rem; padding: .6rem 0 1.4rem; border-bottom: 1px solid #e3ecea; }
.booking-summary__price strong { font-family: "Playfair Display", serif; color: var(--navy); font-size: 2.8rem; line-height: 1; }
.booking-summary__price span { color: var(--muted); font-size: .9rem; }
.booking-summary__features { display: grid; gap: 1rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.booking-summary__features li { display: flex; align-items: center; gap: .75rem; color: var(--ink); line-height: 1.4; }
.booking-summary__features li span { width: 26px; height: 26px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--aqua); color: var(--sea); font-size: .8rem; font-weight: 700; }
.booking-summary__guarantee { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; padding: 1rem; border-radius: .9rem; background: var(--aqua); }
.booking-summary__guarantee > span { width: 34px; height: 34px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--sea); color: #fff; font-size: .85rem; }
.booking-summary__guarantee strong, .booking-summary__guarantee small { display: block; }
.booking-summary__guarantee strong { color: var(--navy); font-size: .9rem; }
.booking-summary__guarantee small { margin-top: .15rem; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.stay-panel { overflow: hidden; border: 1px solid #dce9e7; border-radius: 1.25rem; background: linear-gradient(135deg, #fff, #f7fbfa); box-shadow: 0 14px 40px rgba(7, 59, 76, .09); }
.stay-panel__price { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 1.5rem; background: var(--deep); color: #fff; }
.stay-panel__price > span { color: rgba(255, 255, 255, .68); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.stay-panel__price div { display: flex; align-items: baseline; gap: .45rem; }
.stay-panel__price strong { font-family: "Playfair Display", serif; color: #fff; font-size: 2.5rem; line-height: 1; }
.stay-panel__price small { color: rgba(255, 255, 255, .68); }
.stay-panel__benefits { display: grid; grid-template-columns: repeat(3, 1fr); padding: 1.5rem; }
.stay-benefit { display: flex; align-items: center; gap: .85rem; padding: .3rem 1.4rem; border-right: 1px solid #dfe9e7; }
.stay-benefit:first-child { padding-left: 0; }.stay-benefit:last-child { padding-right: 0; border-right: 0; }
.stay-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--aqua); color: var(--sea); }
.stay-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.stay-benefit:first-child .stay-icon svg path:first-child { fill: currentColor; stroke: none; }
.stay-benefit strong, .stay-benefit small { display: block; }.stay-benefit strong { color: var(--navy); font-size: .9rem; }.stay-benefit small { margin-top: .2rem; color: var(--muted); font-size: .73rem; }
.stay-panel__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin: 0 1.5rem; padding: 1.2rem 0; border-top: 1px solid #dfe9e7; }
.stay-guarantee { display: flex; align-items: center; gap: .75rem; }.stay-guarantee__icon { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--sun); color: var(--deep); font-weight: 800; }.stay-guarantee strong,.stay-guarantee small { display: block; }.stay-guarantee strong { color: var(--navy); font-size: .86rem; }.stay-guarantee small { color: var(--muted); font-size: .73rem; }
@media (max-width: 767.98px) { .stay-panel__benefits { grid-template-columns: 1fr; gap: 1rem; } .stay-benefit,.stay-benefit:first-child,.stay-benefit:last-child { padding: .25rem 0; border-right: 0; } .stay-panel__bottom { align-items: stretch; flex-direction: column; } .stay-panel__bottom .btn { width: 100%; } }
@media (max-width: 767.98px) { .card-grid .card-grid-lg { min-height: 360px; } .card-grid .card-grid-sm { min-height: 220px; } }

/* Page contact */
.contact-page main > section:first-child { padding: 5rem 0 3rem !important; background: linear-gradient(180deg, var(--aqua), #fdfcf9); }
.contact-page main > section:first-child h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.contact-page main > section:first-child h1::before { content: "HABLEMOS"; display: block; margin-bottom: 1rem; font-family: "DM Sans", sans-serif; color: var(--sea); font-size: .75rem; font-weight: 700; letter-spacing: .18em; }
.contact-page main .card { height: 100%; padding: 2rem !important; border: 1px solid #dfe9e7 !important; border-radius: 1.2rem; background-color: #fff !important; box-shadow: 0 12px 35px rgba(7, 59, 76, .08); }
.contact-page .icon-lg { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua) !important; color: var(--sea) !important; font-size: 1.3rem; }
.contact-page main .card h5 { color: var(--navy); font-family: "Playfair Display", serif; font-size: 1.35rem; }
.contact-page main .card .btn-sm { border: 1px solid #dce8e6; border-radius: 2rem; background: #fff; color: var(--navy); padding: .55rem .9rem; }
.contact-page main > section:nth-of-type(2) { padding: 5rem 0; }
.contact-page main > section:nth-of-type(2) .card { padding: clamp(1.5rem, 4vw, 3rem) !important; background: linear-gradient(145deg, #fff, #f4faf8) !important; }
.contact-page .card-header { background: transparent !important; }
.contact-page .card-header h3 { color: var(--navy); font-family: "Playfair Display", serif; font-size: 2rem; }
.contact-page .form-label { color: var(--navy); font-size: .84rem; font-weight: 700; }
.contact-page .form-control { min-height: 50px; border: 1px solid #cfddda; border-radius: .8rem; background: #fff; padding: .75rem 1rem; }
.contact-page textarea.form-control { min-height: 135px; resize: vertical; }
.contact-page .form-control:focus { border-color: var(--sea); box-shadow: 0 0 0 .22rem rgba(11, 114, 133, .12); }
.contact-page form button[type="submit"] { min-width: 170px; border: 0; border-radius: 2rem; background: var(--navy); padding: .8rem 1.4rem; font-weight: 700; }
.contact-page form button[type="submit"]:hover { background: var(--sea); }
.contact-page .h-300px { height: 420px !important; }
.contact-page iframe { filter: saturate(.8); }
.contact-page figure { display: none; }
.social-share { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: .55rem; }
.contact-page .social-share__button { width: 38px !important; height: 38px !important; display: inline-grid !important; place-items: center; flex: 0 0 38px; padding: 0 !important; border: 0 !important; border-radius: 50% !important; color: #fff !important; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.contact-page .social-share__button:hover { color: #fff; filter: brightness(.92); transform: translateY(-2px); }
.social-share__button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.social-share__button svg { width: 16px !important; height: 16px !important; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }
.social-share__button--facebook { background: #1877f2 !important; }.social-share__button--instagram { background: linear-gradient(135deg, #833ab4, #e1306c, #f77737) !important; }.social-share__button--whatsapp { background: #20a95b !important; }
.social-share__button--instagram svg { fill: none; }.social-share__button--instagram .fill-icon { fill: currentColor; }
@media (max-width: 991.98px) { .contact-page main > section:nth-of-type(2) .col-lg-6:first-child { display: none; } }

/* Fiche appartement */
.apartment-page main { background: #fdfcf9; }
.apartment-page main > section:first-child { padding: 3.5rem 0 1.5rem !important; background: linear-gradient(180deg, var(--aqua), #fdfcf9); }
.apartment-page main > section:first-child h1 { max-width: 900px; font-family: "Playfair Display", serif; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.7rem) !important; line-height: 1.08; }
.apartment-page .card-grid { padding: 0 0 4rem !important; background: #fdfcf9 !important; }
.apartment-page .card-grid .card-grid-lg { min-height: 560px; }
.apartment-page .card-grid .card-grid-sm { min-height: 276px; }
.apartment-page main .card:not(.card-grid-lg):not(.card-grid-sm) { margin-bottom: 1.5rem; padding: clamp(1.35rem, 3vw, 2.5rem) !important; border: 1px solid #e0e9e7 !important; border-radius: 1.25rem; background-color: #fff !important; box-shadow: 0 10px 32px rgba(7, 59, 76, .06); }
.apartment-page main .card-header { margin-bottom: 1.5rem; padding: 0 0 1.15rem !important; }
.apartment-page main .card-header h3 { margin: 0; font-family: "Playfair Display", serif; color: var(--navy); font-size: 1.8rem; }
.apartment-page main .card p, .apartment-page main .card li { color: #526d75; line-height: 1.75; }
.apartment-page .table-responsive, .apartment-page table { border-radius: 1rem; overflow: hidden; }
.apartment-page table { margin: 0; border: 1px solid #deE8e6; }
.apartment-page .table > thead { background: var(--deep); color: #fff; }
.apartment-page .table > :not(caption) > * > * { padding: .9rem 1rem; border-color: #e1eae8; vertical-align: middle; }
.apartment-page .table tbody th { color: var(--navy); }
.apartment-page .table tbody td { color: var(--sea); font-weight: 700; }
.apartment-page .occupancy-card { background: linear-gradient(145deg, #fff, #f3faf8) !important; }
.apartment-page #calendario-ocupacion { scroll-margin-top: 105px; }
.apartment-page .occupancy-widget { width: 100%; height: 455px; overflow: hidden; border-radius: .9rem; background: #fff; }
.apartment-page .occupancy-widget iframe { width: 125%; height: 565px; border: 0; border-radius: 0; background: #fff; box-shadow: none; transform: scale(.8); transform-origin: top left; }
.apartment-page .form-control { min-height: 50px; border: 1px solid #cfddda; border-radius: .8rem; padding: .75rem 1rem; }
.apartment-page textarea.form-control { min-height: 120px; }
.apartment-page .form-control:focus { border-color: var(--sea); box-shadow: 0 0 0 .22rem rgba(11, 114, 133, .12); }
.apartment-page button[type="submit"] { border: 0; border-radius: 2rem; background: var(--navy); padding: .8rem 1.5rem; color: #fff; font-weight: 700; }
.apartment-page .card-body h6 { display: flex; align-items: center; gap: .55rem; color: var(--navy); font-weight: 700; }
.feature-heading-icon { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: none; border-radius: 50%; background: var(--aqua); color: var(--sea); }
.feature-heading-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.apartment-page .list-group-item > i.fa-check-circle { display: none; }
.apartment-page .list-group-item:has(> i.fa-check-circle)::before { content: "✓"; width: 20px; height: 20px; display: inline-grid; place-items: center; flex: none; margin-right: .55rem; border-radius: 50%; background: var(--aqua); color: var(--sea); font-size: .68rem; font-weight: 800; }
.apartment-booking { position: sticky; top: 100px; overflow: hidden; border: 1px solid #dce8e6; border-radius: 1.25rem; background: #fff; box-shadow: 0 18px 50px rgba(7, 59, 76, .12); }
.apartment-booking__price { padding: 1.5rem; background: var(--deep); color: #fff; }
.apartment-booking__price > span { display: block; margin-bottom: .4rem; color: rgba(255, 255, 255, .65); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.apartment-booking__price div { display: flex; align-items: baseline; gap: .55rem; }
.apartment-booking__price strong { color: #fff; font-family: "Playfair Display", serif; font-size: 2.7rem; line-height: 1; }
.apartment-booking__price small { color: rgba(255, 255, 255, .65); }
.apartment-booking__benefits { display: grid; gap: 0; padding: .5rem 1.5rem; }
.booking-benefit { display: flex; align-items: center; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid #e2ebe9; }
.booking-benefit:last-child { border-bottom: 0; }
.booking-benefit__icon { width: 44px; height: 44px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--aqua); color: var(--sea); }
.booking-benefit__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.booking-benefit:first-child .booking-benefit__icon svg path:first-child { fill: currentColor; stroke: none; }
.booking-benefit strong, .booking-benefit small { display: block; }
.booking-benefit strong { color: var(--navy); font-size: .92rem; }
.booking-benefit small { margin-top: .2rem; color: var(--muted); font-size: .76rem; }
.apartment-booking__guarantee { display: flex; align-items: center; gap: .8rem; margin: .5rem 1.5rem 1.25rem; padding: 1rem; border-radius: .9rem; background: var(--aqua); }
.apartment-booking__guarantee > span { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--sun); color: var(--deep); font-weight: 800; }
.apartment-booking__guarantee strong, .apartment-booking__guarantee small { display: block; }
.apartment-booking__guarantee strong { color: var(--navy); font-size: .88rem; }
.apartment-booking__guarantee small { margin-top: .15rem; color: var(--muted); font-size: .73rem; }
.apartment-booking > .btn { width: calc(100% - 3rem) !important; margin: 0 1.5rem 1.5rem; }
@media (max-width: 1199.98px) { .apartment-booking { position: static; margin-top: 1rem; } }
@media (min-width: 1200px) { .apartment-page .row > .col-xl-7 { width: 72%; } .apartment-page .row > aside.col-xl-5 { width: 28%; } }
@media (min-width: 1400px) { .apartment-page .occupancy-widget { height: 475px; } .apartment-page .occupancy-widget iframe { width: 112%; height: 530px; transform: scale(.89); } }
@media (max-width: 767.98px) { .apartment-page .card-grid .card-grid-lg { min-height: 390px; } .apartment-page .card-grid .card-grid-sm { min-height: 230px; } .apartment-page .table { width: 100%; min-width: 0; table-layout: fixed; font-size: .7rem; } .apartment-page .table > :not(caption) > * > * { padding: .55rem .3rem; word-break: normal; } .apartment-page .table th:first-child { width: 34%; } .apartment-page .occupancy-widget { height: 190px; } .apartment-page .occupancy-widget iframe { width: 1000px; height: 560px; transform: scale(.32); transform-origin: top left; } }

.accordion { max-width: 900px; margin: 0 auto; }
.accordion-item { border: 1px solid #dfe9e7 !important; border-radius: 1rem !important; overflow: hidden; background: #fff; box-shadow: 0 8px 25px rgba(7, 59, 76, .06); }
.accordion-button { padding: 1.25rem 1.4rem; color: var(--navy); background: #fff; font-size: 1.04rem; }
.accordion-button:not(.collapsed) { color: var(--sea); background: var(--aqua); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(11, 114, 133, .16); }
.accordion-body { padding: 1.25rem 1.4rem 1.5rem; margin-top: 0 !important; }

.site-footer { background: var(--deep); color: rgba(255, 255, 255, .68); padding-top: 5rem; }
.site-footer .brand-mark { color: var(--sun); }
.footer-brand { color: #fff; }
.footer-intro { max-width: 470px; line-height: 1.8; }
.footer-title { font-family: "DM Sans", sans-serif; color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 1.25rem; }
.footer-links li { margin-bottom: .75rem; }
.footer-links a, .footer-contact { color: rgba(255, 255, 255, .68); text-decoration: none; }
.footer-links a:hover, .footer-contact:hover { color: var(--sun); }
.footer-contact { display: block; margin-bottom: .75rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 4rem; padding: 1.5rem 0; font-size: .82rem; }

@media (max-width: 991.98px) { .navbar-collapse { padding: 1.25rem 0; } .language-link { display: inline-block; } }
@media (max-width: 575.98px) { .brand-copy small { display: none; } main > section:first-child { padding: 4rem 0 !important; } main .card { border-radius: 1rem; } }
