:root {
    --bg: #06111a;
    --bg-2: #0a1c28;
    --panel: #0d2430;
    --panel-2: #102f3b;
    --line: rgba(157, 199, 207, 0.18);
    --line-strong: rgba(66, 216, 219, 0.38);
    --text: #eff8f9;
    --muted: #91a8ae;
    --soft: #c7d7da;
    --cyan: #39d7dc;
    --teal: #18a99d;
    --green: #42df9a;
    --red: #ef6461;
    --amber: #e3b55d;
    --shadow: rgba(0, 0, 0, 0.42);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    background:
        linear-gradient(180deg, rgba(6, 17, 26, 0.96), rgba(9, 24, 34, 0.98)),
        #06111a;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    background-image:
        linear-gradient(rgba(78, 205, 211, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(78, 205, 211, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

a {
    color: inherit;
}

.container {
    width: 100%;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--text);
    text-decoration: none;
}

.brand-copy {
    display: grid;
    line-height: 1;
}

.brand-copy strong {
    color: var(--text);
    font-size: 1.02rem;
    font-weight: 850;
}

.brand-copy small {
    margin-top: 0.16rem;
    color: var(--cyan);
    font-size: 0.64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.moscca-navbar {
    border-bottom: 1px solid var(--line);
    background: rgba(5, 16, 24, 0.84);
    backdrop-filter: blur(16px);
}

.navbar-brand img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 8px 22px rgba(57, 215, 220, 0.22));
}

.navbar-toggler {
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(7, 24, 34, 0.72);
    color: var(--text);
    cursor: pointer;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 215, 220, 0.2);
}

.navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(1.8);
}

.moscca-navbar .nav-link {
    color: var(--soft);
    font-size: 0.94rem;
    text-decoration: none;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
}

.moscca-navbar .nav-link:hover,
.moscca-navbar .nav-link:focus {
    color: var(--cyan);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
}

.btn-moscca {
    border-color: rgba(57, 215, 220, 0.72);
    background: linear-gradient(135deg, var(--cyan), var(--teal));
    color: #031016;
    box-shadow: 0 12px 30px rgba(24, 169, 157, 0.22);
}

.btn-moscca:hover,
.btn-moscca:focus {
    border-color: rgba(239, 248, 249, 0.8);
    background: linear-gradient(135deg, #72edf0, #26c7ba);
    color: #031016;
}

.btn-outline-moscca {
    border-color: var(--line-strong);
    background: rgba(7, 24, 34, 0.72);
    color: var(--text);
}

.btn-outline-moscca:hover,
.btn-outline-moscca:focus {
    border-color: var(--cyan);
    background: rgba(57, 215, 220, 0.1);
    color: var(--text);
}

.btn-promo-moscca {
    border-color: rgba(232, 200, 74, 0.62);
    background: rgba(232, 200, 74, 0.12);
    color: #f3dc79;
}

.btn-promo-moscca:hover,
.btn-promo-moscca:focus {
    border-color: rgba(247, 229, 155, 0.86);
    background: rgba(232, 200, 74, 0.22);
    color: #fff4bd;
}

.btn:disabled,
.btn.disabled {
    border-color: rgba(145, 168, 174, 0.24);
    background: rgba(145, 168, 174, 0.08);
    color: rgba(239, 248, 249, 0.48);
    box-shadow: none;
    opacity: 1;
}

.section-kicker {
    display: inline-flex;
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-section {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: 86vh;
    padding: 128px 0 88px;
    overflow: hidden;
}

.hero-section::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 36%;
    content: "";
    background: linear-gradient(180deg, rgba(6, 17, 26, 0), var(--bg));
}

.hero-visual {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 76% 36%, rgba(57, 215, 220, 0.18), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(227, 181, 93, 0.12), transparent 22%),
        linear-gradient(135deg, rgba(6, 17, 26, 0.35), rgba(13, 45, 57, 0.28));
}

.hero-visual img {
    position: absolute;
    top: 14%;
    right: -120px;
    width: 620px;
    max-width: 58vw;
    opacity: 0.18;
    mix-blend-mode: screen;
    filter: drop-shadow(0 30px 60px rgba(57, 215, 220, 0.18));
}

