.section {
    position: relative;
    padding: clamp(3.5rem, 6.5vw, 6.5rem) 0;
    scroll-margin-top: 5.5rem;
}

.section-muted {
    background:
        radial-gradient(circle at 14% 20%, rgba(116, 158, 243, 0.16) 0%, rgba(116, 158, 243, 0) 36%),
        radial-gradient(circle at 82% 88%, rgba(211, 157, 83, 0.08) 0%, rgba(211, 157, 83, 0) 28%),
        linear-gradient(150deg, #f7f9ff 0%, #edf2fb 45%, #e9eef8 100%);
    overflow: clip;
}

.section-dark {
    color: #e6ebf9;
    background:
        radial-gradient(circle at 10% 8%, rgba(67, 116, 214, 0.25) 0%, rgba(67, 116, 214, 0) 34%),
        radial-gradient(circle at 88% 92%, rgba(206, 153, 86, 0.14) 0%, rgba(206, 153, 86, 0) 38%),
        linear-gradient(145deg, #0a0e17 0%, #0f1422 52%, #1a2238 100%);
    overflow: clip;
}

.section-muted::before,
.section-dark::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: clamp(2rem, 4vw, 4.5rem);
    pointer-events: none;
}

.section-muted::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-muted::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: clamp(2rem, 4vw, 4.4rem);
    background: linear-gradient(0deg, rgba(221, 230, 247, 0.22) 0%, rgba(221, 230, 247, 0) 100%);
    pointer-events: none;
}

.section-dark::before {
    background: linear-gradient(180deg, rgba(205, 219, 245, 0.26) 0%, rgba(205, 219, 245, 0) 100%);
}

.section-dark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: clamp(2.2rem, 4vw, 4.8rem);
    background: linear-gradient(0deg, rgba(227, 235, 248, 0.24) 0%, rgba(227, 235, 248, 0) 100%);
    pointer-events: none;
}

.section-heading {
    margin-bottom: 2rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.34rem 0.82rem;
    border-radius: var(--radius-pill);
    background: rgba(15, 91, 232, 0.1);
    border: 1px solid rgba(15, 91, 232, 0.18);
    color: var(--primary-strong);
    font-size: 0.74rem;
    font-weight: 620;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.section-dark .eyebrow {
    background: rgba(211, 157, 83, 0.2);
    color: #f7debc;
    border-color: rgba(211, 157, 83, 0.25);
}

.section-title {
    margin: 0.9rem 0 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.9rem);
    line-height: 1.12;
    letter-spacing: -0.028em;
    font-weight: 680;
    color: #0f172a;
}

.section-dark .section-title,
.contact-title {
    color: #f6f9ff;
}

.section-description {
    margin: 1rem 0 0;
    max-width: 44rem;
    color: var(--text-soft);
    font-size: clamp(0.98rem, 1.7vw, 1.08rem);
    line-height: 1.58;
    letter-spacing: -0.006em;
}

.section-dark .section-description,
.contact-description {
    color: #c8d2ea;
}

#inicio {
    position: relative;
    isolation: isolate;
    overflow: clip;
}

#inicio::before,
#inicio::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

#inicio::before {
    top: -8rem;
    width: min(120rem, 136%);
    height: clamp(46rem, 76vw, 70rem);
    background:
        radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 18% 24%, rgba(101, 145, 244, 0.18) 0%, rgba(101, 145, 244, 0) 36%),
        radial-gradient(circle at 82% 18%, rgba(219, 168, 98, 0.14) 0%, rgba(219, 168, 98, 0) 32%),
        radial-gradient(circle at 50% 58%, rgba(123, 157, 221, 0.1) 0%, rgba(123, 157, 221, 0) 44%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.46) 0%, rgba(241, 246, 253, 0.18) 62%, rgba(237, 243, 251, 0) 100%);
    filter: blur(8px);
    opacity: 0.96;
}

#inicio::after {
    top: clamp(26rem, 44vw, 36rem);
    width: min(108rem, 124%);
    height: clamp(20rem, 30vw, 29rem);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 44%),
        radial-gradient(circle at 18% 42%, rgba(92, 138, 241, 0.12) 0%, rgba(92, 138, 241, 0) 34%),
        radial-gradient(circle at 82% 36%, rgba(214, 160, 91, 0.1) 0%, rgba(214, 160, 91, 0) 34%),
        linear-gradient(180deg, rgba(242, 247, 255, 0.58) 0%, rgba(236, 242, 251, 0.3) 48%, rgba(233, 238, 248, 0) 100%);
    filter: blur(16px);
    opacity: 0.9;
}

.hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: clamp(3rem, 6.6vw, 5.4rem) 0 clamp(3rem, 6.3vw, 5.5rem);
    background:
        radial-gradient(circle at 8% 16%, rgba(74, 128, 240, 0.22) 0%, rgba(74, 128, 240, 0) 34%),
        radial-gradient(circle at 92% 14%, rgba(211, 157, 83, 0.18) 0%, rgba(211, 157, 83, 0) 30%),
        radial-gradient(circle at 56% 28%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle at 50% 102%, rgba(108, 145, 223, 0.14) 0%, rgba(108, 145, 223, 0) 42%),
        linear-gradient(180deg, rgba(252, 254, 255, 0.68) 0%, rgba(243, 247, 255, 0.58) 46%, rgba(240, 245, 253, 0.22) 100%);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 48%;
    z-index: -1;
    filter: blur(4px);
}

.hero::before {
    width: 30rem;
    height: 30rem;
    top: -10rem;
    right: -9rem;
    background: radial-gradient(circle, rgba(15, 91, 232, 0.2) 0%, rgba(15, 91, 232, 0) 72%);
    opacity: 0.88;
}

.hero::after {
    width: 24rem;
    height: 24rem;
    left: -7rem;
    bottom: -10rem;
    background: radial-gradient(circle, rgba(211, 157, 83, 0.24) 0%, rgba(211, 157, 83, 0) 72%);
    opacity: 0.82;
}

.hero > .container::before,
.hero > .container::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.hero > .container::before {
    width: min(94%, 68rem);
    height: 11.4rem;
    bottom: -5.2rem;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 54%),
        radial-gradient(circle at 24% 48%, rgba(78, 123, 236, 0.14) 0%, rgba(78, 123, 236, 0) 44%),
        radial-gradient(circle at 76% 38%, rgba(219, 170, 98, 0.14) 0%, rgba(219, 170, 98, 0) 42%),
        linear-gradient(180deg, rgba(245, 249, 255, 0) 0%, rgba(241, 246, 254, 0.52) 74%, rgba(237, 243, 251, 0.7) 100%);
    filter: blur(20px);
    opacity: 0.96;
}

.hero > .container::after {
    width: min(88%, 58rem);
    height: 5.6rem;
    bottom: -1.9rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 28, 52, 0.14) 0%, rgba(14, 28, 52, 0) 68%);
    filter: blur(20px);
    opacity: 0.56;
}

.hero-grid,
.split-grid {
    display: grid;
    gap: clamp(1.4rem, 3.6vw, 2.9rem);
    align-items: center;
    position: relative;
}

.hero-grid::before,
.hero-grid::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.hero-grid::before {
    width: min(56vw, 44rem);
    height: min(56vw, 44rem);
    right: -10%;
    top: -16%;
    background: radial-gradient(circle, rgba(76, 127, 232, 0.13) 0%, rgba(76, 127, 232, 0) 68%);
    filter: blur(10px);
    opacity: 0.9;
}

.hero-grid::after {
    width: min(38vw, 30rem);
    height: min(38vw, 30rem);
    left: -8%;
    bottom: -18%;
    background: radial-gradient(circle, rgba(208, 154, 87, 0.12) 0%, rgba(208, 154, 87, 0) 70%);
    filter: blur(12px);
    opacity: 0.72;
}

.hero .container {
    width: min(100% - 2.7rem, 1120px);
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding-top: 0.35rem;
    isolation: isolate;
}

.hero-copy::before,
.hero-copy::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.hero-copy::before {
    left: -1.5rem;
    top: 0.35rem;
    width: 0.13rem;
    height: 12.2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(15, 91, 232, 0.34) 0%, rgba(15, 91, 232, 0) 100%);
    filter: blur(9px);
    opacity: 0.64;
}

.hero-copy::after {
    left: -3rem;
    top: -1.25rem;
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 91, 232, 0.1) 0%, rgba(15, 91, 232, 0) 68%);
    opacity: 0.74;
}

.hero-title {
    margin: 1rem 0 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.88rem, 5.55vw, 3.32rem);
    line-height: 1.01;
    letter-spacing: -0.046em;
    font-weight: 650;
    color: #0d1731;
    max-width: 12.7ch;
    text-wrap: balance;
}

