:root {
    --baldovec-green-dark: #295838;
    --baldovec-green: #3b7a4e;
    --baldovec-red: #c8352b;
    --baldovec-blue: #2b5cae;
}

body {
    position: relative;
    min-height: 100vh;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    background-color: #2b613c;
    background-image:
        linear-gradient(180deg, rgba(44, 93, 55, 0.28), rgba(28, 62, 37, 0.44)),
        url("../_img/baldovec-bg.jpg"),
        radial-gradient(1300px 700px at 50% 0%, rgba(141, 187, 119, 0.62), rgba(44, 93, 55, 0) 65%),
        radial-gradient(1100px 560px at 10% 18%, rgba(132, 181, 115, 0.28), rgba(44, 93, 55, 0) 70%),
        radial-gradient(950px 520px at 100% 75%, rgba(102, 152, 86, 0.22), rgba(44, 93, 55, 0) 70%),
        linear-gradient(180deg, #4a8758 0%, #3d764d 35%, #2b613c 70%, #255635 100%);
    background-position: center top, center top, center top, 10% 18%, 100% 75%, center top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, cover, auto, auto, auto, auto;
    background-attachment: scroll, fixed, scroll, scroll, scroll, scroll;
    color: #fff;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 100%),
        radial-gradient(circle at 40% 80%, rgba(0, 0, 0, 0.05) 0 1.2px, transparent 1.2px 100%);
    background-size: 5px 5px, 7px 7px, 9px 9px;
    mix-blend-mode: soft-light;
    opacity: 0.55;
    z-index: 0;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(900px 420px at 50% 0, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
        radial-gradient(750px 350px at 50% 100%, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.28));
    z-index: 0;
}

.page-overlay {
    position: relative;
    z-index: 1;
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.42));
}

.site-nav {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0;
}

.brand-logo,
.footer-logo {
    object-fit: contain;
}

.brand-logo {
    width: 72px;
    height: 72px;
}

.footer-logo {
    width: 44px;
    height: 44px;
}

.brand-text {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    font-size: 1.86rem;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #222;
}

.brand-text strong {
    font-weight: 800;
}

.brand-text span {
    font-weight: 400;
}

.brand-text-footer {
    font-size: 1.35rem;
    color: #fff;
}

.brand-text-footer span {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-brand {
    margin-right: 1.25rem;
}

.navbar-brand:hover .brand-text {
    color: #222;
}

.navbar-brand:focus .brand-text,
.navbar-brand:active .brand-text {
    color: #222;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.25);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    color: #2d2d2d;
    font-size: 1.03rem;
    font-weight: 700;
    transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
    text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
    color: #1b4e2b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.nav-link.active,
.nav-link[aria-current="page"] {
    color: #1b4e2b;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.btn {
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
    filter: saturate(1.08);
}

.btn-baldovec {
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.15rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    letter-spacing: 0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 7px 14px rgba(0, 0, 0, 0.28);
}

.btn-danger.btn-baldovec {
    background: linear-gradient(180deg, #d74439 0%, #bc2e25 100%);
    border-color: #8c2019;
}

.btn-primary.btn-baldovec {
    background: linear-gradient(180deg, #3c70ca 0%, #2a58aa 100%);
    border-color: #1d4286;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(0, 0, 0, 0.45);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: none;
}

.lang-link {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
    display: inline-block;
}

.lang-link:hover,
.lang-link:focus {
    color: #1b4e2b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.lang-link.active {
    color: rgba(0, 0, 0, 0.95);
}

.hero h1 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 0 2px 9px rgba(0, 0, 0, 0.8);
}

.hero .lead {
    font-size: 1.45rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.offer-card {
    position: relative;
    background: rgba(16, 42, 24, 0.16);
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
    backdrop-filter: saturate(115%) blur(1.1px);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.quick-card {
    background: rgba(21, 53, 30, 0.58);
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.offer-content {
    position: relative;
    z-index: 2;
    padding: 10.8rem 1.25rem 1.25rem;
    background: linear-gradient(180deg, rgba(9, 23, 13, 0.01), rgba(9, 23, 13, 0.14) 44%, rgba(9, 23, 13, 0.28) 100%);
}

.offer-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center 18%;
    transform: scale(1.03);
    transform-origin: center;
    transition: transform 320ms ease, filter 280ms ease;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.72) 60%, rgba(0, 0, 0, 0.26) 72%, rgba(0, 0, 0, 0) 84%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.72) 60%, rgba(0, 0, 0, 0.26) 72%, rgba(0, 0, 0, 0) 84%);
}

.offer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(7, 18, 10, 0.02) 0%, rgba(7, 18, 10, 0.05) 50%, rgba(7, 18, 10, 0.12) 68%, rgba(7, 18, 10, 0.2) 100%);
}

