:root {
    --site-primary: #004d8e;
    --site-primary-strong: #003d71;
    --site-accent: #e55b00;
    --site-accent-strong: #c84f00;
    --site-white: #ffffff;
    --site-surface: #f5f7fa;
    --site-surface-alt: #edf2f7;
    --site-border: rgba(0, 77, 142, 0.14);
    --site-border-strong: rgba(0, 77, 142, 0.22);
    --site-text: #16324f;
    --site-text-soft: #59728d;
    --site-shadow: 0 24px 60px rgba(0, 77, 142, 0.12);
    --site-shadow-strong: 0 30px 80px rgba(0, 77, 142, 0.18);
    --site-radius-lg: 32px;
    --site-radius-md: 24px;
    --site-radius-sm: 18px;
    --site-radius-xs: 14px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--site-text);
    background: var(--site-white);
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

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

.navbar-toggler-icon {
    position: relative;
    width: 1.8rem;
    height: 1.35rem;
    background-image: none;
    border-top: 2px solid var(--site-primary);
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 2px solid var(--site-primary);
}

.navbar-toggler-icon::before {
    top: 0.42rem;
}

.navbar-toggler-icon::after {
    top: 0.84rem;
}

.site-header {
    position: relative;
    padding: 0.45rem 0;
    background: var(--site-white);
    border-bottom: 1px solid rgba(0, 77, 142, 0.08);
}

.site-navbar {
    min-height: 4.2rem;
    gap: 1.25rem;
}

.site-nav {
    align-items: center;
    gap: 0.35rem;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    color: var(--site-primary);
}

.site-brand-logo {
    width: auto;
    height: 2.7rem;
    object-fit: contain;
}

.section-heading h2,
.hero-title,
.product-page-title,
.product-feature h3,
.product-page-card h3,
.cta-shell h2,
.proof-copy h2 {
    font-family: "Sora", "Segoe UI", sans-serif;
}

.site-brand-logo-footer {
    height: 2.35rem;
}

.hero-orb {
    display: none;
}

.section-block-muted {
    background: var(--site-white);
}

.nav-link,
.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.85rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--site-text-soft);
    font-weight: 700;
}

.nav-dropdown-toggle::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-0.08rem) rotate(45deg);
    transition: transform 0.2s ease;
    flex: 0 0 auto;
}

.nav-item-products.show .nav-dropdown-toggle::after,
.nav-dropdown-toggle[aria-expanded="true"]::after {
    transform: translateY(0.08rem) rotate(-135deg);
}

.nav-link:hover,
.nav-link:focus,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus,
.nav-link.is-active,
.nav-dropdown-toggle.is-active {
    color: var(--site-primary);
    background: rgba(0, 77, 142, 0.06);
}

.dropdown-products {
    min-width: 20rem;
    padding: 0.65rem;
    margin-top: 0.6rem;
    border: 1px solid rgba(0, 77, 142, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: none;
}

.dropdown-products .dropdown-item {
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    color: inherit;
    white-space: normal;
}

.dropdown-products .dropdown-item span,
.dropdown-products .dropdown-item small {
    display: block;
}

.dropdown-products .dropdown-item span {
    font-weight: 800;
    color: var(--site-text);
}

.dropdown-products .dropdown-item small {
    margin-top: 0.18rem;
    color: var(--site-text-soft);
    line-height: 1.5;
}

.dropdown-products .dropdown-item:hover,
.dropdown-products .dropdown-item:focus,
.dropdown-products .dropdown-item.is-active {
    background: rgba(0, 77, 142, 0.06);
}

.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 1.15rem;
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.72rem 1.2rem;
    font-size: 0.97rem;
    line-height: 1.2;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-lg {
    padding: 0.8rem 1.3rem;
    font-size: 0.98rem;
}

.btn:hover,
.btn:focus {
    box-shadow: none;
    transform: none;
}

.btn-primary {
    border-color: var(--site-accent);
    background: var(--site-accent);
    color: var(--site-white);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--site-accent-strong);
    background: var(--site-accent-strong);
    color: var(--site-white);
}

.btn-outline-primary {
    border-color: var(--site-primary);
    background: rgba(0, 77, 142, 0.03);
    color: var(--site-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: var(--site-primary);
    background: var(--site-primary);
    color: var(--site-white);
}

.hero-section,
.section-block {
    position: relative;
}

.hero-section {
    padding: 4.5rem 0 4.25rem;
}

.eyebrow-pill,
.section-kicker,
.stage-chip,
.placeholder-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 800;
}

.eyebrow-pill {
    padding: 0.62rem 0.95rem;
    margin-bottom: 1.3rem;
    color: var(--site-primary);
    background: rgba(0, 77, 142, 0.1);
}