.hero-text {
    margin: 0.9rem 0 0;
    max-width: 30rem;
    color: #55657f;
    font-size: clamp(0.93rem, 1.18vw, 0.99rem);
    line-height: 1.64;
    letter-spacing: -0.006em;
}

.hero-actions {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-actions-main .btn {
    min-width: 10.75rem;
    min-height: 3rem;
}

.hero-inline-proof {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.hero-proof-item {
    padding: 0.42rem 0.64rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(143, 159, 185, 0.24);
    color: #304763;
    font-size: 0.7rem;
    font-weight: 620;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 16px rgba(15, 27, 48, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 220ms var(--ease-premium), box-shadow 220ms var(--ease-premium), border-color 220ms var(--ease-premium);
}

.hero-proof-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 22px rgba(15, 27, 48, 0.11);
    border-color: rgba(120, 143, 181, 0.3);
}

.hero-kpis {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    max-width: 31rem;
}

.kpi-card {
    position: relative;
    isolation: isolate;
    border-radius: var(--radius-sm);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.84) 0%, rgba(246, 251, 255, 0.74) 100%);
    border: 1px solid rgba(129, 145, 170, 0.28);
    padding: 0.8rem 0.86rem;
    box-shadow: 0 14px 26px rgba(15, 27, 47, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 220ms var(--ease-premium), box-shadow 220ms var(--ease-premium), border-color 220ms var(--ease-premium), background 220ms var(--ease-premium);
}

.kpi-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(132deg, rgba(15, 91, 232, 0.08) 0%, rgba(15, 91, 232, 0) 52%);
    opacity: 0;
    transition: opacity 220ms var(--ease-premium);
    pointer-events: none;
}

.kpi-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 91, 232, 0) 0%, rgba(15, 91, 232, 0.12) 24%, rgba(255, 255, 255, 0.5) 50%, rgba(211, 157, 83, 0.08) 76%, rgba(15, 91, 232, 0) 100%);
    opacity: 0.64;
    pointer-events: none;
}

.kpi-card:hover {
    transform: translateY(-3px);
    border-color: rgba(121, 142, 178, 0.34);
    box-shadow: 0 18px 30px rgba(15, 27, 47, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.kpi-card:hover::before {
    opacity: 1;
}

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

.kpi-value {
    display: block;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(1.05rem, 2.7vw, 1.45rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #0d1b38;
}

.kpi-label {
    font-size: 0.68rem;
    color: #61708a;
    font-weight: 620;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-stage {
    position: relative;
    min-height: 30.5rem;
    display: grid;
    align-items: center;
    align-self: start;
    margin-top: -0.2rem;
    isolation: isolate;
}

.hero-stage::before,
.hero-stage::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.hero-stage::before {
    inset: 6% 2% -4%;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 28% 26%, rgba(64, 118, 229, 0.2) 0%, rgba(64, 118, 229, 0) 44%),
        radial-gradient(circle at 78% 74%, rgba(202, 147, 83, 0.18) 0%, rgba(202, 147, 83, 0) 46%),
        radial-gradient(circle at 50% 100%, rgba(14, 28, 52, 0.18) 0%, rgba(14, 28, 52, 0) 56%);
    filter: blur(18px);
    opacity: 0.88;
    mix-blend-mode: screen;
}

.hero-stage::after {
    inset: 17% 11% 6%;
    border-radius: 2rem;
    border: 1px solid rgba(227, 236, 255, 0.18);
    opacity: 0.58;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.78;
    pointer-events: none;
    animation: ambientPulse 9s ease-in-out infinite;
}

.hero-orb-one {
    width: 9rem;
    height: 9rem;
    top: 1.4rem;
    right: -1.2rem;
    background: radial-gradient(circle, rgba(15, 91, 232, 0.38) 0%, rgba(15, 91, 232, 0) 70%);
}

.hero-orb-two {
    width: 8rem;
    height: 8rem;
    bottom: 1.8rem;
    left: -0.8rem;
    background: radial-gradient(circle, rgba(211, 157, 83, 0.3) 0%, rgba(211, 157, 83, 0) 72%);
    animation-delay: -4s;
}

.hero-preview {
    position: relative;
    background:
        radial-gradient(circle at 18% 14%, rgba(78, 123, 236, 0.18) 0%, rgba(78, 123, 236, 0) 34%),
        radial-gradient(circle at 82% 18%, rgba(228, 174, 104, 0.16) 0%, rgba(228, 174, 104, 0) 30%),
        radial-gradient(circle at 50% 116%, rgba(59, 112, 222, 0.18) 0%, rgba(59, 112, 222, 0) 42%),
        linear-gradient(162deg, #0b1325 0%, #121f3c 46%, #0f172d 100%);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(192, 205, 233, 0.24);
    padding: clamp(0.95rem, 1.5vw, 1.2rem);
    box-shadow:
        0 42px 96px rgba(5, 10, 20, 0.32),
        0 18px 38px rgba(11, 20, 40, 0.28),
        0 0 0 1px rgba(198, 212, 240, 0.04);
    z-index: 2;
    transform: translateY(-0.5rem);
    animation: mockFloat 10s ease-in-out infinite;
    will-change: transform;
}

.hero-preview::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-lg) - 1px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.hero-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-28%);
    opacity: 0.48;
    mix-blend-mode: screen;
    animation: previewSheen 9s ease-in-out infinite;
    pointer-events: none;
}

.hero-preview {
    overflow: hidden;
}

.preview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
    color: #f5f8ff;
    margin-bottom: 0.75rem;
}

