@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Manrope:wght@500;700;800&display=swap');

:root {
    --gold: #d8b56a;
    --gold-light: #f0d9a0;
    --teal: #1fc8c0;
    --bg: #040404;
    --bg-alt: #05212a;
    --text-dim: #9fb0b5;
    --text-body: #c4ced2;
    --border: rgba(255,255,255,.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: var(--bg);
    color: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4, h5 { font-family: 'Manrope', 'Open Sans', sans-serif; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; }
h2 { font-size: 36px; margin-bottom: 18px; }
h3 { font-size: 21px; margin-bottom: 8px; }
p { color: var(--text-body); font-size: 16px; }
.accent { color: var(--gold-light); background: linear-gradient(90deg, var(--gold-light), var(--teal)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.section { padding: 90px 0; position: relative; }
.section::before {
    content: "";
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 60%; max-width: 480px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}
.section--alt { background: var(--bg-alt); }
.section--grad1 { background: linear-gradient(180deg, #000 0%, #07222b 100%); }
.section--grad2 { background: linear-gradient(180deg, #05222a 0%, #050404 100%); }
.section--dark2 { background: #051e25; }
.sec-top { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.sec-top h2 { display: inline-block; }
.sec-top p { margin-top: 14px; font-size: 17px; }

.btn {
    display: inline-block;
    background: linear-gradient(95deg, var(--gold) 0%, var(--gold-light) 100%);
    color: #1a1300;
    font-weight: 700;
    padding: 17px 32px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 26px rgba(216,181,106,.18);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(216,181,106,.4); }
.btn:active { transform: translateY(-1px); }
.btn--center { display: block; width: max-content; margin: 36px auto 0; }

/* Top strip */
.top-strip {
    background: #0a0a0a;
    color: var(--text-dim);
    text-align: center;
    font-size: 12.5px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
    letter-spacing: .2px;
}
.top-strip strong { color: var(--gold-light); }

/* Header */
.header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(4,4,4,.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
}
.header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; gap: 20px; }
.header__logo img { height: 38px; }
.header__nav { display: flex; gap: 30px; font-size: 14.5px; color: var(--text-body); flex: 1; justify-content: center; }
.header__nav a { position: relative; padding: 4px 0; transition: color .2s; }
.header__nav a::after {
    content: "";
    position: absolute; left: 0; bottom: -2px;
    width: 0; height: 1.5px;
    background: linear-gradient(90deg, var(--teal), var(--gold-light));
    transition: width .25s ease;
}
.header__nav a:hover::after { width: 100%; }
.header__nav a:hover { color: var(--gold-light); }
.header__cta { font-size: 14px; padding: 11px 22px; white-space: nowrap; }

/* Hero */
.hero {
    position: relative;
    padding: 56px 0 80px;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(31,200,192,.16) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 30%, rgba(216,181,106,.08) 0%, transparent 60%),
        #040404;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 10%, black 30%, transparent 75%);
    pointer-events: none;
}
.hero > .container { position: relative; z-index: 2; }

.hero__banner {
    max-width: 720px;
    margin: 0 auto 36px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 80px -20px rgba(31,200,192,.35), 0 0 0 1px rgba(255,255,255,.06);
}

.trust-row {
    display: flex; justify-content: center; gap: 0;
    max-width: 720px; margin: 0 auto 56px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
}
.trust-item {
    flex: 1 1 0;
    text-align: center;
    padding: 16px 10px;
    border-right: 1px solid var(--border);
}
.trust-item:last-child { border-right: none; }
.trust-item strong { display: block; font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; color: var(--gold-light); }
.trust-item span { display: block; font-size: 12px; color: var(--text-dim); margin-top: 4px; }

.hero__wrapper { display: flex; gap: 56px; align-items: flex-start; flex-wrap: wrap; }
.hero__content { flex: 1 1 440px; padding-top: 14px; }
.hero__content h1 { font-size: 41px; margin-bottom: 18px; }
.hero__content p { font-size: 17.5px; max-width: 460px; }

.hero__form {
    flex: 1 1 380px;
    background: linear-gradient(165deg, #0d1a1f 0%, #0a1418 100%);
    border: 1px solid rgba(31,200,192,.18);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 60px -16px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.04);
    position: relative;
}
.hero__form::after {
    content: "";
    position: absolute; inset: -1px;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(160deg, rgba(31,200,192,.4), transparent 40%, transparent 70%, rgba(216,181,106,.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.hero__form .modal__title { text-align: center; font-weight: 700; margin-bottom: 22px; font-size: 18.5px; font-family: 'Manrope', sans-serif; }

.form__row { display: flex; flex-direction: column; gap: 14px; }
.form__input-wrapper { position: relative; }
.form__input {
    width: 100%;
    background: #131c21;
    border: 1px solid #233138;
    color: #fff;
    border-radius: 11px;
    padding: 15px 16px 15px 46px;
    font-size: 15px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.form__input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,200,192,.15); }
.form__input::placeholder { color: #6f8087; }
.form__input-wrapper svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--teal); }

.form__btn { width: 100%; margin-top: 22px; font-size: 16.5px; }
.form__msg { margin-top: 14px; font-size: 14px; text-align: center; display: none; }
.form__msg.success { color: #7be39a; display: block; }
.form__msg.error { color: #ff8a8a; display: block; }

.checkbox { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; font-size: 12px; color: #8c9a9f; }
.checkbox input { margin-top: 3px; accent-color: var(--gold); }
.checkbox a { color: var(--gold-light); text-decoration: underline; }

/* Two column seo blocks */
.seo__wrapper { display: flex; gap: 56px; align-items: center; flex-wrap: wrap; }
.seo__wrapper.reverse { flex-direction: row-reverse; }
.seo__text { flex: 1 1 430px; }
.seo__image { flex: 1 1 430px; position: relative; }
.seo__image img { border-radius: 18px; box-shadow: 0 24px 60px -16px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06); }
.seo__text h2 { font-size: 30px; }
.seo__text p { margin-bottom: 15px; font-size: 15.5px; }
.seo__bottom-cta { text-align: center; margin-top: 38px; }
.seo__bottom-cta p { color: #fff; font-weight: 700; font-size: 19px; font-family: 'Manrope', sans-serif; max-width: 560px; margin: 0 auto; }

/* Cards */
.cards__wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-block {
    background: linear-gradient(165deg, #0d1418 0%, #0a1013 100%);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 30px 26px;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.cards-block:hover { transform: translateY(-6px); border-color: rgba(31,200,192,.35); box-shadow: 0 18px 40px -14px rgba(31,200,192,.25); }
.cards-block__icon {
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; margin-bottom: 16px;
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(31,200,192,.16), rgba(216,181,106,.1));
    border: 1px solid rgba(255,255,255,.06);
}
.cards-block__icon img { width: 32px; height: 32px; object-fit: contain; }
.cards-block__title { font-size: 17.5px; margin-bottom: 9px; }
.cards-block__text p { font-size: 14.5px; }

/* Steps */
.steps__wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.steps-item { text-align: center; position: relative; }
.steps-item__label { color: var(--gold-light); font-weight: 800; font-size: 12.5px; letter-spacing: 2px; margin-bottom: 12px; text-transform: uppercase; }
.steps-item__image { position: relative; border-radius: 16px; overflow: hidden; margin-bottom: 18px; box-shadow: 0 20px 50px -14px rgba(0,0,0,.55); }
.steps-item__image img { transition: transform .3s ease; }
.steps-item:hover .steps-item__image img { transform: scale(1.04); }
.steps-item__title { font-size: 18.5px; margin-bottom: 9px; }
.steps-item__text { color: var(--text-body); font-size: 14.5px; }

/* FAQ */
.faq__wrapper { max-width: 800px; margin: 0 auto; }
.faq-item {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 6px 22px;
    cursor: pointer;
    margin-bottom: 14px;
    background: rgba(255,255,255,.015);
    transition: border-color .2s, background .2s;
}
.faq-item:hover { border-color: rgba(216,181,106,.3); }
.faq-item__question { display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 16px; gap: 16px; padding: 18px 0; }
.faq-item__count { color: var(--gold-light); font-weight: 800; margin-right: 10px; font-family: 'Manrope', sans-serif; }
.faq-item__question--plus { flex-shrink: 0; }
.faq-item__question--plus svg { width: 14px; height: 14px; stroke: var(--text-body); fill: none; stroke-width: 1.5; transition: transform .25s; }
.faq-item.open .faq-item__question--plus svg { transform: rotate(45deg); stroke: var(--gold-light); }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item__answer p { padding-bottom: 18px; font-size: 14.5px; }
.faq-item.open .faq-item__answer { max-height: 500px; }
.faq-item.open { border-color: rgba(216,181,106,.35); background: rgba(216,181,106,.04); }

/* Footer */
.footer { background: #000; border-top: 1px solid var(--border); padding: 60px 0 28px; }
.footer__top { display: flex; gap: 60px; flex-wrap: wrap; padding-bottom: 36px; }
.footer__brand { flex: 2 1 320px; }
.footer__logo img { height: 32px; margin-bottom: 18px; }
.footer__brand p { font-size: 13.5px; color: #7c8a8f; max-width: 440px; }
.footer__col { flex: 1 1 150px; display: flex; flex-direction: column; gap: 11px; }
.footer__col h5 { font-size: 13px; color: var(--gold-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.footer__col a { font-size: 14px; color: #aab8bc; transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { padding-top: 24px; border-top: 1px solid var(--border); }
.footer__bottom p { font-size: 12px; color: #5e6b6f; margin-bottom: 10px; }

@media (max-width: 880px) {
    .cards__wrapper { grid-template-columns: 1fr 1fr; }
    .steps__wrapper { grid-template-columns: 1fr; }
    .trust-row { max-width: 100%; }
}
@media (max-width: 600px) {
    .cards__wrapper { grid-template-columns: 1fr; }
    .hero__content h1 { font-size: 30px; }
    h2 { font-size: 27px; }
    .header__cta { display: none; }
    .header__nav { display: none; }
    .trust-item { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--border); }
    .footer__top { gap: 30px; }
}