.offer-content h2 {
    font-size: 2.7rem;
    margin-bottom: 0.8rem;
    line-height: 1.05;
    color: #fff;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.82);
    transition: text-shadow 220ms ease;
}

.offer-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offer-content li {
    margin: 0.35rem 0;
    color: rgba(255, 255, 255, 0.97);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.offer-content li::before {
    content: "\2713";
    margin-right: 0.4rem;
    color: #9bd497;
}

.offers .offer-content .btn {
    display: block;
    margin-left: auto;
}

.offers .offer-content .btn.top-card-inline-btn {
    display: inline-block;
    width: auto;
    margin-left: 0;
}

.offers .offer-card:hover,
.offers .offer-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(0, 0, 0, 0.42);
}

.offers .offer-card:hover .offer-image,
.offers .offer-card:focus-within .offer-image {
    transform: scale(1.07);
    filter: saturate(1.12) brightness(1.06);
}

.offers .offer-card:hover .offer-content h2,
.offers .offer-card:focus-within .offer-content h2 {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.85);
}

.alerts {
    background: rgba(18, 44, 25, 0.55);
    border: 0;
    border-radius: 0;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
}

.alert-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: #f7e79a;
    font-size: 1.04rem;
    font-weight: 600;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.alert-item:last-child {
    border-bottom: 0;
}

.alert-item::before {
    content: "\2139";
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.15em;
    line-height: 1;
    transform: translateY(1px);
}

.alert-item.alert-offer {
    color: #d7f2bb;
}

.alert-item.alert-offer::before {
    content: "\2726";
    color: var(--baldovec-red);
}

.alert-item.alert-warning {
    color: #f7e79a;
}

.alert-item.alert-warning::before {
    content: "\26A0";
    color: #ffd85f;
}

.alert-action {
    cursor: pointer;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.alert-action:hover,
.alert-action:focus-visible {
    color: #fff0b5;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26);
    outline: none;
}

.quick-image {
    height: 146px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    transition: transform 320ms ease, filter 280ms ease;
}

.quick-image.quick-image-footer {
    position: relative;
    overflow: hidden;
}

.quick-image.quick-image-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.12));
    transition: opacity 260ms ease;
}

.quick-image.quick-image-footer .quick-content {
    position: relative;
    z-index: 1;
}

.quick-content {
    width: 100%;
    padding: 0.65rem 0.85rem 0.7rem;
}

.quick-content h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
    transition: text-shadow 220ms ease;
}

.quick-counter-inline {
    margin: 0 0 0.3rem;
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    width: auto;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.counter-value {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    min-width: 2ch;
}

.counter-unit {
    margin-left: 0.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.counter-unit-prefix {
    margin-left: 0;
    margin-right: 0.25rem;
}

.counter-unit sup {
    font-size: 0.68em;
    top: -0.3em;
}

.quick-grid .col {
    cursor: pointer;
}

.quick-grid .quick-card:hover,
.quick-grid .quick-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.28);
}

.quick-grid .quick-card:hover .quick-image,
.quick-grid .quick-card:focus-within .quick-image {
    transform: scale(1.04);
    filter: saturate(1.12) brightness(1.06);
}

.quick-grid .quick-card:hover .quick-image.quick-image-footer::after,
.quick-grid .quick-card:focus-within .quick-image.quick-image-footer::after {
    opacity: 0.08;
}

.quick-grid .quick-card:hover .quick-content h3,
.quick-grid .quick-card:focus-within .quick-content h3,
.quick-grid .quick-card:hover .quick-counter-inline,
.quick-grid .quick-card:focus-within .quick-counter-inline {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.85);
}