.preview-title {
    margin: 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 0.94rem;
    letter-spacing: -0.015em;
    font-weight: 650;
}

.preview-subtitle {
    margin: 0.2rem 0 0;
    color: #aeb8d7;
    font-size: 0.75rem;
    line-height: 1.4;
}

.preview-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.34rem 0.64rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(110deg, #73f8d6 0%, #4dc6b1 100%);
    color: #072835;
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

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

.preview-card {
    min-height: 4.15rem;
    padding: 0.7rem;
    border-radius: 1rem;
    border: 1px solid rgba(190, 202, 231, 0.2);
    background: linear-gradient(155deg, rgba(15, 24, 44, 0.84) 0%, rgba(21, 35, 64, 0.68) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.preview-card h3 {
    margin: 0;
    color: #a6b6da;
    font-size: 0.72rem;
    letter-spacing: 0.075em;
    font-weight: 600;
    text-transform: uppercase;
}

.preview-card p {
    margin: 0.4rem 0 0;
    color: #f6f9ff;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 0.9rem;
    letter-spacing: -0.015em;
    font-weight: 650;
}

.preview-list {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.preview-list li {
    border-radius: 0.86rem;
    background: linear-gradient(160deg, rgba(14, 23, 41, 0.92) 0%, rgba(17, 29, 52, 0.82) 100%);
    border: 1px solid rgba(186, 198, 228, 0.2);
    color: #d8e1f5;
    font-size: 0.74rem;
    font-weight: 600;
    padding: 0.48rem 0.58rem;
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
}

.preview-list li span {
    color: #8ea0c5;
    font-size: 0.75rem;
}

.hero-float-card {
    position: absolute;
    max-width: 12.6rem;
    padding: 0.74rem 0.82rem;
    border-radius: 1rem;
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.82) 0%, rgba(246, 250, 255, 0.72) 100%);
    border: 1px solid rgba(167, 182, 209, 0.34);
    box-shadow:
        0 18px 34px rgba(15, 23, 42, 0.12),
        0 20px 42px rgba(11, 21, 39, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    animation: drift 8s ease-in-out infinite;
    z-index: 3;
    overflow: hidden;
}

.hero-float-card::before {
    content: "";
    position: absolute;
    inset: -24% -18% -30%;
    background:
        radial-gradient(circle at 28% 32%, rgba(93, 138, 242, 0.14) 0%, rgba(93, 138, 242, 0) 42%),
        radial-gradient(circle at 74% 68%, rgba(216, 165, 97, 0.12) 0%, rgba(216, 165, 97, 0) 44%);
    filter: blur(18px);
    opacity: 0.74;
    pointer-events: none;
}

.hero-float-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 35%);
    opacity: 0.4;
    pointer-events: none;
}

.hero-float-card strong {
    display: block;
    margin-top: 0.2rem;
    color: #132645;
    font-size: 0.84rem;
    line-height: 1.3;
}

.hero-float-card p {
    margin: 0.3rem 0 0;
    color: #5a6d89;
    font-size: 0.74rem;
}

.hero-float-label {
    display: inline-flex;
    color: #0d54d7;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-float-card-top {
    top: 0.7rem;
    left: -0.75rem;
}

.hero-float-card-bottom {
    right: -0.75rem;
    bottom: 0.9rem;
    animation-delay: -3s;
}

.proof-strip {
    padding: 0.5rem 0 1.7rem;
    margin-top: -3.9rem;
    position: relative;
    z-index: 5;
    isolation: isolate;
}

.proof-strip::before,
.proof-strip::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}

