:root{
    --bg:#f7f9fc;
    --bg-soft:#fcfdff;
    --text:#14202b;
    --muted:#5f6c79;
    --line:#dde6ef;
    --gold:#c99a43;
    --gold-dark:#946619;
    --green:#157e61;
    --green-dark:#0f634d;
    --navy:#1d3850;
    --blue:#2a6d9c;
    --shadow-xl:0 28px 80px rgba(16,33,53,.08);
    --shadow-lg:0 16px 40px rgba(16,33,53,.07);
    --shadow-sm:0 8px 22px rgba(16,33,53,.05);
    --radius-xxl:32px;
    --radius-xl:26px;
    --radius-lg:20px;
    --container:1240px;
    --font-body:"Inter", Arial, Helvetica, sans-serif;
    --font-heading:"Plus Jakarta Sans", "Inter", Arial, Helvetica, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:var(--font-body);
    color:var(--text);
    line-height:1.72;
    background:linear-gradient(180deg,#fbfcfe 0%,#f7f9fc 48%,#f3f7fb 100%);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}
iframe{display:block;width:100%;border:0}
ul{margin:0;padding-left:18px}
h1,h2,h3{text-wrap:balance}

.container{width:min(var(--container), calc(100% - 32px));margin:auto}
.section{padding:36px 0}
.section-card,
.hero-panel,
.hero-visual,
.cta-banner,
.group-card,
.premium-card,
.metric-card,
.faq-card,
.list-card,
.content-card,
.price-card,
.info-card{
    background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(249,251,255,.98));
}
.section-card{
    border:1px solid var(--line);
    border-radius:30px;
    padding:22px;
    box-shadow:var(--shadow-lg);
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 16px;
    border-radius:999px;
    border:1px solid #ecdab9;
    background:linear-gradient(180deg,#fff8ea,#f8eedb);
    color:var(--gold-dark);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:12px;
}
.small-label{
    display:inline-block;
    font-size:11px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#7c6d56;
}

.hero-title,
.hero-subtitle,
.section-head h2,
.card-title,
.cta-banner h2,
.list-card h3,
.group-head h3{
    margin:0;
    font-family:var(--font-heading);
    font-weight:800;
    letter-spacing:-.03em;
    line-height:1.1;
    color:var(--text);
}
.section-head{margin-bottom:18px}
.section-head h2{font-size:clamp(26px,2.6vw,36px);margin-bottom:8px}
.section-head p,
.content-card p,
.premium-card p,
.faq-card p,
.list-card p,
.info-card p,
.metric-card p,
.cta-banner p,
.hero-desc,
.detail-copy p,
.detail-points,
.work-screen-note{
    color:var(--muted);
    font-size:15px;
    line-height:1.82;
}

.btn-row{display:flex;flex-wrap:wrap;gap:12px}
.btn{
    min-height:50px;
    min-width:160px;
    padding:0 20px;
    border-radius:14px;
    border:1px solid transparent;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:14px;
    font-weight:800;
    transition:.25s ease;
    cursor:pointer;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{color:#fff;background:linear-gradient(180deg,#1a8e6b,#0f664d);box-shadow:0 12px 24px rgba(21,126,97,.18)}
.btn-secondary{color:#fff;background:linear-gradient(180deg,#d2a24b,#b57e22);box-shadow:0 12px 24px rgba(201,154,67,.18)}
.btn-dark{color:#fff;background:linear-gradient(180deg,#324d66,#1d3850);box-shadow:0 12px 24px rgba(29,56,80,.16)}
.btn-outline{color:var(--blue);background:#fff;border-color:#cfe0ee}

/* HERO */
.hero{padding:22px 0 14px}
.hero-shell{
    padding:14px;
    border:1px solid var(--line);
    border-radius:var(--radius-xxl);
    background:radial-gradient(circle at top right, rgba(201,154,67,.07), transparent 24%), radial-gradient(circle at bottom left, rgba(42,109,156,.06), transparent 24%), linear-gradient(180deg,rgba(255,255,255,.99),rgba(245,249,255,.98));
    box-shadow:var(--shadow-xl);
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}
.hero-panel,.hero-visual{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}
.hero-panel{padding:30px;display:flex;flex-direction:column;justify-content:center}
.hero-title{font-size:clamp(34px,4vw,56px);line-height:1.02;margin-bottom:8px}
.hero-subtitle{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--navy)}
.hero-desc{margin:0;max-width:760px}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.hero-pill{min-height:40px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:13px;font-weight:700;color:var(--text)}
.hero-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(21,126,97,.10)}
.hero-visual{padding:16px;display:flex;align-items:center;justify-content:center}
.product-stage{width:100%;min-height:590px;border:1px dashed #d6e3ee;border-radius:24px;background:radial-gradient(circle at top right, rgba(201,154,67,.08), transparent 26%), radial-gradient(circle at bottom left, rgba(42,109,156,.08), transparent 24%), linear-gradient(180deg,#fbfdff,#f1f6fb);display:grid;place-items:center;overflow:hidden;padding:24px}
.product-frame{width:min(100%,470px);min-height:520px;border-radius:28px;display:grid;place-items:center;position:relative;padding:20px;background:linear-gradient(180deg,rgba(255,255,255,.46),rgba(255,255,255,.16)), linear-gradient(180deg,#f6f9ff,#eef4fb);box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 16px 36px rgba(16,33,53,.06);border:1px solid rgba(209,221,233,.9)}
.product-frame img{width:100%;height:auto;object-fit:contain;max-height:470px;filter:drop-shadow(0 20px 42px rgba(16,33,53,.16))}



/* =========================================================
   SNAPSHOT TABLE
========================================================= */
.snapshot-section{padding-top:0}
.snapshot-shell{
    border:1px solid var(--sl-border);
    border-radius:28px;
    padding:28px;
    background:linear-gradient(180deg,#ffffff 0%,#fff7ee 100%);
    box-shadow:var(--sl-shadow-sm);
}
.snapshot-shell .section-head{margin-bottom:18px}
.snapshot-shell .section-head h2{
    font-size:clamp(26px,2.4vw,34px);
    line-height:1.08;
    color:var(--sl-brand-deep);
}
.snapshot-table-wrap{overflow:auto}
.snapshot-table{
    width:100%;
    min-width:760px;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid var(--sl-border);
    border-radius:22px;
    overflow:hidden;
    background:#fff;
}
.snapshot-table th,
.snapshot-table td{
    padding:16px 18px;
    border-right:1px solid var(--sl-border);
    border-bottom:1px solid var(--sl-border);
    vertical-align:top;
}
.snapshot-table tr:last-child th,
.snapshot-table tr:last-child td{border-bottom:none}
.snapshot-table th:last-child,
.snapshot-table td:last-child{border-right:none}
.snapshot-table th{
    width:19%;
    font-family:var(--font-heading);
    font-size:18px;
    font-weight:800;
    line-height:1.2;
    color:var(--sl-brand-deep);
    background:linear-gradient(180deg,#fff9f0 0%,#f8eedf 100%);
}
.snapshot-table td{
    font-size:14px;
    line-height:1.75;
    color:var(--sl-text);
    font-weight:600;
    background:#fffdfa;
}

/* GENERAL GRIDS */
.premium-grid,.metrics-grid,.faq-grid{display:grid;gap:16px}
.premium-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
.metrics-grid{grid-template-columns:repeat(4, minmax(0,1fr))}
.faq-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
.premium-card,.metric-card,.faq-card,.list-card,.content-card{border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-sm)}
.premium-card,.list-card{position:relative;overflow:hidden}
.card-title{font-size:28px;margin:0 0 8px}
.content-card .card-title{margin-bottom:12px}
.metric-number{font-size:42px;line-height:1;color:var(--navy);font-family:var(--font-heading);font-weight:800;margin:0 0 8px}
.metric-label{color:var(--text);font-weight:800;margin-bottom:6px}

/* WORK SCREEN LISTS */
.work-screen-head{margin-bottom:16px}
.work-screen-wrap{display:grid;gap:16px}
.work-screen-box{padding:20px}
.work-screen-note{margin:8px 0 12px}
.list-top{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.list-icon{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff3d5,#f7e4b4);color:var(--gold-dark);font-weight:900;box-shadow:0 8px 16px rgba(201,154,67,.12);font-size:22px}
.list-card h3{font-size:30px}
.list-card:nth-child(1) .list-icon{background:linear-gradient(180deg,#fff0c8,#f7d98e);color:#8a5e10}
.list-card:nth-child(2) .list-icon{background:linear-gradient(180deg,#dff4ff,#bfdff9);color:#1d5d88}
.two-grid-list{margin:0;padding-left:0;list-style:none;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:6px 20px}
.two-grid-list li{position:relative;margin:0;padding:8px 0 10px 18px;color:#1d2433;line-height:1.65;font-size:14px;border-bottom:1px dotted rgba(120,130,170,.42)}
.two-grid-list li::before{content:"";position:absolute;left:0;top:15px;width:6px;height:6px;border-radius:50%;background:#6d5df6}

/* ACCORDION */
.group-stack{display:grid;gap:18px}
.group-card{border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);padding:18px}
.group-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.group-mark{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef6ff,#ddebf9);color:var(--navy);font-size:22px;font-weight:900}
.group-card:nth-child(1) .group-mark{background:linear-gradient(180deg,#fff0c8,#f6ddb0);color:#8a5e10}
.group-card:nth-child(2) .group-mark{background:linear-gradient(180deg,#dff4ff,#c7e4fb);color:#1d5d88}
.group-head h3{font-size:30px;margin:0 0 4px}
.group-head p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}
.accordion-grid{display:grid;gap:12px}
.acc-item{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}
.acc-trigger{width:100%;background:#fff;border:none;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer}
.acc-left{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}
.acc-text{display:block;min-width:0}
.acc-ico{width:42px;height:42px;border-radius:14px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff7e7,#f4ead1);color:var(--gold-dark);font-weight:900;font-size:18px;box-shadow:0 8px 16px rgba(201,154,67,.12)}
.accordion-grid .acc-item:nth-child(4n+1) .acc-ico{background:linear-gradient(180deg,#fff7e7,#f4ead1);color:#946619}
.accordion-grid .acc-item:nth-child(4n+2) .acc-ico{background:linear-gradient(180deg,#e8f5ff,#d4eafb);color:#2a6d9c}
.accordion-grid .acc-item:nth-child(4n+3) .acc-ico{background:linear-gradient(180deg,#ebfbf5,#d4f3e7);color:#157e61}
.accordion-grid .acc-item:nth-child(4n) .acc-ico{background:linear-gradient(180deg,#f6ebff,#e7d8fb);color:#6c47a8}
.acc-title{display:block;margin:0 0 4px;font-size:17px;font-weight:800;line-height:1.45;color:var(--text)}
.acc-sub{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#556575;font-size:14px;line-height:1.7}
.acc-plus{width:38px;height:38px;border-radius:50%;border:1px solid #dce7f0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:var(--green-dark);flex:0 0 auto;transition:.25s ease;background:#fff}
.acc-item.open .acc-plus{transform:rotate(45deg)}
.acc-panel{display:none;padding:0 18px 18px;border-top:1px solid #edf2f7}
.acc-item.open .acc-panel{display:block}
.detail-copy{padding:14px 4px 0;max-width:980px}
.detail-copy p{margin:0 0 12px}
.detail-copy p:last-child{margin-bottom:0}
.detail-points{margin:0;padding-left:18px;display:grid;gap:8px}
.detail-points li::marker{color:var(--green)}

/* SLIDERS */
.gallery-wrap{border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#ffffff,#f9fbff);box-shadow:var(--shadow-lg);overflow:hidden;padding:14px}
.slider{position:relative}
.slider-viewport{overflow:hidden;border-radius:24px;border:1px solid #d7e3ee;background:linear-gradient(180deg,#f9fbff,#edf4fb)}
.slider-track{display:flex;transition:transform .55s ease;will-change:transform}
.shot-slide{min-width:100%;flex:0 0 100%;padding:0;background:#f8fbff}
.shot-slide img{width:100%;height:auto;display:block;object-fit:cover}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:none;border-radius:50%;background:rgba(20,32,43,.82);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}
.slider-btn.prev{left:14px}
.slider-btn.next{right:14px}
.slider-dots{display:flex;justify-content:center;gap:8px;padding:14px 0 0}
.slider-dots button{width:10px;height:10px;border-radius:50%;border:none;background:#c7d5e2;cursor:pointer;padding:0}
.slider-dots button.is-active{background:var(--green);transform:scale(1.15)}

/* FAQ / CTA */
.cta-banner{overflow:hidden;position:relative;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-lg);background:radial-gradient(circle at top right, rgba(201,154,67,.07), transparent 26%), radial-gradient(circle at bottom left, rgba(21,126,97,.07), transparent 24%), linear-gradient(180deg,#ffffff,#f6f9fe)}
.cta-banner h2{font-size:clamp(34px,3vw,44px);margin-bottom:10px}
.cta-banner p{margin:0 0 18px;max-width:820px}

/* RESPONSIVE */
@media (max-width:1150px){
}
@media (max-width:991px){
    .premium-grid,.metrics-grid,.faq-grid{grid-template-columns:1fr}
    .two-grid-list{grid-template-columns:1fr}
}
@media (max-width:640px){
    .section{padding:30px 0}
    .section-card,.hero-panel,.hero-visual,.cta-banner{padding:18px}
    .hero-title{font-size:34px}
    .section-head h2{font-size:26px}
    .card-title,.list-card h3,.group-head h3,.info-card h3,.cta-banner h2{font-size:26px}
    .btn{width:100%}
    .product-stage{min-height:420px}
    .product-frame{min-height:360px}
    .slider-btn{width:42px;height:42px}
    .work-screen-box,.list-card,.premium-card,.metric-card,.faq-card,.content-card,.group-card{padding:16px}
    .two-grid-list{gap:4px 0}
    .two-grid-list li{font-size:13.5px;padding:7px 0 9px 16px}
    .two-grid-list li::before{top:14px;width:5px;height:5px}
    .snapshot-shell{padding:20px}
    .snapshot-table{min-width:100%}
    .snapshot-table th,.snapshot-table td{padding:12px 10px;font-size:13px}
    .snapshot-table th{font-size:15px}
}

/* =========================================================
   VIDEO DEMO
========================================================= */
.video-demo-card{
    padding:34px;
}

.video-main-area{
    margin-bottom:22px;
}

.video-player-box{
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
    overflow:hidden;
    border-radius:22px;
    background:#000;
    box-shadow:0 18px 44px rgba(15, 23, 42, 0.14);
}

.video-frame{
    width:100%;
    height:100%;
    aspect-ratio:16 / 9;
    border:0;
    display:block;
    background:#000;
}

.video-main-info{
    margin-top:16px;
    padding:18px 20px;
    border:1px solid rgba(15, 23, 42, 0.08);
    border-radius:18px;
    background:#fff;
}

.video-main-kicker{
    display:inline-block;
    padding:6px 12px;
    border-radius:999px;
    background:#eef2ff;
    color:#4338ca;
    font-size:.82rem;
    font-weight:700;
    margin-bottom:10px;
}

.video-main-info h3{
    margin:0 0 8px;
    font-size:1.28rem;
    line-height:1.4;
    color:#111827;
}

.video-main-info p{
    margin:0;
    color:#6b7280;
    line-height:1.7;
    font-size:.96rem;
}

.video-tabs-wrap{
    margin-top:8px;
}

.video-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.video-tab{
    appearance:none;
    border:1px solid rgba(15, 23, 42, 0.10);
    background:#fff;
    color:#111827;
    border-radius:999px;
    padding:12px 16px;
    font-size:.92rem;
    font-weight:600;
    line-height:1.35;
    cursor:pointer;
    transition:all .25s ease;
}

.video-tab:hover{
    border-color:rgba(79, 70, 229, 0.28);
    background:#fafbff;
    transform:translateY(-1px);
}

.video-tab.is-active{
    background:linear-gradient(180deg, #4f46e5 0%, #4338ca 100%);
    color:#fff;
    border-color:#4f46e5;
    box-shadow:0 10px 24px rgba(79, 70, 229, 0.20);
}

@media (max-width: 767px){
    .video-demo-card{
        padding:22px 16px;
    }

    .video-main-info h3{
        font-size:1.08rem;
    }

    .video-tabs{
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:4px;
        -webkit-overflow-scrolling:touch;
    }

    .video-tab{
        flex:0 0 auto;
        white-space:nowrap;
        font-size:.88rem;
        padding:11px 14px;
    }

    .video-tabs::-webkit-scrollbar{
        height:6px;
    }

    .video-tabs::-webkit-scrollbar-thumb{
        background:rgba(148, 163, 184, 0.45);
        border-radius:999px;
    }
}

/* =========================================================
   PRODUCT CATALOGUE
========================================================= */
.catalogue-section {
    padding: 34px 34px;
}

.catalogue-head {
    max-width: 760px;
    margin-bottom: 26px;
}

.catalogue-box {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid rgba(20, 30, 50, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.catalogue-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalogue-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #23408e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
}

.catalogue-content h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
}

.catalogue-content p {
    margin: 0;
    max-width: 620px;
    color: #526076;
    font-size: 15px;
    line-height: 1.8;
}

.catalogue-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.catalogue-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogue-preview-card {
    width: 100%;
    max-width: 320px;
    min-height: 260px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(35, 64, 142, 0.10);
    background:
        radial-gradient(circle at top right, rgba(83, 124, 255, 0.12), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    box-shadow: 0 14px 30px rgba(24, 39, 75, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalogue-preview-top {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6a7891;
    margin-bottom: 12px;
}

.catalogue-preview-icon {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 14px;
}

.catalogue-preview-title {
    font-size: 21px;
    font-weight: 700;
    color: #1a2233;
    margin-bottom: 10px;
}

.catalogue-preview-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5f6e84;
}

@media (max-width: 991px) {
    .catalogue-box {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .catalogue-content h3 {
        font-size: 24px;
    }

    .catalogue-preview-card {
        max-width: 100%;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .catalogue-section {
        padding: 24px 18px;
    }

    .catalogue-box {
        padding: 18px;
        border-radius: 18px;
    }

    .catalogue-content h3 {
        font-size: 22px;
    }

    .catalogue-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .catalogue-actions .btn {
        width: 100%;
        justify-content: center;
    }
}



/* =========================================================
   STARLIGHT PREMIUM THEME OVERRIDES
   NOTE: Only color theme, background color, and visual styling are changed.
   Content, links, structure, and functionality remain unchanged.
========================================================= */
:root{
    --sl-body:#fbf7f2;
    --sl-surface:#fffdfa;
    --sl-surface-2:#fff7ee;
    --sl-surface-3:#fff2e4;
    --sl-border:#e6d7c6;
    --sl-border-strong:#dcc1a1;
    --sl-ink:#3c231a;
    --sl-text:#4b3329;
    --sl-muted:#756055;
    --sl-brand:#6a2722;
    --sl-brand-deep:#4d1915;
    --sl-brand-soft:#f5e3df;
    --sl-gold:#c9912e;
    --sl-gold-soft:#f8ecd7;
    --sl-shadow-xs:0 10px 24px rgba(69,29,19,.06);
    --sl-shadow-sm:0 18px 40px rgba(69,29,19,.08);
    --sl-shadow-md:0 30px 70px rgba(69,29,19,.12);
}

body{
    color:var(--sl-text);
    background:
        radial-gradient(circle at top left, rgba(201,145,46,.09), transparent 24%),
        radial-gradient(circle at top right, rgba(106,39,34,.10), transparent 26%),
        linear-gradient(180deg,#fffdfa 0%, var(--sl-body) 42%, #fffdfa 100%);
}

main{background:transparent}

.hero-shell,
.section-card,
.cta-banner,
.group-card,
.premium-card,
.metric-card,
.faq-card,
.list-card,
.content-card,
.price-card,
.info-card,
.hero-panel,
.hero-visual,
.video-main-info,
.catalogue-box,
.catalogue-preview-card,
.work-screen-box,
.video-demo-card{
    background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,248,240,.99) 100%);
    border-color:var(--sl-border);
    box-shadow:var(--sl-shadow-sm);
}

.hero-shell{
    background:
        radial-gradient(circle at 84% 12%, rgba(201,145,46,.15), transparent 18%),
        radial-gradient(circle at 15% 15%, rgba(255,255,255,.65), transparent 20%),
        linear-gradient(135deg,#fffdf9 0%, #fbf0e3 48%, #f6e6d9 100%);
    border-color:var(--sl-border);
    box-shadow:var(--sl-shadow-md);
}

.hero-panel,
.hero-visual,
.product-frame,
.product-stage,
.section-card,
.group-card,
.premium-card,
.metric-card,
.faq-card,
.list-card,
.content-card,
.price-card,
.info-card,
.video-main-info,
.catalogue-box,
.catalogue-preview-card,
.work-screen-box,
.acc-item,
.video-player-box,
.video-tab,
.slider-viewport,
.gallery-wrap,
.media-shell,
.video-shell{
    border-color:var(--sl-border);
}

.hero-title,
.hero-subtitle,
.section-head h2,
.card-title,
.cta-banner h2,
.list-card h3,
.group-head h3,
.premium-card h3,
.metric-card h3,
.content-card h3,
.catalogue-content h3,
.catalogue-preview-title,
.video-main-info h3,
.acc-title{
    color:var(--sl-brand-deep);
}

.section-head p,
.content-card p,
.premium-card p,
.faq-card p,
.list-card p,
.info-card p,
.metric-card p,
.cta-banner p,
.hero-desc,
.detail-copy p,
.detail-points,
.work-screen-note,
.group-head p,
.hero-subtitle,
.video-main-info p,
.catalogue-content p,
.catalogue-preview-text,
.acc-sub,
.two-grid-list li,
.tool-card li,
.list-card li,
.detail-points li{
    color:var(--sl-muted);
}

.eyebrow,
.pill,
.small-label,
.catalogue-tag,
.video-main-kicker{
    background:var(--sl-brand-soft);
    color:var(--sl-brand);
    border:1px solid rgba(106,39,34,.12);
}

.hero-pill{
    background:linear-gradient(180deg,#fffdfa 0%, #fff4e7 100%);
    border-color:var(--sl-border);
    color:var(--sl-ink);
    box-shadow:var(--sl-shadow-xs);
}
.hero-dot{
    background:var(--sl-gold);
    box-shadow:0 0 0 4px rgba(201,145,46,.12);
}

.btn{border-radius:16px}
.btn-primary{
    background:linear-gradient(135deg,#f7d9a3 0%, #dfb56a 55%, #c9912e 100%);
    color:#412700;
    border-color:#ddb66d;
    box-shadow:0 16px 28px rgba(201,145,46,.24);
}
.btn-secondary,
.btn-outline{
    background:linear-gradient(180deg,#fffdfa 0%, #f8eddf 100%);
    color:var(--sl-brand-deep);
    border-color:var(--sl-border-strong);
    box-shadow:var(--sl-shadow-xs);
}
.btn-dark,
.video-tab.is-active{
    background:linear-gradient(135deg,#6f2622 0%, #4d1815 100%);
    color:#fff;
    border-color:#59201c;
    box-shadow:0 16px 26px rgba(91,29,28,.20);
}
.video-tab{
    background:linear-gradient(180deg,#fffdfa 0%, #f8eddf 100%);
    color:var(--sl-brand-deep);
}
.video-tab:hover{
    border-color:var(--sl-border-strong);
    background:#fff9f2;
}

.price-card{
    background:
        radial-gradient(circle at top right, rgba(201,145,46,.13), transparent 26%),
        linear-gradient(180deg,#fffdfa 0%, #fff6ea 100%);
}
.price-card::before,
.info-card::before,
.premium-card::before,
.list-card::before{
    background:linear-gradient(90deg, var(--sl-gold), var(--sl-brand));
}
.price-name,
.price-amount,
.price-amount.alt,
.metric-number,
.metric-label,
.sale,
.price-alt{
    color:var(--sl-brand-deep);
}
.price-line{border-color:var(--sl-border)}

.icon-badge,
.list-icon,
.group-mark,
.acc-ico{
    background:linear-gradient(180deg,#fff0c8,#f3d49a);
    color:#8a5a10;
    box-shadow:0 8px 16px rgba(201,145,46,.14);
}
.list-card:nth-child(2) .list-icon,
.group-card:nth-child(2) .group-mark,
.accordion-grid .acc-item:nth-child(4n+2) .acc-ico{
    background:linear-gradient(180deg,#f5e3df,#edd0c8);
    color:var(--sl-brand);
}
.accordion-grid .acc-item:nth-child(4n+3) .acc-ico{
    background:linear-gradient(180deg,#f8ecd7,#f2ddbb);
    color:#8a5a10;
}
.accordion-grid .acc-item:nth-child(4n) .acc-ico{
    background:linear-gradient(180deg,#f5e3df,#edd0c8);
    color:var(--sl-brand);
}
.acc-plus{
    color:var(--sl-brand);
    border-color:var(--sl-border);
}
.acc-item.open .acc-plus{
    background:#fff8ef;
    border-color:var(--sl-border-strong);
}
.acc-panel{border-top-color:#f0e4d7;background:#fffdfa}
.acc-trigger:hover{background:#fff9f2}

.product-stage,
.full-media-stage,
.full-media-placeholder,
.hero-visual,
.catalogue-preview-card{
    background:
        radial-gradient(circle at top right, rgba(201,145,46,.10), transparent 24%),
        linear-gradient(180deg,#fffdfa 0%, #fdf2e6 100%);
}
.media-shell,
.video-shell,
.gallery-wrap{
    background:linear-gradient(180deg,#fffdf8 0%, #fff4e9 100%);
}
.video-player-box,
.video-frame,
.media-wrap,
.slider-viewport{
    background:linear-gradient(180deg,#381f1a 0%, #190d0b 100%);
}
.slider-btn{
    background:linear-gradient(180deg,#fffdfa 0%, #f8eddf 100%);
    color:var(--sl-brand);
    border-color:var(--sl-border-strong);
    box-shadow:var(--sl-shadow-xs);
}
.slider-dots button,
.dot{
    background:#d8c6b7;
}
.slider-dots button.is-active,
.dot.active{
    background:linear-gradient(90deg, var(--sl-gold), var(--sl-brand));
}

.video-main-info,
.catalogue-box,
.catalogue-preview-card{
    box-shadow:var(--sl-shadow-sm);
}
.catalogue-preview-top{color:#8b6d53}
.catalogue-preview-card,
.catalogue-box{
    background:
        radial-gradient(circle at top right, rgba(201,145,46,.12), transparent 36%),
        linear-gradient(180deg,#fffdfa 0%, #fdf2e8 100%);
}
.catalogue-preview-icon{color:var(--sl-brand)}

.cta-banner{
    background:
        radial-gradient(circle at top right, rgba(201,145,46,.08), transparent 26%),
        radial-gradient(circle at bottom left, rgba(106,39,34,.08), transparent 24%),
        linear-gradient(180deg,#ffffff,#f9efe6);
}






/* =========================================================
   HEADER SECTION DESIGN - SAME AS PROVIDED STARLIGHT / BHRIGU STYLE
   Scope: only top hero/header classes are overridden here.
   Everything below the header remains unchanged.
========================================================= */
.hero{
    padding:22px 0 18px;
}

.hero-shell{
    position:relative;
    overflow:hidden;
    border-radius:var(--radius-xl);
    border:1px solid #e8dcc8;
    background:
        radial-gradient(circle at 100% 0%, rgba(210,160,75,.10), transparent 25%),
        radial-gradient(circle at 0% 100%, rgba(185,142,69,.12), transparent 28%),
        linear-gradient(135deg,#fffdfa 0%,#fff7eb 52%,#fffdf9 100%);
    box-shadow:0 34px 84px rgba(44,35,24,.10);
}

.hero .hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.26fr) minmax(280px,.74fr);
    gap:34px;
    align-items:center;
    padding:42px;
}

.hero-content{
    min-width:0;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    background:linear-gradient(180deg,#fff7e7 0%,#ffefcf 100%);
    border:1px solid #efd49d;
    color:#7a5a17;
    font-size:13px;
    font-weight:900;
    letter-spacing:.03em;
    text-transform:none;
    margin-bottom:18px;
}

.hero h1,
.hero-title{
    margin:0;
    font-family:var(--font-heading);
    font-size:clamp(34px,3.9vw,50px);
    line-height:1.01;
    letter-spacing:-.045em;
    color:#2a2117;
    white-space:nowrap;
}

.hero-subtitle{
    margin:14px 0 0;
    max-width:760px;
    font-family:'Cormorant Garamond', Georgia, serif;
    font-size:clamp(26px,3.2vw,40px);
    line-height:1.12;
    font-weight:800;
    letter-spacing:-.02em;
    color:#8f332c;
}

.hero-subtitle .subtitle-gold{
    color:#c28a27;
}

.hero-subtitle .subtitle-maroon{
    color:#7e1427;
}

.hero-lead,
.hero .lead{
    margin:14px 0 0;
    max-width:760px;
    color:var(--muted);
    font-size:17px;
    line-height:1.72;
}

.hero-chips{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.hero-chip{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    padding:0 14px;
    border-radius:999px;
    background:linear-gradient(180deg,#fffdfa 0%,#fff8ef 100%);
    border:1px solid #e7dcc9;
    box-shadow:0 8px 18px rgba(44,35,24,.04);
    color:#5a4630;
    font-size:14px;
    font-weight:800;
}

.hero .hero-actions,
.hero .btn-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:26px;
}

.hero .btn{
    min-height:52px;
    padding:0 22px;
    border-radius:16px;
    font-weight:800;
}

.hero .btn-primary{
    background:linear-gradient(180deg,#c79a4a 0%,#9d6f2a 100%);
    color:#fff;
    border-color:#a97730;
    box-shadow:0 18px 34px rgba(157,111,42,.22);
}

.hero .btn-secondary,
.hero .btn-dark{
    background:linear-gradient(180deg,#fffaf1 0%,#f6ead0 100%);
    color:#7a5822;
    border:1px solid #e6d1a8;
    box-shadow:0 8px 18px rgba(44,35,24,.04);
}

.hero-stage{
    position:relative;
    padding:18px;
    border-radius:28px;
    border:1px solid #ebe0cf;
    background:linear-gradient(180deg,#fffdfa 0%,#fff8ef 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.hero-stage::before{
    content:"";
    position:absolute;
    inset:14px;
    border:1px dashed rgba(169,122,49,.18);
    border-radius:22px;
    pointer-events:none;
}

.hero-stage img{
    position:relative;
    z-index:1;
    width:100%;
    max-height:430px;
    object-fit:contain;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(44,35,24,.14);
    background:#fffaf1;
}



/* =========================================================
   HERO QUICK FACTS TABS - BELOW HEADER ONLY
   Purpose: one-line quick buttons just after hero/header.
========================================================= */
.hero-tabs-section{
    padding:0 0 18px;
}

.hero-tabs-strip{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:100%;
    padding:12px;
    border-radius:24px;
    border:1px solid #e8dcc8;
    background:
        radial-gradient(circle at top right, rgba(199,154,74,.10), transparent 28%),
        linear-gradient(180deg,#fffdfa 0%,#fff7eb 100%);
    box-shadow:0 14px 32px rgba(44,35,24,.07);
    overflow-x:auto;
    scrollbar-width:thin;
}

.hero-tab{
    flex:1 1 0;
    min-width:max-content;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    border-radius:999px;
    border:1px solid #e6d1a8;
    background:linear-gradient(180deg,#fffaf1 0%,#f6ead0 100%);
    color:#7a5822;
    font-size:14px;
    font-weight:900;
    line-height:1.2;
    text-align:center;
    white-space:nowrap;
    box-shadow:0 8px 18px rgba(44,35,24,.04);
}

@media (max-width:900px){
    .hero-tabs-strip{
        justify-content:flex-start;
        -webkit-overflow-scrolling:touch;
    }

    .hero-tab{
        flex:0 0 auto;
    }
}

@media (max-width:640px){
    .hero-tabs-section{
        padding:0 0 16px;
    }

    .hero-tabs-strip{
        border-radius:20px;
        padding:10px;
        gap:10px;
    }

    .hero-tab{
        min-height:40px;
        padding:0 14px;
        font-size:13px;
    }
}

@media (max-width:1080px){
    .hero .hero-grid{
        grid-template-columns:1fr;
        gap:24px;
        text-align:center;
    }

    .hero-badge,
    .hero-chips,
    .hero .hero-actions,
    .hero .btn-row{
        justify-content:center;
    }

    .hero-lead,
    .hero .lead,
    .hero-subtitle{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-stage{
        max-width:620px;
        width:100%;
        margin-inline:auto;
    }
}

@media (max-width:760px){
    .hero{
        padding:18px 0 16px;
    }

    .hero .hero-grid{
        padding:26px 20px;
    }

    .hero h1,
    .hero-title{
        font-size:clamp(24px,6.6vw,38px);
        letter-spacing:-.055em;
    }

    .hero-subtitle{
        font-size:clamp(24px,7.2vw,32px);
    }

    .hero-lead,
    .hero .lead{
        font-size:16px;
    }

    .hero-stage{
        padding:14px;
        border-radius:22px;
    }

    .hero-stage::before{
        inset:10px;
        border-radius:18px;
    }
}

@media (max-width:640px){
    .hero .hero-actions,
    .hero .btn-row{
        align-items:stretch;
    }

    .hero .btn{
        width:100%;
    }

    .hero-chip{
        width:100%;
        justify-content:center;
    }
}

@media (max-width:380px){
    .hero h1,
    .hero-title{
        font-size:22px;
    }
}

