:root {
    --bg: #0b1220;
    --bg-soft: #111a2b;
    --panel: #121d31;
    --panel-strong: #16233a;
    --line: rgba(255, 255, 255, 0.1);
    --line-strong: rgba(34, 197, 94, 0.35);
    --text: #f8fafc;
    --muted: #b7c2d5;
    --soft: #8b98b0;
    --green: #22c55e;
    --green-dark: #16a34a;
    --container: 1160px;
    --radius: 18px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: linear-gradient(180deg, var(--bg), #0a101b);
}

section[id] {
    scroll-margin-top: 6.25rem;
}

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

.site-shell {
    min-height: 100vh;
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 76px;
    background: rgba(7, 13, 31, 0.94);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    backdrop-filter: blur(10px);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 1.5rem;
    padding: 0.6rem 0;
}

.brand {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 170px;
    height: 44px;
    overflow: hidden;
    background: transparent;
    border: 0;
    padding: 0;
}

.brand-logo-img {
    display: block;
    width: 170px;
    height: auto;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    flex-shrink: 0;
    transform: translateX(-6px) scale(1.15);
    transform-origin: left center;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.main-nav a {
    color: var(--muted);
    font-size: 0.95rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
}

.button-primary {
    background: var(--green);
    color: #04110a;
}

.button-primary:hover {
    background: var(--green-dark);
}

.button-secondary {
    border-color: rgba(255, 255, 255, 0.14);
    background: transparent;
    color: var(--text);
}

.hero-section {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(3, 7, 18, 0.98) 0%,
            rgba(3, 7, 18, 0.94) 32%,
            rgba(3, 7, 18, 0.72) 52%,
            rgba(3, 7, 18, 0.25) 75%,
            rgba(3, 7, 18, 0.1) 100%
        ),
        linear-gradient(
            180deg,
            rgba(3, 7, 18, 0.15) 0%,
            rgba(3, 7, 18, 0.85) 100%
        ),
        url("/assets/img/forexhost-hero.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    min-height: 720px;
    gap: 1rem;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(34, 197, 94, 0.24);
    border-radius: 999px;
    color: #9ee6b7;
    font-size: 0.8rem;
    font-weight: 600;
}

.hero-copy h1,
.section-heading h2,
.final-cta h2 {
    margin: 0.85rem 0 0;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 4vw, 3.85rem);
}

.hero-copy {
    max-width: 720px;
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

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

.hero-copy::before {
    inset: -1.75rem 18% -1.75rem -1.5rem;
    z-index: -2;
    opacity: 0.7;
    background:
        linear-gradient(135deg, rgba(8, 14, 27, 0.76), rgba(8, 14, 27, 0.22)),
        radial-gradient(circle at 20% 28%, rgba(34, 197, 94, 0.08), transparent 26%),
        radial-gradient(circle at 78% 20%, rgba(139, 92, 246, 0.08), transparent 22%);
    border-radius: 28px;
    filter: blur(0.3px);
}

.hero-copy::after {
    top: 1.6rem;
    left: -0.25rem;
    width: 14rem;
    height: 7rem;
    z-index: -1;
    opacity: 0.16;
    border-radius: 1rem;
    background:
        linear-gradient(180deg, transparent 0 18%, rgba(34, 197, 94, 0.22) 18% 20%, transparent 20% 42%, rgba(139, 92, 246, 0.16) 42% 44%, transparent 44% 100%),
        linear-gradient(90deg, rgba(34, 197, 94, 0.18) 0 8%, transparent 8% 16%, rgba(34, 197, 94, 0.14) 16% 22%, transparent 22% 100%);
    transform: rotate(-8deg);
    filter: blur(0.2px);
}

.hero-text,
.feature-card p,
.pricing-card p,
.step-card p,
.faq-item p,
.footer-inner p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-text {
    max-width: 44rem;
    margin-top: 0.85rem;
    font-size: 1rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.5rem;
    margin-top: 1.35rem;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-trust-row span {
    position: relative;
    padding-left: 1rem;
}

.hero-trust-row span::before {
    content: "";
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 0.35rem rgba(34, 197, 94, 0.12);
}

.hero-image-placeholder,
.status-panel,
.feature-card,
.pricing-card,
.step-card,
.faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
}

.hero-image-placeholder {
    position: relative;
    width: min(100%, 36rem);
    min-height: 30rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: calc(var(--radius) + 6px);
    background:
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.16), transparent 30%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(180deg, rgba(17, 26, 43, 0.95), rgba(10, 16, 27, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.hero-image-placeholder::before,
.hero-image-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-image-placeholder::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.32;
}

.hero-image-placeholder::after {
    background:
        radial-gradient(circle at 78% 20%, rgba(34, 197, 94, 0.1), transparent 16%),
        radial-gradient(circle at 30% 78%, rgba(139, 92, 246, 0.11), transparent 18%);
}

.hero-visual-grid {
    position: absolute;
    inset: 1.4rem;
    border-radius: calc(var(--radius) - 2px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
        linear-gradient(135deg, rgba(34, 197, 94, 0.06), transparent 35%);
}

.hero-visual-label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(8, 13, 22, 0.68);
    color: #dbe8f7;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.server-stack {
    position: absolute;
    top: 5.2rem;
    left: 2rem;
    width: 13.75rem;
    display: grid;
    gap: 0.9rem;
    z-index: 1;
}

.server-stack span {
    display: block;
    height: 3.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background:
        linear-gradient(90deg, rgba(34, 197, 94, 0.22) 0 18%, transparent 18% 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    position: relative;
}

.server-stack span::before,
.server-stack span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
}

.server-stack span::before {
    right: 1.1rem;
    width: 4.9rem;
    height: 0.22rem;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 -0.7rem 0 rgba(255, 255, 255, 0.08), 0 0.7rem 0 rgba(255, 255, 255, 0.08);
}

.server-stack span::after {
    left: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(34, 197, 94, 0.9);
    box-shadow: 0 0 0 0.35rem rgba(34, 197, 94, 0.12);
}

.chart-bars {
    position: absolute;
    right: 2.25rem;
    top: 5.4rem;
    width: 12.5rem;
    height: 10.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.7rem;
    z-index: 1;
}

.chart-bars span {
    width: 1rem;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.9), rgba(34, 197, 94, 0.2));
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.1);
}