.proof-strip::before {
    width: min(100%, 82rem);
    inset: -4.8rem auto -3rem;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 46%),
        radial-gradient(circle at 20% 34%, rgba(95, 138, 238, 0.14) 0%, rgba(95, 138, 238, 0) 34%),
        radial-gradient(circle at 80% 32%, rgba(214, 160, 91, 0.14) 0%, rgba(214, 160, 91, 0) 34%),
        linear-gradient(180deg, rgba(245, 249, 255, 0) 0%, rgba(241, 246, 253, 0.64) 48%, rgba(237, 243, 251, 0.98) 100%);
    filter: blur(14px);
    opacity: 1;
}

.proof-strip::after {
    width: min(88%, 56rem);
    height: 5.8rem;
    bottom: -1.15rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 38%, rgba(21, 36, 62, 0.12) 0%, rgba(21, 36, 62, 0) 66%),
        radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 48%);
    filter: blur(20px);
    opacity: 0.56;
}

.proof-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.62rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.proof-pill {
    padding: 0.64rem 0.9rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 252, 255, 0.76) 100%);
    border: 1px solid rgba(143, 159, 185, 0.24);
    color: #233757;
    font-size: 0.73rem;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(14, 28, 50, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 180ms var(--ease-premium), box-shadow 180ms var(--ease-premium);
}

.proof-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(14, 28, 50, 0.12);
}

#automacao.section-muted {
    margin-top: -2.9rem;
    padding-top: clamp(5.5rem, 8.4vw, 7.4rem);
    z-index: 1;
    background:
        radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.28) 24%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(circle at 16% 16%, rgba(116, 158, 243, 0.16) 0%, rgba(116, 158, 243, 0) 38%),
        radial-gradient(circle at 82% 22%, rgba(211, 157, 83, 0.1) 0%, rgba(211, 157, 83, 0) 28%),
        linear-gradient(180deg, rgba(242, 247, 255, 0.76) 0%, rgba(237, 243, 251, 0.96) 38%, #e9eef8 100%);
}

#automacao.section-muted::before {
    height: clamp(4.6rem, 8vw, 6.6rem);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(circle at 22% 22%, rgba(93, 138, 242, 0.12) 0%, rgba(93, 138, 242, 0) 30%),
        radial-gradient(circle at 78% 18%, rgba(214, 160, 91, 0.1) 0%, rgba(214, 160, 91, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
}

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

.list-clean li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: var(--text-soft);
}

.icon-dot,
.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-dot {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    border-radius: 0.7rem;
    background: linear-gradient(125deg, rgba(15, 91, 232, 0.16) 0%, rgba(15, 91, 232, 0.08) 100%);
    border: 1px solid rgba(15, 91, 232, 0.2);
    color: #0844b0;
}

.icon-dot svg {
    width: 1rem;
    height: 1rem;
}

.chat-frame {
    max-width: 380px;
    margin-inline: auto;
    border-radius: 2.3rem;
    border: 8px solid #080e1a;
    background: #0a1020;
    box-shadow: 0 26px 74px rgba(5, 8, 15, 0.36);
    padding: 0.6rem;
}

.chat-screen {
    position: relative;
    min-height: 620px;
    border-radius: 1.9rem;
    overflow: hidden;
    background: #f3f0ea;
    display: flex;
    flex-direction: column;
}

.chat-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
    height: 1.2rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #0a1020;
    z-index: 2;
}