.hero-title {
    max-width: 10ch;
    margin: 0 0 1.2rem;
    font-size: clamp(1.95rem, 3vw, 3.15rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.hero-description {
    max-width: 41ch;
    margin: 0 0 1.7rem;
    color: var(--site-text-soft);
    font-size: 1rem;
    line-height: 1.7;
}

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

.cta-shell,
.hero-stage {
    border: 1px solid var(--site-border);
    background: rgba(255, 255, 255, 0.92);
}

.hero-stage {
    position: relative;
    padding: 1.15rem;
    border-radius: 36px;
    background: linear-gradient(180deg, #f9fbfe 0%, #f3f8fd 100%);
    border-color: rgba(0, 77, 142, 0.1);
}

.hero-stage-top,
.hero-stage-caption {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.hero-stage-top {
    margin-bottom: 0.8rem;
    justify-content: flex-start;
}

.stage-chip {
    padding: 0.48rem 0.82rem;
    font-size: 0.84rem;
    color: var(--site-primary);
    background: rgba(0, 77, 142, 0.1);
}

.stage-chip-accent {
    color: var(--site-accent);
    background: rgba(229, 91, 0, 0.1);
}

.hero-stage-panel {
    position: relative;
}

.hero-solution-slider {
    padding-bottom: 2.7rem;
}

.hero-slider-indicators {
    right: 1.35rem;
    bottom: 0;
    left: 1.35rem;
    margin: 0;
    justify-content: flex-start;
    gap: 0.5rem;
}

.hero-slider-indicators [data-bs-target] {
    width: 3rem;
    height: 0.34rem;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 77, 142, 0.14);
    opacity: 1;
}

.hero-slider-indicators .active {
    background: var(--site-accent);
}

.hero-solution-card {
    position: relative;
    min-height: 24.75rem;
    padding: 1.45rem 1.45rem 1.55rem;
    overflow: hidden;
    border: 1px solid rgba(0, 77, 142, 0.12);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(0, 77, 142, 0.04)),
        repeating-linear-gradient(-45deg, rgba(0, 77, 142, 0.02) 0 12px, rgba(255, 255, 255, 0.03) 12px 24px);
}

.hero-solution-card::before,
.hero-solution-card::after {
    content: "";
    position: absolute;
    border-radius: 24px;
}

.hero-solution-card::before {
    top: 1.2rem;
    right: 1.2rem;
    width: 8.4rem;
    height: 5rem;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 252, 0.96)),
        linear-gradient(90deg, rgba(0, 77, 142, 0.18) 0 40%, transparent 40% 100%);
}

.hero-solution-card::after {
    right: 1.35rem;
    bottom: 1.35rem;
    width: 9rem;
    height: 7.2rem;
    background:
        linear-gradient(180deg, rgba(0, 77, 142, 0.12), rgba(0, 77, 142, 0.22)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 36%, transparent 36% 100%);
}

.hero-solution-card-accent {
    background:
        linear-gradient(135deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.96)),
        repeating-linear-gradient(-45deg, rgba(229, 91, 0, 0.02) 0 12px, rgba(255, 255, 255, 0.03) 12px 24px);
}

.hero-solution-card-accent::after {
    background:
        linear-gradient(180deg, rgba(229, 91, 0, 0.12), rgba(229, 91, 0, 0.2)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 36%, transparent 36% 100%);
}

.hero-solution-card-neutral {
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)),
        repeating-linear-gradient(-45deg, rgba(0, 77, 142, 0.016) 0 12px, rgba(255, 255, 255, 0.03) 12px 24px);
}

.hero-solution-card > * {
    position: relative;
    z-index: 1;
}

.hero-solution-card h2 {
    max-width: 18rem;
    margin: 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.hero-solution-card p {
    max-width: 18.5rem;
    margin: 0.1rem 0 0;
    color: var(--site-text-soft);
    line-height: 1.6;
}

.hero-solution-points {
    list-style: none;
    max-width: 18.5rem;
    margin: 0.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.hero-solution-points li {
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.55;
    color: var(--site-text);
}

.hero-solution-points li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.hero-solution-link {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    margin-top: 1.2rem;
    font-weight: 800;
    color: var(--site-primary);
}

.hero-solution-link::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.media-placeholder {
    min-height: 15rem;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.55rem;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(0, 77, 142, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(0, 77, 142, 0.04)),
        repeating-linear-gradient(-45deg, rgba(0, 77, 142, 0.02) 0 12px, rgba(255, 255, 255, 0.03) 12px 24px);
    text-align: left;
}

.media-placeholder::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 8.6rem;
    height: 5.1rem;
    border-radius: 22px;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 252, 0.96)),
        linear-gradient(90deg, rgba(0, 77, 142, 0.16) 0 38%, transparent 38% 100%);
}

.media-placeholder::after {
    content: "";
    position: absolute;
    left: 1.35rem;
    right: 1.35rem;
    bottom: 1.2rem;
    height: 0.55rem;
    border-radius: 999px;
    background:
        linear-gradient(90deg,
            rgba(0, 77, 142, 0.2) 0 22%,
            rgba(0, 77, 142, 0.08) 22% 48%,
            rgba(229, 91, 0, 0.18) 48% 66%,
            rgba(0, 77, 142, 0.08) 66% 100%);
}

.media-placeholder strong {
    position: relative;
    z-index: 1;
    max-width: 16rem;
    font-size: 1.14rem;
    line-height: 1.28;
}