.chart-bars span:nth-child(1) { height: 3.2rem; }
.chart-bars span:nth-child(2) { height: 5.5rem; }
.chart-bars span:nth-child(3) { height: 4.4rem; }
.chart-bars span:nth-child(4) { height: 7.1rem; }
.chart-bars span:nth-child(5) { height: 6.1rem; }
.chart-bars span:nth-child(6) { height: 8.3rem; }

.network-dot {
    position: absolute;
    z-index: 1;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.9);
    box-shadow: 0 0 0 0.45rem rgba(139, 92, 246, 0.12);
}

.network-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.5rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.45), transparent);
    transform-origin: left center;
}

.network-dot-one {
    top: 10rem;
    right: 7.4rem;
}

.network-dot-one::after {
    transform: rotate(145deg);
}

.network-dot-two {
    bottom: 10rem;
    left: 9rem;
}

.network-dot-two::after {
    transform: rotate(-18deg);
}

.network-dot-three {
    bottom: 6.2rem;
    right: 10rem;
}

.network-dot-three::after {
    transform: rotate(200deg);
}

.status-panel {
    padding: 1.35rem;
    align-self: start;
    max-width: 31rem;
    margin-left: auto;
}

.hero-overlay-card {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 3;
    width: min(100%, 21rem);
    background: rgba(11, 18, 32, 0.9);
    backdrop-filter: blur(10px);
}

.status-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.status-kicker {
    color: var(--soft);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-pill {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.14);
    color: #9ee6b7;
    font-size: 0.82rem;
    font-weight: 700;
}

.status-list {
    margin-top: 0.6rem;
}

.status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.status-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.status-row span {
    color: var(--soft);
}

.trust-strip {
    padding: 0 0 0.75rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-soft);
}

.trust-item {
    padding: 1rem;
    text-align: center;
    color: var(--muted);
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item:last-child {
    border-right: 0;
}

.section {
    padding: 2.75rem 0;
}

.section-alt {
    background: rgba(255, 255, 255, 0.02);
}

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

.section-heading h2 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.section-heading p {
    max-width: 680px;
    margin: 0.875rem auto 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.feature-grid,
.pricing-grid,
.steps-list,
.faq-list {
    display: grid;
    gap: 1rem;
}

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

.features-section {
    position: relative;
}

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

.feature-card,
.pricing-card,
.step-card {
    padding: 1.25rem;
}

.feature-card {
    position: relative;
    min-height: 230px;
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.52));
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, 0.12), transparent 32%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

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