.chat-head {
    padding: 1.95rem 0.9rem 0.8rem;
    background: linear-gradient(145deg, #075e54 0%, #0a7567 100%);
    color: #f1fffb;
    display: flex;
    align-items: center;
    gap: 0.72rem;
}

.chat-avatar {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.chat-avatar svg {
    width: 1.2rem;
    height: 1.2rem;
}

.chat-head strong {
    display: block;
    line-height: 1.2;
    font-size: 0.95rem;
}

.chat-head span {
    font-size: 0.72rem;
    opacity: 0.8;
}

.chat-body {
    flex: 1;
    padding: 1rem 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.75rem;
    background-image: linear-gradient(rgba(18, 29, 48, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 29, 48, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
}

.chat-bubble {
    max-width: 84%;
    padding: 0.62rem 0.7rem 0.5rem;
    border-radius: 0.92rem;
    font-size: 0.88rem;
    line-height: 1.38;
    box-shadow: 0 7px 20px rgba(21, 37, 67, 0.14);
    animation: rise 430ms var(--ease);
}

.chat-bubble.me {
    align-self: flex-end;
    border-top-right-radius: 0.22rem;
    background: #ddf8c7;
    color: #122033;
}

.chat-bubble.bot {
    border-top-left-radius: 0.22rem;
    background: #fff;
    color: #122033;
    border-left: 3px solid #0f5be8;
}

.chat-time {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.62rem;
    text-align: right;
    color: #6f7f9a;
}

.chat-input {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #e9ecef;
    padding: 0.7rem;
}

.chat-placeholder {
    flex: 1;
    padding: 0.48rem 0.8rem;
    border-radius: var(--radius-pill);
    border: 1px solid #d8dde4;
    background: #fff;
    color: #8a95a7;
    font-size: 0.8rem;
}

.chat-send {
    width: 2.3rem;
    height: 2.3rem;
    border: 0;
    border-radius: 50%;
    background: #028560;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.chat-send svg {
    width: 1rem;
    height: 1rem;
}

.feature-grid,
.flow-grid,
.journey-grid,
.pricing-grid,
.contact-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.pricing-grid {
    align-items: stretch;
}

.feature-card,
.flow-card,
.journey-card,
.plan-card,
.contact-card {
    position: relative;
    border-radius: var(--radius-md);
    transition: transform 240ms var(--ease-premium), box-shadow 240ms var(--ease-premium), border-color 240ms var(--ease-premium), background 240ms var(--ease-premium), filter 240ms var(--ease-premium);
    isolation: isolate;
}

.feature-card,
.plan-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.92) 0%, rgba(243, 248, 255, 0.86) 100%);
    border: 1px solid rgba(162, 178, 208, 0.36);
    box-shadow: 0 16px 32px rgba(14, 27, 52, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.feature-card::before,
.flow-card::before,
.journey-card::before,
.plan-card::before,
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(15, 91, 232, 0.12) 0%, rgba(15, 91, 232, 0) 54%);
    opacity: 0;
    transition: opacity 240ms var(--ease-premium);
    z-index: 0;
}

.feature-card::after,
.flow-card::after,
.journey-card::after,
.plan-card::after,
.contact-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(15, 91, 232, 0) 0%, rgba(15, 91, 232, 0.18) 22%, rgba(255, 255, 255, 0.45) 50%, rgba(211, 157, 83, 0.12) 78%, rgba(15, 91, 232, 0) 100%);
    opacity: 0.5;
    pointer-events: none;
}

.feature-card:hover,
.flow-card:hover,
.journey-card:hover,
.plan-card:hover,
.contact-card:hover {
    transform: translateY(-5px) scale(1.004);
    box-shadow: 0 22px 40px rgba(13, 24, 44, 0.15);
    border-color: rgba(124, 146, 186, 0.46);
}

.feature-card:hover::before,
.flow-card:hover::before,
.journey-card:hover::before,
.plan-card:hover::before,
.contact-card:hover::before {
    opacity: 1;
}

.feature-card > *,
.plan-card > *,
.flow-card > *,
.journey-card > *,
.contact-card > * {
    position: relative;
    z-index: 1;
}

.feature-card {
    padding: 1.2rem;
}

