:root {
    --site-primary: #8d56ff;
    --site-primary-dark: #6b38e3;
    --site-primary-soft: rgba(141, 86, 255, 0.16);
    --site-accent: #36aaff;
    --site-ink: #f5f2ff;
    --site-muted: rgba(231, 224, 255, 0.76);
    --site-line: rgba(255, 255, 255, 0.12);
    --site-card: linear-gradient(180deg, rgba(20, 13, 36, 0.82), rgba(13, 9, 24, 0.68));
    --site-panel: rgba(20, 12, 36, 0.68);
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 6% 2%, rgba(149, 76, 233, 0.34), transparent 30%),
        radial-gradient(circle at 85% 90%, rgba(67, 167, 255, 0.14), transparent 32%),
        linear-gradient(132deg, #07040e 0%, #12091f 36%, #1a0f31 100%);
    color: var(--site-ink);
    margin: 0;
}

body {
    min-height: 100vh;
}

a {
    color: #d9c8ff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #8d56ff 0%, #6b38e3 55%, #4d22c6 100%);
    border: none;
    box-shadow: 0 18px 38px rgba(79, 36, 172, 0.34);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.btn-outline-secondary {
    color: #efe9ff;
    border-color: rgba(160, 117, 255, 0.24);
    background: rgba(141, 86, 255, 0.12);
}

.btn-outline-secondary:hover {
    background: rgba(141, 86, 255, 0.2);
    border-color: rgba(160, 117, 255, 0.42);
    color: #fff;
}

.btn-success {
    color: #f4fffb;
    background:
        linear-gradient(145deg, rgba(16, 28, 27, 0.94), rgba(10, 18, 21, 0.9)),
        radial-gradient(circle at top right, rgba(59, 197, 149, 0.16), transparent 42%);
    border: 1px solid rgba(64, 202, 144, 0.24);
    box-shadow: 0 18px 36px rgba(4, 14, 16, 0.28);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    border-color: rgba(83, 224, 167, 0.36);
    filter: brightness(1.03);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.22rem rgba(123, 76, 255, 0.2);
}

h1:focus {
    outline: none;
}

.hero-section,
.page-hero,
.content-section,
.cta-section {
    padding: 5rem 0;
}

.hero-section {
    padding-top: 6rem;
}

.hero-section h1,
.page-hero h1 {
    font-size: clamp(2.7rem, 6vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 1.25rem;
    color: #fff;
}

.hero-text,
.page-hero p,
.section-heading p,
.info-card p,
.pricing-card p,
.section-band__copy p {
    color: var(--site-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(141, 86, 255, 0.16);
    color: #cdbaff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

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

.hero-card,
.info-card,
.pricing-card,
.cta-panel,
.section-band {
    border: 1px solid var(--site-line);
    border-radius: 1.5rem;
    background: var(--site-card);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 24px 60px rgba(5, 4, 14, 0.32);
    backdrop-filter: blur(18px);
}

.hero-card,
.pricing-card,
.section-band {
    padding: 2rem;
}

.hero-card-label,
.pricing-badge {
    display: inline-flex;
    margin-bottom: 1rem;
    color: #c3b0ff;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.hero-card-title {
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.18;
    margin-bottom: 1rem;
}

.fake-input {
    display: flex;
    align-items: center;
    min-height: 3.5rem;
    margin-top: 0.8rem;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    color: rgba(223, 214, 255, 0.48);
}

.hero-card-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.hero-card-foot span {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(238, 233, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 600;
}

.hero-visual {
    position: relative;
    padding: 0.9rem;
    border: 1px solid var(--site-line);
    border-radius: 1.7rem;
    background: var(--site-card);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 24px 60px rgba(5, 4, 14, 0.32);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(143, 95, 255, 0.08), transparent 42%, rgba(53, 162, 255, 0.08) 100%);
    pointer-events: none;
}

.hero-visual__image {
    display: block;
    width: 100%;
    min-height: 560px;
    max-height: 720px;
    object-fit: cover;
    object-position: center;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0918;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.hero-metrics div {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.hero-metrics strong,
.info-card h3,
.pricing-card h2,
.cta-panel h2,
.section-heading h2,
.contact-grid h2,
.section-band__copy h2 {
    display: block;
    margin-bottom: 0.5rem;
    color: #fff;
}

.hero-metrics span {
    color: var(--site-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.feature-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.feature-showcase-list {
    display: grid;
    gap: 1.75rem;
    margin-bottom: 2.25rem;
}

.feature-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
}

.feature-showcase--reverse {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
}

.feature-showcase--reverse .feature-showcase__media {
    order: 2;
}

.feature-showcase--reverse .feature-showcase__content {
    order: 1;
}

.feature-showcase__media,
.feature-showcase__content {
    border: 1px solid var(--site-line);
    border-radius: 1.5rem;
    background: var(--site-card);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 24px 60px rgba(5, 4, 14, 0.32);
    overflow: hidden;
}

.feature-showcase__media {
    position: relative;
    padding: 1rem;
}

.feature-showcase__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(143, 95, 255, 0.08), transparent 42%, rgba(53, 162, 255, 0.08) 100%);
    pointer-events: none;
}

.feature-showcase__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 420px;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0918;
    object-fit: cover;
}

.feature-showcase__media--stacked {
    padding: 1.1rem;
}

.feature-stack {
    display: grid;
    gap: 0.9rem;
}

.feature-stack img {
    display: block;
    width: 100%;
    min-height: 180px;
    max-height: 240px;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0918;
    object-fit: cover;
    object-position: top center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 34px rgba(5, 4, 14, 0.18);
}

.feature-showcase__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.feature-showcase__content h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.1;
    margin-bottom: 0.9rem;
}

.feature-showcase__content p {
    color: var(--site-muted);
    margin-bottom: 1rem;
}

.mobile-showcase {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2.25rem;
}

.mobile-showcase__content,
.mobile-gallery {
    border: 1px solid var(--site-line);
    border-radius: 1.5rem;
    background: var(--site-card);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 24px 60px rgba(5, 4, 14, 0.32);
    overflow: hidden;
}

.mobile-showcase__content {
    padding: 2rem;
}

.mobile-showcase__content h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.1;
    margin-bottom: 0.9rem;
}

.mobile-showcase__content p {
    color: var(--site-muted);
    margin-bottom: 1rem;
}

.mobile-gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.35rem;
    background:
        linear-gradient(180deg, rgba(17, 11, 32, 0.82), rgba(10, 7, 18, 0.82)),
        radial-gradient(circle at 68% 20%, rgba(54, 170, 255, 0.12), transparent 23%);
}

.mobile-gallery::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(143, 95, 255, 0.08), transparent 42%, rgba(53, 162, 255, 0.08) 100%);
    pointer-events: none;
}

