.eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--primary-dark);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.35;
    text-transform: uppercase;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 650;
    line-height: 1.2;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

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

.btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.22);
    outline-offset: 3px;
}

.btn-disabled,
.btn-disabled:hover {
    color: var(--muted);
    background: var(--surface-soft);
    border-color: var(--border);
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.78;
    transform: none;
}

.btn-primary {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.16);
}

.btn-primary:hover {
    color: var(--primary);
    background: var(--primary-soft);
    border-color: var(--primary);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.14);
}

.btn-secondary {
    color: var(--text);
    background: rgba(255, 255, 255, 0.72);
    border-color: var(--border);
}

.btn-secondary:hover {
    border-color: var(--primary);
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.14);
}

.text-link {
    color: var(--primary-dark);
    font-weight: 650;
}

.text-link:hover {
    color: var(--primary);
}

.icon-box,
.icon-slot {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.16);
    position: relative;
    flex: 0 0 auto;
}

.icon-box::before,
.icon-slot::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary);
    border-radius: 6px;
    opacity: 0.9;
}

.icon-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary);
}

.icon-badge::before,
.icon-badge::after {
    content: "";
    position: absolute;
    display: block;
}

.icon-badge::before {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 6px;
}

.icon-badge--check::before {
    width: 15px;
    height: 8px;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    transform: rotate(-45deg) translate(1px, -1px);
}

.icon-badge--phone::before {
    width: 12px;
    height: 18px;
    border-radius: 5px;
}

.icon-badge--phone::after {
    bottom: 10px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
}

.icon-badge--person::before {
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
}

.icon-badge--person::after {
    bottom: 10px;
    width: 18px;
    height: 9px;
    border: 2px solid currentColor;
    border-radius: 999px 999px 6px 6px;
    border-bottom: 0;
}

.icon-badge--layout::before {
    width: 18px;
    height: 14px;
}

.icon-badge--layout::after {
    top: 14px;
    width: 18px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 6px 0 rgba(37, 99, 235, 0.35);
}

.icon-badge--local::before {
    width: 14px;
    height: 14px;
    border-radius: 999px 999px 999px 2px;
    transform: rotate(-45deg);
}

.icon-badge--local::after {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: currentColor;
}

.icon-badge--chat::before {
    width: 18px;
    height: 13px;
    border-radius: 8px;
}

.icon-badge--chat::after {
    left: 14px;
    bottom: 12px;
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-20deg);
}

.icon-badge--settings::before {
    width: 17px;
    height: 17px;
    border-radius: 999px;
    box-shadow: 0 -6px 0 -4px currentColor, 0 6px 0 -4px currentColor, 6px 0 0 -4px currentColor, -6px 0 0 -4px currentColor;
}

.icon-badge--refresh::before {
    width: 16px;
    height: 16px;
    border-left-color: transparent;
    border-radius: 999px;
}

.icon-badge--target::before {
    width: 18px;
    height: 18px;
    border-radius: 999px;
}

.icon-badge--target::after {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
}

.icon-badge--shop::before {
    width: 18px;
    height: 13px;
    border-radius: 4px;
}

.icon-badge--shop::after {
    top: 10px;
    width: 20px;
    height: 7px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.icon-badge--send::before {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: currentColor;
    border-radius: 0;
    transform: translateX(4px);
}

.icon-badge--plus::before,
.icon-badge--plus::after {
    width: 16px;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: currentColor;
}

.icon-badge--plus::after {
    transform: rotate(90deg);
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 7px 14px 7px 7px;
    color: var(--text);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.25;
}

.trust-pill .icon-badge {
    width: 28px;
    height: 28px;
    border-radius: 999px;
}

.trust-pill .icon-badge::before {
    transform: scale(0.62);
}

.trust-pill .icon-badge::after {
    transform: scale(0.62);
}

.trust-pill .icon-badge--check::before {
    transform: rotate(-45deg) scale(0.62) translate(1px, -1px);
}

.trust-pill .icon-badge--local::before {
    transform: rotate(-45deg) scale(0.62);
}

.trust-pill .icon-slot {
    width: 28px;
    height: 28px;
    border-radius: 999px;
}

.trust-pill .icon-slot::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-radius: 4px;
}

.trust-grid span {
    display: grid;
    gap: 4px;
    min-height: 88px;
    padding: 18px;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #FFFFFF;
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.45;
    box-shadow: var(--shadow-card);
}

.trust-grid small {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.45;
}