.flow-card,
.journey-card {
    padding: 1.2rem;
    background: linear-gradient(180deg, rgba(14, 23, 42, 0.9) 0%, rgba(17, 31, 58, 0.82) 100%);
    border: 1px solid rgba(185, 198, 226, 0.26);
    box-shadow: 0 14px 34px rgba(7, 13, 27, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-card h3,
.flow-card h3,
.journey-card h3,
.contact-card h3 {
    margin: 0.85rem 0 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.016em;
    font-weight: 640;
}

.feature-card h3 {
    color: #0f1d38;
}

.flow-card h3,
.journey-card h3 {
    color: #f6f8ff;
}

.feature-card p,
.flow-card p,
.journey-card p,
.contact-card p {
    margin: 0.7rem 0 0;
    font-size: 0.89rem;
    line-height: 1.56;
    letter-spacing: -0.003em;
}

.feature-card p {
    color: var(--text-soft);
}

.flow-card p,
.journey-card p {
    color: #bcc7e5;
}

.icon-badge {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.9rem;
    background: linear-gradient(125deg, #0c4ec8 0%, #2f75f5 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 91, 232, 0.23);
    transition: transform 220ms var(--ease-premium), box-shadow 220ms var(--ease-premium), filter 220ms var(--ease-premium);
    position: relative;
    overflow: hidden;
}

.icon-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 48%);
    pointer-events: none;
}

.icon-badge svg {
    width: 1.15rem;
    height: 1.15rem;
}

.feature-card:hover .icon-badge,
.flow-card:hover .icon-badge {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 28px rgba(15, 91, 232, 0.28);
    filter: saturate(106%);
}

.journey-grid {
    margin-top: 1rem;
}

.pricing-wrap {
    display: grid;
    gap: 1.4rem;
}

.pricing-toggle {
    position: relative;
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.36rem;
    align-items: center;
    margin-top: 1.4rem;
    padding: 0.38rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.92);
}

.pricing-indicator {
    position: absolute;
    top: 0.36rem;
    bottom: 0.36rem;
    left: 0.36rem;
    width: calc((100% - 0.72rem) / 3);
    border-radius: var(--radius-pill);
    background: #fff;
    box-shadow: 0 12px 22px rgba(17, 31, 59, 0.18);
    transition: left 220ms var(--ease), width 220ms var(--ease);
}

.pricing-choice {
    position: relative;
    z-index: 1;
    border: 0;
    background: transparent;
    padding: 0.56rem 0.84rem;
    border-radius: var(--radius-pill);
    color: #6a7893;
    font-size: 0.8rem;
    font-weight: 620;
    cursor: pointer;
    white-space: nowrap;
    transition: color 180ms var(--ease);
}

.pricing-choice.is-active {
    color: #0f2243;
}