.feature-card h3,
.pricing-card h3,
.step-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
}

.feature-card h3,
.feature-card p,
.feature-tag {
    position: relative;
    z-index: 1;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.18);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
}

.feature-card h3 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

.feature-card p {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.7;
}

.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    background: var(--panel);
    height: 100%;
    min-height: 100%;
    padding: 1.5rem;
}

.pricing-card-featured {
    position: relative;
    border-color: rgba(34, 197, 94, 0.42);
    background:
        radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.14), transparent 34%),
        rgba(15, 23, 42, 0.78);
    box-shadow: 0 26px 80px rgba(34, 197, 94, 0.1);
}

.plan-name,
.plan-badge {
    display: inline-flex;
    align-self: flex-start;
}

.pricing-card-top {
    min-height: 92px;
}

.plan-name {
    color: var(--soft);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0.4375rem 0.75rem;
    border-radius: 999px;
    color: #052e16;
    background: #22c55e;
    font-size: 0.75rem;
    font-weight: 900;
}

.plan-subtitle {
    margin: 0.625rem 0 0;
    color: var(--muted);
    font-size: 0.875rem;
    line-height: 1.6;
}

.pricing-card h3 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    font-size: 2.1rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.pricing-card h3 span {
    font-size: 1rem;
    color: var(--muted);
}

.plan-specs {
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 1;
}

.plan-specs li {
    padding: 0.6rem 0;
    color: var(--muted);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.6;
}

.pricing-card .button {
    margin-top: 1.5rem;
    width: 100%;
    justify-content: center;
}

.plan-specs li:first-child {
    border-top: 0;
}

.setup-section {
    position: relative;
}

.setup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    margin-top: 44px;
}

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

.steps-list-modern {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.steps-list-modern::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.65), rgba(34, 197, 94, 0.05));
}

.step-card {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
}

.step-number {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #052e16;
    background: linear-gradient(135deg, #22c55e, #bbf7d0);
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 14px 35px rgba(34, 197, 94, 0.18);
}

.step-content {
    min-width: 0;
}

.step-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    color: #ffffff;
}

.step-card p {
    margin-top: 8px;
    color: var(--muted);
    line-height: 1.65;
    font-size: 15px;
}

.step-card small {
    display: inline-flex;
    margin-top: 12px;
    color: #bbf7d0;
    font-weight: 800;
    line-height: 1.45;
}

.setup-summary-card {
    position: sticky;
    top: 110px;
    padding: 26px;
    border-radius: 28px;
    border: 1px solid rgba(34, 197, 94, 0.22);
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, 0.16), transparent 34%),
        rgba(15, 23, 42, 0.76);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.setup-summary-card h3 {
    margin-top: 10px;
    font-size: 26px;
    color: #ffffff;
}

.setup-summary-card ul {
    display: grid;
    gap: 12px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.setup-summary-card li {
    position: relative;
    padding-left: 26px;
    color: #dbeafe;
    line-height: 1.65;
}

.setup-summary-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 900;
}

.setup-summary-card p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.seo-section,
.managed-service-section {
    position: relative;
}

.seo-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.seo-card {
    position: relative;
    padding: 26px;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.52));
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.seo-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.seo-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
}

.seo-card p {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.7;
}

.section-inline-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.managed-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
}

.managed-card {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, 0.14), transparent 34%),
        rgba(15, 23, 42, 0.72);
}

.managed-card-warning {
    border-color: rgba(251, 191, 36, 0.22);
    background:
        radial-gradient(circle at 20% 0%, rgba(251, 191, 36, 0.1), transparent 34%),
        rgba(15, 23, 42, 0.72);
}

.managed-card h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 22px;
}

.managed-card ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.managed-card li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
    line-height: 1.6;
}

.managed-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 900;
}

.managed-card-warning li::before {
    content: "!";
    color: #fbbf24;
}

.faq-section {
    position: relative;
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 2.625rem;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 110px;
}