.media-placeholder small {
    position: relative;
    z-index: 1;
    max-width: 17rem;
    color: var(--site-text-soft);
    font-size: 0.9rem;
    line-height: 1.55;
}

.media-placeholder-hero {
    min-height: 29rem;
    padding: 1.8rem;
    justify-content: flex-end;
}

.media-placeholder-hero::before {
    top: 1.5rem;
    right: 1.5rem;
    width: 10.2rem;
    height: 6rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.98)),
        linear-gradient(90deg, rgba(0, 77, 142, 0.18) 0 42%, transparent 42% 100%);
}

.media-placeholder-hero::after {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 10rem;
    height: 8.5rem;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(0, 77, 142, 0.12), rgba(0, 77, 142, 0.22)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 38%, transparent 38% 100%);
}

.media-placeholder-hero strong,
.media-placeholder-hero small {
    max-width: 20rem;
}

.media-placeholder-card {
    min-height: 13rem;
}

.media-placeholder-compact {
    min-height: 14rem;
}

.placeholder-tag {
    width: fit-content;
    padding: 0.42rem 0.75rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    color: var(--site-accent);
    background: rgba(229, 91, 0, 0.1);
    position: relative;
    z-index: 1;
}

.operation-note strong,
.hero-stage-caption strong {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--site-primary);
}

.operation-note span,
.hero-stage-caption span {
    color: var(--site-text-soft);
    line-height: 1.5;
    font-size: 0.92rem;
}

.hero-stage-caption {
    margin-top: 1rem;
    padding: 0.9rem 1rem 0;
    border-top: 1px solid rgba(0, 77, 142, 0.1);
}

.hero-proof {
    margin-top: 3rem;
    padding: 2rem 0 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: center;
    border-top: 1px solid rgba(0, 77, 142, 0.1);
}

.proof-copy {
    padding: 0;
    border: 0;
    background: transparent;
}

.section-kicker {
    width: fit-content;
    padding: 0.5rem 0.82rem;
    margin-bottom: 0.95rem;
    font-size: 0.82rem;
    color: var(--site-accent);
    background: rgba(229, 91, 0, 0.1);
}

.proof-copy h2 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.proof-logos {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.proof-logos-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: proof-logos-marquee 20s linear infinite;
    align-items: center;
}

.proof-logos-group {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.platform-logo {
    min-width: 7.8rem;
    min-height: 5.2rem;
    padding: 0.95rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.platform-logo img {
    max-height: 2.55rem;
    width: auto;
    object-fit: contain;
}

.section-block {
    padding: 6.25rem 0;
}

.section-heading {
    max-width: 46rem;
    margin: 0 auto 3.1rem;
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 0.95rem;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.05em;
}

.section-heading p {
    margin: 0;
    color: var(--site-text-soft);
    font-size: 1.02rem;
    line-height: 1.8;
}

.product-page-main {
    overflow: hidden;
}

.product-page-hero {
    padding: 4.4rem 0 3rem;
}

.product-page-title {
    max-width: 12ch;
    margin: 0 0 1.15rem;
    font-size: clamp(2.3rem, 4.1vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.product-page-description {
    max-width: 58ch;
    margin: 0;
    color: var(--site-text-soft);
    font-size: 1.08rem;
    line-height: 1.8;
}

.product-page-title-wide {
    max-width: 15ch;
}

.product-page-description-wide {
    max-width: 64ch;
}

.product-page-points {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.95rem;
}

.product-page-points li {
    position: relative;
    padding-left: 1.3rem;
    line-height: 1.7;
}

.product-page-points li::before {
    content: "";
    position: absolute;
    top: 0.78rem;
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.product-page-stage {
    min-height: 33rem;
    border-radius: 36px;
    border: 1px solid rgba(0, 77, 142, 0.1);
    background:
        linear-gradient(180deg, rgba(248, 251, 254, 0.98), rgba(243, 248, 253, 0.98)),
        #ffffff;
    position: relative;
    overflow: hidden;
}

.product-page-stage-rich {
    padding: 1.6rem;
}

.product-page-stage-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    border: 1px solid rgba(0, 77, 142, 0.1);
    background: linear-gradient(180deg, #f8fbfe 0%, #f2f7fc 100%);
}

.product-page-stage-image::before,
.product-page-stage-image::after {
    display: none;
}

.product-page-stage-image img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    object-fit: contain;
}

.product-page-stage::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 8rem;
    height: 4.8rem;
    border-radius: 1.7rem;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 247, 252, 0.72));
}

.product-page-stage::after {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    height: 3.8rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 248, 252, 0.68));
}

.product-page-stage-rich::before,
.product-page-stage-rich::after {
    display: none;
}

.product-stage-shell {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: grid;
    align-content: space-between;
    gap: 1.35rem;
    padding: 1.75rem;
    border-radius: 30px;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background:
        radial-gradient(circle at top right, rgba(229, 91, 0, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 252, 0.88));
}

.product-stage-pill {
    width: fit-content;
}