.plan-card {
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.plan-card.is-featured {
    border-color: rgba(211, 157, 83, 0.5);
    background:
        radial-gradient(circle at 18% 12%, rgba(211, 157, 83, 0.12) 0%, rgba(211, 157, 83, 0) 34%),
        linear-gradient(175deg, #fffefb 0%, #fff6e8 100%);
    box-shadow: 0 24px 44px rgba(18, 34, 62, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.plan-pill {
    position: absolute;
    top: -0.68rem;
    right: 1rem;
    padding: 0.3rem 0.55rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(120deg, #d39d53 0%, #c2822f 100%);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.plan-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.4rem;
}

.plan-name {
    margin: 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 1.18rem;
    letter-spacing: -0.016em;
    font-weight: 650;
}

.plan-caption {
    margin: 0.3rem 0 0;
    color: #67758d;
    font-size: 0.82rem;
    line-height: 1.45;
}

.plan-price {
    margin: 1rem 0 0;
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    color: #08152e;
}

.plan-currency {
    font-size: 1rem;
    font-weight: 700;
}

.plan-value {
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 6vw, 2.45rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.plan-period {
    margin-left: 0.2rem;
    color: #6c7890;
    font-size: 0.8rem;
    font-weight: 600;
}

.plan-list {
    margin: 1.1rem 0 1.3rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.52rem;
    color: #34445e;
    font-size: 0.88rem;
}

.plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.plan-list svg {
    width: 1rem;
    height: 1rem;
    color: #0f5be8;
    flex: 0 0 auto;
    margin-top: 0.12rem;
    filter: drop-shadow(0 4px 8px rgba(15, 91, 232, 0.18));
}

.checkout-btn {
    width: 100%;
    min-height: 2.85rem;
    font-weight: 590;
    letter-spacing: 0.006em;
    line-height: 1.2;
    padding: 0.74rem 1rem;
    transition: transform 180ms var(--ease-premium), box-shadow 180ms var(--ease-premium), filter 180ms var(--ease-premium);
}

.checkout-btn:hover {
    transform: translateY(-2px);
}

.plan-actions {
    margin-top: auto;
    display: grid;
    grid-template-rows: minmax(2.4rem, auto) auto;
    gap: 0.85rem;
}

.plan-note {
    margin: 0;
    min-height: 2.4rem;
    color: #6b778f;
    font-size: 0.82rem;
}

.plan-note.is-empty {
    visibility: hidden;
}

.plan-feedback {
    min-height: 1.45rem;
    margin-top: 0.5rem;
    font-size: 0.86rem;
    color: #5d6b84;
}

.plan-feedback.is-error {
    color: var(--error);
}

.contact-panel {
    padding: clamp(1.5rem, 4vw, 2.3rem);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(198, 212, 238, 0.3);
    background:
        radial-gradient(circle at 12% 16%, rgba(86, 137, 244, 0.26) 0%, rgba(86, 137, 244, 0) 34%),
        radial-gradient(circle at 88% 14%, rgba(208, 154, 87, 0.12) 0%, rgba(208, 154, 87, 0) 26%),
        linear-gradient(140deg, #0d1730 0%, #102141 45%, #152c56 100%);
    box-shadow: 0 26px 60px rgba(8, 15, 30, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.contact-grid {
    margin-top: 1.15rem;
}

.contact-card {
    padding: 1rem;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.11) 0%, rgba(245, 250, 255, 0.06) 100%);
    border: 1px solid rgba(234, 240, 255, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-card h3 {
    margin-top: 0;
    color: #fff;
}

.contact-card p {
    color: #cfdaef;
}

.contact-card strong {
    color: #fff;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.contact-link-chip {
    display: inline-flex;
    align-items: center;
    margin-top: 0.95rem;
    padding: 0.38rem 0.72rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(214, 227, 252, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #ecf2ff;
    font-size: 0.76rem;
    font-weight: 590;
    letter-spacing: 0.01em;
    transition: background 180ms var(--ease-premium), border-color 180ms var(--ease-premium), transform 180ms var(--ease-premium), box-shadow 180ms var(--ease-premium);
}

.contact-link-chip:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(226, 236, 255, 0.55);
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(5, 11, 24, 0.22);
}

@keyframes rise {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

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

@keyframes ambientPulse {
    0%,
    100% {
        opacity: 0.64;
        transform: scale(1);
    }

    50% {
        opacity: 0.86;
        transform: scale(1.06);
    }
}

@keyframes mockFloat {
    0%,
    100% {
        transform: translateY(-0.45rem);
    }

    50% {
        transform: translateY(-0.82rem);
    }
}

@keyframes previewSheen {
    0%,
    100% {
        transform: translateX(-32%);
        opacity: 0.36;
    }

    50% {
        transform: translateX(0%);
        opacity: 0.5;
    }
}

@keyframes drift {
    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media (min-width: 768px) {
    .hero .container {
        width: min(100% - 4.6rem, 1120px);
    }

    .hero-grid,
    .split-grid {
        grid-template-columns: 1.03fr 0.97fr;
    }

    .hero-title {
        text-wrap: pretty;
    }

    .feature-grid,
    .journey-grid,
    .pricing-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (min-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

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

@media (min-width: 1280px) {
    .hero {
        padding-top: clamp(3rem, 5.2vw, 4.6rem);
    }

    .hero-kpis {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 40rem;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: clamp(2.5rem, 11vw, 3.1rem);
    }

    #inicio::before,
    #inicio::after,
    .hero-copy::before,
    .hero-copy::after,
    .hero-grid::before,
    .hero-grid::after,
    .hero > .container::before,
    .hero > .container::after,
    .proof-strip::before,
    .proof-strip::after {
        opacity: 0.44;
    }

    .proof-strip {
        margin-top: -2.5rem;
        padding-bottom: 1.15rem;
    }

    #automacao.section-muted {
        margin-top: -1.5rem;
        padding-top: clamp(4.7rem, 10vw, 5.8rem);
    }

    .hero-stage {
        min-height: auto;
        gap: 0.9rem;
        margin-top: 0;
    }

    .hero-float-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: none;
    }

    .hero-preview {
        transform: none;
        animation: drift 10s ease-in-out infinite;
    }

    .hero-actions-main .btn {
        width: 100%;
    }

    .proof-grid {
        gap: 0.48rem;
    }

    .proof-pill {
        font-size: 0.68rem;
        padding: 0.54rem 0.72rem;
    }
}

@media (min-width: 1500px) {
    .hero .container {
        width: min(100% - 7.5rem, 1220px);
    }

    .hero-stage {
        min-height: 32rem;
    }
}