.quick-content p {
    margin: 0.35rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.quick-content .btn {
    margin-top: 0.45rem;
}

.site-footer {
    background: linear-gradient(180deg, rgba(9, 23, 13, 0.42), rgba(6, 15, 9, 0.56));
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer h4 {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    min-height: 1.2rem;
    margin-top: 0;
}

.site-footer .row {
    align-items: flex-start;
}

.site-footer a,
.site-footer small,
.copyright {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    margin-bottom: 0.22rem;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.site-footer a.active,
.site-footer a[aria-current="page"] {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.site-footer .contact-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.2rem;
    line-height: 1.25;
    white-space: nowrap;
    min-width: 0;
    transition: transform 220ms ease, color 220ms ease, filter 220ms ease;
}

.site-footer .contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    transform: none;
}

.site-footer .contact-icon svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: currentColor;
}

.site-footer .contact-text {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    flex-wrap: nowrap;
    line-height: 1.2;
    transform: none;
    white-space: nowrap !important;
}

.site-footer .contact-label,
.site-footer .contact-phone {
    white-space: nowrap;
}

.site-footer .contact-phone {
    font-weight: 700;
}

.site-footer .contact-note {
    margin: 0.1rem 0 0.55rem 2.65rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.74);
    white-space: nowrap;
}

.site-footer .contact-item:hover,
.site-footer .contact-item:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.site-footer .contact-item:hover .contact-icon,
.site-footer .contact-item:focus-visible .contact-icon {
    transform: translateY(-2px) scale(1.06);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.32));
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.5rem !important;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: transform 220ms ease, color 220ms ease, filter 220ms ease;
}

.social-link svg {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}

.social-link:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.06);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.32));
}

.copyright {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 3.4rem !important;
}

.copyright a {
    display: inline;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.info-modal-open {
    overflow: hidden;
}

.info-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
}

.info-modal.is-open {
    display: block;
}

.info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 14, 10, 0.72);
    backdrop-filter: blur(5px);
}

.info-modal-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 1.5rem;
}

.info-modal-panel {
    position: relative;
    width: min(920px, 100%);
    max-height: calc(100vh - 3rem);
    overflow: auto;
    padding: 2rem 2rem 1.7rem;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(30, 60, 37, 0.96), rgba(14, 28, 18, 0.98)),
        linear-gradient(135deg, rgba(210, 58, 43, 0.14), rgba(0, 0, 0, 0) 45%);
    border: 1px solid rgba(218, 235, 203, 0.18);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.48);
}

.info-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    font-size: 2rem;
    line-height: 1;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.info-modal-close:hover,
.info-modal-close:focus {
    color: #fff;
    background: rgba(200, 53, 43, 0.9);
    transform: translateY(-1px);
}

.info-modal-header {
    padding-right: 3rem;
    margin-bottom: 1.35rem;
}

.info-modal-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: #f0d98a;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.info-modal-title {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.02;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.34);
}

.info-modal-subtitle {
    margin: 0.8rem 0 0;
    color: rgba(231, 244, 216, 0.94);
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.45;
}

.info-modal-body {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.info-modal-body p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.06rem;
    line-height: 1.7;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.info-modal-body p:last-child {
    margin-bottom: 0;
}

.info-modal-section + .info-modal-section {
    margin-top: 1.5rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.info-modal-section-title {
    margin: 0 0 0.85rem;
    color: #f5e3a6;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

.info-modal-list {
    margin: 0.15rem 0 0;
    padding: 0;
    list-style: none;
}

.info-modal-list li {
    position: relative;
    margin-bottom: 0.58rem;
    padding-left: 1.35rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.03rem;
    line-height: 1.62;
}

.info-modal-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #bde3a8;
    font-weight: 700;
}

.info-modal-list li:last-child {
    margin-bottom: 0;
}

.info-modal-table-wrap {
    margin: 1rem 0 0.25rem;
}

.info-modal-table-title {
    margin: 0 0 0.7rem;
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
}

.info-modal-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.04);
}

.info-modal-table th,
.info-modal-table td {
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.96);
    vertical-align: top;
}

.info-modal-table th {
    color: #f5e3a6;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.05);
}

.info-modal-table td:last-child,
.info-modal-table th:last-child {
    white-space: nowrap;
}

.info-modal-contact-group {
    margin-top: 0.95rem;
}

.info-modal-contact-item + .info-modal-contact-item {
    margin-top: 0.35rem;
}

.info-modal-image-wrap {
    margin-top: 0.5rem;
}

.info-modal-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 18rem);
    object-fit: contain;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.camp2026-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.35rem;
}

.camp2026-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1rem;
}

.camp2026-lead {
    font-size: 1.05rem;
    font-weight: 600;
}

