        :root{
            --bg:#fffaf4;
            --text:#2f2417;
            --muted:#7b6955;
            --line:#eadcc7;
            --primary:#c07f22;
            --primary-dark:#945f1a;
            --gold:#efb35c;
            --gold-dark:#9a6a28;
            --shadow-xl:0 28px 80px rgba(92,65,29,.08);
            --shadow-lg:0 18px 42px rgba(92,65,29,.07);
            --shadow-sm:0 8px 18px rgba(92,65,29,.05);
            --radius-xxl:36px;
            --radius-xl:28px;
            --container:1260px;
            --font-body:Inter,Segoe UI,Roboto,Arial,sans-serif;
            --font-heading:Inter,Segoe UI,Roboto,Arial,sans-serif;
        }

        *{box-sizing:border-box}
        html{scroll-behavior:smooth}

        body{
            margin:0;
            font-family:var(--font-body);
            color:#8a5a1c;
            line-height:1.65;
            background:
                radial-gradient(circle at top left, rgba(192,127,34,.08), transparent 24%),
                radial-gradient(circle at top right, rgba(239,179,92,.10), transparent 22%),
                linear-gradient(180deg, #fffdf9 0%, #fdf6ec 44%, #fffaf4 100%);
            overflow-x:hidden;
        }

        img{display:block;max-width:100%}
        a{text-decoration:none;color:inherit}
        button{font:inherit}
        iframe{display:block;width:100%;border:0}

        .container{
            width:min(var(--container), calc(100% - 32px));
            margin:auto;
        }

        .section{padding:48px 0}

        .section-card{
            border:1px solid var(--line);
            border-radius:30px;
            padding:30px;
            background:linear-gradient(180deg, rgba(255,252,244,.99), rgba(255,247,230,.98));
            box-shadow:var(--shadow-lg);
        }

        .eyebrow{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            min-height:38px;
            padding:0 16px;
            border-radius:999px;
            border:1px solid #f0d2a0;
            background:linear-gradient(180deg, #fff5e6, #fff0dc);
            color:var(--primary-dark);
            font-size:12px;
            font-weight:800;
            letter-spacing:.12em;
            text-transform:uppercase;
            margin-bottom:14px;
        }

        .section-head{margin-bottom:26px}

        .section-head h2,
        .hero-title,
        .about-title,
        .feature-card h3,
        .sample-card h3,
        .value-card h3,
        .faq-card h3,
        .shot-caption strong,
        .cta-banner h2{
            font-family:var(--font-heading);
            letter-spacing:-.02em;
            color:#8a5a1c;
        }

        .section-head h2{
            margin:0 0 10px;
            font-size:clamp(30px,2.9vw,42px);
            line-height:1.06;
            font-weight:800;
        }

        .section-head p{
            margin:0;
            max-width:850px;
            color:var(--muted);
            font-size:15px;
        }

        .btn-row{
            display:flex;
            flex-wrap:wrap;
            gap:12px;
        }

        .btn{
            min-height:52px;
            min-width:148px;
            padding:0 20px;
            border-radius:14px;
            border:1px solid transparent;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            font-size:14px;
            font-weight:800;
            transition:.25s ease;
            text-align:center;
        }

        .btn-primary{
            color:#fff;
            background:linear-gradient(180deg, #c9923c, #9b6720);
            box-shadow:0 16px 28px rgba(185,127,44,.22);
        }

        .btn-primary:hover{
            transform:translateY(-1px);
            background:linear-gradient(180deg, #bf8733, #8d5815);
        }

        .btn-secondary{
            color:#6e4d1c;
            background:linear-gradient(180deg, #fffdf9, #f9edd9);
            border-color:#ddc7a0;
        }

        .btn-secondary:hover{
            background:#fffaf0;
            border-color:#d5b98d;
        }

        .btn-solid{
            min-height:44px;
            min-width:132px;
            padding:0 14px;
            border-radius:12px;
            color:#fff;
            background:linear-gradient(180deg, #c9923c, #9b6720);
            box-shadow:0 12px 20px rgba(185,127,44,.18);
        }

        .btn-solid:hover{background:linear-gradient(180deg, #bf8733, #8d5815)}

        /* =========================================================
           SECTION 06 : HERO
        ========================================================== */
        .hero{padding:26px 0 34px}

        .hero-shell{
            padding:18px;
            border:1px solid var(--line);
            border-radius:var(--radius-xxl);
            background:linear-gradient(180deg, rgba(255,253,248,.98), rgba(255,248,236,.98));
            box-shadow:var(--shadow-xl);
        }

        .hero-grid{
            display:grid;
            grid-template-columns:1.06fr .94fr;
            gap:18px;
        }

        .hero-panel,
        .hero-visual{
            border:1px solid var(--line);
            border-radius:var(--radius-xl);
            background:linear-gradient(180deg, #fffcf6, #fff6e6);
            box-shadow:var(--shadow-sm);
        }

        .hero-panel{
            padding:36px;
            display:flex;
            flex-direction:column;
            justify-content:center;
        }

        .hero-badge-row{
            text-align:center;
            margin-bottom:2px;
        }

        .hero-title{
            margin:0 0 14px;
            font-size:clamp(40px,4vw,60px);
            line-height:.98;
            font-weight:800;
        }

        .hero-desc{
            margin:0;
            color:var(--muted);
            font-size:16px;
            max-width:780px;
        }

        .hero-tags{
            margin:24px 0;
            display:flex;
            flex-wrap:wrap;
            gap:10px;
        }

        .hero-tag{
            min-height:40px;
            padding:0 14px;
            border-radius:999px;
            display:inline-flex;
            align-items:center;
            gap:8px;
            background:#fffaf0;
            border:1px solid var(--line);
            box-shadow:var(--shadow-sm);
            font-size:13px;
            font-weight:700;
            color:#5c4530;
        }

        .hero-tag-dot{
            width:8px;
            height:8px;
            border-radius:50%;
            background:var(--gold-dark);
            box-shadow:0 0 0 4px rgba(183,139,82,.12);
        }

        .hero-visual{
            padding:18px;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .hero-main-shot{
            width:100%;
            height:100%;
            min-height:360px;
            display:flex;
            align-items:center;
            justify-content:center;
            overflow:hidden;
            border-radius:22px;
            border:1px solid var(--line);
            background:linear-gradient(180deg,#fffdf8,#fff3df);
        }

        .hero-main-shot img{
            width:100%;
            height:100%;
            max-height:430px;
            object-fit:contain;
            object-position:center;
            padding:12px;
            background:transparent;
        }

        /* =========================================================
           SECTION 07 : PRODUCT INFORMATION TABLE
        ========================================================== */
        .product-info-card{
            margin-top:18px;
            border:1px solid var(--line);
            border-radius:24px;
            padding:20px;
            background:linear-gradient(180deg,#fff 0%,#fff8ef 100%);
            box-shadow:var(--shadow-sm);
        }

        .product-info-table-wrap{
            border:1px solid var(--line);
            border-radius:18px;
            overflow-x:auto;
            -webkit-overflow-scrolling:touch;
            background:#fffdf7;
        }

        .product-info-table{
            width:100%;
            min-width:860px;
            border-collapse:collapse;
        }

        .product-info-table th,
        .product-info-table td{
            padding:15px 16px;
            text-align:left;
            vertical-align:top;
            border-bottom:1px solid #efe4d8;
        }

        .product-info-table tr:last-child th,
        .product-info-table tr:last-child td{border-bottom:none}

        .product-info-table th{
            width:18%;
            font-size:12px;
            font-weight:800;
            letter-spacing:.08em;
            text-transform:uppercase;
            color:#7c6e5c;
            background:linear-gradient(180deg,#fffdf9 0%,#faf1e3 100%);
            white-space:nowrap;
        }

        .product-info-table td{
            width:32%;
            font-size:15px;
            font-weight:700;
            color:#8a5a1c;
            line-height:1.45;
        }

        .product-price-line{
            display:flex;
            align-items:center;
            flex-wrap:wrap;
            gap:8px;
        }

        .product-price-line .mrp{
            font-size:15px;
            font-weight:800;
            color:#8d929b;
            text-decoration:line-through;
        }

        .product-price-line .sale{
            font-size:20px;
            line-height:1;
            font-weight:900;
            letter-spacing:-.03em;
            color:var(--primary-dark);
        }

        /* =========================================================
           SECTION 08 : COMMON GRIDS / CARDS
        ========================================================== */
        .grid-4{
            display:grid;
            grid-template-columns:repeat(4, minmax(0,1fr));
            gap:16px;
        }

        .grid-3{
            display:grid;
            grid-template-columns:repeat(3, minmax(0,1fr));
            gap:16px;
        }

        .feature-card,
        .sample-card,
        .faq-card,
        .value-card,
        .video-card{
            background:linear-gradient(180deg,#fffcf6 0%,#fff6e3 100%);
            border:1px solid var(--line);
            border-radius:22px;
            padding:22px;
            box-shadow:var(--shadow-sm);
        }

        .icon-box{
            width:46px;
            height:46px;
            border-radius:16px;
            display:flex;
            align-items:center;
            justify-content:center;
            margin-bottom:14px;
            color:var(--primary-dark);
            background:linear-gradient(180deg, #fff1e1, #fae5c3);
            border:1px solid #efd6af;
        }

        .value-no{
            width:40px;
            height:40px;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            background:linear-gradient(180deg, #fff1e1, #fae5c3);
            color:var(--primary-dark);
            font-size:14px;
            font-weight:900;
            margin-bottom:14px;
        }

        .feature-card h3,
        .sample-card h3,
        .value-card h3{
            margin:0 0 8px;
            font-size:25px;
            line-height:1.04;
            font-weight:800;
        }

        .feature-card p,
        .sample-card p,
        .value-card p,
        .faq-card p{
            margin:0;
            color:var(--muted);
            font-size:14px;
        }

        /* =========================================================
           SECTION 09 : ABOUT SOFTWARE
        ========================================================== */
        .about-main{display:grid;gap:18px}

        .about-grid{
            display:grid;
            grid-template-columns:repeat(2, minmax(0,1fr));
            gap:18px;
        }

        .about-block{
            border:1px solid var(--line);
            border-radius:22px;
            padding:24px;
            background:linear-gradient(180deg, #fffcf6, #fff6e3);
            box-shadow:var(--shadow-sm);
        }

        .about-intro{
            background:
                radial-gradient(circle at top right, rgba(192,127,34,.08), transparent 26%),
                linear-gradient(180deg, #fffefc, #fff6ea);
        }

        .about-title{
            margin:0 0 12px;
            font-size:30px;
            line-height:1.04;
            font-weight:800;
        }

        .about-block h3{
            margin:0 0 12px;
            font-size:24px;
            line-height:1.12;
            font-family:var(--font-heading);
            letter-spacing:-.02em;
            color:var(--primary-dark);
            font-weight:800;
        }

        .about-block p{
            margin:0 0 14px;
            color:var(--muted);
            font-size:15px;
        }

        .about-block p:last-child{margin-bottom:0}

        .about-note{
            background:linear-gradient(180deg, #fffcf7, #fff6e4);
            border-color:#eadcc6;
        }

        .nadi-columns{
            display:grid;
            grid-template-columns:repeat(2, minmax(0,1fr));
            gap:18px;
            margin-top:4px;
        }

        .nadi-list-card{
            border:1px solid var(--line);
            border-radius:18px;
            padding:18px;
            background:#fffdf7;
        }

        .nadi-list{
            margin:0;
            padding-left:0;
            list-style:none;
            display:grid;
            gap:10px;
        }

        .nadi-list li{
            color:#8a5a1c;
            font-size:14px;
            line-height:1.5;
        }

        .nadi-list li strong{
            color:var(--primary-dark);
            font-weight:800;
        }

        /* =========================================================
           SECTION 10 : TABS / CONTENT LIST
        ========================================================== */
        .tabs-shell{
            border:1px solid var(--line);
            border-radius:24px;
            padding:16px 16px 8px;
            background:linear-gradient(180deg, #fffcf6, #fff6e3);
        }

        .tabs{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-bottom:18px;
        }

        .tab-btn{
            min-height:48px;
            padding:0 18px;
            border-radius:999px;
            border:1px solid #e7d4b2;
            background:#fffaf0;
            color:var(--primary-dark);
            font-size:14px;
            font-weight:800;
            cursor:pointer;
            transition:.25s ease;
            box-shadow:var(--shadow-sm);
        }

        .tab-btn:hover{
            background:#fffaf0;
            border-color:#d9bf96;
        }

        .tab-btn.active{
            color:#fff;
            border-color:#9b6720;
            background:linear-gradient(180deg, #c9923c, #9b6720);
            box-shadow:0 16px 26px rgba(185,127,44,.18);
        }

        .tab-panel{display:none}

        .tab-panel.active{
            display:block;
            animation:fadeUp .24s ease;
        }

        @keyframes fadeUp{
            from{opacity:0;transform:translateY(4px)}
            to{opacity:1;transform:translateY(0)}
        }

        .content-list{
            list-style:none;
            margin:0;
            padding:0;
            display:grid;
            grid-template-columns:repeat(2, minmax(0,1fr));
            column-gap:34px;
        }

        .content-list li{
            position:relative;
            padding:13px 0 13px 24px;
            border-bottom:1px solid #eee4d8;
            font-size:15px;
            color:#8a5a1c;
        }

        .content-list li::before{
            content:"";
            position:absolute;
            left:0;
            top:21px;
            width:9px;
            height:9px;
            border-radius:50%;
            background:var(--gold-dark);
            box-shadow:0 0 0 4px rgba(183,139,82,.10);
        }

        /* =========================================================
           SECTION 11 : VIDEO DEMO
        ========================================================== */
        .video-frame{
            position:relative;
            width:100%;
            aspect-ratio:16/9;
            border-radius:18px;
            overflow:hidden;
            background:#f5eee6;
            border:1px solid var(--line);
        }

        .video-frame iframe{
            position:absolute;
            inset:0;
            width:100%;
            height:100%;
            border:0;
        }

        /* =========================================================
           SECTION 12 : SAMPLE CARDS
        ========================================================== */
        .sample-grid{
            display:grid;
            grid-template-columns:repeat(2, minmax(0,1fr));
            gap:16px;
        }

        .sample-card{
            display:flex;
            flex-direction:column;
            gap:14px;
            min-height:240px;
            background:linear-gradient(180deg, #fffcf6, #fff6e3);
        }

        .sample-card .meta{
            font-size:11px;
            font-weight:800;
            letter-spacing:.14em;
            text-transform:uppercase;
            color:#7c6e5c;
        }

        .sample-actions{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-top:auto;
        }

        .sample-actions .btn{
            min-height:44px;
            min-width:132px;
            padding:0 14px;
        }

        /* =========================================================
           SECTION 13 : SCREENSHOT SLIDER
        ========================================================== */
        .slider-shell{
            border:1px solid var(--line);
            border-radius:24px;
            background:linear-gradient(180deg, #fffcf6, #fff6e3);
            padding:14px;
        }

        .slider-wrap{
            position:relative;
            overflow:hidden;
            border-radius:20px;
            border:1px solid var(--line);
            background:#fffdf7;
        }

        .slider-track{
            display:flex;
            transition:transform .45s ease;
            will-change:transform;
        }

        .slide{
            min-width:100%;
            padding:16px;
        }

        .shot-card{
            overflow:hidden;
            border:1px solid var(--line);
            border-radius:20px;
            background:#fffdf7;
            box-shadow:var(--shadow-sm);
        }

        .shot-card img{
            width:100%;
            aspect-ratio:16/9;
            object-fit:cover;
            background:#f6efe3;
        }

        .shot-caption{padding:18px 20px 20px}

        .shot-caption strong{
            display:block;
            margin-bottom:4px;
            font-size:30px;
            line-height:1.04;
            font-weight:800;
        }

        .shot-caption span{
            display:block;
            color:var(--muted);
            font-size:14px;
        }

        .slider-nav{
            display:flex;
            align-items:center;
            justify-content:center;
            gap:10px;
            margin-top:16px;
        }

        .slider-btn{
            width:44px;
            height:44px;
            border-radius:50%;
            border:1px solid var(--line);
            background:linear-gradient(180deg,#fffdf9 0%,#f9edd9 100%);
            color:var(--primary-dark);
            font-size:18px;
            font-weight:900;
            cursor:pointer;
            box-shadow:var(--shadow-sm);
            transition:.25s ease;
        }

        .slider-btn:hover{
            background:#fff8ef;
            border-color:#d8bd9c;
        }

        .slider-dots{
            display:flex;
            align-items:center;
            justify-content:center;
            gap:8px;
        }

        .dot{
            width:10px;
            height:10px;
            border:none;
            padding:0;
            border-radius:50%;
            background:#dcc8b8;
            cursor:pointer;
            transition:.25s ease;
        }

        .dot.active{
            width:28px;
            border-radius:999px;
            background:linear-gradient(90deg, #c9923c, #9b6720);
        }

        /* =========================================================
           SECTION 14 : FAQ / FINAL CTA
        ========================================================== */
        .faq-grid{
            display:grid;
            grid-template-columns:repeat(2, minmax(0,1fr));
            gap:16px;
        }

        .faq-card h3{
            margin:0 0 8px;
            font-size:25px;
            line-height:1.05;
            font-weight:800;
        }

        .cta-banner{
            overflow:hidden;
            position:relative;
            border:1px solid var(--line);
            border-radius:28px;
            padding:30px;
            background:
                radial-gradient(circle at top right, rgba(192,127,34,.10), transparent 26%),
                radial-gradient(circle at bottom left, rgba(239,179,92,.08), transparent 24%),
                linear-gradient(180deg, #fffefb, #fff5e8);
            box-shadow:var(--shadow-lg);
        }

        .cta-banner h2{
            margin:0 0 10px;
            font-size:clamp(30px,2.6vw,38px);
            line-height:1.04;
            font-weight:800;
        }

        .cta-banner p{
            margin:0 0 18px;
            max-width:760px;
            color:var(--muted);
        }

        /* =========================================================
           SECTION 15 : RESPONSIVE
        ========================================================== */
        @media (max-width:1100px){
            .hero-grid{grid-template-columns:1fr}
            .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
            .sample-grid{grid-template-columns:1fr 1fr}
            .hero-main-shot{min-height:320px}
        }

        @media (max-width:900px){
            .grid-3,
            .faq-grid,
            .content-list,
            .about-grid,
            .nadi-columns{
                grid-template-columns:1fr;
            }
        }

        @media (max-width:768px){
            .container{width:min(100% - 24px, var(--container))}
            .section{padding:34px 0}
            .hero-shell{padding:12px;border-radius:28px}
            .hero-panel,
            .hero-visual,
            .section-card,
            .cta-banner{padding:22px}
            .grid-4,
            .sample-grid{grid-template-columns:1fr}
            .tabs{flex-direction:column}
            .tab-btn{width:100%}
            .hero-title{font-size:36px}
            .section-head h2{font-size:30px}
            .hero-main-shot{min-height:260px}
            .hero-main-shot img{max-height:310px;padding:8px}
            .product-info-table{min-width:100%}
            .product-info-table,
            .product-info-table tbody,
            .product-info-table tr,
            .product-info-table th,
            .product-info-table td{
                display:block;
                width:100%;
            }
            .product-info-table tr{
                border-bottom:1px solid #efe4d8;
            }
            .product-info-table tr:last-child{border-bottom:none}
            .product-info-table th,
            .product-info-table td{
                padding:11px 14px;
                border-bottom:none;
            }
            .product-info-table th{white-space:normal}
            .product-info-table td{padding-top:0}
            .feature-card h3,
            .sample-card h3,
            .value-card h3,
            .faq-card h3,
            .shot-caption strong,
            .about-title{font-size:26px}
            .about-block h3{font-size:24px}
            .about-block{padding:20px}
            .btn{width:100%}
            .sample-actions .btn{width:100%}
        }

        @media (max-width:520px){
            .container{width:min(100% - 18px, var(--container))}
            .hero-panel,
            .hero-visual,
            .section-card,
            .cta-banner{padding:16px}
            .hero-title{font-size:32px}
            .hero-desc{font-size:15px}
            .section-head h2{font-size:27px}
            .hero-tags{gap:8px}
            .hero-tag{width:100%;justify-content:center}
            .hero-main-shot{min-height:220px}
            .slide{padding:10px}
            .slider-nav{gap:8px}
            .slider-btn{width:40px;height:40px}
        }