.market-line {
    position: absolute;
    right: 8%;
    width: 44%;
    max-width: 620px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(57, 215, 220, 0.78), rgba(227, 181, 93, 0.72), transparent);
    box-shadow: 0 0 28px rgba(57, 215, 220, 0.26);
    transform-origin: right center;
}

.market-line-one {
    top: 35%;
    transform: rotate(-8deg);
}

.market-line-two {
    top: 47%;
    transform: rotate(5deg);
    opacity: 0.72;
}

.market-line-three {
    top: 58%;
    transform: rotate(-3deg);
    opacity: 0.48;
}

.radar-ring {
    position: absolute;
    border: 1px solid rgba(57, 215, 220, 0.2);
    border-radius: 50%;
    opacity: 0.64;
}

.radar-ring-one {
    top: 20%;
    right: 12%;
    width: 320px;
    height: 320px;
}

.radar-ring-two {
    right: 20%;
    bottom: 16%;
    width: 180px;
    height: 180px;
    border-color: rgba(227, 181, 93, 0.22);
}

.hero-content {
    position: relative;
    max-width: 840px;
}

.hero-content h1 {
    max-width: 820px;
    margin: 1rem 0 1.25rem;
    color: var(--text);
    font-size: 4rem;
    line-height: 1.02;
    font-weight: 850;
}

.hero-content p {
    max-width: 700px;
    color: var(--soft);
    font-size: 1.22rem;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.terminal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 2rem;
    color: var(--muted);
    font-size: 0.94rem;
}

.hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(145, 168, 174, 0.16);
    border-radius: 6px;
    background: rgba(8, 28, 39, 0.48);
}

.hero-notes i {
    color: var(--cyan);
}

.section-band {
    position: relative;
    padding: 92px 0;
    scroll-margin-top: 86px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.compact-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading h2,
.action-row h2,
.support-heading h2 {
    margin: 0.65rem 0 0.85rem;
    font-size: 2.45rem;
    line-height: 1.12;
    font-weight: 820;
}

.section-heading p,
.action-row p,
.support-heading p,
.site-footer p {
    color: var(--muted);
    line-height: 1.7;
}

.action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
}

.telegram-band,
.monitor-band,
.terminal-band,
.comparison-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(9, 28, 40, 0.48);
}

.monitor-band {
    background:
        linear-gradient(135deg, rgba(57, 215, 220, 0.09), transparent 46%),
        rgba(9, 28, 40, 0.48);
}

.product-highlight {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 2rem;
    align-items: center;
}

.product-copy h2 {
    margin: 0.65rem 0 0.85rem;
    font-size: 2.45rem;
    line-height: 1.12;
    font-weight: 820;
}

.product-copy p {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.7;
}

.product-copy .btn {
    margin-top: 0.75rem;
}

.product-panel {
    padding: 1.35rem;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(16, 47, 59, 0.88), rgba(7, 22, 31, 0.9));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.26);
}

.product-panel > span {
    color: var(--cyan);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-panel strong {
    display: block;
    margin: 0.4rem 0 1rem;
    font-size: 1.5rem;
}

.product-panel ul {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-panel li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--soft);
    line-height: 1.5;
}

.product-panel li i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(57, 215, 220, 0.24);
    border-radius: 7px;
    background: rgba(57, 215, 220, 0.08);
    color: var(--cyan);
}

.comparison-table-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 20, 31, 0.72);
}

.comparison-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 1.15rem 1.25rem;
    border-bottom: 1px solid var(--line);
    color: var(--soft);
    vertical-align: middle;
}

.comparison-table thead th {
    background: rgba(18, 30, 45, 0.92);
    color: var(--text);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.comparison-table tbody th {
    color: var(--text);
    font-weight: 850;
}

.comparison-table tbody th a {
    color: inherit;
    text-decoration: none;
}

.comparison-table tbody th a:hover,
.comparison-table tbody th a:focus {
    color: var(--cyan);
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.comparison-table .bi-check-lg {
    color: var(--cyan);
    font-size: 1.15rem;
}

.comparison-featured th,
.comparison-featured td {
    background: rgba(24, 169, 157, 0.12);
}

.comparison-table-wrap > p {
    margin: 0;
    padding: 0.95rem 1.25rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.95rem;
}

.video-band {
    border-top: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(227, 181, 93, 0.08), transparent 42%),
        rgba(6, 17, 26, 0.38);
}

.video-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 2rem;
    align-items: center;
}

