/* ===== HERO SECTION ===== */

.hero-ppc {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

/* BACKGROUND */
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/2.jpg") center/cover no-repeat;
    z-index: 1;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
    z-index: 2;
}

/* CONTENT CENTER */
.hero-content {
    position: relative;
    z-index: 3;
    color: #ffffff;

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 0 20px;
}

/* TOP TEXT */
.hero-top {
    color: #ff6a00;
    font-size: 20px;
    margin-bottom: 10px;
}

/* MAIN HEADING */
.hero-content h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

/* FEATURES */
.hero-features {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

/* TEXT */
.hero-features span {
    position: relative;
    font-size: 20px;
    padding: 0 15px;
}

/* 🔥 DOT SEPARATOR (ONLY THIS, NOTHING EXTRA) */
.hero-features span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);

    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}
/* ===== USP SIMPLE SECTION ===== */

.usp-simple {
    background: #0b0b0b;
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
}

.usp-simple-container {
    max-width: 1200px;
    margin: auto;
}

/* INTRO */
.usp-simple-intro {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.85;
    margin-bottom: 12px;
    max-width: 900px;
}

/* TITLE */
.usp-simple-title {
    font-size: 36px;
    font-weight: 800;
    margin: 40px 0;
}

/* GRID */
.usp-simple-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.usp-simple-card {
    background: #111;
    padding: 25px;
}

/* HEADING */
.usp-simple-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

/* NUMBER */
.usp-simple-card h3 span {
    color: #ff6a00;
    font-size: 26px;
    font-weight: 800;
    margin-right: 8px;
}

/* LIST */
.usp-simple-card ul {
    list-style: none;
    padding: 0;
}

/* ITEM */
.usp-simple-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    opacity: 0.85;
}

/* DOT BULLET */
.usp-simple-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff6a00;
    font-size: 30px;
}
/* ===== METHOD SIMPLE ===== */

.method-simple {
    background: #0b0b0b;
    color: #ffffff;
    padding: 40px 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

/* CONTAINER */
.method-simple-container {
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.method-simple-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
    position: relative;
}

/* GRID */
.method-simple-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 20px;
    align-items: center;
    text-align: center;
}

/* ITEM */
.method-simple-item {
    max-width: 250px;
    margin: auto;
}

/* NUMBER (OUTLINE STYLE) */
.method-simple-item .num {
    font-size: 80px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #ff6a00;
    margin-bottom: 10px;
}

/* TITLE */
.method-simple-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* TEXT */
.method-simple-item p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}

/* ARROWS */
.arrow {
    font-size: 40px;
    color: #ff6a00;
    font-weight: bold;
    text-align: center;
}
/* ===== BENEFIT STRIP ===== */

.benefit-strip {
    background: #0b0b0b;
    color: #ffffff;
    padding: 40px 20px;
    font-family: 'Montserrat', sans-serif;
}

.benefit-strip-container {
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.benefit-strip-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
}

/* ROW */
.benefit-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 25px 80px;
    margin-bottom: 20px;

    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* DARK OVERLAY */
.benefit-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

/* TEXT */
.benefit-row p {
    position: relative;
    z-index: 2;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}

.benefit-row strong {
    font-weight: 800;
}

/* ICON BASE */
.icon {
    position: absolute;
    width: 34px;
    height: 34px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    z-index: 2;
}

/* INNER DOT */
.icon::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff6a00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* CONNECTOR LINE */
.icon::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ff6a00;
    top: 50%;
}

/* LEFT */
.icon.left {
    left: 25px;
}

.icon.left::before {
    right: -25px;
}

/* RIGHT */
.icon.right {
    right: 25px;
}

.icon.right::before {
    left: -25px;
}
/* ===== CAPABILITY PRO ===== */

.capability-pro {
    background: #0b0b0b;
    color: #ffffff;
    padding: 40px 20px;
    font-family: 'Montserrat', sans-serif;
}

/* CONTAINER */
.capability-pro-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* TITLE */
.capability-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
}

/* ICON GRID */
.capability-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

/* ICON BOX */
.icon-box {
    text-align: center;
}

.icon-box img {
    width: 50px;
    margin-bottom: 10px;
}

.icon-box p {
    font-size: 13px;
    opacity: 0.85;
}

/* DIVIDER LINE */
.capability-line {
    width: 100%;
    height: 2px;
    background: #ff6a00;
    margin: 25px 0;
}

/* LIST */
.capability-list {
    list-style: none;
    padding: 0;
}

.capability-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    opacity: 0.9;
}