.service-card,
.demo-card,
.demo-world-card,
.process-grid > div,
.insight-card,
.trust-card,
.why-card,
.why-intro,
.whatsapp-copy,
.whatsapp-chat,
.contact-form,
.contact-aside,
.cta-panel,
.feature-list article {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #FFFFFF;
    box-shadow: var(--shadow-card);
}

.home-demo-card,
.benefit-card,
.why-panel,
.chat-preview,
.cta-banner {
    border: 1px solid var(--border);
    background: #FFFFFF;
    box-shadow: var(--shadow-card);
}

.service-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-grid .service-card {
    min-height: 238px;
}

.service-card::before,
.process-grid > div::before,
.feature-list article::before {
    display: none;
}

.service-card:hover,
.demo-card:hover,
.home-demo-card:hover,
.benefit-card:hover,
.process-grid > div:hover,
.insight-card:hover,
.feature-list article:hover {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.service-card > .icon-box,
.service-card > .icon-badge,
.insight-card span {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--primary-dark);
    font-size: 0.8rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1;
}

.service-card > .icon-badge {
    color: var(--primary);
    font-size: initial;
    letter-spacing: 0;
}

.service-card.featured {
    background:
        linear-gradient(180deg, rgba(37, 99, 235, 0.045), rgba(255, 255, 255, 0) 48%),
        #FFFFFF;
    border-color: rgba(37, 99, 235, 0.24);
}

.service-card p {
    margin-bottom: 0;
}

.service-card .card-arrow {
    margin-top: auto;
    color: var(--primary);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
}

.service-card-arrow {
    align-self: flex-end;
    margin-top: auto;
    color: var(--primary);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

.trust-section {
    background: #FFFFFF;
}

.trust-copy {
    margin-bottom: 0;
}

.trust-card {
    min-height: 200px;
    padding: 26px;
    border-radius: 20px;
    border-color: rgba(226, 232, 240, 0.95);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.trust-card .icon-badge,
.benefit-card .icon-badge {
    margin-bottom: 22px;
}

.trust-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.demo-world-section {
    background:
        radial-gradient(circle at 82% 14%, rgba(37, 99, 235, 0.07), transparent 28%),
        var(--background);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.home-demo-card {
    min-height: 428px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 14px;
    border-radius: 24px;
    border-color: rgba(226, 232, 240, 0.95);
    color: inherit;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-demo-card:hover {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.10);
    transform: translateY(-4px);
}

.demo-image-slot {
    min-height: 210px;
    overflow: hidden;
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 18px;
    background:
        radial-gradient(circle at 84% 18%, rgba(37, 99, 235, 0.18), transparent 28%),
        linear-gradient(135deg, #FFFFFF 0%, #EFF6FF 100%);
}

.demo-image-ui {
    position: relative;
    min-height: 210px;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.08) 24px 102px, transparent 102px),
        linear-gradient(90deg, transparent calc(100% - 152px), rgba(37, 99, 235, 0.16) calc(100% - 152px) calc(100% - 28px), transparent calc(100% - 28px)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0 38px, transparent 38px);
}

.demo-image-ui::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 70px;
    width: 42%;
    height: 72px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, #0F172A 0 22px, transparent 22px),
        linear-gradient(180deg, transparent 36px, rgba(37, 99, 235, 0.82) 36px 58px, transparent 58px),
        rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.demo-image-ui::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 64px;
    width: 38%;
    height: 108px;
    border: 1px solid rgba(191, 219, 254, 0.85);
    border-radius: 22px;
    background:
        radial-gradient(circle at 74% 26%, rgba(37, 99, 235, 0.20), transparent 32%),
        linear-gradient(145deg, #FFFFFF, #DBEAFE);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.home-demo-card--gastro .demo-image-slot {
    background:
        radial-gradient(circle at 82% 24%, rgba(15, 118, 110, 0.20), transparent 28%),
        linear-gradient(135deg, #FFFFFF, rgba(15, 118, 110, 0.10));
}

.home-demo-card--beauty .demo-image-slot {
    background:
        radial-gradient(circle at 82% 24%, rgba(157, 23, 77, 0.18), transparent 28%),
        linear-gradient(135deg, #FFFFFF, rgba(37, 99, 235, 0.10));
}

.demo-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 11px;
    padding: 20px 6px 6px;
}

.demo-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.2;
}

.demo-badge .icon-badge {
    width: 28px;
    height: 28px;
    border-radius: 999px;
}

.demo-badge .icon-badge::before,
.demo-badge .icon-badge::after {
    transform: scale(0.62);
}

.demo-badge .icon-badge--local::before {
    transform: rotate(-45deg) scale(0.62);
}

.demo-card-content h3 {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.home-demo-card p {
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.58;
}

.demo-card-link {
    margin-top: auto;
    color: var(--primary);
    font-weight: 750;
    line-height: 1.3;
}

.home-demo-card--more {
    min-height: 220px;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 30px;
    background:
        radial-gradient(circle at 86% 16%, rgba(37, 99, 235, 0.12), transparent 30%),
        #FFFFFF;
}

.home-demo-card--more h3 {
    margin-bottom: 0;
}

.demo-world-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.06);
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.demo-world-card:hover {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.10);
    transform: translateY(-4px);
}

.demo-preview {
    display: flex;
    flex-direction: column;
    min-height: 170px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 16px;
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.20), transparent 30%),
        linear-gradient(135deg, #FFFFFF 0%, #EFF6FF 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    overflow: hidden;
    position: relative;
}

