/* ===============================
   HERO SECTION
================================ */
/* background */

.hero-bg {
    background: #000;
}

/* Desktop only background image */
@media (min-width: 992px) {
    .hero-bg {
        background: url("../images/index-bg.png") center center / cover no-repeat;
        background-size: contain;
    }
}

/* glowing card */
.hero-card {
    padding: 30px 40px;
}

/* title */
.hero-title {
    font-weight: 800;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
}

/* subtitle */
.hero-subtitle {
    font-size: 15px;
    color: #dcdcdc;
}

/* features */
.hero-features {
    margin-top: 10px;
}

/* feature item */
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;

    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow:
        0 0 10px rgba(255, 255, 255, 0.2),
        inset 0 0 6px rgba(255, 255, 255, 0.08);

    font-size: 14px;

    max-width: 80%;
}

/* icon */
.feature-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 6px;
}

/* right card title */
.framework-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

/* gif container */
.hero-gif-placeholder {
    width: 100%;
    max-width: 420px;
    min-height: 420px;
}

/* mobile */
@media (max-width: 991px) {

    .hero-card {
        padding: 35px 25px;
        text-align: center;
    }

    .feature-item {
        justify-content: center;
    }
}

/* ===============================
   HERO SECTION
================================ */

/* =========================   Founder Section========================= */
.founder-section {
    background: #ffffff;
}

/* Title */
.founder-title {
    letter-spacing: 1px;
}

/* Text */
.founder-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

/* Founder image */
.founder-img {
    max-height: 420px;
}

/* Tag */
.founder-tag {
    position: absolute;
    top: 40px;
    right: -40px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    text-align: left;
}

/* =========================   What We Do========================= */
.what-we-do-container {
    background: #000;
    padding: 60px 40px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.1);
}

/* Title */
.what-title {
    color: #fff;
}


/* =========================   Process Section========================= */
.process-section {
    background: #ffffff;
}

/* icon */
.process-icon {
    height: 38px;
}

/* image */
.process-image {
    max-width: 280px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* =========================   Section background========================= */
.difference-section {
    background: #ffffff;
}

.difference-container {
    padding-bottom: 80px;
}

.difference-title {
    color: #fff;
}

.difference-subtitle {
    color: #aaa;
    font-size: 14px;
}

.difference-card {
    background: #f1f1f1;
}

.difference-icon {
    height: 34px;
}

/* =========================   Journey Section========================= */
.journey-section {
    background: #ffffff;
}

/* Floating icon */
.journey-icon {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* arrow image */
.journey-arrow {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

/* =========================   About Founder Section========================= */
.about-founder-section {
    background: #ffffff;
}

/* LEFT CARD */
.about-founder-card {
    background: #000;
    color: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* TEXT */
.about-founder-text {
    font-size: 14px;
    line-height: 1.7;
    color: #ccc;
}

/* LIST */
.about-founder-list {
    padding-left: 18px;
    font-size: 14px;
    color: #fff;
}

/* VIDEO PANEL */
.about-founder-video {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

/* PLAY BUTTON */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive */
@media (max-width: 991px) {

    .founder-tag{
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .hero-section {
        text-align: center;
        padding-bottom: 100px;
    }

    .founder-section {
        background: #ffffff;
        margin-top: 0vh;
    }

    .difference-section{
        background: #000000;
    }
}






/* ===============================
   ABOUT FOUNDER SECTION
================================ */

.about-founder-section {
    background: #ffffff;
}

/* LEFT BLACK CARD */
.about-founder-card {
    background: #000;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-founder-title {
    font-weight: 800;
    font-size: clamp(2rem, 3vw, 2.5rem);
}

.about-founder-text {
    font-size: 15px;
    line-height: 1.7;
    color: #dcdcdc;
}

.about-founder-list {
    padding-left: 18px;
}

.about-founder-list li {
    margin-bottom: 6px;
}

/* RIGHT GIF CARD */
.about-founder-media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-founder-img {
    height: 100%;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 991px) {

    .about-founder-card {
        padding: 30px;
    }

    .about-founder-section .row {
        text-align: center;
    }

    .about-founder-list {
        display: inline-block;
        text-align: left;
    }
}