@charset "utf-8";

:root {
    --bg: #f7f8fb;
    --surface: #ffffff;
    --surface-soft: #eef3ff;
    --ink: #0b1020;
    --muted: #5f6b7a;
    --line: rgba(15, 23, 42, 0.1);
    --brand: #16c784;
    --brand-dark: #0ea56d;
    --brand-soft: rgba(22, 199, 132, 0.14);
    --accent: #6366f1;
    --dark: #080b16;
    --dark-2: #111827;
    --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink) !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -0.02em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 10%, rgba(99, 102, 241, 0.16), transparent 34%),
        radial-gradient(circle at 88% 4%, rgba(22, 199, 132, 0.16), transparent 30%),
        linear-gradient(180deg, #fbfcff 0%, #f7f8fb 42%, #ffffff 100%);
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--ink);
    font-weight: 850;
    letter-spacing: -0.055em;
}

h1 {
    max-width: 720px;
    font-size: clamp(2.55rem, 5.2vw, 5rem);
    line-height: 1.02;
}

h2 {
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.2;
}

p {
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

.container {
    max-width: 1180px;
}

.site-nav {
    padding: 16px 0;
    background: rgba(8, 11, 22, 0.74) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
}

.navbar-brand img {
    max-height: 42px;
    width: auto;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: color 180ms ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px !important;
    border: 0;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.btn-nav {
    min-height: 40px;
    color: #07110d !important;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(255, 255, 255, 0.16);
}

.btn-primary-cta {
    color: #03150e !important;
    background-color: var(--brand);
    box-shadow: 0 18px 38px rgba(22, 199, 132, 0.32);
}

.btn-primary-cta:hover,
.btn-primary-cta:focus {
    color: #03150e !important;
    background-color: #19d890;
    box-shadow: 0 24px 52px rgba(22, 199, 132, 0.4);
}

.btn-secondary-cta {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-whatsapp {
    color: #ffffff !important;
    background-color: #25d366;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: #ffffff !important;
    background-color: #1fbd5d;
    box-shadow: 0 24px 52px rgba(37, 211, 102, 0.36);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 172px 0 96px;
    background:
        linear-gradient(135deg, rgba(8, 11, 22, 0.95), rgba(12, 18, 33, 0.88)),
        url(../images/banner.jpg) center/cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    right: -12%;
    top: 8%;
    width: 460px;
    height: 460px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(22, 199, 132, 0.2), transparent 66%);
    filter: blur(8px);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: 56px;
    align-items: center;
}

.hero-copy {
    animation: fadeUp 720ms ease both;
}

.hero h1,
.hero h2,
.hero h3 {
    color: #ffffff;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--brand);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 18px currentColor;
}

.hero-subtitle {
    max-width: 650px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-microcopy {
    max-width: 560px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.5;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-panel {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
        rgba(15, 23, 42, 0.5);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(22px);
    animation: fadeUp 760ms ease 120ms both, floatPanel 6s ease-in-out 900ms infinite;
}

.panel-topbar {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.panel-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

.signal-card,
.metric-card,
.timeline-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
}

.signal-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.signal-card small,
.metric-card small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 700;
}

.signal-card strong {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1;
}

.trend {
    padding: 8px 12px;
    border-radius: 999px;
    color: #04140e;
    background: var(--brand);
    font-weight: 900;
}

.mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 12px 0;
}

.metric-card {
    padding: 18px;
}

.metric-card strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 1.4rem;
}

.timeline-card {
    padding: 20px;
}

.timeline-item {
    display: flex;
    gap: 12px;
    align-items: center;
    color: rgba(255, 255, 255, 0.64);
}

.timeline-item + .timeline-item {
    margin-top: 12px;
}

.timeline-item span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.timeline-item.active span {
    background: var(--brand);
    box-shadow: 0 0 18px var(--brand);
}

.timeline-item p {
    margin: 0;
    color: inherit;
    font-size: 0.9rem;
    line-height: 1.4;
}

.social-proof {
    padding: 26px 0 0;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
    animation: fadeUp 680ms ease 180ms both;
}

.proof-grid div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(247, 248, 251, 0.76);
}

.proof-grid strong {
    display: block;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1;
}

.proof-grid span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.broker-section {
    padding: 30px 0 0;
}

.broker-card {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
    gap: 34px;
    align-items: center;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow-soft);
    animation: fadeUp 680ms ease 240ms both;
}

.broker-copy h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.broker-copy p {
    margin-bottom: 0;
}

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

.broker-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 18px;
    color: var(--ink);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.broker-grid span:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 199, 132, 0.28);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.broker-disclaimer {
    max-width: 860px;
    margin: 14px auto 0;
    color: #778293;
    font-size: 0.78rem;
    line-height: 1.6;
    text-align: center;
}

