/* =========================================================
   SFTSHOPS HOMEPAGE V2
   Responsive Futuristic Design
   ========================================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 75% 35%, rgba(45, 70, 255, 0.20), transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(20, 60, 180, 0.12), transparent 30%),
        #050817;
    color: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.logo-mark {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(145deg, #f4c542, #b78b16);
    color: #07101f;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 0 22px rgba(244, 197, 66, 0.25);
}

.logo-text {
    font-size: 16px;
    letter-spacing: 1px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    transition: 0.3s ease;
}

.nav a:hover {
    color: #ffffff;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 70px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -180px;
    top: 80px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(54, 82, 255, 0.16),
        transparent 68%
    );
    pointer-events: none;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 60px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-block;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-small-title {
    margin-bottom: 15px;
    color: #6579ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.hero h1 {
    max-width: 650px;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -3px;
    font-weight: 800;
}

.hero h1 span {
    color: #667cff;
}

.hero-description {
    max-width: 520px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s ease;
}

.secondary-btn:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.hero-info {
    display: flex;
    gap: 55px;
    margin-top: 65px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.info-item span {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
    letter-spacing: 1.5px;
}

.info-item strong {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
}


/* =========================================================
   SFT VISUAL
   ========================================================= */

.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-glow {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(76, 94, 255, 0.34),
        rgba(31, 48, 180, 0.08) 45%,
        transparent 70%
    );
    filter: blur(4px);
}

.sft-artwork {
    position: relative;
    z-index: 2;
    width: min(430px, 90%);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artwork-placeholder {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(103, 124, 255, 0.45);
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.12), transparent 22%),
        radial-gradient(circle, #18265f, #070b20 65%);
    color: #f4c542;
    font-size: 58px;
    font-weight: 900;
    letter-spacing: 4px;
    box-shadow:
        0 0 35px rgba(65, 87, 255, 0.35),
        0 0 100px rgba(65, 87, 255, 0.18);
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
    padding: 110px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
}

.section p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.section p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

/* =========================================================
   ABOUT SFTSHOPS
   ========================================================= */

.about-section {
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: 80px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(76, 94, 255, 0.12),
        transparent 70%
    );
    pointer-events: none;
}

.section-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #6579ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.about-section h2 {
    max-width: 850px;
    margin-bottom: 24px;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.about-intro {
    max-width: 720px !important;
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 17px;
    line-height: 1.8 !important;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 20px;
}

.about-card {
    position: relative;
    padding: 30px 28px;
    min-height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    backdrop-filter: blur(10px);
    transition: 0.35s ease;
}

.about-card::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    width: 42px;
    height: 2px;
    background: #6579ff;
    box-shadow: 0 0 15px rgba(101, 121, 255, 0.7);
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(101, 121, 255, 0.30);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.about-card h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 19px;
}

.about-card p {
    max-width: none !important;
    color: rgba(255, 255, 255, 0.52) !important;
    font-size: 14px;
    line-height: 1.75 !important;
}

.about-vision {
    max-width: 850px;
    margin-top: 55px;
    padding: 32px;
    border-left: 2px solid #6579ff;
    background: linear-gradient(
        90deg,
        rgba(101, 121, 255, 0.08),
        transparent
    );
}

.about-vision h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
}

.about-vision p {
    max-width: 760px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    line-height: 1.8 !important;
}


/* =========================================================
   ABOUT MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .about-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-card {
        min-height: auto;
    }

}

@media (max-width: 600px) {

    .about-section h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .about-intro {
        font-size: 15px;
        margin-bottom: 38px;
    }

    .about-card {
        padding: 26px 24px;
    }

    .about-vision {
        margin-top: 38px;
        padding: 25px 22px;
    }

}

/* =========================================================
   ROADMAP SFTSHOPS
   ========================================================= */

.roadmap-section {
    position: relative;
    overflow: hidden;
}

.roadmap-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -250px;
    top: 120px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(76, 94, 255, 0.12),
        transparent 70%
    );
    pointer-events: none;
}

.roadmap-section h2 {
    margin-bottom: 18px;
    font-size: clamp(40px, 5vw, 62px);
    letter-spacing: -2px;
}

.roadmap-intro {
    max-width: 650px !important;
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 16px;
    line-height: 1.8 !important;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    position: relative;
}