.video-copy h2 {
    margin: 0.65rem 0 0.85rem;
    font-size: 2.35rem;
    line-height: 1.12;
    font-weight: 820;
}

.video-copy p {
    max-width: 520px;
    color: var(--muted);
    line-height: 1.7;
}

.video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: #02090d;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    aspect-ratio: 16 / 9;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.empty-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 120px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(13, 36, 48, 0.56);
    color: var(--soft);
}

.empty-support i {
    color: var(--amber);
}

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

.sponsor-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(13, 36, 48, 0.56);
}

.sponsor-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 126px;
    border: 1px solid var(--line);
    border-radius: 8px;
    object-fit: contain;
    background: rgba(6, 17, 26, 0.72);
}

.sponsor-initial {
    width: 58px;
    height: 58px;
    border: 1px solid var(--line);
    border-radius: 8px;
    object-fit: contain;
    background: rgba(6, 17, 26, 0.72);
}

.sponsor-initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cyan);
    font-weight: 800;
    font-size: 1.5rem;
}

.sponsor-card h3 {
    margin: 0;
    font-size: 1.1rem;
}

.sponsor-card p {
    margin: 0.45rem 0 0.85rem;
    color: var(--muted);
    font-size: 0.94rem;
}

.support-heading {
    max-width: 760px;
    margin-bottom: 1.6rem;
}

.support-options {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    align-items: stretch;
}

.support-option {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(16, 47, 59, 0.82), rgba(7, 22, 31, 0.82));
}

.support-option-primary {
    background:
        linear-gradient(135deg, rgba(57, 215, 220, 0.12), transparent 46%),
        linear-gradient(180deg, rgba(16, 47, 59, 0.86), rgba(7, 22, 31, 0.86));
}

.support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(57, 215, 220, 0.08);
    color: var(--cyan);
    font-size: 1.15rem;
}

.support-option > span {
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.support-option h3 {
    max-width: 560px;
    margin: 0.6rem 0 0.7rem;
    font-size: 1.45rem;
    line-height: 1.22;
    font-weight: 820;
}

.support-option p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.support-option .btn {
    width: fit-content;
    margin-top: auto;
}

.support-address {
    margin: 1rem 0;
    padding-left: 0.85rem;
    border-left: 3px solid var(--cyan);
    color: var(--soft);
    font-size: 0.94rem;
    font-style: normal;
    line-height: 1.6;
}

.support-address span,
.support-address strong {
    display: block;
}

.support-address span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.support-address strong {
    margin: 0.25rem 0 0.25rem;
    color: var(--text);
    font-size: 1rem;
}

.support-address a {
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
}

.support-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: auto;
}

.support-links a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 42px;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    background: rgba(57, 215, 220, 0.08);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.support-links a:hover,
.support-links a:focus {
    border-color: var(--cyan);
    background: rgba(57, 215, 220, 0.16);
    color: var(--text);
}

.support-address a:hover,
.support-address a:focus {
    color: var(--cyan);
}

.site-footer {
    padding: 46px 0 34px;
    border-top: 1px solid var(--line);
    background: #050d13;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 2rem;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    color: var(--text);
    text-decoration: none;
}

.footer-brand img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.footer-grid nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
}

.footer-grid a {
    color: var(--soft);
    text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus {
    color: var(--cyan);
}

.footer-disclaimer {
    margin-top: 1.6rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(157, 199, 207, 0.12);
    color: var(--muted);
    font-size: 0.88rem;
}

.moscca-modal {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #091923;
    color: var(--text);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.moscca-modal .modal-header,
.moscca-modal .modal-footer {
    border-color: var(--line);
}

.moscca-modal .modal-title {
    margin-top: 0.45rem;
    font-size: 1.45rem;
    line-height: 1.22;
}

.moscca-modal .modal-body > p {
    color: var(--soft);
}

#leadModal .modal-dialog {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#leadModal .modal-content {
    max-height: calc(100vh - 1.5rem);
    max-height: calc(100dvh - 1.5rem);
}

#leadForm {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

#leadModal .modal-body {
    overflow-y: auto;
    overscroll-behavior: contain;
}

#leadModal .modal-footer {
    flex: 0 0 auto;
    background: #091923;
}

.form-label,
.form-check-label {
    color: var(--soft);
}