.mobile-frame {
    position: relative;
    z-index: 1;
    padding: 0.55rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(27, 19, 47, 0.96), rgba(12, 9, 22, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 34px rgba(5, 4, 14, 0.22);
}

.mobile-frame img {
    display: block;
    width: 100%;
    min-height: 360px;
    max-height: 460px;
    border-radius: 1.1rem;
    object-fit: cover;
    object-position: top center;
    background: #0d0918;
}

.mobile-frame--offset {
    transform: translateY(1rem);
}

.mobile-frame--center {
    transform: translateY(-0.6rem);
}

.mobile-frame--offset-bottom {
    transform: translateY(1.4rem);
}

.info-card {
    padding: 1.75rem;
    background: linear-gradient(150deg, rgba(23, 15, 39, 0.76), rgba(15, 10, 28, 0.64));
}

.info-card--dense {
    padding: 1.2rem;
}

.info-card--contact {
    height: 100%;
}

.check-list {
    padding-left: 1.2rem;
    margin: 0;
}

.check-list li {
    margin-bottom: 0.85rem;
    color: var(--site-muted);
    line-height: 1.65;
}

.page-hero-soft {
    background: linear-gradient(180deg, rgba(141, 86, 255, 0.07), rgba(255, 255, 255, 0));
}

.pricing-card {
    max-width: 960px;
    margin: 0 auto;
}

.pricing-card--featured {
    position: relative;
    overflow: hidden;
}

.pricing-card--featured::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(143, 95, 255, 0.12), transparent 38%, rgba(53, 162, 255, 0.1) 100%);
    pointer-events: none;
}

.pricing-card__header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.pricing-price-block {
    min-width: 12rem;
    padding: 1rem 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(115, 202, 255, 0.24);
    background: rgba(40, 154, 255, 0.14);
    text-align: center;
    box-shadow: 0 10px 24px rgba(22, 97, 181, 0.18);
}

.pricing-price-block strong {
    display: block;
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1;
}

.pricing-price-block span {
    color: rgba(221, 212, 248, 0.74);
    font-size: 0.92rem;
    font-weight: 600;
}

.pricing-value {
    position: relative;
    z-index: 1;
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--site-primary);
    background: rgba(141, 86, 255, 0.08);
    border-radius: 0.75rem;
}

.pricing-value strong {
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

.pricing-value span {
    color: var(--site-muted);
}

.section-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2rem;
}

.section-band__copy {
    max-width: 42rem;
}

.cta-section {
    padding-bottom: 6rem;
}

.cta-panel {
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(17, 11, 32, 0.82), rgba(10, 7, 18, 0.82)),
        radial-gradient(circle at 68% 20%, rgba(54, 170, 255, 0.18), transparent 23%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cta-panel .eyebrow,
.cta-panel h2 {
    color: #fff;
}

.cta-panel .eyebrow {
    background: rgba(255, 255, 255, 0.08);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #ffb7c8;
}

.blazor-error-boundary {
    background: #991b1b;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "Ocorreu um erro.";
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

@media (max-width: 991.98px) {
    .hero-section,
    .page-hero,
    .content-section,
    .cta-section {
        padding: 4rem 0;
    }

    .cta-panel,
    .section-band,
    .pricing-card__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-price-block {
        min-width: 0;
        width: 100%;
    }

    .hero-visual__image {
        min-height: 420px;
    }

    .feature-showcase,
    .feature-showcase--reverse {
        grid-template-columns: minmax(0, 1fr);
    }

    .feature-showcase--reverse .feature-showcase__media,
    .feature-showcase--reverse .feature-showcase__content {
        order: initial;
    }

    .feature-stack img {
        min-height: 170px;
        max-height: 220px;
    }

    .mobile-showcase {
        grid-template-columns: minmax(0, 1fr);
    }

    .mobile-gallery {
        grid-template-columns: minmax(0, 1fr);
    }

    .mobile-frame--offset,
    .mobile-frame--center,
    .mobile-frame--offset-bottom {
        transform: none;
    }

    .mobile-frame img {
        min-height: 280px;
        max-height: 360px;
    }

}