.demo-browser-bar {
    height: 34px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.82);
    background:
        radial-gradient(circle at 18px 50%, #CBD5E1 0 4px, transparent 5px),
        radial-gradient(circle at 34px 50%, #CBD5E1 0 4px, transparent 5px),
        radial-gradient(circle at 50px 50%, #CBD5E1 0 4px, transparent 5px),
        rgba(255, 255, 255, 0.76);
}

.demo-preview-body {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 12px;
    padding: 22px;
    flex: 1;
}

.preview-line,
.preview-image-slot {
    display: block;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.12);
}

.preview-line {
    width: 92%;
    height: 12px;
}

.preview-line.short {
    width: 62%;
}

.preview-image-slot {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 100%;
    height: 100%;
    min-height: 82px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 72% 26%, rgba(37, 99, 235, 0.18), transparent 32%),
        rgba(255, 255, 255, 0.78);
}

.gastro .demo-preview {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 34%, transparent 34%),
        radial-gradient(circle at 76% 34%, rgba(15, 118, 110, 0.24), transparent 22%),
        linear-gradient(135deg, rgba(15, 118, 110, 0.16), rgba(245, 158, 11, 0.11)),
        #F8FAFC;
}

.beauty .demo-preview {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 34%, transparent 34%),
        radial-gradient(circle at 76% 34%, rgba(157, 23, 77, 0.22), transparent 22%),
        linear-gradient(135deg, rgba(157, 23, 77, 0.13), rgba(37, 99, 235, 0.09)),
        #F8FAFC;
}

.demo-title {
    display: block;
    color: var(--text);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.22;
}

.demo-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 20px 4px 4px;
}

.demo-card-body h3 {
    margin-bottom: 0;
    font-size: 1.08rem;
}

.demo-world-card p {
    font-size: 0.94rem;
    line-height: 1.58;
    margin-bottom: 0;
}

.demo-link {
    margin-top: auto;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.35;
}

.demo-world-card .btn {
    margin-top: auto;
}

.demo-world-more {
    min-height: 210px;
    justify-content: center;
    gap: 18px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0)),
        #FFFFFF;
}

.demo-world-more h3 {
    margin-bottom: 0;
}

.insight-card {
    min-height: 150px;
    padding: 28px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.insight-card h3 {
    max-width: 330px;
    margin-bottom: 0;
    font-size: 1.18rem;
}

.demo-card {
    position: relative;
    overflow: hidden;
    min-height: 226px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.demo-card::before {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    margin-bottom: 44px;
    border-radius: 999px;
    background: var(--demo-accent, var(--primary-dark));
}

.demo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 250, 252, 0.72));
}

.demo-card span {
    display: block;
    color: var(--text);
    font-size: 1.18rem;
    font-weight: 650;
    line-height: 1.22;
    margin-bottom: 10px;
}

.demo-card span,
.demo-card p {
    position: relative;
    z-index: 1;
}

.demo-card p {
    margin-bottom: 0;
}

.demo-card.planned {
    background: var(--surface-soft);
    box-shadow: none;
}

.demo-card.planned::before {
    background: var(--border);
}

.craft,
.gastro,
.beauty {
    border-top: 3px solid var(--demo-accent, var(--primary-dark));
}

.craft {
    --demo-accent: #1D4ED8;
}

.gastro {
    --demo-accent: #0F766E;
}

.beauty {
    --demo-accent: #9D174D;
}

