/* Responsive */
.hero-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 20px 80px;
    overflow: hidden;
    color: #fff;
}

/* Canvas */
.hero-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: #050507;
}

/* Fallback gradient for when JS doesn't load */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(180, 140, 40, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(160, 120, 30, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.04) 0%, transparent 60%);
    z-index: 0;
}

/* Content */
.hero-section h1,
.hero-section p,
.hero-section .platform-icons {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(3rem, 5vw, 4.5rem) !important;
    font-weight: 700 !important;
    margin-bottom: 32px !important;
    color: var(--heading-color) !important;
}

.hero-section p {
    font-size: 1rem !important;
    color: #b8b8b8 !important;
    max-width: 600px !important;
    line-height: 1.6 !important;
    margin-bottom: 32px !important;
}




.stats-section {
    display: flex;
    justify-content: center;
    gap: 120px;
    padding: 60px 20px;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.875rem;
    color: #808080;
    letter-spacing: 0.05em;
}

/* Platform Dashboard Section */
.platform-section {
    padding: 120px 0;
}

.platform-section .container {
    max-width: 1200px;
}

.platform-section .row {
    align-items: stretch;
}

.platform-section .col-lg-6 {
    display: flex;
}

.platform-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
}

.dashboard-image {
    height: 100%;
    display: flex;
    align-items: center;
    background: #1a1a1a;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.platform-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #808080;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.platform-section h2 {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 32px !important;
    color: var(--heading-color) !important;
}

.platform-description {
    color: #b8b8b8 !important;
    line-height: 1.6 !important;
    margin-bottom: 32px !important;
    font-size: 1rem !important;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    padding: 12px 0;
    color: #d0d0d0;
    position: relative;
    padding-left: 20px;
}

.feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c4a962;
}

.dashboard-image img {
    width: 100%;
    border-radius: 8px;
    height: 90%;
}

/* How It Works Section */
.process-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #000000;
}

.process-section .container {
    max-width: 1200px;
}

.process-section .row {
    align-items: stretch;
}

.process-images {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.process-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.tiktok-wrapper {
    width: 100%;
    height: 100%;
    min-height: 550px;
    position: relative;
}

.tiktok-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
}

.tiktok-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    transition: transform 0.3s ease;
}

.tiktok-embed {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

.tiktok-embed iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
}

.process-image-main {
    background: transparent;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.process-image-main:hover {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.2);
}

.process-image-main:hover .tiktok-wrapper {
    opacity: 1;
}

.tiktok-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    transition: transform 0.3s ease;
}

.process-content h3 {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 300 !important;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
    color: var(--heading-color) !important;
}

.process-step {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 30px;
    height: 30px;
    border: 1.5px solid #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #D4AF37;
    font-weight: 500;
    font-family: 'SF Pro Text', sans-serif;
}

.tiktok-content {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #ffffff;
    line-height: 1.4;
}



.note-content h3 {
    font-family: var(--font-heading) !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    margin-bottom: 16px !important;
    color: var(--heading-color) !important;
}

.note-content p {
    color: #b8b8b8 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    font-weight: 300 !important;
    font-family: 'SF Pro Text', sans-serif !important;
}

/* Launch Campaign Section */
.launch-section {
    padding: 120px 20px;
    text-align: center;
    position: relative;
}

.launch-section h2 {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 300 !important;
    margin-bottom: 24px !important;
    color: var(--heading-color) !important;
}

.launch-section p {
    color: #b8b8b8 !important;
    font-size: 1rem !important;
    margin-bottom: 16px !important;
    line-height: 1.6 !important;
}

.launch-section .ethos {
    color: #b8b8b8 !important;
    font-size: 0.9375rem !important;
    margin-bottom: 40px !important;
}