.product-stage-shell h2 {
    max-width: 12ch;
    margin: 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.95rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.product-stage-shell p {
    max-width: 34rem;
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.78;
}

.product-stage-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.product-stage-stat {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: rgba(255, 255, 255, 0.88);
}

.product-stage-stat strong {
    display: block;
    margin-bottom: 0.32rem;
    color: var(--site-primary);
    font-size: 0.98rem;
}

.product-stage-stat span {
    color: var(--site-text-soft);
    line-height: 1.55;
    font-size: 0.94rem;
}

.product-stage-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.product-stage-chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 77, 142, 0.1);
    background: rgba(255, 255, 255, 0.92);
    color: var(--site-primary);
    font-size: 0.92rem;
    font-weight: 700;
}

.product-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.product-page-card {
    padding-top: 1.25rem;
    border-top: 2px solid rgba(0, 77, 142, 0.14);
}

.product-page-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.4rem;
    line-height: 1.2;
}

.product-page-card p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.75;
}

.product-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 2.4rem;
    align-items: start;
}

.calculator-feature-layout {
    display: grid;
    gap: 2rem;
}

.calculator-feature-hero {
    padding-top: 0;
    border-top: 0;
}

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

.calculator-feature-card {
    padding: 1.3rem 1.25rem;
    border: 1px solid rgba(0, 77, 142, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
}

.calculator-feature-card h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
}

.calculator-feature-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.78rem;
}

.calculator-feature-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--site-text-soft);
    line-height: 1.7;
}

.calculator-feature-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.calculator-feature-frame {
    width: fit-content;
    max-width: 100%;
    flex: 0 0 auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    background: transparent !important;
}

.calculator-feature-frame img {
    width: 118%;
    max-width: none;
    height: auto;
    display: block;
    object-fit: contain;
}

.product-feature-copy {
    max-width: 32rem;
}

.product-feature-copy h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.product-feature-copy p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.8;
}

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

.product-feature-panel {
    padding: 1.25rem 1.2rem;
    border-radius: 28px;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.product-feature-panel-wide {
    grid-column: 1 / -1;
}

.product-feature-panel h3 {
    margin: 0 0 0.95rem;
    font-size: 1.2rem;
    line-height: 1.25;
}

.product-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.78rem;
}

.product-feature-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--site-text-soft);
    line-height: 1.7;
}

.product-feature-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.product-feature-panel-chips {
    padding-bottom: 1.35rem;
}

.product-feature-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.product-feature-chip-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 77, 142, 0.1);
    background: linear-gradient(180deg, rgba(248, 251, 254, 0.98), rgba(255, 255, 255, 0.98));
    color: var(--site-primary);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.product-page-flow {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 3rem;
    align-items: start;
}

.product-page-flow-copy h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.product-page-flow-copy p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.8;
}

.product-page-flow-steps {
    display: grid;
    gap: 1rem;
}

.product-page-step {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    align-items: start;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 77, 142, 0.1);
}

.product-page-flow-steps .product-page-step:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-page-step span {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 800;
    color: var(--site-white);
    background: linear-gradient(135deg, var(--site-primary), #0e68b8);
}

.product-page-step p {
    margin: 0;
    line-height: 1.75;
}

.legal-page-main {
    overflow: hidden;
}

.legal-page-hero {
    padding: 4.4rem 0 2.2rem;
}

.legal-page-intro {
    max-width: 54rem;
}

.legal-page-title {
    margin: 0 0 1rem;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.legal-page-description,
.legal-page-updated {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.8;
}

.legal-page-updated {
    margin-top: 1rem;
    font-weight: 700;
}

.legal-content-section {
    padding-top: 2rem;
}

.legal-content {
    display: grid;
    gap: 2rem;
    max-width: 56rem;
}

.legal-section {
    padding-top: 1.35rem;
    border-top: 1px solid rgba(0, 77, 142, 0.1);
}

.legal-section:first-child {
    padding-top: 0;
    border-top: 0;
}

.legal-section h2 {
    margin: 0 0 0.8rem;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.35rem, 2.3vw, 1.85rem);
    line-height: 1.2;
}

.legal-section p {
    margin: 0 0 0.9rem;
    color: var(--site-text-soft);
    line-height: 1.85;
}

.legal-list {
    list-style: none;
    margin: 0.4rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.legal-list li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.75;
}

.legal-list li::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.product-sections {
    display: grid;
}

.product-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 3.5rem;
    align-items: center;
    padding: 3.75rem 0;
    border-top: 1px solid rgba(0, 77, 142, 0.1);
}

.product-feature:first-child {
    padding-top: 1rem;
    border-top: 0;
}

.product-feature-reverse .product-feature-copy {
    order: 2;
}

.product-feature-reverse .product-feature-visual {
    order: 1;
}

.product-feature-copy {
    max-width: 36rem;
}

.product-feature-label {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--site-accent);
    background: rgba(229, 91, 0, 0.1);
}

.product-feature h3 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.product-feature p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.8;
    font-size: 1.02rem;
}

.product-feature-list {
    list-style: none;
    margin: 1.4rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.9rem;
}

.product-feature-list li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--site-text);
    line-height: 1.7;
}