.camp2026-payment {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    background: rgba(10, 20, 10, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.camp2026-payment strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #cfe6c0;
}

.camp2026-payment p {
    margin: 0;
}

.camp2026-form-title {
    margin: 0 0 0.3rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}

.camp2026-form-note {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.76);
}

.camp2026-alert {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    font-weight: 600;
}

.camp2026-alert--error {
    background: rgba(173, 47, 47, 0.22);
    border: 1px solid rgba(255, 122, 122, 0.35);
    color: #ffd8d8;
}

.camp2026-alert--success {
    background: rgba(59, 122, 78, 0.26);
    border: 1px solid rgba(149, 216, 149, 0.35);
    color: #e1ffe1;
}

.camp2026-form {
    display: grid;
    gap: 0.9rem;
}

.camp2026-form-section {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #cfe6c0;
}

.camp2026-form-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.camp2026-form-row {
    display: grid;
    gap: 0.45rem;
}

.camp2026-form-row label {
    font-size: 0.98rem;
    font-weight: 700;
    color: #fff;
}

.camp2026-form-row input,
.camp2026-form-row textarea {
    width: 100%;
    min-height: 48px;
    padding: 0.8rem 0.95rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.camp2026-form-row textarea {
    min-height: 112px;
    resize: vertical;
}

.camp2026-form-row input:focus,
.camp2026-form-row textarea:focus {
    border-color: rgba(217, 65, 52, 0.65);
    background: rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 0 0.22rem rgba(217, 65, 52, 0.16);
}

.camp2026-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.camp2026-pill {
    position: relative;
    cursor: pointer;
}

.camp2026-pill input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.camp2026-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
    font-weight: 700;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.camp2026-pill input:checked + span {
    background: linear-gradient(180deg, #e04b3d, #c93b2f);
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.camp2026-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.35rem;
}

.camp2026-submit {
    min-width: 220px;
}

.camp2026-footnote {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
    body {
        background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
    }

    .brand-logo {
        width: 60px;
        height: 60px;
    }

    .brand-text {
        font-size: 1.65rem;
    }

    .footer-logo {
        width: 40px;
        height: 40px;
    }

    .brand-text-footer {
        font-size: 1.2rem;
    }

    .language-switcher {
        justify-content: flex-start;
        margin: 0.35rem 0;
    }

    .nav-contact-cta {
        align-self: flex-end;
    }

    .nav-contact-cta .btn {
        margin-top: 0.35rem;
    }

    .info-modal-dialog {
        align-items: flex-start;
        padding: 1rem 0.75rem;
    }

    .info-modal-panel {
        max-height: calc(100vh - 2rem);
        padding: 1.35rem 1.1rem 1.15rem;
    }

    .info-modal-header {
        padding-right: 2.75rem;
        margin-bottom: 1rem;
    }

    .info-modal-subtitle,
    .info-modal-body p {
        font-size: 1rem;
    }

    .hero .lead {
        font-size: 1.05rem;
    }

    .offer-content h2 {
        font-size: 2rem;
    }

    .offer-content {
        padding-top: 9.4rem;
    }

    .quick-content h3 {
        font-size: 1.2rem;
    }

    .counter-value {
        font-size: 1.25rem;
    }

    .counter-unit {
        font-size: 0.86rem;
    }

    .camp2026-modal-grid,
    .camp2026-form-columns {
        grid-template-columns: 1fr;
    }

    .camp2026-card {
        padding: 0.95rem;
    }

    .camp2026-form-title {
        font-size: 1.35rem;
    }

}

@media (max-width: 575.98px) {
    .brand-logo {
        width: 52px;
        height: 52px;
    }

    .brand-text {
        font-size: 1.35rem;
        gap: 0.25rem;
    }

    .footer-logo {
        width: 36px;
        height: 36px;
    }

    .brand-text-footer {
        font-size: 1.05rem;
    }

    .contact-note {
        margin-left: 2.65rem;
    }

    .quick-content {
        padding: 0.65rem 0.75rem 0.45rem;
    }

    .quick-image {
        height: 124px;
    }

    .hero h1 {
        font-size: 1.7rem;
    }

    .offer-content {
        padding: 8.4rem 1rem 1rem;
    }

    .offer-content h2 {
        font-size: 1.55rem;
    }

    .alert-item {
        font-size: 0.98rem;
    }
}