.faq-intro h2 {
    margin-top: 0.75rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.faq-intro p {
    margin-top: 1rem;
    color: var(--muted);
    font-size: 1.0625rem;
    line-height: 1.75;
}

.faq-support-card {
    margin-top: 1.625rem;
    padding: 1.375rem;
    border-radius: 24px;
    border: 1px solid rgba(34, 197, 94, 0.22);
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, 0.16), transparent 35%),
        rgba(15, 23, 42, 0.72);
}

.faq-support-card strong {
    display: block;
    color: #ffffff;
    font-size: 1.125rem;
}

.faq-support-card span {
    display: block;
    margin-top: 0.5rem;
    color: var(--muted);
    line-height: 1.6;
}

.faq-support-link {
    display: inline-flex;
    margin-top: 1rem;
    color: #22c55e;
    font-weight: 800;
}

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

.faq-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 1.125rem;
    padding: 1.375rem;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.68);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.faq-item:hover {
    border-color: rgba(34, 197, 94, 0.28);
    background: rgba(15, 23, 42, 0.82);
}

.faq-number {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    font-size: 0.8125rem;
    font-weight: 900;
}

.faq-item h3 {
    margin: 0;
    font-size: 1.125rem;
    color: #ffffff;
}

.faq-item p {
    margin: 0.5625rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.final-cta-section {
    padding-top: 5rem;
    padding-bottom: 5.6rem;
}

.final-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    padding: 2.65rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 20%, rgba(34, 197, 94, 0.16), transparent 32%),
        radial-gradient(circle at 90% 80%, rgba(99, 102, 241, 0.14), transparent 34%),
        rgba(15, 23, 42, 0.74);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.35;
    pointer-events: none;
}