.product-feature-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.product-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.4rem;
    color: var(--site-primary);
    font-weight: 800;
}

.product-feature-link::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.product-feature-visual {
    display: flex;
}

.product-feature-frame {
    position: relative;
    width: 100%;
    min-height: 26rem;
    padding: 0;
    border-radius: 36px;
    border: 1px solid rgba(0, 77, 142, 0.1);
    background: linear-gradient(180deg, #f8fbfe 0%, #f2f7fc 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.75rem;
}

.product-feature-frame-accent {
    background: linear-gradient(180deg, #fff8f2 0%, #fffdfb 100%);
}

.product-feature-frame-neutral {
    background: linear-gradient(180deg, #f8fafc 0%, #f4f7fa 100%);
}

.product-feature-frame::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 7.8rem;
    height: 4.6rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 247, 252, 0.7));
}

.product-feature-frame::after {
    content: "";
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    height: 3.4rem;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 248, 252, 0.62));
}

.product-feature-frame-media-only {
    background: linear-gradient(180deg, #f8fbfe 0%, #f3f8fd 100%);
}

.product-feature-frame-media-only::before,
.product-feature-frame-media-only::after {
    display: none;
}

.operation-steps {
    display: grid;
    gap: 1.15rem;
    margin-top: 2rem;
}

.operation-step {
    padding: 0 0 1rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 77, 142, 0.1);
    background: transparent;
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    align-items: start;
}

.operation-steps .operation-step:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.operation-step span {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 800;
    color: var(--site-white);
    background: linear-gradient(135deg, var(--site-primary), #0e68b8);
}

.operation-step strong {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--site-primary);
}

.operation-step p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.65;
}

.operation-board {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.7fr);
    gap: 1rem;
    align-items: stretch;
    padding: 1.2rem;
    border: 1px solid rgba(0, 77, 142, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, #f9fbfe 0%, #f4f8fc 100%);
}

.operation-board-main .media-placeholder {
    min-height: 28rem;
    padding-bottom: 4.8rem;
}

.operation-board-aside {
    display: grid;
    gap: 1rem;
}

.operation-note {
    padding: 1.15rem 1.2rem;
    border-radius: var(--site-radius-sm);
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: #ffffff;
}

.ecosystem-flow {
    display: grid;
    gap: 2.8rem;
}

.ecosystem-intro,
.ecosystem-summary {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.ecosystem-intro {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 77, 142, 0.1);
}

.ecosystem-intro-main h3,
.ecosystem-summary-copy h3 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.ecosystem-intro-main p,
.ecosystem-intro-side p,
.ecosystem-column p,
.ecosystem-summary-copy p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.8;
}

.ecosystem-intro-side {
    padding-left: 2rem;
    border-left: 1px solid rgba(0, 77, 142, 0.1);
}

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

.ecosystem-column {
    padding-top: 1.2rem;
    border-top: 2px solid rgba(0, 77, 142, 0.14);
    animation: rise-in 0.7s ease both;
}

.ecosystem-column:nth-child(2) {
    animation-delay: 0.06s;
}

.ecosystem-column:nth-child(3) {
    animation-delay: 0.12s;
}

.ecosystem-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--site-primary);
    background: rgba(0, 77, 142, 0.08);
}

.ecosystem-column h3 {
    margin: 0 0 0.75rem;
    font-size: 1.45rem;
    line-height: 1.22;
}

.ecosystem-list,
.ecosystem-summary-list {
    list-style: none;
    margin: 1.35rem 0 0;
    padding: 0;
}

.ecosystem-list {
    display: grid;
    gap: 0.85rem;
}

.ecosystem-list li,
.ecosystem-summary-list li {
    position: relative;
    padding-left: 1.15rem;
    line-height: 1.7;
}

.ecosystem-list li {
    color: var(--site-text);
}

.ecosystem-list li::before,
.ecosystem-summary-list li::before {
    content: "";
    position: absolute;
    top: 0.78rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.ecosystem-summary {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 77, 142, 0.1);
}

.ecosystem-summary-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.6rem;
    margin-top: 0;
}

.ecosystem-summary-list li {
    color: var(--site-text);
    font-weight: 700;
}

.final-cta {
    padding-top: 0;
}

.cta-shell {
    padding: 2.4rem 2.6rem;
    border-radius: var(--site-radius-lg);
    background:
        linear-gradient(135deg, rgba(0, 77, 142, 0.96), rgba(0, 77, 142, 0.9) 52%, rgba(229, 91, 0, 0.9)),
        var(--site-primary);
    color: var(--site-white);
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    border: 0;
}

.cta-copy {
    max-width: 48rem;
}

.cta-shell .section-kicker {
    color: var(--site-white);
    background: rgba(255, 255, 255, 0.16);
}

.cta-shell h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.cta-shell p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-actions.actions-with-store,
.cta-actions.actions-with-store {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: stretch;
    max-width: 23rem;
    margin-top: 1.35rem;
}

.store-download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 3.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
}

.store-download-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
}

.hero-actions.actions-with-store .btn,
.cta-actions.actions-with-store .btn {
    width: 100%;
    min-width: 0;
    min-height: 3.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem;
    border-radius: 1rem;
}

