.demo_hidden {
    display: none;
}

.product-card p {
    color: #3b3d3b !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}
.feature-item .icon-wrapper {
    font-size: 1.6rem;
    color: var(--secondary-color);
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-light-bg);
    border-radius: var(--border-radius-md);
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.card-img-top{
    height:380px !important;
}
.product-wrapper .product-info
 {
    margin: 1.5rem 3rem 3rem;
}
.product-cart-btn.btn-flex
 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    bottom: 0;
}
.product-cart-btn .product-btn
 {
    padding: 1.2rem 1.6rem 1.2rem 2.5rem;
    border-top-left-radius: 3rem;
    background: #0d6efd;
    display: flex;
    color: #fff;
    font-size: 1.6rem !important;
    transition: all .4s;
    font-weight: bold;
}
.price .new-price
 {
    color: #ed1d25;
    font-size: 16px;
    font-weight: 700;
}

/*  ------------------------------------------------------------ details Pge ------------------------------- */
/* ─── SECTION 1: PRODUCT DETAILS ─── */
    .pd-wrapper {
        max-width: 1280px;
        margin: 90px auto;
        padding: 48px 20px 0;
    }

    .pd-grid {
        display: grid;
        grid-template-columns: 60% 1fr;
        gap: 40px;
        align-items: start;
    }

    /* Gallery */
    .gallery-main {
        position: relative;
        border-radius: var(--radius);
        overflow: hidden;
        background: #000;
        aspect-ratio: 16/10;
        box-shadow: var(--shadow-lg);
    }
    .gallery-main img {
        background: white;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: opacity 0.35s ease;
    }
    .gallery-main .badge-prime {
        position: absolute;
        top: 14px; left: 14px;
        background: var(--accent);
        color: #fff;
        font-family: 'Syne', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 6px;
    }
    .gallery-thumbs {
        display: flex;
        gap: 10px;
        margin-top: 14px;
        flex-wrap: wrap;
    }
    .gallery-thumbs .thumb {
        width: 130px;
        height: 130px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        border: 2.5px solid transparent;
        transition: border-color 0.2s, transform 0.2s;
        flex-shrink: 0;
    }
    .gallery-thumbs .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gallery-thumbs .thumb.active,
    .gallery-thumbs .thumb:hover {
        border-color: var(--accent);
        transform: translateY(-2px);
    }

    /* Right panel */
    .pd-info {
        position: sticky;
        top: 24px;
    }
    .pd-info .product-name {
        font-family: 'Syne', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        line-height: 1.15;
        color: var(--primary);
        margin: 0 0 12px;
    }

    /* Rating */
    .rating-row {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }
    .stars { display: flex; gap: 3px; }
    .stars i { color: #f59e0b; font-size: 15px; }
    .stars i.empty { color: #cbd5e1; }
    .rating-val {
        font-weight: 600;
        font-size: 14px;
        color: var(--text-muted);
    }

    /* Price */
    .price-block {
        display: flex;
        align-items: baseline;
        gap: 10px;
        margin-bottom: 20px;
    }
    .price-now {
        font-family: 'Syne', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        color: var(--accent);
    }
    .price-original {
        font-size: 1rem;
        color: var(--text-muted);
        text-decoration: line-through;
    }
    .discount-badge {
        background: #fef2f2;
        color: #ef4444;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 8px;
        border-radius: 6px;
    }

    /* Features */
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0 0 22px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14px;
        color: var(--text);
        line-height: 1.5;
    }
    /*
    .feature-list li::before {
        content: '';
        width: 18px;
        height: 18px;
        min-width: 18px;
        background: var(--accent);
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M6.5 11.5l-3-3 1-1 2 2 4.5-4.5 1 1z'/%3E%3C/svg%3E");
        background-size: cover;
        margin-top: 2px;
    }
    
    */

    /* Demo button */
    .btn-demo {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--accent);
        color: #fff;
        font-family: 'Syne', sans-serif;
        font-weight: 700;
        font-size: 15px;
        padding: 13px 28px;
        border-radius: 12px;
        text-decoration: none;
        transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 4px 16px rgba(249,115,22,0.3);
        margin-bottom: 28px;
    }
    .btn-demo:hover {
        background: #ea6c0a;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(249,115,22,0.4);
        color: #fff;
        text-decoration: none;
    }
    .btn-demo i { font-size: 16px; }

    /* ─── TABS ─── */
    .pd-tabs {
        margin-top: 0;
    }
    .pd-tabs .nav-tabs {
        border-bottom: 2px solid var(--border);
        gap: 4px;
        flex-wrap: nowrap;
    }
    .pd-tabs .nav-tabs .nav-link {
        font-family: 'Syne', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: var(--text-muted);
        border: none;
        border-bottom: 2.5px solid transparent;
        border-radius: 0;
        padding: 10px 16px;
        background: none;
        transition: color 0.2s, border-color 0.2s;
        white-space: nowrap;
    }
    .pd-tabs .nav-tabs .nav-link.active,
    .pd-tabs .nav-tabs .nav-link:hover {
        color: var(--accent);
        border-bottom-color: var(--accent);
        background: none;
    }
    .pd-tabs .tab-content {
        padding: 18px 0 0;
    }
    .tab-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }
    .tab-table tr {
        border-bottom: 1px solid var(--border);
    }
    .tab-table tr:last-child { border-bottom: none; }
    .tab-table td {
        padding: 10px 4px;
        vertical-align: top;
    }
    .tab-table td:first-child {
        color: var(--text-muted);
        width: 40%;
        font-weight: 500;
    }
    .tab-table td:last-child { font-weight: 500; color: var(--text); }

    /* Rental cards */
    .rental-card {
        background: var(--surface-2);
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 12px;
    }
    .rental-card h6 {
        font-family: 'Syne', sans-serif;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--primary);
    }
    .rental-prices {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .rental-price-item {
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 8px 14px;
        text-align: center;
        font-size: 13px;
    }
    .rental-price-item .label { color: var(--text-muted); font-size: 11px; display: block; }
    .rental-price-item .val { font-weight: 700; color: var(--accent); font-size: 16px; }

    /* ─── SECTION 2: DESCRIPTION ─── */
    .section-desc {
        max-width: 1280px;
        margin: 56px auto 0;
    }
    .section-heading {
        font-family: 'Syne', sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--primary);
        margin-bottom: 6px;
        position: relative;
        display: inline-block;
    }
    .section-heading::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: var(--accent);
        border-radius: 2px;
        margin-top: 6px;
    }
    .desc-box {
        background: var(--surface);
        border-radius: var(--radius);
        padding: 36px;
        box-shadow: var(--shadow);
        font-size: 15px;
        line-height: 1.85;
        color: var(--text);
        margin-top: 24px;
    }

    /* ─── SECTION 3: RELATED ─── */
    .section-related {
        max-width: 1280px;
        margin: 56px auto 0;
        padding: 0 20px 72px;
    }
    .related-carousel-wrap {
        position: relative;
        margin-top: 24px;
    }
    .related-carousel .carousel-inner { overflow: visible; }
    .related-card {
        background: var(--surface);
        border-radius: var(--radius);
        overflow: hidden;
        box-shadow: var(--shadow);
        transition: transform 0.25s, box-shadow 0.25s;
        height: 100%;
        border: 1px solid var(--border);
    }
    .related-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-lg);
    }
    .related-card-img {
        width: 100%;
        height: 180px;
        object-fit: contain;
    }
    .related-card-body { padding: 18px; }
    .related-card-body h5 {
        font-family: 'Syne', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 6px;
        color: var(--primary);
    }
    .related-card-price {
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--accent);
        margin-bottom: 12px;
    }
    .related-card-price span {
        font-size: 12px;
        color: var(--text-muted);
        text-decoration: line-through;
        margin-left: 6px;
        font-weight: 400;
    }
    .btn-view {
        display: inline-block;
        background: var(--primary);
        color: #fff;
        font-family: 'Syne', sans-serif;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 18px;
        border-radius: 8px;
        text-decoration: none;
        transition: background 0.2s;
    }
    .btn-view:hover { background: var(--accent); color: #fff; text-decoration: none; }

    /* Carousel controls */
    .carousel-control-prev,
    .carousel-control-next {
        width: 44px;
        height: 44px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--surface);
        border-radius: 50%;
        box-shadow: var(--shadow);
        border: 1px solid var(--border);
        opacity: 1;
    }
    .carousel-control-prev { left: -22px; }
    .carousel-control-next { right: -22px; }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) brightness(0);
        width: 16px;
        height: 16px;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .pd-grid {
            grid-template-columns: 1fr;
        }
        .pd-info { position: static; }
        .carousel-control-prev { left: -8px; }
        .carousel-control-next { right: -8px; }
    }
    @media (max-width: 575px) {
        .pd-wrapper { padding-top: 28px; }
        .pd-info .product-name { font-size: 1.5rem; }
        .desc-box { padding: 22px; }
    }