.process-grid > div {
    position: relative;
    min-height: 220px;
    padding: 26px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.process-timeline::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.28), transparent);
}

.process-step {
    position: relative;
    text-align: center;
    padding: 0 10px;
}

.process-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(37, 99, 235, 0.22);
    background: #FFFFFF;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.process-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    border-radius: 7px;
}

.why-section {
    background:
        linear-gradient(180deg, #FFFFFF, var(--background));
}

.why-panel {
    padding: 44px;
    border-radius: 24px;
    border-color: rgba(226, 232, 240, 0.95);
    background:
        radial-gradient(circle at 20% 10%, rgba(37, 99, 235, 0.12), transparent 32%),
        #FFFFFF;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.06);
}

.why-panel p {
    font-size: 1.04rem;
    line-height: 1.72;
}

.benefit-card {
    min-height: 208px;
    padding: 26px;
    border-radius: 20px;
    border-color: rgba(226, 232, 240, 0.95);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.benefit-card:hover {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.why-intro {
    padding: 46px;
    background:
        radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.10), transparent 34%),
        #FFFFFF;
}

.why-layout .why-intro {
    padding: 44px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 10%, rgba(37, 99, 235, 0.12), transparent 32%),
        #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.06);
}

.why-intro p {
    font-size: 1.04rem;
    line-height: 1.72;
}

.why-card {
    min-height: 184px;
    padding: 28px;
    background: #FFFFFF;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.why-layout .why-card {
    min-height: 208px;
    padding: 26px;
    border-radius: 20px;
    border-color: rgba(226, 232, 240, 0.95);
}

.why-card .icon-box {
    margin-bottom: 22px;
}

.why-card:hover {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.whatsapp-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #FFFFFF;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 37px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.30), transparent);
}

.timeline-step {
    position: relative;
    display: grid;
    gap: 18px;
    text-align: center;
}

.timeline-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 999px;
    background: #FFFFFF;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.timeline-icon .icon-badge {
    width: 42px;
    height: 42px;
}

.timeline-content {
    min-height: 176px;
    padding: 22px 18px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: var(--shadow-card);
}

.timeline-index {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1;
}

.timeline-step h3 {
    font-size: 1.06rem;
}

.timeline-step p {
    margin-bottom: 0;
    font-size: 0.92rem;
    line-height: 1.58;
}

.whatsapp-copy {
    padding: 42px;
    background:
        radial-gradient(circle at 88% 12%, rgba(22, 163, 74, 0.10), transparent 32%),
        linear-gradient(180deg, #FFFFFF, #F8FAFC);
}

.whatsapp-copy p {
    max-width: 620px;
}

.whatsapp-copy .btn {
    margin-top: 28px;
}

.chat-preview {
    min-height: 340px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 28px;
    border-color: rgba(226, 232, 240, 0.95);
    background:
        radial-gradient(circle at 18% 12%, rgba(22, 163, 74, 0.12), transparent 28%),
        #F8FAFC;
}

.chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.chat-header strong,
.chat-header span {
    display: block;
    line-height: 1.35;
}

.chat-header span {
    color: var(--muted);
    font-size: 0.86rem;
}

.chat-avatar-slot {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.95) 0 20%, transparent 21%),
        #16A34A;
}

.whatsapp-chat {
    min-height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 12%, rgba(22, 163, 74, 0.12), transparent 28%),
        #F8FAFC;
}

.chat-bubble,
.chat-input {
    display: block;
    border-radius: 20px;
}

.chat-bubble {
    min-height: 0;
    padding: 15px 17px;
    max-width: 78%;
    color: var(--text);
    background: #FFFFFF;
    font-size: 0.94rem;
    line-height: 1.5;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.chat-bubble.incoming {
    align-self: flex-start;
    width: 72%;
}

.chat-bubble.outgoing {
    align-self: flex-end;
    width: 62%;
    background: rgba(22, 163, 74, 0.14);
}

.chat-input {
    height: 50px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: #FFFFFF;
}

.chat-input-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    margin-top: auto;
    padding: 8px 8px 8px 18px;
    color: var(--muted);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: #FFFFFF;
    font-size: 0.9rem;
}

.chat-input-row .icon-badge {
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    background: #16A34A;
    border-color: rgba(22, 163, 74, 0.28);
}

.chat-input-row .icon-badge::before {
    transform: translateX(4px) scale(0.75);
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: transparent;
    background: transparent;
    font-size: 0;
    line-height: 1;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    transform: translateX(0);
    transition:
        box-shadow 180ms ease,
        transform 180ms ease;
}