/* BULLET */
.capability-list li::before {
    content: "•";
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 30px;
    color: #ff6a00;
}

/* RIGHT IMAGE */
.capability-right {
    width: 100%;
    height: 500px;
    background: url("../images/4.jpg") center/cover no-repeat;
    position: relative;
}

/* OVERLAY ON IMAGE */
.capability-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent, rgba(0,0,0,0.7));
}
/* ===== FAQ CLEAN ===== */

.faq-clean {
    background: #0b0b0b;
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
}

.faq-clean-container {
    max-width: 1100px;
    margin: auto;
}

/* TITLE */
.faq-clean-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
}

/* LIST */
.faq-list {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ITEM */
.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* QUESTION */
.faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
    font-size: 18px;
    cursor: pointer;
}

/* PLUS ICON */
.faq-icon {
    font-size: 22px;
    font-weight: 700;
    width: 20px;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s ease;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.6;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 15px;
}

/* CTA */
.faq-cta {
    text-align: center;
    margin-top: 80px;
}

.faq-cta h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

/* BUTTON */
.faq-cta .btn-primary{
    display: inline-flex;
    padding: 12px 28px;
    border: 1px solid #ff6a00;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

@media (max-width: 1024px) {

    /* ===== GLOBAL CONTAINERS ===== */
    .hero-content,
    .usp-simple-container,
    .method-simple-container,
    .benefit-strip-container,
    .capability-pro-container,
    .faq-clean-container {
        max-width: 95%;
    }

    /* ===== HERO ===== */
    .hero-content h1 {
        font-size: 42px;
    }

    .hero-top {
        font-size: 18px;
    }

    .hero-features span {
        font-size: 16px;
        padding: 0 10px;
    }

    /* ===== USP ===== */
    .usp-simple {
        padding: 60px 15px;
    }

    .usp-simple-title {
        font-size: 30px;
    }

    .usp-simple-intro {
        font-size: 14px;
    }

    .usp-simple-card {
        padding: 20px;
    }

    .usp-simple-card h3 {
        font-size: 16px;
    }

    .usp-simple-card h3 span {
        font-size: 22px;
    }

    .usp-simple-card li {
        font-size: 13px;
    }

    /* ===== METHOD ===== */
    .method-simple {
        padding: 60px 15px;
    }

    .method-simple-title {
        font-size: 30px;
    }

    .method-simple-item .num {
        font-size: 65px;
    }

    .method-simple-item h3 {
        font-size: 18px;
    }

    .method-simple-item p {
        font-size: 13px;
    }

    .arrow {
        font-size: 32px;
    }

    /* ===== BENEFITS ===== */
    .benefit-strip {
        padding: 60px 15px;
    }

    .benefit-strip-title {
        font-size: 30px;
    }

    .benefit-row {
        padding: 20px 60px;
    }

    .benefit-row p {
        font-size: 20px;
    }

    .icon {
        width: 28px;
        height: 28px;
    }

    .icon::after {
        width: 10px;
        height: 10px;
    }

    /* ===== CAPABILITY ===== */
    .capability-pro {
        padding: 60px 15px;
    }

    .capability-title {
        font-size: 30px;
    }

    .capability-icons {
        gap: 20px;
    }

    .icon-box img {
        width: 42px;
    }

    .icon-box p {
        font-size: 12px;
    }

    .capability-list li {
        font-size: 13px;
    }

    .capability-right {
        height: 420px;
    }

    /* ===== FAQ ===== */
    .faq-clean {
        padding: 60px 15px;
    }

    .faq-clean-title {
        font-size: 30px;
    }

    .faq-question {
        font-size: 16px;
        padding: 16px 0;
    }

    .faq-icon {
        font-size: 20px;
    }

    .faq-answer {
        font-size: 13px;
    }

    .faq-cta h3 {
        font-size: 24px;
    }

    .faq-btn {
        padding: 8px 24px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {

    /* ===== GLOBAL ===== */
    .hero-content,
    .usp-simple-container,
    .method-simple-container,
    .benefit-strip-container,
    .capability-pro-container,
    .faq-clean-container {
        max-width: 95%;
    }

    /* ===== HERO ===== */
    .hero-content h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-top {
        font-size: 16px;
    }

    .hero-features {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .hero-features span {
        font-size: 14px;
        padding: 0 8px;
    }

    /* ===== USP → 2/2 GRID ===== */
    .usp-simple-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .usp-simple {
        padding: 50px 15px;
    }

    .usp-simple-title {
        font-size: 26px;
    }

    .usp-simple-card {
        padding: 18px;
    }

    .usp-simple-card h3 {
        font-size: 15px;
    }

    .usp-simple-card li {
        font-size: 12px;
    }

    /* ===== METHOD → STACK CLEAN (NO BROKEN ARROWS) ===== */
    .method-simple-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .method-simple-item {
        max-width: 100%;
    }

    .method-simple-item .num {
        font-size: 55px;
    }

    .method-simple-item h3 {
        font-size: 16px;
    }

    .method-simple-item p {
        font-size: 13px;
    }

    /* ROTATE ARROWS FOR FLOW */
    .arrow {
        transform: rotate(90deg);
        font-size: 28px;
    }

    /* ===== BENEFITS ===== */
    .benefit-strip {
        padding: 50px 15px;
    }

    .benefit-strip-title {
        font-size: 26px;
    }

    .benefit-row {
        padding: 18px 50px;
    }

    .benefit-row p {
        font-size: 18px;
    }

    .icon {
        width: 26px;
        height: 26px;
    }

    /* ===== CAPABILITY → STACK ===== */
    .capability-pro-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .capability-title {
        font-size: 26px;
    }

    .capability-icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .icon-box img {
        width: 38px;
    }

    .icon-box p {
        font-size: 11px;
    }

    .capability-right {
        height: 350px;
    }

    /* ===== FAQ ===== */
    .faq-clean {
        padding: 50px 15px;
    }

    .faq-clean-title {
        font-size: 26px;
    }

    .faq-question {
        font-size: 15px;
        padding: 14px 0;
    }

    .faq-icon {
        font-size: 18px;
    }

    .faq-answer {
        font-size: 13px;
    }

    .faq-cta h3 {
        font-size: 20px;
    }

    .faq-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}@media (max-width: 480px) {

    /* ===== GLOBAL ===== */
    .hero-content,
    .usp-simple-container,
    .method-simple-container,
    .benefit-strip-container,
    .capability-pro-container,
    .faq-clean-container {
        max-width: 92%;
    }

    section {
        padding: 50px 10px !important;
    }

    /* ===== HERO ===== */
    .hero-content h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .hero-top {
        font-size: 14px;
    }

    .hero-features {
        flex-direction: column;
        gap: 6px;
    }

    .hero-features span {
        font-size: 13px;
        padding: 0;
    }

    .hero-features span::after {
        display: none; /* remove dots when stacked */
    }

    /* ===== USP → STACK ===== */
    .usp-simple-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .usp-simple-title {
        font-size: 22px;
    }

    .usp-simple-intro {
        font-size: 13px;
    }

    .usp-simple-card {
        padding: 16px;
    }

    .usp-simple-card h3 {
        font-size: 15px;
    }

    .usp-simple-card h3 span {
        font-size: 20px;
    }

    .usp-simple-card li {
        font-size: 12px;
    }

    /* ===== METHOD → STACK CLEAN ===== */
    .method-simple-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .method-simple-title {
        font-size: 22px;
    }

    .method-simple-item .num {
        font-size: 45px;
    }

    .method-simple-item h3 {
        font-size: 15px;
    }

    .method-simple-item p {
        font-size: 12px;
    }

    /* ARROWS SMALL + VERTICAL */
    .arrow {
        transform: rotate(90deg);
        font-size: 22px;
        margin: 5px 0;
    }

    /* ===== BENEFITS → STACK ===== */
    .benefit-strip-title {
        font-size: 22px;
    }

    .benefit-row {
        padding: 16px 40px;
    }

    .benefit-row p {
        font-size: 16px;
        line-height: 1.4;
    }

    .icon {
        width: 22px;
        height: 22px;
    }

    .icon::after {
        width: 8px;
        height: 8px;
    }

    .icon.left {
        left: 10px;
    }

    .icon.right {
        right: 10px;
    }

    /* ===== CAPABILITY → FULL STACK ===== */
    .capability-pro-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .capability-title {
        font-size: 22px;
    }

    .capability-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .icon-box img {
        width: 34px;
    }

    .icon-box p {
        font-size: 11px;
    }

    .capability-line {
        margin: 20px 0;
    }

    .capability-list li {
        font-size: 12px;
    }

    .capability-right {
        height: 250px;
    }

    /* ===== FAQ ===== */
    .faq-clean-title {
        font-size: 22px;
    }

    .faq-question {
        font-size: 14px;
        gap: 10px;
    }

    .faq-icon {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 12px;
        padding-left: 28px;
    }

    .faq-cta {
        margin-top: 50px;
    }

    .faq-cta h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .faq-btn {
        padding: 8px 18px;
        font-size: 10px;
    }
}