/* ============================================== Product Plan ================================================ */
.pp-page { overflow-x: hidden; }

    /* ─── HERO STRIP ─── */
    .pp-hero {
        background: var(--ink);
        color: var(--paper);
        padding: 72px 0 56px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .pp-hero::before {
        content: '';
        position: absolute; inset: 0;
        background:var(--dy-footer);
        /*background: repeating-linear-gradient(*/
        /*    -45deg,*/
        /*    var(--secondary-color),*/
        /*    transparent 40px,*/
        /*    rgb(255 0 0) 40px,*/
        /*    rgb(221 255 0) 60px*/
        /*);*/
    }
    .pp-hero-badge {
        display: inline-block;
        border: 1px solid rgba(255,255,255,0.25);
        border-radius: 100px;
        padding: 4px 16px;
        font-size: 11px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.6);
        margin-bottom: 18px;
    }
    .pp-hero h1 {
        font-family: 'Syne', sans-serif;
        font-size: clamp(2rem, 5vw, 3.6rem);
        font-weight: 800;
        line-height: 1.1;
        position: relative;
    }
    .pp-hero h1 span { color: var(--accent); }
    .pp-hero-sub {
        margin-top: 14px;
        color: rgba(255,255,255,0.55);
        font-size: 15px;
        font-weight: 300;
        max-width: 460px;
        margin-inline: auto;
    }
    .pp-hero-nav {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
        position: relative;
    }
    .pp-hero-nav a {
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 100px;
        padding: 7px 20px;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.75);
        text-decoration: none;
        transition: all 0.2s;
    }
    .pp-hero-nav a:hover {
        background: var(--accent);
        border-color: var(--accent);
        color: #fff;
    }

    /* ─── SHARED SECTION STYLES ─── */
    .pp-section {
        padding: 80px 0;
        position: relative;
    }
    .pp-section--alt { background: var(--section-alt); }
    .pp-section--dark {
        background: #9ba4c3ab;
        color: var(--paper);
    }
    .pp-container {
        max-width: 1160px;
        margin: 0 auto;
        padding: 0 24px;
    }
    .pp-section-label {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 8px;
    }
    .pp-section-label span {
        display: inline-block;
        width: 28px; height: 2px;
        background: var(--accent);
    }
    .pp-section-label em {
        font-style: normal;
        font-size: 11px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--accent);
        font-weight: 600;
    }
    .pp-section-title {
        font-family: 'Syne', sans-serif;
        font-size: clamp(1.6rem, 3.5vw, 2.4rem);
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 10px;
    }
    .pp-section--dark .pp-section-title { color: var(--paper); }
    .pp-section-desc {
        color: var(--muted);
        max-width: 540px;
        margin-bottom: 48px;
        font-weight: 300;
    }
    .pp-section--dark .pp-section-desc { color: rgba(245,242,235,0.5); }

    /* ─── BUTTONS ─── */
    .btn-order {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--accent);
        color: #fff;
        font-family: 'DM Sans', sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        padding: 12px 28px;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
        white-space: nowrap;
    }
    .btn-order:hover {
        background: #c43e0f;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(232,82,26,0.32);
        color: #fff;
        text-decoration: none;
    }
    .btn-order--outline {
        background: transparent;
        border: 1.5px solid var(--accent);
        color: var(--accent);
    }
    .btn-order--outline:hover {
        background: var(--accent);
        color: #fff;
    }
    .btn-order--dark {
        background: var(--paper);
        color: var(--ink);
    }
    .btn-order--dark:hover {
        background: var(--accent);
        color: #fff;
    }
    .btn-order svg { width: 14px; height: 14px; flex-shrink: 0; }

    /* ─── SECTION 1 : RENTAL PLANS ─── */
    .rental-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 24px;
    }
    .rental-card {
        background: var(--card-bg);
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 32px 28px;
        display: flex;
        flex-direction: column;
        gap: 0;
        position: relative;
        transition: transform 0.22s, box-shadow 0.22s;
    }
    .rental-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 48px rgba(13,13,15,0.1);
    }
    .rental-card--featured {
        border-color: var(--accent);
        background: var(--ink);
        color: var(--paper);
    }
    .rental-badge {
        position: absolute;
        top: -12px; left: 24px;
        background: var(--accent);
        color: #fff;
        font-size: 10px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 600;
        padding: 3px 12px;
        border-radius: 100px;
    }
    .rental-card-name {
        font-family: 'Syne', sans-serif;
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .rental-card-comment {
        font-size: 13px;
        color: var(--muted);
        margin-bottom: 20px;
        flex: 1;
    }
    .rental-card--featured .rental-card-comment { color: rgba(245,242,235,0.55); }
    .rental-pricing {
        display: flex;
        gap: 12px;
        align-items: flex-end;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
    .rental-price-block { display: flex; flex-direction: column; }
    .rental-price-label {
        font-size: 10px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 2px;
    }
    .rental-card--featured .rental-price-label { color: rgba(245,242,235,0.45); }
    .rental-price-val {
        font-family: 'Syne', sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        line-height: 1;
    }
    .rental-price-val small {
        font-size: 0.7em;
        font-weight: 400;
        color: var(--muted);
    }
    .rental-card--featured .rental-price-val small { color: rgba(245,242,235,0.5); }
    .rental-divider { border: none; border-top: 1px solid var(--line); margin: 20px 0; }
    .rental-card--featured .rental-divider { border-color: rgba(255,255,255,0.12); }
    .rental-features { list-style: none; margin-bottom: 24px; display: flex; flex-direction: column; gap: 8px; }
    .rental-features li {
        font-size: 13px;
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }
    .rental-features li::before {
        content: '✓';
        color: var(--accent);
        font-weight: 700;
        flex-shrink: 0;
        margin-top: 1px;
    }
    .rental-setupfee {
        font-size: 12px;
        color: var(--muted);
        margin-top: 10px;
        text-align: center;
    }
    .rental-card--featured .rental-setupfee { color: rgba(245,242,235,0.45); }
    .rental-free-badge {
        display: inline-block;
        background: rgba(201,168,76,0.15);
        color: var(--gold);
        border: 1px solid rgba(201,168,76,0.3);
        border-radius: 4px;
        font-size: 11px;
        padding: 2px 10px;
        margin-bottom: 16px;
        font-weight: 500;
    }

    /* ─── SECTION 2 : PRODUCT INFO ─── */
    .product-info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: start;
    }
    @media(max-width:768px) { .product-info-grid { grid-template-columns: 1fr; } }
    .product-gallery { position: relative; }
    .product-main-img {
        width: 100%;
        aspect-ratio: 16/10;
        object-fit: cover;
        border-radius: 12px;
        display: block;
        background: #ddd;
    }
    .product-thumbs {
        display: flex;
        gap: 10px;
        margin-top: 12px;
        flex-wrap: wrap;
    }
    .product-thumb {
        width: 64px; height: 44px;
        object-fit: cover;
        border-radius: 6px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border-color 0.18s;
        background: #ddd;
    }
    .product-thumb.active { border-color: var(--accent); }
    .product-info-content {}
    .product-meta-row {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    .product-type-tag {
        background: var(--ink);
        color: var(--paper);
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 4px 12px;
        border-radius: 4px;
        font-weight: 600;
    }
    .product-rating {
        display: flex;
        margin-top: -22px;
        align-items: center;
        gap: 6px;
        font-size: 37px;
        color: var(--gold);
        font-weight: 500;
    }
    .product-name {
        font-family: 'Syne', sans-serif;
        font-size: clamp(1.5rem, 3vw, 2rem);
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .product-desc {
        font-size: 14px;
        color: var(--muted);
        font-weight: 300;
        margin-bottom: 24px;
        line-height: 1.7;
    }
    .product-price-block {
        background: var(--section-alt);
        border-radius: 10px;
        padding: 20px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .product-price-main {
        font-family: 'Syne', sans-serif;
        font-size: 2.2rem;
        font-weight: 800;
        color: var(--accent);
        line-height: 1;
    }
    .product-price-main small {
        font-size: 0.45em;
        font-weight: 400;
        color: var(--muted);
        font-family: 'DM Sans', sans-serif;
    }
    .product-discount-badge {
        background: var(--accent);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 100px;
    }
    .product-feature-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 28px;
    }
    @media(max-width:480px) { .product-feature-list { grid-template-columns: 1fr; } }
    .product-feature-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
    }
    .product-feature-item::before {
        content: '→';
        color: var(--accent2);
        flex-shrink: 0;
    }
    .product-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .product-link-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1px solid var(--line);
        border-radius: 6px;
        padding: 8px 14px;
        font-size: 12px;
        color: var(--ink);
        text-decoration: none;
        transition: all 0.18s;
        font-weight: 500;
    }
    .product-link-btn:hover { border-color: var(--accent2); color: var(--accent2); text-decoration: none; }

    /* ─── SECTION 3 : WEBSITE PURCHASE ─── */
    .website-purchase-card {
        background: linear-gradient(135deg, #0d0d0f 0%, #1a1a20 100%);
        border-radius: 16px;
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 400px;
        position: relative;
    }
    @media(max-width:768px) { .website-purchase-card { grid-template-columns: 1fr; } }
    .website-purchase-card::before {
        content: '';
        position: absolute; inset: 0;
        background: radial-gradient(ellipse at 30% 50%, rgba(232,82,26,0.15) 0%, transparent 60%);
        pointer-events: none;
    }
    .wpc-left {
        padding: 48px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }
    .wpc-right {
        background: rgba(255,255,255,0.04);
        border-left: 1px solid rgba(255,255,255,0.08);
        padding: 48px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        position: relative;
        z-index: 1;
    }
    @media(max-width:768px) {
        .wpc-left, .wpc-right { padding: 32px 24px; }
        .wpc-right { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
    }
    .wpc-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(232,82,26,0.2);
        border: 1px solid rgba(232,82,26,0.35);
        color: #f08060;
        font-size: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 5px 14px;
        border-radius: 100px;
        width: fit-content;
        margin-bottom: 24px;
        font-weight: 600;
    }
    .wpc-title {
        font-family: 'Syne', sans-serif;
        font-size: clamp(1.6rem, 3vw, 2.2rem);
        font-weight: 800;
        color: #fff;
        line-height: 1.15;
        margin-bottom: 16px;
    }
    .wpc-subtitle {
        color: rgba(255,255,255,0.45);
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
        margin-bottom: 32px;
    }
    .wpc-price-display {
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 10px;
        padding: 20px 24px;
        margin-bottom: 24px;
    }
    .wpc-price-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        color: rgba(255,255,255,0.5);
        padding: 5px 0;
    }
    .wpc-price-row span:last-child { color: rgba(255,255,255,0.85); font-weight: 500; }
    .wpc-price-total {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        border-top: 1px solid rgba(255,255,255,0.1);
        margin-top: 10px;
        padding-top: 12px;
    }
    .wpc-price-total-label {
        font-size: 13px;
        color: rgba(255,255,255,0.6);
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    .wpc-price-total-val {
        font-family: 'Syne', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        color: #fff;
    }
    .wpc-includes {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .wpc-include-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        color: rgba(255,255,255,0.7);
    }
    .wpc-include-icon {
        width: 28px; height: 28px;
        border-radius: 6px;
        background: rgba(255,255,255,0.07);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 14px;
    }
    .wpc-note {
        font-size: 11px;
        color: rgba(255,255,255,0.3);
        margin-top: 16px;
        line-height: 1.5;
    }

    /* ─── SECTION 4 : ADD-ONS ─── */
    .addon-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 20px;
    }
    .addon-card {
        background: var(--card-bg);
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        transition: transform 0.2s, box-shadow 0.2s;
        position: relative;
        overflow: hidden;
    }
    .addon-card::after {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--accent2), var(--accent));
        opacity: 0;
        transition: opacity 0.2s;
    }
    .addon-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(13,13,15,0.09); }
    .addon-card:hover::after { opacity: 1; }
    .addon-card-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
    }
    .addon-name {
        font-family: 'Syne', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
    }
    .addon-status {
        flex-shrink: 0;
        width: 8px; height: 8px;
        border-radius: 50%;
        margin-top: 5px;
    }
    .addon-status--active { background: #22c55e; }
    .addon-status--inactive { background: #ef4444; }
    .addon-type-tag {
        display: inline-block;
        background: rgba(26,110,232,0.1);
        color: var(--accent2);
        border-radius: 4px;
        font-size: 10px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 2px 8px;
        font-weight: 600;
        width: fit-content;
    }
    .addon-feature {
        font-size: 12px;
        color: var(--muted);
        line-height: 1.6;
        flex: 1;
    }
    .addon-comment {
        font-size: 12px;
        color: var(--muted);
        font-style: italic;
        border-left: 2px solid var(--line);
        padding-left: 10px;
    }
    .addon-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding-top: 12px;
        border-top: 1px solid var(--line);
        margin-top: auto;
    }
    .addon-price {
        font-family: 'Syne', sans-serif;
        font-size: 1.2rem;
        font-weight: 800;
        color: var(--ink);
    }
    .addon-price small {
        font-size: 0.55em;
        font-weight: 400;
        color: var(--muted);
        font-family: 'DM Sans', sans-serif;
    }

    /* ─── COMPARISON NOTICE ─── */
    .compare-strip {
        background: linear-gradient(90deg, var(--accent2), #1a52b8);
        color: #fff;
        padding: 16px 24px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 48px;
        flex-wrap: wrap;
    }
    .compare-strip-icon { font-size: 24px; flex-shrink: 0; }
    .compare-strip-text { flex: 1; }
    .compare-strip-text strong { display: block; font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 3px; }
    .compare-strip-text span { font-size: 13px; opacity: 0.8; }

    /* ─── RESPONSIVE ─── */
    @media(max-width:640px) {
        .pp-section { padding: 56px 0; }
        .rental-pricing { flex-direction: column; align-items: flex-start; }
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
        from { opacity:0; transform:translateY(24px); }
        to   { opacity:1; transform:translateY(0); }
    }
    .pp-hero h1, .pp-hero-sub, .pp-hero-nav { animation: fadeUp 0.6s ease both; }
    .pp-hero h1 { animation-delay: 0.1s; }
    .pp-hero-sub { animation-delay: 0.22s; }
    .pp-hero-nav { animation-delay: 0.34s; }

/* 2 btn */

.premium-actions .btn-glass{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    border: none;
    font-weight: 500;
    color: #fff;
    backdrop-filter: blur(8px);
    transition: all 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Share button */
.btn-share{
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
}

/* Print button */
.btn-print{
    background: linear-gradient(135deg, #f97316, #ef4444);
}

/* Hover effect */
.btn-glass:hover{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* Click animation */
.btn-glass:active{
    transform: scale(0.97);
}

/* Icon animation */
.btn-glass i{
    transition: transform 0.3s ease;
}

.btn-glass:hover i{
    transform: rotate(-10deg) scale(1.2);
}

/* Shine effect */
.btn-glass::before{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
}

.btn-glass:hover::before{
    animation: shine 0.7s ease;
}

@keyframes shine {
    100% {
        left: 130%;
    }
}
#planType{
    background-color: #767676;
}


/* Form Labels ---------------------------------------------------*/
#orderForm label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #2d3748;
}

/* All Inputs */
#orderForm .form-control {
    height: 50px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.25s ease;
    background: #fff;
    color: #111827;
}

/* Placeholder Style */
#orderForm .form-control::placeholder {
    color: #9ca3af;
    font-size: 14px;
    opacity: 1;
}

/* Focus Outline */
#orderForm .form-control:focus {
    border-color: #0d6efd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

/* Nameserver Box */
#orderForm .bg-light.border {
    border: 1px solid #dbe2ea !important;
    border-radius: 10px;
    background: #f8fafc !important;
}

/* Buttons */
#orderForm .btn {
    height: 50px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s ease;
}

/* Button Hover */
#orderForm .btn:hover {
    transform: translateY(-1px);
}

/* Mobile Responsive */
@media (max-width: 767px) {
    #orderForm .form-control {
        height: 46px;
        font-size: 14px;
    }

    #orderForm .btn {
        height: 46px;
        font-size: 14px;
    }
}