.hero-actions.actions-with-store .btn-outline-primary,
.cta-actions.actions-with-store .btn-outline-primary {
    border-color: var(--site-accent);
    background: var(--site-accent);
    color: var(--site-white);
}

.hero-actions.actions-with-store .btn-outline-primary:hover,
.hero-actions.actions-with-store .btn-outline-primary:focus,
.cta-actions.actions-with-store .btn-outline-primary:hover,
.cta-actions.actions-with-store .btn-outline-primary:focus {
    border-color: #c94f00;
    background: #c94f00;
    color: var(--site-white);
}

.cta-shell .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.74);
    color: var(--site-white);
    background: transparent;
}

.cta-shell .btn-outline-primary:hover,
.cta-shell .btn-outline-primary:focus {
    background: var(--site-white);
    color: var(--site-primary);
}

.faq-section {
    padding-top: 0;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 2.4rem;
    align-items: start;
}

.faq-intro {
    max-width: 28rem;
}

.faq-intro h2 {
    margin: 0 0 1rem;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.faq-intro p {
    margin: 0 0 1.35rem;
    color: var(--site-text-soft);
    line-height: 1.8;
}

.faq-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--site-primary);
    font-weight: 800;
}

.faq-link::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.faq-list {
    display: grid;
    gap: 0.95rem;
}

.faq-entry {
    border: 1px solid rgba(0, 77, 142, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(248, 251, 254, 0.98), rgba(255, 255, 255, 0.98));
    overflow: hidden;
}

.faq-summary {
    list-style: none;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.35rem 1.5rem;
    cursor: pointer;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-index {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0, 77, 142, 0.08);
    color: var(--site-primary);
    font-size: 0.84rem;
    font-weight: 800;
}

.faq-question {
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    color: var(--site-text);
}

.faq-toggle {
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 77, 142, 0.12);
    background: rgba(255, 255, 255, 0.88);
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.82rem;
    height: 2px;
    background: var(--site-primary);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-entry[open] .faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-entry[open] .faq-question {
    color: var(--site-primary);
}

.faq-body {
    padding: 0 1.5rem 1.45rem 4.9rem;
}

.faq-body p {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.85;
}

.contact-page-main {
    overflow: hidden;
}

.contact-page-hero {
    padding: 4.2rem 0 2.35rem;
}

.contact-hero-grid,
.contact-layout {
    display: grid;
    align-items: start;
    gap: 1.6rem;
}

.contact-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
}

.contact-page-intro,
.contact-hero-card,
.contact-form-shell,
.contact-whatsapp-card,
.contact-process-card {
    border: 1px solid rgba(0, 77, 142, 0.12);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(248, 251, 254, 0.98), rgba(255, 255, 255, 0.98));
}

.contact-page-intro {
    padding: 2rem;
}

.contact-page-title {
    margin: 0 0 1rem;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.contact-page-description {
    margin: 0;
    max-width: 42rem;
    color: var(--site-text-soft);
    line-height: 1.8;
    font-size: 1.04rem;
}

.contact-content-section {
    padding-top: 0.6rem;
}

.contact-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.9fr);
}

.contact-intro-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.7rem;
}

.contact-intro-point {
    padding: 1.1rem 1.15rem;
    border-radius: 22px;
    border: 1px solid rgba(0, 77, 142, 0.08);
    background: #ffffff;
}

.contact-intro-point strong,
.contact-direct-item strong,
.contact-process-step strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--site-primary);
}

.contact-intro-point span,
.contact-direct-item small,
.contact-process-step p {
    color: var(--site-text-soft);
    line-height: 1.7;
}

.contact-hero-card {
    padding: 1.8rem;
    background:
        radial-gradient(circle at top right, rgba(229, 91, 0, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.98));
}

.contact-hero-card h2,
.contact-form-heading h2,
.contact-whatsapp-card h2,
.contact-process-card h2 {
    margin: 0 0 0.8rem;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.contact-hero-card p,
.contact-form-heading p,
.contact-whatsapp-copy {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.8;
}

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

.contact-direct-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.contact-direct-item {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 77, 142, 0.08);
}

.contact-direct-item span {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--site-accent);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-form-shell {
    padding: 2rem;
    background: #ffffff;
}

.contact-form-heading {
    margin-bottom: 1.5rem;
}