.roadmap-card {
    position: relative;
    min-height: 250px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.015)
        );
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: 0.35s ease;
}

.roadmap-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 45px;
    height: 2px;
    background: #6579ff;
    box-shadow: 0 0 15px rgba(101, 121, 255, 0.8);
}

.roadmap-card:hover {
    transform: translateY(-7px);
    border-color: rgba(101, 121, 255, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.roadmap-top {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.roadmap-phase {
    color: #6579ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.roadmap-date {
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    letter-spacing: 1px;
}

.roadmap-number {
    margin-top: 30px;
    color: rgba(101, 121, 255, 0.22);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.roadmap-card h3 {
    margin-top: 12px;
    color: #ffffff;
    font-size: 19px;
}

.roadmap-line {
    width: 100%;
    height: 1px;
    margin-top: 25px;
    background: linear-gradient(
        90deg,
        rgba(101, 121, 255, 0.5),
        transparent
    );
}


/* =========================================================
   ROADMAP MOBILE
   ========================================================= */

@media (max-width: 1000px) {

    .roadmap-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .roadmap-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .roadmap-card {
        min-height: 220px;
    }

    .roadmap-section h2 {
        font-size: 40px;
    }

}

/* =========================================================
   MARKETPLACE SFTSHOPS
   ========================================================= */

.marketplace-section {
    position: relative;
    overflow: hidden;
}

.marketplace-section::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    right: -280px;
    top: 100px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(76, 94, 255, 0.14),
        transparent 70%
    );
    pointer-events: none;
}

.marketplace-section h2 {
    margin-bottom: 22px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.marketplace-intro {
    max-width: 720px !important;
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 16px;
    line-height: 1.8 !important;
}

.marketplace-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.marketplace-card {
    position: relative;
    min-height: 210px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.015)
        );
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: 0.35s ease;
}

.marketplace-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 50px;
    height: 2px;
    background: #6579ff;
    box-shadow: 0 0 18px rgba(101, 121, 255, 0.8);
}

.marketplace-card:hover {
    transform: translateY(-7px);
    border-color: rgba(101, 121, 255, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.marketplace-number {
    display: block;
    margin-bottom: 18px;
    color: rgba(101, 121, 255, 0.45);
    font-size: 34px;
    font-weight: 800;
}

.marketplace-card h3 {
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 20px;
}

.marketplace-card p {
    max-width: 520px !important;
    color: rgba(255, 255, 255, 0.52) !important;
    font-size: 14px;
    line-height: 1.75 !important;
}

.marketplace-highlight {
    margin-top: 35px;
    padding: 32px;
    border: 1px solid rgba(101, 121, 255, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(
            100deg,
            rgba(101, 121, 255, 0.12),
            rgba(101, 121, 255, 0.025)
        );
}

.marketplace-highlight h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 21px;
}

.marketplace-highlight p {
    max-width: 700px !important;
    color: rgba(255, 255, 255, 0.52) !important;
    line-height: 1.7 !important;
}


/* =========================================================
   MARKETPLACE MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .marketplace-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .marketplace-card {
        min-height: auto;
        padding: 28px 25px;
    }

    .marketplace-section h2 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .marketplace-highlight {
        padding: 26px 22px;
    }

}

/* =========================================================
   FAQ SFTSHOPS
   ========================================================= */

.faq-section {
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -280px;
    top: 80px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(76, 94, 255, 0.13),
        transparent 70%
    );
    pointer-events: none;
}

.faq-section h2 {
    margin-bottom: 20px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.faq-section h2 span {
    color: #6579ff;
}

.faq-intro {
    max-width: 700px !important;
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 16px;
    line-height: 1.8 !important;
}


/* FAQ LIST */

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    position: relative;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.015)
        );
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(101, 121, 255, 0.30);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 26px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.faq-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(101, 121, 255, 0.35);
    border-radius: 50%;
    color: #6579ff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    max-width: 780px !important;
    padding: 0 26px 24px;
    color: rgba(255, 255, 255, 0.52) !important;
    font-size: 14px;
    line-height: 1.8 !important;
}


/* FAQ ACTIVE STATE */

.faq-item.active {
    border-color: rgba(101, 121, 255, 0.35);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: rgba(101, 121, 255, 0.12);
}