.section-kicker {
    display: inline-block;
    color: #b9f6cc;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

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

.final-cta h2 {
    max-width: 760px;
    margin: 0.65rem 0 0;
    font-size: clamp(1.875rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.final-cta p {
    max-width: 720px;
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 1.0625rem;
    line-height: 1.75;
}

.final-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.final-cta-points span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(34, 197, 94, 0.22);
    border-radius: 999px;
    color: #d8ffe2;
    background: rgba(34, 197, 94, 0.08);
    font-size: 0.875rem;
    font-weight: 700;
}

.final-cta-actions {
    display: grid;
    gap: 0.75rem;
    min-width: 220px;
}

.final-cta-actions .button {
    width: 100%;
    justify-content: center;
}

.site-footer {
    padding: 64px 0 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    background:
        radial-gradient(circle at 15% 0%, rgba(34, 197, 94, 0.08), transparent 30%),
        #050a18;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(2, minmax(170px, 0.75fr)) minmax(240px, 1fr);
    gap: 34px;
    align-items: start;
}

.footer-brand strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.footer-brand p,
.footer-disclaimer p,
.footer-column span {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.footer-column h3,
.footer-disclaimer h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-column {
    display: grid;
    gap: 10px;
}

.footer-column a {
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.footer-column a:hover {
    color: #22c55e;
}

.footer-disclaimer {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(15, 23, 42, 0.48);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    color: rgba(226, 232, 240, 0.72);
    font-size: 13px;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px 0 10px;
    border-radius: 999px;
    color: #052e16;
    background: #22c55e;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 45px rgba(34, 197, 94, 0.28);
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
}

.floating-whatsapp-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    background: #052e16;
    font-size: 12px;
    font-weight: 900;
}

.floating-whatsapp-text {
    white-space: nowrap;
}

.order-section,
.success-section {
    padding-top: 3rem;
}

.order-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
    gap: 1rem;
    align-items: start;
}

.order-form-card,
.order-side-panel,
.success-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
}

.order-form-card,
.order-side-panel {
    padding: 1.35rem;
}

.order-form {
    display: grid;
    gap: 1rem;
}

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

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

.form-field-full {
    grid-column: 1 / -1;
}

.form-field label {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    padding: 0.85rem 0.95rem;
    color: var(--text);
    outline: none;
}

.form-field textarea {
    min-height: 140px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: rgba(34, 197, 94, 0.45);
}

.field-error {
    margin: 0;
    color: #fca5a5;
    font-size: 0.85rem;
}

.form-alert {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(252, 165, 165, 0.28);
    border-radius: 14px;
    background: rgba(127, 29, 29, 0.18);
    color: #fecaca;
}

.order-submit {
    width: 100%;
}

.order-side-panel h3 {
    margin: 0.8rem 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.order-side-list {
    padding: 0;
    margin: 1.2rem 0 0;
    list-style: none;
}

.order-side-list li {
    padding: 0.8rem 0;
    color: var(--muted);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.order-side-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.success-wrap {
    max-width: 760px;
}

.success-card {
    padding: 1.6rem;
}

.success-card h1 {
    margin: 0.85rem 0 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.08;
}

.success-card p {
    color: var(--muted);
    line-height: 1.7;
}

.success-meta {
    margin: 1.4rem 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.success-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.success-row:last-child {
    border-bottom: 0;
}

.success-row span {
    color: var(--soft);
}

.success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

@media (max-width: 1000px) {
    .feature-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid {
        grid-template-columns: minmax(0, 0.98fr) minmax(260px, 1.02fr);
        min-height: 680px;
        gap: 1rem;
    }

    .hero-copy::before {
        inset: -1.25rem 24% -1.25rem -1.25rem;
    }

    .order-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .setup-layout {
        grid-template-columns: 1fr;
    }

    .setup-summary-card {
        position: static;
    }
}

@media (max-width: 980px) {
    .feature-grid-rich {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 820px) {
    .site-header {
        position: static;
    }

    .header-row,
    .hero-grid,
    .feature-grid,
    .pricing-grid,
    .steps-list,
    .trust-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .header-row {
        display: grid;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 0.85rem 1rem;
    }

    .main-nav a,
    .button {
        width: auto;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .hero-section {
        min-height: auto;
        padding: 88px 0 64px;
        background:
            linear-gradient(
                180deg,
                rgba(3, 7, 18, 0.95) 0%,
                rgba(3, 7, 18, 0.88) 48%,
                rgba(3, 7, 18, 0.98) 100%
            ),
            url("/assets/img/forexhost-hero.webp");
        background-size: cover;
        background-position: center top;
    }

    .hero-copy {
        max-width: 100%;
        padding: 0;
    }

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

    .hero-actions {
        flex-direction: column;
    }

    .hero-trust-row {
        gap: 0.7rem 1rem;
        font-size: 0.88rem;
    }

    .hero-actions .button,
    .header-row > .button {
        width: 100%;
    }

    .trust-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .trust-item:last-child {
        border-bottom: 0;
    }

    .success-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .success-actions .button {
        width: 100%;
    }

    .final-cta {
        grid-template-columns: 1fr;
        padding: 1.75rem;
        border-radius: 26px;
        text-align: left;
    }

    .final-cta-actions {
        min-width: 0;
        width: 100%;
    }

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

    .faq-intro {
        position: static;
    }

    .faq-item {
        grid-template-columns: 1fr;
    }

    .faq-number {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 768px) {
    .brand-logo {
        width: 135px;
        height: 36px;
    }

    .brand-logo-img {
        width: 150px;
        transform: translateX(-4px) scale(1.08);
    }
}

@media (max-width: 560px) {
    .container {
        width: min(calc(100% - 1.25rem), var(--container));
    }

    .hero-section,
    .section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-copy::before {
        inset: -1rem -0.75rem -1rem -0.75rem;
        opacity: 0.78;
    }

    .hero-copy::after {
        width: 10rem;
        height: 5.5rem;
        top: 4.5rem;
        left: 0.2rem;
    }

    .status-panel,
    .feature-card,
    .pricing-card,
    .step-card,
    .final-cta,
    .order-form-card,
    .order-side-panel,
    .success-card {
        padding: 1.1rem;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 8vw, 2.65rem);
    }
}

@media (max-width: 640px) {
    .feature-grid-rich {
        grid-template-columns: 1fr;
    }

    .seo-card-grid,
    .managed-grid {
        grid-template-columns: 1fr;
    }

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

    .steps-list-modern::before {
        display: none;
    }

    .step-card {
        grid-template-columns: 1fr;
    }

    .step-number {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .site-footer {
        padding-bottom: 92px;
    }

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

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

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-height: 50px;
        padding-right: 14px;
    }

    .floating-whatsapp-text {
        display: none;
    }
}