.cta-button {
    display: inline-block;
    background: #D4AF37;
    color: #000 !important;
    padding: 16px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.cta-button:hover {
    background: #c9a55c;
    color: #000 !important;
    transform: translateY(-2px);
}

.cta {
    margin: 0 auto;
    padding: 120px 20px;
    text-align: center;
}

.text-cta {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}

.cta-heading {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 300 !important;
    margin-bottom: 16px !important;
    text-align: center !important;
    line-height: 1.2 !important;
    color: var(--heading-color) !important;
}

.cta-subheading {
    font-size: 1rem !important;
    color: #b8b8b8 !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    line-height: 1.6 !important;
}

.cta-block {
    background-color: transparent;
    color: #c4a962;
    font-size: 14px;
    border: none;
    margin-bottom: 20px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }

    .stats-section {
        flex-direction: column;
        gap: 40px;
    }

    .platform-section .col-lg-6,
    .process-section .col-lg-6 {
        display: block;
    }

    .platform-content,
    .process-content {
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .process-images {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .process-content h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .tiktok-container {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }

    .platform-section h2,
    .process-content h3,
    .launch-section h2 {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stats-section {
        gap: 30px;
        padding: 40px 20px;
    }

    .platform-section,
    .process-section {
        padding: 60px 0;
    }

    .step-content h4 {
        font-size: 1rem;
    }

    .step-content p {
        font-size: 0.875rem;
    }

    .process-step {
        gap: 14px;
        margin-bottom: 20px;
    }

    .step-number {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .platform-icons {
        gap: 12px;
    }

    .platform-icon {
        width: 50px;
        height: 50px;
    }

    .tiktok-container {
        height: 400px;
    }
}

@media (max-width: 576px) {

    .hero-section h1 {
        font-size: 3rem;
    }

    .platform-icon {
        width: 48px;
        height: 48px;
    }

}


.workflow-section {
    width: 100%;
    margin: 0 auto;
    padding: 140px 20px;
    background-color: #000000;
    position: relative;
}

.section-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: #D4AF37;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.section-title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 80px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}

.reels-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 60px;
}

.reel-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phase-number {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.reel-title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.reel-description {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #888888;
    line-height: 1.6;
    max-width: 500px;
}

.reel-features {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reel-features li {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #888888;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.reel-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: 700;
}

@media (max-width: 768px) {
    .reels-container {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 40px;
    }

    .reel-title {
        font-size: 2rem;
    }
}

.section-title em {
    font-style: normal;
    background: linear-gradient(135deg, #D4AF37, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 36px;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.workflow-card {
    background: rgba(10, 10, 10, 0.8);
    border: 1px solid rgba(26, 26, 26, 0.8);
    border-radius: 20px;
    padding: 56px 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.workflow-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.workflow-card:hover::after {
    opacity: 1;
}

.workflow-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #FFD700, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.workflow-card:hover {
    border-color: #D4AF37;
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 80px rgba(212, 175, 55, 0.25);
    background: rgba(10, 10, 10, 0.95);
}

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

.card-number {
    font-size: 14px;
    background: linear-gradient(135deg, #D4AF37, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.card-title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
    transition: color 0.4s ease;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.workflow-card:hover .card-title {
    color: #D4AF37;
}

.card-description {
    font-size: 17px;
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.card-features {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

.card-features li {
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.workflow-card:hover .card-features li {
    color: #ccc;
}

.card-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #D4AF37;
    font-weight: bold;
    font-size: 24px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .workflow-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .workflow-section {
        padding: 80px 20px;
    }

    .section-title {
        font-size: 42px;
        margin-bottom: 60px;
    }

    .workflow-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 10px;
    }

    .workflow-card {
        padding: 40px 32px;
        border-radius: 16px;
    }

    .card-title {
        font-size: 28px;
    }

    .card-description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .card-features li {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .workflow-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .workflow-card {
        padding: 32px 24px;
    }

    .card-number {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .card-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .card-description {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .card-features li {
        font-size: 14px;
        margin-bottom: 14px;
        padding-left: 20px;
    }

    .card-features li::before {
        font-size: 20px;
    }
}

.note-content {
    background-color: #1d1d1d;
    border-left: 4px #d4af37 solid;
    border-radius: 13px;
    padding: 28px 32px;
    color: #e6e6e6;
}

[data-theme="light"] .note-content {
    background-color: whitesmoke;
}

[data-theme="light"] .note-content h3 {
    color: #000000;
}

[data-theme="light"] .note-content p {
    color: #333333;
}

/* Heading */
.note-content h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #f5f5f5;
}

/* Body text */
.note-content p {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #cfcfcf;
}

/* ---------- Mobile Optimization ---------- */
@media (max-width: 768px) {
    .important-note-section {
        margin-top: 2rem;
        border-radius: 12px;
    }

    .note-content {
        padding: 20px 18px;
        border-radius: 11px;
    }

    .note-content h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .note-content p {
        font-size: 14px;
        line-height: 1.55;
    }
}

/* Extra small devices */
@media (max-width: 420px) {
    .note-content {
        padding: 18px 16px;
    }

    .note-content h3 {
        font-size: 18px;
    }

    .note-content p {
        font-size: 13.5px;
    }
}

/* ===== TIMELINE ANIMATION - What You Get ===== */
.timeline-wrapper {
    position: relative;
    padding-left: 50px;
}

/* Vertical track (background line) */
.timeline-track {
    position: absolute;
    left: 14px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background: rgba(212, 175, 55, 0.12);
    z-index: 0;
}

/* Animated progress line (gold, grows downward) */
.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, #D4AF37 0%, #FFD700 50%, #D4AF37 100%);
    border-radius: 2px;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
}

/* Process step positioning for timeline */
.timeline-wrapper .process-step {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.timeline-wrapper .process-step:last-child {
    margin-bottom: 0;
}

/* Step number circle - default (dim) */
.timeline-wrapper .step-number {
    width: 30px;
    height: 30px;
    border: 1.5px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    color: rgba(212, 175, 55, 0.4);
    font-weight: 500;
    font-family: 'SF Pro Text', sans-serif;
    background: #000;
    position: relative;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: -50px;
}

/* Step number circle - active (filled gold, dark text) */
.timeline-wrapper .process-step.step-active .step-number {
    border-color: #D4AF37;
    color: #000000;
    background: #D4AF37;
    box-shadow:
        0 0 12px rgba(212, 175, 55, 0.5),
        0 0 24px rgba(212, 175, 55, 0.25),
        0 0 4px rgba(212, 175, 55, 0.8);
}

/* Step content - default (dim) */
.timeline-wrapper .step-content {
    opacity: 0.35;
    transform: translateX(-6px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Step content - active */
.timeline-wrapper .process-step.step-active .step-content {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */
@media (max-width: 767px) {
    .timeline-wrapper {
        padding-left: 42px;
    }

    .timeline-track {
        left: 12px;
    }

    .timeline-wrapper .step-number {
        width: 26px;
        height: 26px;
        font-size: 11px;
        margin-left: -42px;
    }

    .timeline-wrapper .process-step {
        gap: 12px;
        margin-bottom: 20px;
    }
}

/* ===========================
   ANIMATION DELAY OVERRIDE
   (moved from end-to-end-production.html)
   =========================== */
.animate-scale-in,
.animate-fade-in-delay {

  animation-delay: 1.6s !important;

}

/* TikTok Play Overlay */
.tiktok-thumbnail-link {

  position: relative;

  display: block;

}

.tiktok-play-overlay {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 70px;

  height: 70px;

  background: linear-gradient(135deg, #d4af37 0%, #b8962e 100%);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);

  transition: all 0.3s ease;

}

.tiktok-play-overlay i {

  font-size: 28px;

  color: #000;

}

.tiktok-thumbnail-link:hover .tiktok-play-overlay {

  transform: translate(-50%, -50%) scale(1.1);

  box-shadow: 0 6px 30px rgba(212, 175, 55, 0.6);

}