/* =========================================================
   FAQ MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .faq-section h2 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .faq-intro {
        font-size: 14px;
        margin-bottom: 38px;
    }

    .faq-question {
        padding: 20px;
        font-size: 14px;
    }

    .faq-answer p {
        padding: 0 20px 21px;
        font-size: 13px;
    }

}
/* =========================================================
   FOOTER SFTSHOPS
   ========================================================= */

.footer {
    position: relative;
    padding: 80px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background:
        linear-gradient(
            180deg,
            rgba(10, 12, 30, 0.35),
            rgba(7, 9, 24, 0.9)
        );
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    bottom: -400px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(76, 94, 255, 0.14),
        transparent 70%
    );
    pointer-events: none;
}


/* FOOTER MAIN */

.footer-main {
    position: relative;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
    gap: 50px;
    padding-bottom: 55px;
}


/* BRAND */

.footer-brand {
    max-width: 320px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
}

.footer-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.footer-logo span {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-description {
    margin-top: 22px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
}

.footer-tagline {
    color: rgba(101, 121, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* FOOTER COLUMNS */

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-column h4 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-column a {
    width: fit-content;
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-column a:hover {
    color: #ffffff;
    transform: translateX(3px);
}


/* FOOTER BOTTOM */

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
}

.footer-bottom span {
    color: rgba(101, 121, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   FOOTER MOBILE
   ========================================================= */

@media (max-width: 850px) {

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    .footer-brand {
        max-width: 100%;
    }

}

@media (max-width: 600px) {

    .footer {
        padding: 60px 0 22px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

}

/* SFT HERO ARTWORK */

.sft-artwork {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sft-hero-image {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 35px rgba(52, 120, 255, 0.35));
}

/* =================================
   MOBILE HERO
   SFT BRAND IMAGE FIRST
   NO ANIMATION
   ================================= */

@media (max-width: 600px) {

    .hero-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* SFT BRAND IMAGE FIRST */
    .hero-visual {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 25px;
    }

    .sft-artwork {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sft-hero-image {
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block;
    }

    /* TEXT SECOND */
    .hero-content {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-info {
        justify-content: center;
    }

}

/* =========================================
   SFT 3D HERO EFFECT
   CSS ONLY - NO JAVASCRIPT
   ========================================= */

@keyframes sft3DRotate {
    0%, 100% {
        transform: perspective(1000px)
                   rotateY(-5deg)
                   rotateX(2deg)
                   translateY(0);
    }

    25% {
        transform: perspective(1000px)
                   rotateY(5deg)
                   rotateX(-2deg)
                   translateY(-5px);
    }

    50% {
        transform: perspective(1000px)
                   rotateY(0deg)
                   rotateX(2deg)
                   translateY(-10px);
    }

    75% {
        transform: perspective(1000px)
                   rotateY(-5deg)
                   rotateX(-2deg)
                   translateY(-5px);
    }
}

.sft-hero-image {
    animation: sft3DRotate 8s ease-in-out infinite;
    transform-style: preserve-3d;
    will-change: transform;
}

/* =========================================
   SFT 3D + ORBITING PARTICLE EFFECT
   CSS ONLY - NO JAVASCRIPT
   ========================================= */

.sft-artwork {
    position: relative;
    width: min(650px, 100%);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

/* SFT image - slow 3D movement */
.sft-hero-image {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    object-fit: contain;

    transform-style: preserve-3d;

    animation: sft3DMovement 10s ease-in-out infinite;

    filter:
        drop-shadow(0 0 30px rgba(52, 120, 255, 0.35))
        drop-shadow(0 0 70px rgba(52, 120, 255, 0.15));
}

/* Slow 3D movement */
@keyframes sft3DMovement {

    0% {
        transform:
            perspective(1200px)
            rotateY(-4deg)
            rotateX(2deg)
            translateY(0);
    }

    25% {
        transform:
            perspective(1200px)
            rotateY(3deg)
            rotateX(-1deg)
            translateY(-5px);
    }

    50% {
        transform:
            perspective(1200px)
            rotateY(0deg)
            rotateX(2deg)
            translateY(-9px);
    }

    75% {
        transform:
            perspective(1200px)
            rotateY(-3deg)
            rotateX(-1deg)
            translateY(-5px);
    }

    100% {
        transform:
            perspective(1200px)
            rotateY(-4deg)
            rotateX(2deg)
            translateY(0);
    }
}


/* =========================================
   PARTICLE ORBIT
   ========================================= */

.sft-particles {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    border-radius: 50%;
}

/* Individual particles */

.sft-particles span {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 5px;
    height: 5px;

    margin-left: -2.5px;
    margin-top: -2.5px;

    border-radius: 50%;

    background: #78a8ff;

    box-shadow:
        0 0 6px rgba(100, 160, 255, 0.9),
        0 0 15px rgba(50, 120, 255, 0.7);

    transform-origin: 0 0;

    animation: sftOrbit 14s linear infinite;
}


/* Particle positions / sizes */

.sft-particles span:nth-child(1) {
    width: 4px;
    height: 4px;
    animation-delay: 0s;
}

.sft-particles span:nth-child(2) {
    width: 6px;
    height: 6px;
    animation-delay: -2s;
}

.sft-particles span:nth-child(3) {
    width: 3px;
    height: 3px;
    animation-delay: -4s;
}

.sft-particles span:nth-child(4) {
    width: 5px;
    height: 5px;
    animation-delay: -6s;
}

.sft-particles span:nth-child(5) {
    width: 4px;
    height: 4px;
    animation-delay: -8s;
}

.sft-particles span:nth-child(6) {
    width: 6px;
    height: 6px;
    animation-delay: -10s;
}

.sft-particles span:nth-child(7) {
    width: 3px;
    height: 3px;
    animation-delay: -12s;
}

.sft-particles span:nth-child(8) {
    width: 4px;
    height: 4px;
    animation-delay: -7s;
}


/* Orbit movement */

@keyframes sftOrbit {

    from {
        transform:
            rotate(0deg)
            translateX(245px)
            rotate(0deg);
    }

    to {
        transform:
            rotate(360deg)
            translateX(245px)
            rotate(-360deg);
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 900px) {

    .sft-artwork {
        width: min(600px, 100%);
    }

    .sft-particles span {
        animation-duration: 18s;
    }

    @keyframes sftOrbit {

        from {
            transform:
                rotate(0deg)
                translateX(190px)
                rotate(0deg);
        }

        to {
            transform:
                rotate(360deg)
                translateX(190px)
                rotate(-360deg);
        }
    }
}


@media (max-width: 600px) {

    .sft-artwork {
        width: 100%;
        max-width: 380px;
    }

    .sft-particles span {
        animation-duration: 20s;
    }

    @keyframes sftOrbit {

        from {
            transform:
                rotate(0deg)
                translateX(145px)
                rotate(0deg);
        }

        to {
            transform:
                rotate(360deg)
                translateX(145px)
                rotate(-360deg);
        }
    }
}

/* =========================================
   SFTSHOPS - CONNECT WALLET BUTTON
   ========================================= */

.header .connect-wallet {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 11px 22px !important;
    min-width: 145px;
    min-height: 42px;

    background: linear-gradient(135deg, #f6c542, #f39a1f) !important;

    color: #111827 !important;

    border: 1px solid rgba(255, 220, 120, 0.9) !important;

    border-radius: 30px !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    box-shadow:
        0 6px 20px rgba(246, 197, 66, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.40);

    transition: all 0.25s ease !important;
}

.header .connect-wallet:hover {
    background: linear-gradient(135deg, #ffd75a, #ffad2f) !important;

    color: #111827 !important;

    transform: translateY(-2px);

    box-shadow:
        0 9px 28px rgba(246, 197, 66, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.50);
}

/* HERO CONNECT WALLET BUTTON */
.hero .connect-wallet {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    padding: 11px 22px !important;
    min-height: 42px;

    background: linear-gradient(135deg, #f6c542, #f39a1f) !important;
    color: #111827 !important;

    border: 1px solid rgba(255, 220, 120, 0.9) !important;
    border-radius: 30px !important;

    font-weight: 700 !important;
    text-decoration: none !important;

    box-shadow:
        0 6px 20px rgba(246, 197, 66, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.40);

    transition: all 0.25s ease !important;
}

.hero .connect-wallet:hover {
    transform: translateY(-2px);

    background: linear-gradient(135deg, #ffd75a, #ffad2f) !important;

    box-shadow:
        0 9px 28px rgba(246, 197, 66, 0.45);
}