.section {
    padding: 110px 0;
}

.section-soft {
    background:
        linear-gradient(180deg, rgba(238, 243, 255, 0.68), rgba(255, 255, 255, 0.82));
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-heading p {
    max-width: 680px;
    margin: 18px auto 0;
}

.section-heading.dark h2,
.section-heading.dark p {
    color: #ffffff;
}

.section-heading.dark p {
    color: rgba(255, 255, 255, 0.66);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.benefit-card {
    position: relative;
    min-height: 280px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
    animation: fadeUp 680ms ease both;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.benefit-card:nth-child(2) {
    animation-delay: 80ms;
}

.benefit-card:nth-child(3) {
    animation-delay: 160ms;
}

.benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(22, 199, 132, 0.28);
    box-shadow: var(--shadow);
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 56px;
    border-radius: 14px;
    color: var(--brand-dark);
    background: var(--brand-soft);
    font-weight: 900;
}

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

.feature-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 920px;
    margin: 34px auto 0;
}

.feature-cloud span,
.strategy-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(520px, 1fr);
    gap: 54px;
    align-items: center;
}

.split-layout p {
    max-width: 620px;
}

.inline-link {
    display: inline-flex;
    margin-top: 14px;
    color: var(--brand-dark);
    font-weight: 900;
}

.inline-link::after {
    content: "->";
    margin-left: 8px;
    transition: transform 180ms ease;
}

.inline-link:hover::after {
    transform: translateX(4px);
}

.strategy-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
    animation: fadeUp 680ms ease both;
}

.strategy-card h3 {
    margin-bottom: 6px;
}

.strategy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.strategy-note {
    margin: 22px 0 0;
    font-size: 0.95rem;
}

.pricing-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 0%, rgba(22, 199, 132, 0.18), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(99, 102, 241, 0.22), transparent 32%),
        var(--dark);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pricing-grid.single-plan {
    grid-template-columns: minmax(0, 480px);
    justify-content: center;
}

.trial-pricing-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
    gap: 18px;
    align-items: stretch;
}

.trial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
    padding: clamp(30px, 5vw, 48px);
    gap: 26px;
    border: 1px solid rgba(22, 199, 132, 0.42);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 18% 0%, rgba(110, 245, 178, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
    animation: fadeUp 700ms ease both;
}

.trial-card .popular-badge + div {
    margin-top: 24px;
}

.trial-card h3 {
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.98;
}

.trial-card p {
    max-width: 680px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.05rem;
}

.trial-list {
    display: grid;
    gap: 12px;
    max-width: 640px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.trial-list li {
    position: relative;
    padding-left: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.trial-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--brand);
    box-shadow: 0 0 18px rgba(22, 199, 132, 0.5);
}

.trial-support {
    margin: -8px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
    font-weight: 650;
}

.trial-support a {
    color: var(--brand);
    font-weight: 900;
}

.trial-support a:hover,
.trial-support a:focus {
    color: #7cf8ad;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 30px;
    gap: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
    animation: fadeUp 700ms ease 100ms both;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.compact-plan {
    min-height: 430px;
    padding: 34px;
    overflow: hidden;
}

.compact-plan::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 18%, rgba(22, 199, 132, 0.18), transparent 34%);
    pointer-events: none;
}

.compact-plan .plan-header {
    position: relative;
    z-index: 1;
    margin-top: 26px;
}

.pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(22, 199, 132, 0.4);
}

.pricing-card.popular {
    background: linear-gradient(180deg, rgba(22, 199, 132, 0.18), rgba(255, 255, 255, 0.08));
    border-color: rgba(22, 199, 132, 0.44);
}

.popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #04140e;
    background: var(--brand);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.plan-header h3,
.price {
    color: #ffffff;
}

.plan-header p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.95rem;
    line-height: 1.6;
}

.price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    margin: 8px 0 6px;
    color: #ffffff;
    line-height: 0.9;
}

.price strong {
    font-size: clamp(4.2rem, 7vw, 5.8rem);
    font-weight: 950;
    letter-spacing: -0.08em;
}

.price .currency {
    margin-top: 12px;
    color: var(--brand);
    font-size: 1.05rem;
    font-weight: 950;
}

.price .cents {
    margin-top: 14px;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.price .period {
    align-self: flex-end;
    margin: 0 0 8px 6px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #04140e;
    background: var(--brand);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.plan-price {
    position: relative;
    z-index: 1;
    padding: 26px 22px 22px;
    border: 1px solid rgba(22, 199, 132, 0.3);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
}

.price-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--brand);
    background: rgba(22, 199, 132, 0.12);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan-price p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
}

.pricing-card ul {
    position: relative;
    z-index: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-card li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.pricing-card li + li {
    margin-top: 14px;
}

.pricing-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--brand);
}

