:root {
    --primary-purple: #6c5ce7;
    --dark-purple: #2d3436;
    --light-bg: #f3f5ff;
    --card-bg-highlight: #eef2ff;
    --text-dark: #1e1e2f;
    --text-muted: #6c757d;
    --font-main: 'PP Telegraf', sans-serif;
    --black:#000000;
}

body {
    color: var(--text-dark);
    overflow-x: hidden;
    position: relative;
    font-family: var(--font-main);
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
.navbar-brand {

   
    font-family: var(--font-main);
}


h2 {
    font-size: 3rem;
    font-weight: 700;
}
.container {
    max-width: 1160px;
    padding-left: 0px;
    padding-right: 0px;}

@font-face {
    font-family: 'PP Telegraf';
    src: url('../fonts/PPTelegraf-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Improves loading performance */
}

/* --- Regular Italic (using Oblique file) --- */
@font-face {
    font-family: 'PP Telegraf';
    src: url('../fonts/PPTelegraf-RegularOblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- Ultrabold (Weight: 800) --- */
@font-face {
    font-family: 'PP Telegraf';
    src: url('../fonts/PPTelegraf-Ultrabold.woff') format('woff');
    font-weight: 800;
    /* Use 800 for Ultrabold */
    font-style: normal;
    font-display: swap;
}

/* --- Ultrabold Italic --- */
@font-face {
    font-family: 'PP Telegraf';
    src: url('../fonts/PPTelegraf-UltraboldOblique.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* --- Ultralight (Weight: 200) --- */
@font-face {
    font-family: 'PP Telegraf';
    src: url('../fonts/PPTelegraf-Ultralight.woff') format('woff');
    font-weight: 200;
    /* Use 200 for Ultralight */
    font-style: normal;
    font-display: swap;
}

.hero-section {
    background-image: url(../assets/hero-bg.png);
    background-position: 50%;
    background-size: auto;
    
padding-top: 11rem;
    padding-bottom: 4.6875rem;    
    

}
.section-padding{
padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    }

#benefits {
    background-image: url(../assets/Rectangle-bg.svg);
    background-position: center;
    background-size: cover;
}

.cta-banner-wrapper {
    background-image: url(../assets/last-cta-bg.svg);
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 4.6875rem;
}

.cta-banner-outer {
    background-color: var(--light-blue-bg);
    background-image: url(../assets/_Frame.png);
    background-position: 0 0;
    background-size: auto;
    border-radius: 2.5rem;
    width: 100%;
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
    padding: 6.25rem 3.125rem;
    margin-bottom: 100px;
    background-repeat: no-repeat;
}

.accordion-item h2.accordion-header button.accordion-button.collapsed {
    height: 80px;
}

.main-wrapper-inner {
    background: #f2f2ff;
}

/* Ambient Background Blobs */
.bg-blob-top {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(162, 155, 254, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

/* Navbar */
.navbar {
    z-index: 998;
    background-color: #ddd0;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.navbar-brand {
    letter-spacing: -0.5px;
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    font-size: 1rem;
}

.nav-link:hover {
    font-weight: 800;
}

.btn-custom-dark {
   background-color: black;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    font-weight: 700;
    line-height: 1;
    transition: all .3s;
    color: #fff;
}

.cube-image {
    display: none;
}

.btn-custom-outline {
    border: 1px solid #1b1f24;
    color: #000;
    background-color: #1b1f2400;
    font-weight: 400;
    padding: 1rem 1.25rem;
    font-weight: 300;
    line-height: 1;
    transition: all .3s;
    border-radius: .75rem;
}

.btn-custom-outline:hover {
background-color: #dadae6;
 border: 1px solid #1b1f24;
}
.button-wrapper{
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.btn-custom-dark:hover {
    background-color: #333;
    color: #fff;
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    text-align: center;
}

.inner-container {
    display: flex;
    flex-direction: column;
    gap: 14rem;
}

.hero-bottom-text p {
    color: black;
    font-size: 1.25rem;
}

.hero-title {
   color: white;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6.25rem;
    font-weight: 700;
    line-height: 1.2;
}
.cta-banner p {
    max-width: 48ch;
}
.hero-img-container {
    position: relative;
    display: inline-block;
}

.hero-img-3d {
    max-width: 280px;
    display: block;
    margin: 0 auto 30px auto;
    filter: drop-shadow(0 20px 40px rgba(108, 92, 231, 0.4));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}


.social-proof img {
    max-width: 134px;
   
}

.social-proof span {
    margin-left: 10px;
    font-size: 1rem;
    color: var(--text-muted);
    vertical-align: middle;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 3.75rem;
}
.section-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.section-tag {
    background-color: #fff;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0;
    color: black;
    border: 1px solid #a1c4fd1a;
    border-radius: 100vh;
    justify-content: center;
    align-items: center;
    margin-bottom: .625rem;
    padding: .625rem 1.25rem;
    display: flex;
}
.feature-card {
    transition: all 0.3s;
    height: 100%;
    grid-column-gap: 1.25rem;
    grid-row-gap: .75rem;
    border: 1px solid #a1c4fd33;
    border-radius: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.5rem 3.125rem;
    display: flex;
}

.step-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.step-bg {
    background-color: white;
    border-radius: 100vh;
    padding: 6px 15px;
    display: inline-block;
   
}

.feature-card.highlight {
    background-color: var(--card-bg-highlight);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.feature-text {
    font-size: 1rem;
    color: #000000;
    line-height: 1.6;
}

/* How It Works */
.step-badge {
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.1);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.step-card h3 {
    font-weight: 700;
    font-size: 2.5rem;
    max-width: 12ch;
}
.step-card p {
    color: #000000;
    max-width: 15ch;
    font-size: 1.5rem;
}

/* Exchange Icons */
.exchange-icon-box {
    text-align: center;
}

.exchange-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    padding: 10px;
    margin: 0 auto;
}
.crypto-flex-container {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.exchange-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coin-name {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

/* FAQ */
.accordion-item {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 15px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 15px !important;
    box-shadow: none !important;
    padding: 1.2rem;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

/* CTA Banner */

.cta-img {
    position: absolute;
    right: -20px;
    bottom: -80px;
    max-width: 350px;
    transform: rotate(-5deg);
}

/* Footer */
footer {
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
}

.footer-logo {
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 20px;
    display: block;
}

.footer-links h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 0.8rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}


.footer-links a {
    color: var(--black);
    font-size: 1.125rem;
    text-decoration: none;
}


.contact-link ul li a {
    font-size: 1rem;
}

.section-padding#footer {
   padding-bottom: 1.875rem;
}
.big-footer-text {
    font-size: 16rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.03);
    bottom: -160px;
    width: 100%;
    text-align: center;
    z-index: -1;
    pointer-events: none;
    line-height: 0.8;
    text-align: start;
    padding-top: 50px;
}
.cards-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.75rem;
    display: flex;
}

.payment-icons i {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #aaa;
}

#footer {
    background: #f2f2ff;
}

.copyright {
    text-align: center;
    padding-top: 40px;
}
.cta-banner h3{
    font-size: 2.5rem;
    font-weight: 700;
}

/* Privacy Policy Specific Styles */
.privacy-section {
    padding-top: 60px;
    padding-bottom: 100px;
}

.page-title {
    font-size: 4rem;
    /* Matches the large headline size */
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1.5px;
}

.policy-container {
    max-width: 750px;
    /* Limits width to match reading pane in screenshot */
    margin: 0 auto;
}

.policy-item {
    margin-bottom: 30px;
}

.policy-item h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 700;
}
#footer p {
    font-size: 1rem;
}
.footer-links ul {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.policy-item p,
.policy-item li {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
    font-weight: 500;
}

.policy-list {
    padding-left: 20px;
    margin-bottom: 10px;
}

.policy-list li {
    margin-bottom: 5px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 1198px) {
 .hero-section {
    padding-top: 10rem;
}
    .container {
    max-width: 1160px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.inner-container {
    display: flex;
    flex-direction: column;
    gap: 16rem;
}
.hero-title {
    color: white;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.9rem;
}
}


@media (max-width: 992px) {
    .big-footer-text {
        font-size: 10rem;

    }

    .cta-banner-outer {
        max-width: 704px;
    }
    .card-image {
    max-width: 60px;
}
.feature-card {
    padding: 1.5rem;

}

}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-title {
    font-size: 4.9rem;
}

    .cta-img {
        display: none;
    }

    .big-footer-text {
        font-size: 6rem;
    }

    .hero-section {
        padding-top: 12rem;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .privacy-section {
        padding-top: 30px;
    }

    .big-footer-text {
        font-size: 6rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        background-image: url(../assets/bg_mobile.svg);
        position: relative;
    }
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.hero-title {
    font-size: 2.5rem;
}
.social-proof {
    flex-direction: column;
}
.container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
    .cube-image {
        z-index: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: absolute;
        inset: 0%;
    }
    .inner-container {
    gap: 8rem;
}
#benefits {

    background-position: 0 0;
    background-size: cover;
}

.section-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.feature-card {
    padding: 1.5rem;

}
.step-card h3 {

    font-size: 1.5rem;
    max-width: unset;
}
.step-card p {
    color: #000000;
    max-width: none;
    font-size: 1rem;
}
.step-card {
    margin-top: 15px;
}
.crypto-flex-container {
    align-items: center;
    flex-direction: column;
    grid-row-gap: 2rem;
}
.coin-name {
    font-size: 1rem;
    margin-top: 0px;
}
.section-header p {
    text-align: left;
}
h2{
    font-size: 2rem;
}
.feature-title {
    font-size: 1rem;

}


.accordion-button {
    font-size: 1.1rem;
}
.cta-banner h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

    .cta-banner h2 {
        font-size: 1.6rem;
    }

.cta-banner-outer {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1.875rem;
    margin-bottom: 100px;
}

    #footer {
        padding: 40px 15px;
    }

    .big-footer-text {
        font-size: 4rem;
    }

    .cta-banner-wrapper {

        padding-top: 5rem;
        padding-bottom: 0.6875rem;
    }

    .privacy-section {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}