.form-control,
.form-check-input {
    border-color: rgba(157, 199, 207, 0.26);
    border-radius: 6px;
    background-color: rgba(4, 14, 20, 0.78);
    color: var(--text);
}

.form-control:focus {
    border-color: var(--cyan);
    background-color: rgba(4, 14, 20, 0.95);
    color: var(--text);
    box-shadow: 0 0 0 0.2rem rgba(57, 215, 220, 0.16);
}

.form-control::placeholder {
    color: rgba(199, 215, 218, 0.48);
}

.lead-email-input {
    text-transform: lowercase;
}

.form-check-input:checked {
    border-color: var(--cyan);
    background-color: var(--teal);
}

.recaptcha-field {
    margin-bottom: 1rem;
}

.moscca-check .invalid-feedback {
    display: none;
}

.moscca-check .form-check-input.is-invalid ~ .invalid-feedback {
    display: block;
}

.privacy-note {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 0.84rem;
}

.pix-generator {
    display: grid;
    gap: 1rem;
}

.pix-support-copy {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.pix-form-grid,
.pix-payment-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.pix-form-grid-single {
    grid-template-columns: minmax(0, 1fr);
}

.pix-amount-control .input-group-text {
    border-color: rgba(157, 199, 207, 0.26);
    border-radius: 6px 0 0 6px;
    background: rgba(57, 215, 220, 0.1);
    color: var(--cyan);
    font-weight: 800;
}

.pix-amount-control .form-control {
    border-radius: 0 6px 6px 0;
    font-weight: 800;
}

.pix-amount-control.is-invalid .input-group-text,
.pix-amount-control.is-invalid .form-control {
    border-color: var(--red);
}

.pix-amount-control.is-invalid + .invalid-feedback {
    display: block;
}

.pix-amount-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.65rem;
}

.pix-amount-preset {
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(157, 199, 207, 0.22);
    border-radius: 6px;
    background: rgba(6, 17, 26, 0.68);
    color: var(--soft);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.pix-amount-preset:hover,
.pix-amount-preset:focus,
.pix-amount-preset.is-active {
    border-color: rgba(57, 215, 220, 0.62);
    background: rgba(31, 191, 184, 0.16);
    color: var(--cyan);
}

.pix-box {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(6, 17, 26, 0.68);
}

.pix-box span {
    display: block;
    color: var(--muted);
    font-size: 0.84rem;
}

.pix-box strong {
    display: block;
    margin-top: 0.35rem;
    overflow-wrap: anywhere;
}

.pix-qr {
    display: grid;
    place-items: center;
    min-height: 252px;
    padding: 1rem;
    border: 1px solid rgba(157, 199, 207, 0.22);
    border-radius: 8px;
    background: #fff;
}

.pix-qr canvas,
.pix-qr img {
    width: 220px;
    max-width: 100%;
    height: auto;
}

.pix-qr span {
    color: #15303a;
    font-weight: 800;
    text-align: center;
}

.pix-code {
    min-height: 252px;
    font-size: 0.78rem;
    line-height: 1.55;
    resize: none;
}

.pix-meta-list {
    margin-top: 0.85rem;
}

.pix-meta {
    margin: 0 0 0.45rem;
    color: var(--soft);
    font-size: 0.92rem;
    line-height: 1.45;
}

.pix-meta:last-child {
    margin-bottom: 0;
}

.pix-empty {
    display: grid;
    place-items: center;
    min-height: 140px;
    margin-top: 1rem;
    border: 1px dashed rgba(157, 199, 207, 0.28);
    border-radius: 8px;
    color: var(--muted);
    text-align: center;
}

.pix-empty i {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--cyan);
    font-size: 1.65rem;
}

.contact-options {
    display: grid;
    gap: 0.8rem;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(6, 17, 26, 0.64);
    color: var(--text);
    text-decoration: none;
}

.contact-option:hover,
.contact-option:focus {
    border-color: var(--line-strong);
    color: var(--text);
}

.contact-option i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: rgba(57, 215, 220, 0.1);
    color: var(--cyan);
    font-size: 1.15rem;
    flex: 0 0 auto;
}

.contact-option span {
    display: grid;
    gap: 0.16rem;
    min-width: 0;
}

.contact-option strong {
    font-size: 0.98rem;
}

.contact-option small {
    color: var(--muted);
    font-size: 0.84rem;
    overflow-wrap: anywhere;
}