.contact-feedback {
    margin-bottom: 1.3rem;
    padding: 0.95rem 1.1rem;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.contact-feedback-success {
    color: #0f6b43;
    border: 1px solid rgba(15, 107, 67, 0.18);
    background: rgba(15, 107, 67, 0.08);
}

.contact-feedback-error {
    color: #a44300;
    border: 1px solid rgba(229, 91, 0, 0.18);
    background: rgba(229, 91, 0, 0.08);
}

.contact-form {
    display: grid;
    gap: 1.2rem;
}

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

.contact-form-field {
    display: grid;
    gap: 0.55rem;
}

.contact-form-shell .contact-form-field label {
    font-weight: 800;
    color: var(--site-text);
}

.contact-form-shell .contact-form-field input,
.contact-form-shell .contact-form-field textarea {
    display: block;
    width: 100%;
    padding: 0.92rem 1rem;
    border: 1px solid rgba(0, 77, 142, 0.14);
    border-radius: 18px;
    background: var(--site-white);
    color: var(--site-text);
    font: inherit;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-shadow: none;
}

.contact-form-shell .contact-form-field textarea {
    min-height: 10rem;
    resize: vertical;
}

.contact-form-shell .contact-form-field input:focus,
.contact-form-shell .contact-form-field textarea:focus {
    outline: none;
    border-color: rgba(0, 77, 142, 0.45);
    background: #ffffff;
}

.contact-form-shell .contact-form-field.has-error input,
.contact-form-shell .contact-form-field.has-error textarea {
    border-color: rgba(229, 91, 0, 0.42);
}

.contact-field-error {
    color: var(--site-accent-strong);
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.contact-form-note {
    margin: 0;
    color: var(--site-text-soft);
    line-height: 1.7;
    max-width: 17rem;
}

.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.contact-side-stack {
    display: grid;
    gap: 1.15rem;
}

.contact-whatsapp-card,
.contact-process-card {
    padding: 1.8rem;
}

.contact-whatsapp-card {
    background:
        radial-gradient(circle at top right, rgba(229, 91, 0, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.98));
}

.contact-whatsapp-number {
    margin: 1.25rem 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.1;
    color: var(--site-primary);
}

.contact-direct-points {
    list-style: none;
    margin: 0 0 1.4rem;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.contact-direct-points li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--site-text);
    line-height: 1.7;
}

.contact-direct-points li::before {
    content: "";
    position: absolute;
    top: 0.78rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--site-accent);
}

.contact-process-card {
    background:
        radial-gradient(circle at top right, rgba(0, 77, 142, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(245, 249, 253, 0.98), rgba(255, 255, 255, 0.98));
}

.contact-process-steps {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.contact-process-step {
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    gap: 0.9rem;
    align-items: start;
}

.contact-process-step span {
    width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--site-primary), #0e68b8);
    color: var(--site-white);
    font-weight: 800;
}

.contact-process-step p {
    margin: 0;
}

.site-footer {
    padding: 0;
}

.site-footer-shell {
    width: 100%;
    padding: 3.25rem 0 1.35rem;
    border-top: 1px solid rgba(0, 77, 142, 0.08);
    background:
        radial-gradient(circle at top right, rgba(0, 77, 142, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(240, 247, 253, 0.78), rgba(248, 251, 254, 0.95));
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 2fr);
    gap: 3rem;
    padding-bottom: 2.4rem;
}

.footer-brand-block {
    max-width: 24rem;
}

.footer-tagline {
    margin: 1rem 0 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--site-primary);
}

.footer-copy {
    margin: 1rem 0 0;
    color: var(--site-text-soft);
    line-height: 1.8;
}

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

.footer-column h3 {
    margin: 0 0 1rem;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    color: var(--site-primary);
}

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

.footer-column a {
    color: var(--site-text-soft);
    line-height: 1.55;
}

.footer-column a:hover,
.footer-column a:focus {
    color: var(--site-primary);
}