.floating-whatsapp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible,
.floating-whatsapp.is-open {
    transform: translateX(0);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible,
.floating-whatsapp:active {
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

.floating-whatsapp::before,
.floating-whatsapp::after {
    display: none;
}

.process-grid b {
    display: inline-flex;
    margin-bottom: 34px;
    color: var(--primary-dark);
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1;
}

.process-step b {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--primary-dark);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
}

.process-step h3 {
    font-size: 1.06rem;
}

.process-step p {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.confidence-section {
    background: var(--background);
}

.confidence-grid > div,
.confidence-grid li {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-subtle);
}

.confidence-grid > div {
    padding: 42px;
}

.confidence-grid ul {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.confidence-grid li {
    display: grid;
    gap: 4px;
    padding: 20px 22px;
    color: var(--text);
    line-height: 1.5;
}

.confidence-grid li b {
    font-weight: 700;
}

.confidence-grid li span {
    color: var(--muted);
    font-size: 0.92rem;
}

.cta-panel {
    width: min(var(--container), calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 58px;
    text-align: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.08), transparent 32%),
        #FFFFFF;
}

.cta-panel p {
    max-width: 680px;
    margin: 0 auto;
}

.cta-panel .btn {
    margin-top: 30px;
}

.cta-panel .action-row .btn {
    margin-top: 0;
}

.final-cta-section {
    background: #FFFFFF;
}

.cta-banner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 48px;
    border-radius: 28px;
    border-color: rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 88% 15%, rgba(37, 99, 235, 0.32), transparent 28%),
        linear-gradient(135deg, #0F172A, #1E3A8A);
    color: #FFFFFF;
    box-shadow: 0 30px 88px rgba(15, 23, 42, 0.20);
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 76px),
        linear-gradient(30deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 92px);
    opacity: 0.45;
}

.cta-copy,
.cta-actions {
    position: relative;
    z-index: 1;
}

.cta-banner h2 {
    color: #FFFFFF;
}

.cta-banner p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.cta-banner .btn-secondary {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.cta-trust-row {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.homepage-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 44px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 15%, rgba(37, 99, 235, 0.24), transparent 28%),
        linear-gradient(135deg, #0F172A, #1E3A8A);
    color: #FFFFFF;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.homepage-cta h2 {
    color: #FFFFFF;
}

.homepage-cta p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.homepage-cta .btn-secondary {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.cta-trust {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.hero-device-stage {
    position: relative;
    min-height: 480px;
    isolation: isolate;
}

.hero-showcase {
    position: relative;
    min-height: 500px;
    isolation: isolate;
}

.device-laptop {
    position: absolute;
    inset: 42px 24px auto 0;
    min-height: 356px;
    padding: 16px;
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 12%, rgba(37, 99, 235, 0.12), transparent 34%),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.13);
}

.device-bar {
    display: flex;
    gap: 8px;
    padding: 2px 0 14px;
}

.device-bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #BFDBFE;
}

.visual-slot {
    position: relative;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 16%, rgba(37, 99, 235, 0.16), transparent 28%),
        linear-gradient(145deg, #FFFFFF, #EFF6FF);
}

.visual-slot--desktop {
    min-height: 306px;
    border-radius: 18px;
}

.visual-slot--desktop::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(37, 99, 235, 0.16) 24px 104px, transparent 104px),
        linear-gradient(90deg, transparent calc(100% - 172px), rgba(15, 23, 42, 0.08) calc(100% - 172px) calc(100% - 28px), transparent calc(100% - 28px)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0 46px, transparent 46px);
}

.visual-slot--desktop::after {
    content: "";
    position: absolute;
    left: 36px;
    right: 36px;
    top: 84px;
    bottom: 34px;
    border-radius: 24px;
    background:
        linear-gradient(90deg, #0F172A 0 42%, transparent 42%),
        linear-gradient(90deg, transparent 48%, rgba(37, 99, 235, 0.86) 48% 74%, transparent 74%),
        linear-gradient(180deg, transparent 62%, rgba(255, 255, 255, 0.70) 62% 100%),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.10);
}

.device-phone {
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 2;
    width: 158px;
    min-height: 262px;
    padding: 14px;
    border: 1px solid rgba(191, 219, 254, 0.88);
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 24px 62px rgba(15, 23, 42, 0.16);
}

.visual-slot--mobile {
    min-height: 206px;
    border-radius: 22px;
}