.contact-hours {
    margin: 0.85rem 0 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.contact-empty {
    display: grid;
    place-items: center;
    min-height: 140px;
    border: 1px dashed rgba(157, 199, 207, 0.28);
    border-radius: 8px;
    color: var(--muted);
    text-align: center;
}

.contact-empty i {
    margin-bottom: 0.45rem;
    color: var(--cyan);
    font-size: 1.65rem;
}

.contact-empty p {
    margin: 0.25rem 0 0;
}

.toast {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 24, 34, 0.96);
    color: var(--text);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.toast .toast-body {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.toast i {
    color: var(--cyan);
}

.toast-error i {
    color: var(--red);
}

.toast-success i {
    color: var(--green);
}

.cookie-notice {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1040;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 920px;
    margin: 0 auto;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 24, 34, 0.96);
    color: var(--soft);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
}

.cookie-notice.is-visible {
    display: flex;
}

.cookie-notice p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cookie-notice div {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .pix-form-grid,
    .pix-payment-grid {
        grid-template-columns: 1fr;
    }

    .pix-code,
    .pix-qr {
        min-height: 220px;
    }

    .cookie-notice {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-notice div {
        justify-content: flex-end;
    }
}


.legal-page {
    min-height: 100vh;
    padding: 72px 0;
}

.legal-container {
    max-width: 820px;
}

.legal-header {
    margin-bottom: 2rem;
}

.legal-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    margin-bottom: 1.6rem;
    color: var(--text);
    text-decoration: none;
}

.legal-logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.legal-header .section-kicker {
    display: flex;
    width: fit-content;
}

.legal-container h1 {
    margin: 0.8rem 0 1rem;
    font-size: 2.7rem;
    line-height: 1.1;
}

.legal-container h2 {
    margin: 2rem 0 0.65rem;
    font-size: 1.3rem;
}

.legal-container p {
    color: var(--soft);
    line-height: 1.75;
}

[hidden] {
    display: none !important;
}

@media (max-width: 991.98px) {
    .moscca-navbar .navbar-collapse {
        padding: 1rem 0 0.5rem;
    }

    .moscca-navbar .nav-link {
        padding: 0.6rem 0;
    }

    .hero-section {
        min-height: auto;
        padding: 126px 0 70px;
    }

    .hero-visual img {
        top: 12%;
        right: -160px;
        max-width: none;
        width: 520px;
    }

    .hero-content h1 {
        font-size: 3.05rem;
    }

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

    .action-row,
    .product-highlight,
    .video-layout,
    .support-options,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .action-row {
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 2.45rem;
        line-height: 1.08;
    }

    .hero-content p {
        font-size: 1.06rem;
    }

    .hero-actions .btn,
    .support-option .btn,
    .action-row .btn {
        width: 100%;
    }

    .support-links {
        grid-template-columns: 1fr;
    }

    .hero-notes {
        display: grid;
    }

    .section-band {
        padding: 68px 0;
    }

    .section-heading h2,
    .action-row h2,
    .product-copy h2,
    .video-copy h2,
    .support-heading h2 {
        font-size: 2rem;
    }

    .sponsor-grid {
        grid-template-columns: 1fr;
    }

    .comparison-table thead {
        display: none;
    }

    .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table th,
    .comparison-table td {
        display: block;
        width: 100%;
    }

    .comparison-table tr {
        padding: 1rem 1.1rem;
        border-bottom: 1px solid var(--line);
    }

    .comparison-table tbody tr:last-child {
        border-bottom: 0;
    }

    .comparison-table th,
    .comparison-table td {
        display: grid;
        grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
        gap: 1rem;
        padding: 0.45rem 0;
        border-bottom: 0;
        align-items: start;
    }

    .comparison-table th::before,
    .comparison-table td::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 0.72rem;
        font-weight: 850;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .comparison-featured th,
    .comparison-featured td {
        background: transparent;
    }

    .comparison-featured {
        background: rgba(24, 169, 157, 0.12);
    }

    .footer-grid nav {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .navbar-brand img {
        width: 36px;
        height: 36px;
    }

    .hero-content h1 {
        font-size: 2.1rem;
    }

    .section-heading h2,
    .action-row h2,
    .product-copy h2,
    .video-copy h2,
    .support-heading h2 {
        font-size: 1.72rem;
    }
}