.btn-plan {
    width: 100%;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-plan-primary {
    color: #04140e !important;
    background: var(--brand);
}

.pricing-footnote {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid rgba(22, 199, 132, 0.28);
    border-radius: 24px;
    background: rgba(22, 199, 132, 0.1);
    text-align: center;
}

.pricing-footnote strong {
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-footnote small {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.trust-section {
    padding: 80px 0;
}

.trust-card {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow-soft);
    animation: fadeUp 680ms ease both;
}

.trust-points {
    display: grid;
    gap: 12px;
}

.trust-points p {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.faq-item + .faq-item {
    margin-top: 12px;
}

.faq-question {
    position: relative;
    width: 100%;
    padding: 22px 56px 22px 24px;
    border: 0;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-weight: 850;
    text-align: left;
    cursor: pointer;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand-dark);
    font-size: 1.35rem;
}

.faq-question[aria-expanded="true"]::after {
    content: "-";
}

.faq-answer {
    padding: 0 24px 24px;
    color: var(--muted);
    line-height: 1.75;
}

.contact-section {
    background: #ffffff;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1fr);
    gap: 56px;
    align-items: start;
}

.contact-badge {
    display: inline-flex;
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--brand-dark);
    background: var(--brand-soft);
    font-weight: 900;
}

.contact-whatsapp {
    margin-top: 20px;
}

.contact-form {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
    animation: fadeUp 680ms ease both;
}

.contact-form label {
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 900;
}

.form-control {
    min-height: 52px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    color: var(--ink);
    background: #f8fafc;
    box-shadow: none !important;
    transition: border-color 160ms ease, background 160ms ease;
}

.form-control:focus {
    border-color: rgba(22, 199, 132, 0.68);
    background: #ffffff;
}

textarea.form-control {
    resize: vertical;
}

.final-cta {
    padding: 34px 0 110px;
    background: #ffffff;
}

.final-cta-card {
    padding: clamp(34px, 6vw, 72px);
    border-radius: 38px;
    text-align: center;
    background:
        radial-gradient(circle at 30% 0%, rgba(22, 199, 132, 0.18), transparent 34%),
        linear-gradient(135deg, #080b16, #111827);
    box-shadow: var(--shadow);
    animation: fadeUp 680ms ease both;
}

.final-cta-card h2 {
    max-width: 780px;
    margin: 0 auto;
    color: #ffffff;
}

.final-cta-card p {
    max-width: 640px;
    margin: 18px auto 28px;
    color: rgba(255, 255, 255, 0.66);
}

.site-footer {
    margin-bottom: 0;
    padding: 64px 0 34px;
    background: #080b16 !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 48px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    max-height: 42px;
    margin-bottom: 18px;
}

.site-footer h4 {
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.94rem;
}

.footer-copy {
    margin: 26px 0 0;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    color: #ffffff;
    background: #25d366;
    box-shadow: 0 16px 38px rgba(37, 211, 102, 0.36);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(37, 211, 102, 0.42);
}

.whatsapp-float svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.whatsapp-float span {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    width: max-content;
    max-width: 190px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(8, 11, 22, 0.88);
    box-shadow: 0 12px 30px rgba(8, 11, 22, 0.18);
    font-size: 0.78rem;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-float:hover span,
.whatsapp-float:focus span {
    opacity: 1;
    transform: translate(0, -50%);
}

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

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

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 991.98px) {
    .site-nav {
        padding: 12px 0;
    }

    .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        background: rgba(8, 11, 22, 0.96);
    }

    .hero {
        padding: 138px 0 76px;
    }

    .hero-grid,
    .split-layout,
    .broker-card,
    .trust-card,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        max-width: 560px;
    }

    .benefit-grid,
    .broker-grid,
    .pricing-grid,
    .trial-pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        min-height: auto;
    }

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

    .section {
        padding: 82px 0;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 2.45rem;
    }

    h2 {
        font-size: 2.15rem;
    }

    .hero {
        padding: 124px 0 58px;
    }

    .hero-actions,
    .hero-actions .btn,
    .trial-card .btn,
    .pricing-footnote .btn,
    .final-cta-card .btn,
    .contact-form .btn {
        width: 100%;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 56px;
        height: 56px;
    }

    .whatsapp-float svg {
        width: 31px;
        height: 31px;
    }

    .whatsapp-float span {
        display: none;
    }

    .hero-panel,
    .benefit-card,
    .strategy-card,
    .pricing-card,
    .contact-form,
    .trust-card {
        border-radius: 24px;
    }

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

    .proof-grid,
    .trust-card,
    .contact-form {
        padding: 18px;
    }

    .section-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .section-heading p {
        margin-left: 0;
    }

    .final-cta {
        padding-bottom: 78px;
    }
}