.visual-slot--mobile::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, #0F172A 0 38px, transparent 38px),
        linear-gradient(180deg, transparent 58px, rgba(37, 99, 235, 0.82) 58px 88px, transparent 88px),
        linear-gradient(180deg, transparent 108px, rgba(15, 23, 42, 0.10) 108px 122px, transparent 122px 132px, rgba(15, 23, 42, 0.08) 132px 146px, transparent 146px),
        rgba(255, 255, 255, 0.76);
}

.floating-proof-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 228px;
    padding: 15px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(12px);
}

.floating-proof-card--top {
    top: 0;
    right: 50px;
}

.floating-proof-card--bottom {
    left: 18px;
    bottom: 8px;
}

.floating-proof-card strong,
.floating-proof-card span {
    display: block;
    line-height: 1.35;
}

.floating-proof-card strong {
    font-size: 0.92rem;
}

.floating-proof-card div > span {
    color: var(--muted);
    font-size: 0.78rem;
}

.hero-laptop {
    position: absolute;
    inset: 28px 24px auto 0;
    min-height: 360px;
    padding: 16px;
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 28px;
    background:
        radial-gradient(circle at 78% 12%, rgba(37, 99, 235, 0.12), transparent 34%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}

.device-topbar {
    display: flex;
    gap: 8px;
    padding: 2px 0 14px;
}

.device-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #BFDBFE;
}

.device-screen {
    min-height: 314px;
    border: 1px solid rgba(226, 232, 240, 0.88);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF, #EFF6FF);
}

.screen-nav {
    height: 44px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.82);
    background:
        linear-gradient(90deg, rgba(37, 99, 235, 0.16) 24px 96px, transparent 96px),
        linear-gradient(90deg, transparent calc(100% - 160px), rgba(15, 23, 42, 0.08) calc(100% - 160px) calc(100% - 24px), transparent calc(100% - 24px)),
        rgba(255, 255, 255, 0.72);
}

.screen-content {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 28px;
    padding: 42px 34px;
}

.screen-copy {
    align-self: center;
}

.screen-line,
.screen-button,
.phone-line,
.phone-button,
.mini-line {
    display: block;
    border-radius: 999px;
}

.screen-line.small {
    width: 44%;
    height: 12px;
    margin-bottom: 20px;
    background: rgba(37, 99, 235, 0.18);
}

.screen-line.large {
    width: 92%;
    height: 58px;
    margin-bottom: 28px;
    border-radius: 16px;
    background: #0F172A;
}

.screen-button {
    width: 128px;
    height: 36px;
    background: var(--primary);
}

.screen-image-slot {
    min-height: 184px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    border-radius: 22px;
    background:
        radial-gradient(circle at 72% 26%, rgba(37, 99, 235, 0.22), transparent 32%),
        linear-gradient(145deg, #FFFFFF, #DBEAFE);
}

.hero-phone {
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 2;
    width: 156px;
    min-height: 248px;
    padding: 14px;
    border: 1px solid rgba(191, 219, 254, 0.88);
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 24px 62px rgba(15, 23, 42, 0.16);
}

.phone-notch {
    width: 58px;
    height: 8px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.16);
}

.phone-screen {
    display: grid;
    align-content: center;
    gap: 12px;
    min-height: 194px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #EFF6FF, #FFFFFF);
}

.phone-line {
    height: 12px;
    background: rgba(15, 23, 42, 0.16);
}

.phone-line.short {
    width: 68%;
}

.phone-button {
    width: 74px;
    height: 28px;
    margin-top: 8px;
    background: var(--primary);
}

.hero-floating-card {
    position: absolute;
    top: 0;
    right: 58px;
    z-index: 3;
    width: 190px;
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
}

.mini-icon-slot {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 13px;
    background: rgba(37, 99, 235, 0.12);
}

.mini-line {
    width: 100%;
    height: 10px;
    margin-top: 9px;
    background: rgba(15, 23, 42, 0.14);
}

.mini-line.short {
    width: 62%;
}

.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    transition:
        opacity 850ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.js .reveal.is-visible,
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.reveal-delay-1 {
    transition-delay: 90ms;
}

.reveal-delay-2 {
    transition-delay: 180ms;
}

.reveal-delay-3 {
    transition-delay: 270ms;
}

.reveal-delay-4 {
    transition-delay: 360ms;
}

.reveal-delay-5 {
    transition-delay: 450ms;
}

.reveal-delay-6 {
    transition-delay: 540ms;
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