.footer-bottom {
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(0, 77, 142, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom-copy,
.footer-bottom-links {
    display: flex;
    gap: 1rem 1.4rem;
    flex-wrap: wrap;
}

.footer-bottom-copy {
    color: var(--site-text-soft);
    font-size: 0.94rem;
}

.footer-bottom-links a {
    color: var(--site-text-soft);
    font-weight: 700;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
    color: var(--site-primary);
}

@keyframes rise-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes proof-logos-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

@media (prefers-reduced-motion: reduce) {
    .proof-logos {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .proof-logos-track {
        width: 100%;
        animation: none;
    }

    .proof-logos-group {
        flex-wrap: wrap;
    }

    .proof-logos-group[aria-hidden="true"] {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0, 77, 142, 0.1);
    }

    .site-nav {
        align-items: stretch;
        gap: 0.2rem;
    }

    .site-nav-actions {
        margin-left: 0;
        padding-top: 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav-actions .btn {
        width: 100%;
    }

    .dropdown-products {
        position: static !important;
        min-width: 100%;
        margin-top: 0.35rem;
        padding: 0.2rem 0 0.15rem 0.95rem;
        border: 0;
        border-left: 1px solid rgba(0, 77, 142, 0.1);
        border-radius: 0;
        background: transparent;
    }

    .dropdown-products .dropdown-item {
        padding: 0.55rem 0.15rem;
        border-radius: 0;
    }

    .dropdown-products .dropdown-item:hover,
    .dropdown-products .dropdown-item:focus,
    .dropdown-products .dropdown-item.is-active {
        background: transparent;
    }

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

    .ecosystem-summary-list {
        grid-template-columns: 1fr 1fr;
    }

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

    .product-feature-columns,
    .product-stage-stats,
    .calculator-feature-grid,
    .calculator-marketplaces-content {
        grid-template-columns: 1fr;
    }

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

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .platform-logo {
        min-width: 7rem;
        min-height: 4.8rem;
    }

    .platform-logo img {
        max-height: 2.35rem;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 3.2rem;
    }

    .hero-title {
        max-width: none;
    }

    .operation-board {
        grid-template-columns: 1fr;
    }

    .proof-logos {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .proof-logos-track {
        animation-duration: 18s;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .product-page-grid,
    .product-page-flow,
    .product-feature-layout,
    .product-feature-columns,
    .calculator-feature-grid {
        grid-template-columns: 1fr;
    }

    .product-page-title,
    .hero-title {
        max-width: none;
    }

    .hero-solution-card {
        min-height: 25rem;
    }

    .legal-page-intro {
        max-width: none;
    }

    .contact-hero-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-page-intro {
        max-width: none;
    }

    .product-page-stage {
        min-height: 24rem;
    }

    .product-page-stage-image {
        min-height: auto;
    }

    .product-stage-shell {
        min-height: 24rem;
    }

    .ecosystem-intro,
    .ecosystem-columns,
    .ecosystem-summary,
    .ecosystem-summary-list {
        grid-template-columns: 1fr;
    }

    .ecosystem-intro-side {
        padding-left: 0;
        border-left: 0;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(0, 77, 142, 0.1);
    }

    .product-feature {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2.9rem 0;
    }

    .product-feature-reverse .product-feature-copy,
    .product-feature-reverse .product-feature-visual {
        order: initial;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .faq-intro {
        max-width: none;
    }

    .cta-shell {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .hero-actions,
    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-lg,
    .btn {
        width: 100%;
    }

    .hero-actions.actions-with-store,
    .cta-actions.actions-with-store {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        max-width: 100%;
    }

    .hero-actions.actions-with-store .btn,
    .cta-actions.actions-with-store .btn,
    .hero-actions.actions-with-store .store-download-link,
    .cta-actions.actions-with-store .store-download-link {
        width: 100%;
        min-width: 0;
        height: 3.5rem;
        min-height: 3.5rem;
    }

    .hero-stage,
    .cta-shell {
        padding: 1.25rem;
    }

    .faq-summary {
        grid-template-columns: auto 1fr auto;
        padding: 1.1rem 1.1rem;
        gap: 0.8rem;
    }

    .faq-index,
    .faq-toggle {
        width: 2rem;
        height: 2rem;
    }

    .faq-body {
        padding: 0 1.1rem 1.2rem 1.1rem;
    }

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

    .footer-bottom,
    .footer-bottom-copy,
    .footer-bottom-links {
        flex-direction: column;
        align-items: start;
    }

    .product-page-hero {
        padding: 3.3rem 0 2.5rem;
    }

    .legal-page-hero {
        padding: 3.3rem 0 1.8rem;
    }

    .contact-page-hero {
        padding: 3.3rem 0 1.8rem;
    }

    .contact-page-intro,
    .contact-hero-card,
    .contact-form-shell,
    .contact-whatsapp-card,
    .contact-process-card {
        padding: 1.35rem;
        border-radius: 28px;
    }

    .contact-intro-points {
        grid-template-columns: 1fr;
    }

    .media-placeholder-hero,
    .operation-board-main .media-placeholder {
        min-height: 19rem;
    }

    .hero-solution-slider {
        padding-bottom: 2.35rem;
    }

    .hero-solution-card {
        min-height: auto;
        padding: 1.35rem 1.35rem 1.5rem;
    }

    .hero-solution-card::before {
        width: 6.5rem;
        height: 3.9rem;
    }

    .hero-solution-card::after {
        width: 6.8rem;
        height: 5.4rem;
    }

    .hero-solution-card h2 {
        max-width: 100%;
        font-size: 1.5rem;
    }

    .hero-solution-card p,
    .hero-solution-points {
        max-width: 100%;
    }

    .hero-slider-indicators {
        right: 1.1rem;
        left: 1.1rem;
    }

    .hero-slider-indicators [data-bs-target] {
        width: 2.2rem;
    }

    .product-page-stage {
        min-height: 18rem;
        border-radius: 28px;
    }

    .product-page-stage-image {
        min-height: auto;
    }

    .product-page-stage-image img {
        max-width: none;
    }

    .product-page-stage-rich {
        padding: 1rem;
    }

    .product-stage-shell {
        min-height: auto;
        padding: 1.2rem;
        border-radius: 24px;
    }

    .product-stage-shell h2 {
        max-width: none;
        font-size: clamp(1.65rem, 7vw, 2.2rem);
    }

    .proof-logos-track,
    .proof-logos-group {
        gap: 0.7rem;
    }

    .platform-logo {
        min-width: 5.9rem;
        min-height: 4.1rem;
        padding: 0.78rem 1rem;
    }

    .platform-logo img {
        max-height: 2rem;
    }

    .product-feature-frame {
        min-height: 18rem;
        padding: 1.35rem;
        border-radius: 28px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-actions,
    .contact-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form-note {
        max-width: none;
    }

    .footer-bottom {
        gap: 0.8rem;
    }

    .section-block {
        padding: 4.25rem 0;
    }
}
