
        :root {
            --bg-page:    #FFFAF5;
            --bg-warm:    #FFF4E8;
            --bg-card:    #FFFFFF;
            --bg-section: #FEF0DC;
            --border:     rgba(234, 139, 40, 0.18);
            --border-mid: rgba(234, 139, 40, 0.3);
            --accent:     #E87A1E;
            --accent-deep:#C45F08;
            --accent-lite:#FFA94D;
            --accent-glow:rgba(232, 122, 30, 0.25);
            --teal:       #0E9E82;
            --teal-dim:   rgba(14, 158, 130, 0.12);
            --text-head:  #1A1209;
            --text-body:  #4A3520;
            --text-muted: #9A7B5A;
            --font-display: 'Syne', sans-serif;
            --font-body:    'DM Sans', sans-serif;
            --radius:    16px;
            --radius-sm: 10px;
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --shadow-card: 0 4px 24px rgba(180, 100, 10, 0.08);
            --shadow-hover: 0 12px 48px rgba(180, 100, 10, 0.16);
        }

        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }

        body {
            background: var(--bg-page);
            color: var(--text-body);
            font-family: var(--font-body);
            font-size: 16px;
            line-height: 1.65;
            overflow-x: hidden;
        }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ TYPOGRAPHY ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); line-height: 1.15; color: var(--text-head); }
        .common_heading { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: var(--text-head); }
        .common_heading span { color: var(--accent); }
        .common_text { color: var(--text-body); font-size: 1.05rem; line-height: 1.75; }
        .clearall { clear: both; }
        .section-label {
            font-family: var(--font-display);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 10px;
            display: block;
        }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ BUTTONS ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .common_btn, .nav-btn, .compare_btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 30px;
            background: linear-gradient(135deg, var(--accent), var(--accent-deep));
            color: #fff !important;
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 0.88rem;
            letter-spacing: 0.02em;
            border-radius: 50px;
            border: none;
            text-decoration: none !important;
            cursor: pointer;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 20px var(--accent-glow);
            float: right;
        }
        .common_btn::after, .nav-btn::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            opacity: 0;
            transition: var(--transition);
        }
        .common_btn:hover::after, .nav-btn:hover::after { opacity: 1; }
        .common_btn:hover, .nav-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(232,122,30,0.45);
        }
        .btn-outline-hero {
            padding: 13px 28px;
            background: transparent;
            border: 1.5px solid var(--border-mid);
            color: var(--text-body) !important;
            border-radius: 50px;
            font-family: var(--font-display);
            font-weight: 600;
            font-size: 0.88rem;
            text-decoration: none !important;
            transition: var(--transition);
        }
        .btn-outline-hero:hover {
            border-color: var(--accent);
            color: var(--accent) !important;
            background: rgba(232,122,30,0.05);
        }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ NAV ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .top-fix-bar {
            position: fixed;
            top: 0; left: 0; right: 0;
            z-index: 1000;
            padding: 18px 0;
            transition: var(--transition);
        }
        .top-fix-bar.fixed-nav {
            background: rgba(255, 250, 245, 0.94);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--border);
            padding: 12px 0;
            box-shadow: 0 2px 20px rgba(180,100,10,0.07);
        }
        .nav-sec {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
        .logo_box img {filter: none;height: auto;}
        .menu-list {
            list-style: none;
            display: flex;
            gap: 32px;
            margin: 0;
            padding: 0;
        }
        .menu-list li a {
            color: var(--text-body);
            text-decoration: none;
            font-family: var(--font-display);
            font-weight: 600;
            font-size: 0.88rem;
            letter-spacing: 0.03em;
            transition: color 0.2s;
        }
        .menu-list li a:hover { color: var(--accent); }
        .fr { float: right; }
        .show-tab { display: none; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ HERO ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .bnr_section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
            background: linear-gradient(145deg, #FFFAF5 0%, #FFF4E6 55%, #FEF0DC 100%);
        }
        /* Dot pattern */
        .bnr_section .grid-bg {
            position: absolute;
            inset: 0;
            background-image: radial-gradient(circle, rgba(232,122,30,0.12) 1.5px, transparent 1.5px);
            background-size: 32px 32px;
            mask-image: radial-gradient(ellipse 90% 90% at 60% 50%, black 40%, transparent 100%);
        }
        .bnr_section::before {
            content: '';
            position: absolute;
            top: -15%; right: -8%;
            width: 650px; height: 650px;
            background: radial-gradient(circle, rgba(255,169,77,0.18) 0%, transparent 65%);
            border-radius: 50%;
            animation: pulse-blob 7s ease-in-out infinite;
        }
        .bnr_section::after {
            content: '';
            position: absolute;
            bottom: -10%; left: -5%;
            width: 450px; height: 450px;
            background: radial-gradient(circle, rgba(14,158,130,0.1) 0%, transparent 65%);
            border-radius: 50%;
            animation: pulse-blob 9s ease-in-out infinite reverse;
        }
        @keyframes pulse-blob {
            0%,100% { transform: scale(1); opacity: 0.7; }
            50%      { transform: scale(1.12); opacity: 1; }
        }

        .bnr_content { position: relative; z-index: 2; }
        .bnr_badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            background: rgba(232,122,30,0.1);
            border: 1px solid rgba(232,122,30,0.28);
            border-radius: 50px;
            font-size: 0.75rem;
            font-family: var(--font-display);
            font-weight: 700;
            color: var(--accent-deep);
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 22px;
        }
        .bnr_badge::before {
            content: '';
            width: 7px; height: 7px;
            background: var(--teal);
            border-radius: 50%;
            animation: blink 2s infinite;
        }
        @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.25} }

        .bnr_content h1 {
            font-size: clamp(2.4rem, 5vw, 3.8rem);
            font-weight: 800;
            line-height: 1.1;
            color: var(--text-head);
            margin-bottom: 20px;
        }
        .bnr_content h1 span {
            background: linear-gradient(135deg, var(--accent), var(--accent-lite));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bnr_para { color: var(--text-body); font-size: 1.08rem; max-width: 500px; margin-bottom: 36px; }
        .bnr_btns { display: flex; gap: 14px; flex-wrap: wrap; }
        .bnr_trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
        .trust-pill {
            display: flex;
            align-items: center;
            gap: 7px;
            padding: 7px 14px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 50px;
            font-size: 0.78rem;
            color: var(--text-body);
            box-shadow: 0 2px 8px rgba(180,100,10,0.06);
        }
        .trust-pill svg { color: var(--teal); flex-shrink: 0; }

        /* Hero right shield */
        .bnr_visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .shield-ring {
            position: relative;
            width: 420px; height: 420px;
            display: flex; align-items: center; justify-content: center;
        }
        .shield-ring::before {
            content: '';
            position: absolute; inset: 0;
            border-radius: 50%;
            border: 1.5px solid rgba(232,122,30,0.2);
            animation: rotate-ring 20s linear infinite;
        }
        .shield-ring::after {
            content: '';
            position: absolute; inset: 32px;
            border-radius: 50%;
            border: 1px dashed rgba(14,158,130,0.2);
            animation: rotate-ring 14s linear infinite reverse;
        }
        @keyframes rotate-ring { to { transform: rotate(360deg); } }

        .shield-core {
            width: 240px; height: 240px;
            background: linear-gradient(135deg, rgba(255,169,77,0.15), rgba(14,158,130,0.08));
            border: 1.5px solid rgba(232,122,30,0.25);
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            box-shadow: 0 0 60px rgba(232,122,30,0.15), inset 0 0 40px rgba(255,200,120,0.08);
        }
        .shield-svg { width: 96px; height: 96px; }
        .orbit-dot {
            position: absolute;
            width: 11px; height: 11px;
            border-radius: 50%;
        }
        .od1 { top: 12px; left: 50%; transform: translateX(-50%); background: var(--accent); box-shadow: 0 0 12px var(--accent); }
        .od2 { bottom: 12px; right: 28%; background: var(--teal); box-shadow: 0 0 12px var(--teal); }
        .od3 { top: 50%; left: 12px; transform: translateY(-50%); background: var(--accent-lite); box-shadow: 0 0 10px var(--accent-lite); }
        .float-icon {
            position: absolute;
            padding: 10px 14px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: var(--radius-sm);
            box-shadow: var(--shadow-card);
            animation: float-anim 4s ease-in-out infinite;
            text-align: center;
        }
        .fi1 { top: 14%; right: -28px; animation-delay: 0s; }
        .fi2 { bottom: 18%; left: -28px; animation-delay: 1.6s; }
        .fi3 { top: 54%; right: -28px; animation-delay: 0.8s; }
        @keyframes float-anim { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
        .fi-label { font-size: 0.68rem; color: var(--text-muted); font-family: var(--font-display); margin-top: 4px; }
        .fi-val { font-size: 0.75rem; color: var(--teal); font-weight: 700; font-family: var(--font-display); }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ TOP STRIP ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .top_strip {
            background: linear-gradient(90deg, rgba(232,122,30,0.08), rgba(14,158,130,0.06));
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            padding: 14px 0;
            text-align: center;
        }
        .top_strip p { margin: 0; color: var(--text-body); font-size: 0.9rem; }
        .top_strip a { color: var(--accent-deep); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(196,95,8,0.3); }
        .top_strip a:hover { color: var(--teal); }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ STATS STRIP ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .stats-strip {
            padding: 48px 0;
            background: #fff;
            border-bottom: 1px solid var(--border);
        }
        .stat-item { text-align: center; }
        .stat-val {
            font-family: var(--font-display);
            font-size: 2.4rem;
            font-weight: 800;
            background: linear-gradient(135deg, var(--accent), var(--accent-lite));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .stat-label { color: var(--text-muted); font-size: 0.83rem; margin-top: 4px; font-family: var(--font-display); }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ SECTION 1 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .section_1 {
            padding: 100px 0;
            background: var(--bg-page);
            position: relative;
            overflow: hidden;
        }
        .section_1::before {
            content: '';
            position: absolute;
            left: -180px; top: 50%;
            transform: translateY(-50%);
            width: 500px; height: 500px;
            background: radial-gradient(circle, rgba(14,158,130,0.07) 0%, transparent 65%);
            border-radius: 50%;
        }
        .ab-set { float: left; width: 45%; padding-right: 40px; }
        .ab-set img {width: 100%;border-radius: var(--radius);/* box-shadow: var(--shadow-hover); */}
        .sec1_content { float: right; width: 50%; padding-left: 20px; padding-top: 20px; }
        .sec1_content .common_heading { margin-bottom: 18px; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ SERVICES ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .services-section {
            padding: 100px 0;
            background: var(--bg-warm);
        }
        .services-section h2 {
            font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800;
            text-align: center;
            color: var(--text-head);
            margin-bottom: 10px;
        }
        .services-section h2 .text-dark { color: var(--accent) !important; }
        .services-section > .container > p {
            text-align: center;
            color: var(--text-body);
            max-width: 520px;
            margin: 0 auto 52px;
        }
        .service-card {
            background: #fff;
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 32px 26px;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-card);
        }
        .service-card::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--accent-lite));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.35s ease;
        }
        .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
        .service-card:hover::after { transform: scaleX(1); }
        .service-icon {
            width: 54px; height: 54px;
            background: linear-gradient(135deg, rgba(232,122,30,0.1), rgba(255,169,77,0.06));
            border: 1px solid rgba(232,122,30,0.18);
            border-radius: 14px;
            display: flex; align-items: center; justify-content: center;
            margin-bottom: 18px;
        }
        .service-icon img {width: 26px;height: 26px;filter: brightness(0.5);}
        .service-title { font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; color: var(--text-head); margin-bottom: 8px; }
        .service-desc { color: var(--text-body); font-size: 0.89rem; line-height: 1.65; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ HOW IT WORKS ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .how-it-works {
            padding: 100px 0;
            background: #fff;
        }
        .step-card {
            padding: 32px 22px;
            background: var(--bg-warm);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            text-align: center;
            transition: var(--transition);
            box-shadow: var(--shadow-card);
        }
        .step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
        .step-number {
            width: 52px; height: 52px;
            background: linear-gradient(135deg, var(--accent), var(--accent-deep));
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-family: var(--font-display);
            font-size: 1.1rem; font-weight: 800;
            color: #fff;
            margin: 0 auto 16px;
            box-shadow: 0 6px 20px var(--accent-glow);
        }
        .step-card h5 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--text-head); margin-bottom: 8px; }
        .step-card p { color: var(--text-body); font-size: 0.87rem; margin: 0; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ SECTION 4 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .section_4 {
            padding: 100px 0;
            background: var(--bg-section);
        }
        .sec4-img img {width: 100%;border-radius: var(--radius);/* box-shadow: var(--shadow-hover); */}
        .s4_mid_wrap { padding-left: 20px; }
        .s4_mid_box {
            display: flex;
            gap: 18px;
            align-items: flex-start;
            padding: 22px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: var(--radius);
            margin-bottom: 14px;
            transition: var(--transition);
            box-shadow: var(--shadow-card);
        }
        .s4_mid_box:hover { border-color: var(--accent); transform: translateX(5px); box-shadow: var(--shadow-hover); }
        .s4_bx_steps {
            width: 46px; height: 46px;
            background: linear-gradient(135deg, rgba(232,122,30,0.1), rgba(255,169,77,0.06));
            border: 1px solid var(--border);
            border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
        }
        .s4_bx_steps img {width: 22px;height: 22px;filter: brightness(0.5);}
        .ser-tx h3 { font-family: var(--font-display); font-size: 0.98rem; font-weight: 700; color: var(--text-head); margin-bottom: 4px; }
        .ser-tx p { color: var(--text-body); font-size: 0.87rem; margin: 0; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ PRICING ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .section_2 {
            padding: 100px 0;
            background: var(--bg-page);
        }
        .section_2 h1 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; text-align: center; margin-bottom: 8px; }
        .section_2 h4 {
            text-align: center;
            color: var(--accent);
            font-family: var(--font-display);
            font-size: 0.85rem;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            margin-bottom: 48px;
        }
        .compare_antivirus_box {
            background: #fff;
            border: 1.5px solid var(--border);
            border-radius: var(--radius);
            overflow: hidden;
            transition: var(--transition);
            box-shadow: var(--shadow-card);
        }
        .compare_antivirus_box:hover {
            transform: translateY(-7px);
            border-color: var(--accent);
            box-shadow: var(--shadow-hover);
        }
        .compare_antivirus_top { padding: 32px 28px; }
        .anti_heading { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--text-head); margin-bottom: 10px; }
        .price-test {
            font-family: var(--font-display);
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--accent);
            margin-bottom: 14px;
        }
        .compare_antivirus_btm { padding: 0 28px 28px; }
        .compare_btn.buyNow { width: 100%; justify-content: center; padding: 14px 28px; }
        .compare_btn.buyNow img { filter: brightness(10); width: 20px; height: auto; }
        .compare_antivirus_wrap hr { border-color: var(--border); margin: 32px 0; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ FAQ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .faq-section {
            padding: 100px 0;
            background: var(--bg-warm);
        }
        .faq-section h2 {font-size: clamp(1.8rem, 3.5vw, 2.4rem);font-weight: 800;text-align: center;margin-bottom: 0;}
        .accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: transparent; }
        .accordion-item {
            background: #fff !important;
            border: 1px solid var(--border) !important;
            border-radius: var(--radius) !important;
            margin-bottom: 10px;
            overflow: hidden;
            box-shadow: var(--shadow-card);
        }
        .accordion-button {
            background: #fff !important;
            color: var(--text-head) !important;
            font-family: var(--font-display);
            font-weight: 600;
            font-size: 0.93rem;
            padding: 20px 24px;
            box-shadow: none !important;
        }
        .accordion-button:not(.collapsed) { color: var(--accent) !important; background: rgba(232,122,30,0.04) !important; }
        .accordion-button::after { filter: none; opacity: 0.6; }
        .accordion-body { background: #fff; color: var(--text-body); padding: 0 24px 20px; font-size: 0.91rem; line-height: 1.7; }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ CTA SECTION ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .section6 { padding: 80px 0; background: var(--bg-page); }
        .ban-cont {
            background: linear-gradient(135deg, #FFF4E6 0%, #FEE8CC 50%, #FFF0DC 100%);
            border: 1.5px solid rgba(232,122,30,0.22);
            border-radius: 24px;
            padding: 64px 48px;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 48px rgba(180,100,10,0.1);
        }
        .ban-cont::before {
            content: '';
            position: absolute;
            top: -80px; left: 50%;
            transform: translateX(-50%);
            width: 400px; height: 400px;
            background: radial-gradient(circle, rgba(232,122,30,0.1) 0%, transparent 65%);
            border-radius: 50%;
        }
        .ban-cont h6 {
            font-family: var(--font-display);
            font-size: 0.75rem; font-weight: 700;
            letter-spacing: 0.16em; text-transform: uppercase;
            color: var(--teal); margin-bottom: 10px;
        }
        .ban-cont h4 {
            font-family: var(--font-display);
            font-size: clamp(1.8rem, 3.5vw, 2.4rem);
            font-weight: 800; color: var(--text-head); margin-bottom: 14px;
        }
        .ban-cont h4 span { color: var(--accent); }
        .ban-cont p { color: var(--text-body); max-width: 560px; margin: 0 auto 32px; }

        /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ FOOTER ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
        .footer {
            background: #1A0F06;
            padding: 0;
            position: relative;
            overflow: hidden;
        }
        .footer::before {
            content: '';
            position: absolute;
            top: -120px; left: 50%;
            transform: translateX(-50%);
            width: 700px; height: 300px;
            background: radial-gradient(ellipse, rgba(232,122,30,0.08) 0%, transparent 70%);
            pointer-events: none;
        }
        .footer-accent-bar {
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--accent), var(--accent-lite), var(--teal), transparent);
        }
        .footer-top {
            padding: 70px 0 50px;
            border-bottom: 1px solid rgba(255,255,255,0.07);
        }
        .footer-brand { max-width: 280px; }
        .footer-brand .ftr_logo { margin-bottom: 16px; display: block; filter: brightness(1.1); }
        .footer-brand-desc {
            color: rgba(255,255,255,0.42);
            font-size: 0.88rem;
            line-height: 1.7;
            margin-bottom: 22px;
        }
        .footer-socials { display: flex; gap: 10px; }
        .footer-socials a {
            width: 36px; height: 36px;
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 8px;
            display: flex; align-items: center; justify-content: center;
            color: rgba(255,255,255,0.45);
            text-decoration: none;
            transition: var(--transition);
        }
        .footer-socials a:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }
        .footer-col-title {
            font-family: var(--font-display);
            font-size: 0.76rem; font-weight: 700;
            letter-spacing: 0.14em; text-transform: uppercase;
            color: var(--accent-lite);
            margin-bottom: 20px;
            display: flex; align-items: center; gap: 8px;
        }
        .footer-col-title::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.07); }
        .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
        .footer-links li a {
            color: rgba(255,255,255,0.42);
            text-decoration: none; font-size: 0.88rem;
            display: flex; align-items: center; gap: 7px;
            transition: var(--transition);
        }
        .footer-links li a::before { content: '>'; color: var(--accent); font-size: 1rem; line-height: 1; transition: transform 0.2s; }
        .footer-links li a:hover { color: #fff; }
        .footer-links li a:hover::before { transform: translateX(3px); }
        .footer-contact { display: flex; flex-direction: column; gap: 14px; }
        .footer-contact-item { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.42); font-size: 0.87rem; line-height: 1.55; }
        .fci-icon {
            width: 28px; height: 28px;
            background: rgba(232,122,30,0.12);
            border: 1px solid rgba(232,122,30,0.2);
            border-radius: 7px;
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0; margin-top: 1px;
        }
        .fci-icon svg { color: var(--accent-lite); }
        .footer-contact-item strong { color: rgba(255,255,255,0.7); display: block; font-size: 0.78rem; font-weight: 600; margin-bottom: 2px; }
        .footer-bottom {
            padding: 20px 0;
            display: flex; align-items: center; justify-content: space-between;
            flex-wrap: wrap; gap: 10px;
        }
        .footer-copy { color: rgba(255,255,255,0.25); font-size: 0.81rem; margin: 0; }
        .footer-copy a { color: rgba(255,255,255,0.25); text-decoration: none; }
        .footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
        .footer-legal a { color: rgba(255,255,255,0.25); font-size: 0.81rem; text-decoration: none; transition: color 0.2s; }
        .footer-legal a:hover { color: var(--accent-lite); }
        /* keep old classes so nothing breaks */
        .ftr_logo { margin-bottom: 0; }
        .ftr-txt { display: none; }
        @media (max-width: 767px) {
            .footer-brand { max-width: 100%; margin-bottom: 36px; }
            .footer-bottom { flex-direction: column; text-align: center; }
            .footer-legal { justify-content: center; }
        }

        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ MOBILE MENU ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
        .show-mob { display: none; }
        @media (max-width: 991px) {
            .ab-set, .sec1_content { float: none; width: 100%; padding: 0; margin-bottom: 32px; }
            .shield-ring { width: 320px; height: 320px; }
            .shield-core { width: 190px; height: 190px; }
            .bnr_section { padding: 100px 0 60px; }
        }
        @media (max-width: 767px) {
            .show-tab {display: inline-block;float: right;top: 13px;position: relative;}
            .menu-list.fr, .nav-btn { display: none; }
            .mobilemenu {
                display: none; list-style: none; padding: 10px 0;
                position: absolute; top: 100%; left: 0; right: 0;
                background: rgba(255,250,245,0.98);
                border-bottom: 1px solid var(--border);
                backdrop-filter: blur(12px);
            }
            .mobilemenu li a {
                display: block; padding: 10px 20px;
                color: var(--text-body); text-decoration: none;
                font-family: var(--font-display); font-weight: 600;
            }
            .bnr_visual { margin-top: 36px; }
            .shield-ring { width: 260px; height: 260px; }
            .shield-core { width: 150px; height: 150px; }
            .fi1, .fi2, .fi3 { display: none; }
            .show-mob { display: block !important; }
            .ban-cont { padding: 40px 24px; }
            .s4_mid_wrap { padding-left: 0; margin-top: 32px; }
        }
        .mob-mnu-ic button { background: none; border: none; cursor: pointer; padding: 8px; }
        .bar1,.bar2,.bar3 { width: 24px; height: 2px; background: var(--text-body); margin: 5px 0; transition: var(--transition); border-radius: 2px; }
        .dl-active .bar1 { transform: rotate(-45deg) translate(-5px, 6px); }
        .dl-active .bar2 { opacity: 0; }
        .dl-active .bar3 { transform: rotate(45deg) translate(-5px, -6px); }
        #loading-indicator { color: var(--text-muted); text-align: center; font-size: 0.9rem; }




        .logo_box {display: inline-block;}

ul.menu-list.fr {
    margin-right: 20px;
    margin-top: 12px;
}
.anti_list li img{
    display: none;
}
.comp_btn_box {
    display: inline-block;
    width: 100%;
}
.comp_btn_box {
    display: inline-block;
    width: 100%;
}

ul.anti_list {
    height: 330px;
    overflow-y: auto;
}

p.anti_text {
    font-weight: bold;
    font-size: 20px;
    min-height: 78px;
}

.terms-wrapper{
    padding:80px 0;
    background:#FFFDF8;
}

.terms-card{
    background:#ffffff;
    border-radius:20px;
    padding:50px;
    box-shadow:0 10px 40px rgba(0,0,0,.06);
    border:1px solid #F2D2B6;
}

.terms-header{
    text-align:center;
    margin-bottom:40px;
}

.terms-header h1{
    font-size:42px;
    font-weight:700;
    color:#111111;
    margin-bottom:15px;
}

.terms-header .line{
    width:80px;
    height:4px;
    background:#E87A1E;
    margin:auto;
    border-radius:20px;
}

.terms-card h2{
    color:#111111;
    font-size:28px;
    font-weight:700;
    margin-top:40px;
    margin-bottom:20px;
    padding-left:15px;
    border-left:5px solid #E87A1E;
}

.terms-card p{
    color:#444444;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}

.terms-card ul{
    padding-left:25px;
    margin-bottom:20px;
}

.terms-card li{
    color:#444444;
    line-height:1.8;
    margin-bottom:10px;
}

.terms-card strong{
    color:#111111;
}

.terms-card a{
    color:#E87A1E;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.terms-card a:hover{
    color:#111111;
}

.package-box{
    background:#FFF8F2;
    border:1px solid #F2D2B6;
    border-radius:12px;
    padding:25px;
    margin:25px 0;
}

.package-box p{
    margin-bottom:10px;
}

.footer-section{
    background:#111111;
    padding:50px 0;
}

.footer-section img{
    max-height:65px;
}

.footer-section a{
    color:#E87A1E;
    text-decoration:none;
    transition:.3s;
}

.footer-section a:hover{
    color:#ffffff;
}

.footer-section .text-white{
    color:#ffffff !important;
}

@media(max-width:768px){

    .terms-wrapper{
        padding:40px 0;
    }

    .terms-card{
        padding:25px;
        border-radius:15px;
    }

    .terms-header h1{
        font-size:32px;
    }

    .terms-card h2{
        font-size:22px;
    }

    .terms-card p,
    .terms-card li{
        font-size:15px;
    }
}
.contact-wrapper{
background:#FFFDF8;
padding:80px 0;
}

.contact-header{
text-align:center;
margin-bottom:60px;
}

.contact-header h1{
font-size:42px;
font-weight:700;
color:#111111;
margin-bottom:15px;
}

.contact-header .line{
width:80px;
height:4px;
background:#E87A1E;
margin:0 auto 25px;
border-radius:20px;
}

.contact-header p{
max-width:700px;
margin:auto;
color:#555;
font-size:17px;
line-height:1.8;
}

.contact-header span{
color:#E87A1E;
font-weight:600;
}

.contact-card{
background:#ffffff;
border:1px solid #F2D2B6;
border-radius:20px;
padding:40px 30px;
text-align:center;
height:100%;
transition:.35s;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.contact-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(232,122,30,.15);
}

.contact-icon{width:90px;height:90px;margin:0 auto 25px;background: #d99a65;border-radius:50%;display:flex;align-items:center;justify-content:center;}

.contact-icon img{
width:45px;
}

.contact-card h4{
color:#111111;
font-size:24px;
font-weight:700;
margin-bottom:20px;
}

.contact-card p{
color:#555555;
line-height:1.8;
margin-bottom:0;
}

.contact-card a{
color:#E87A1E;
text-decoration:none;
font-weight:600;
}

.contact-card a:hover
{
    
}

@media(max-width:768px){


.contact-wrapper{
    padding:50px 0;
}

.contact-header h1{
    font-size:32px;
}

.contact-card{
    padding:30px 20px;
}


}



.checxkout{
    padding:80px 0;
    background:#FFF8F2;
}

.checkout-grid{
    gap:30px;
}

.uk-form-rate-body,
.card-rate-ViraSafe{
    background:#fff;
    border:none !important;
    border-radius:24px !important;
    box-shadow:
    0 20px 60px rgba(0,0,0,.06) !important;
}

.uk-form-manage-body{
    padding:30px;
}

.checkout-title,
.title{
    font-size:30px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}

.title:after{
    content:'';
    display:block;
    width:60px;
    height:4px;
    background:var(--primary);
    margin-top:12px;
    border-radius:50px;
}

.trust-banner{
    background:#FFF4EA;
    border:1px solid rgba(232,122,30,.25);
    padding:18px;
    text-align:center;
    font-weight:600;
    color:#111;
    border-radius:14px;
    margin-bottom:25px;
}

#product_name{
    font-size:26px !important;
    font-weight:700;
    color:#111;
}

.plan_price{
    color:var(--primary) !important;
    font-size:24px !important;
    font-weight:700;
}

.form-group{
    margin-bottom:22px;
}

.form-group label{
    font-weight:600;
    color:#111;
    margin-bottom:8px;
    display:block;
    text-align: left;
}

.required{
    color:var(--primary);
}

.form-control{
    height:58px;
    border-radius:14px;
    border:1px solid #ddd;
    padding:0 18px;
    font-size:15px;
    transition:.3s;
    background:#fff;
}

.form-control:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 5px rgba(232,122,30,.12);
}

textarea.form-control{
    height:120px;
    padding-top:15px;
}

.agree-para{
    display:block;
    color:#666;
    line-height:1.8;
    font-size:14px;
}

.agree-para a{
    color:var(--primary) !important;
    font-weight:600;
}

#agreecheckbox{
    transform:scale(1.3);
    float: left;
    margin-right:12px !important;
}

.payment-box{
    margin-top:30px;
}

#MainContent_btnPayment{
    width:100%;
    height:64px;
    border:none;
    border-radius:16px;
    background:linear-gradient(
    135deg,
    #E87A1E,
    #FFA75A);
    color:#fff;
    font-size:18px;
    font-weight:700;
    transition:.35s;
}

#MainContent_btnPayment:hover{
    transform:translateY(-3px);
    box-shadow:
    0 20px 40px rgba(232,122,30,.25);
}

#MainContent_features_right{
    padding:30px;
}

#MainContent_features_right h5{
    font-size:30px;
    font-weight:700;
    color:#111;
}

.uk-grid-step{
    padding:18px 0;
    border-bottom:1px solid #f1f1f1;
}

.uk-grid-step:last-child{
    border-bottom:none;
}

.cs_icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#FFF4EA;
    border:1px solid rgba(232,122,30,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:auto;
}

.uk-section-description{
    color:#666;
    line-height:1.8;
}

.secure-payment-img{
    max-width:220px;
}

[ng-repeat="(key,item) in cart"]{
    border:1px solid #f2f2f2 !important;
    border-radius:18px !important;
    box-shadow:none !important;
    background:#fff;
    padding:20px !important;
}

hr{
    border-color:#f0f0f0;
}

@media(max-width:991px){

    .checxkout{
        padding:40px 0;
    }

    .checkout-title,
    .title{
        font-size:24px;
    }

    #MainContent_features_right{
        margin-top:25px;
    }
}
.checkout_left select, .checkout_left input{

}




.thankyou-section{
    min-height:80vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
    radial-gradient(circle at top right,
    rgba(232,122,30,.08),
    transparent 35%),
    #fafafa;
    padding:80px 0;
}

.thankyou-card{
    max-width:750px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    padding:50px;
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #f2f2f2;
}

.success-icon{
    width:100px;
    height:100px;
    margin:auto;
    border-radius:50%;
    background:rgba(232,122,30,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.success-icon i{
    font-size:48px;
    color:#E87A1E;
}

.order-status{
    display:inline-block;
    background:#FFF4EA;
    color:#E87A1E;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.thankyou-card h1{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.thankyou-desc{
    font-size:17px;
    color:#666;
    line-height:1.8;
    max-width:600px;
    margin:0 auto 30px;
}

.order-box{
    background:#FFF8F2;
    border:1px solid rgba(232,122,30,.15);
    border-radius:18px;
    padding:25px;
    margin-bottom:30px;
}

.order-box span{
    display:block;
    color:#777;
    font-size:14px;
    margin-bottom:8px;
}

.order-box h3{
    margin:0;
    color:#E87A1E;
    font-size:32px;
    font-weight:700;
}

.thankyou-info{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.info-item{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:12px 18px;
    font-size:14px;
    font-weight:500;
    color:#333;
}

.btn-home{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#E87A1E;
    color:#fff !important;
    text-decoration:none;
    padding:15px 40px;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.btn-home:hover{
    background:#d96f13;
    transform:translateY(-2px);
}

@media(max-width:768px){

    .thankyou-card{
        padding:35px 25px;
    }

    .thankyou-card h1{
        font-size:30px;
    }

    .order-box h3{
        font-size:24px;
    }

    .thankyou-info{
        flex-direction:column;
    }
}
.thankyou-section{
    min-height:80vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
    radial-gradient(circle at top right,
    rgba(232,122,30,.08),
    transparent 35%),
    #fafafa;
    padding:80px 0;
}

.thankyou-card{
    max-width:750px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    padding:50px;
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #f2f2f2;
}

.success-icon{
    width:100px;
    height:100px;
    margin:auto;
    border-radius:50%;
    background:rgba(232,122,30,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.success-icon i{
    font-size:48px;
    color:#E87A1E;
}

.order-status{
    display:inline-block;
    background:#FFF4EA;
    color:#E87A1E;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.thankyou-card h1{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.thankyou-desc{
    font-size:17px;
    color:#666;
    line-height:1.8;
    max-width:600px;
    margin:0 auto 30px;
}

.order-box{
    background:#FFF8F2;
    border:1px solid rgba(232,122,30,.15);
    border-radius:18px;
    padding:25px;
    margin-bottom:30px;
}

.order-box span{
    display:block;
    color:#777;
    font-size:14px;
    margin-bottom:8px;
}

.order-box h3{
    margin:0;
    color:#E87A1E;
    font-size:32px;
    font-weight:700;
}

.thankyou-info{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.info-item{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:12px 18px;
    font-size:14px;
    font-weight:500;
    color:#333;
}

.btn-home{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#E87A1E;
    color:#fff !important;
    text-decoration:none;
    padding:15px 40px;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.btn-home:hover{
    background:#d96f13;
    transform:translateY(-2px);
}

@media(max-width:768px){

    .thankyou-card{
        padding:35px 25px;
    }

    .thankyou-card h1{
        font-size:30px;
    }

    .order-box h3{
        font-size:24px;
    }

    .thankyou-info{
        flex-direction:column;
    }
}

.sec-btn.mt-3.d-block {
    width: 100%;
    display: block;
    margin: auto;
}

 button#signup {
    width: auto;
    float: none;
        display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #fff !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    border-radius: 50px;
    border: none;
    text-decoration: none !important;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px var(--accent-glow);
   
}


.account-sec{
    padding:100px 0;
    background:
    radial-gradient(circle at top right,
    rgba(232,122,30,.08),
    transparent 35%),
    #FFF8F2;
}

.login-wrapper{
    max-width:1100px;
    margin:auto;
}

.login-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 80px rgba(0,0,0,.08);
    display:flex;
    min-height:650px;
}

.login-left{
    width:45%;
    background:linear-gradient(
    135deg,
    #E87A1E,
    #FFAA61);
    padding:60px;
    color:#fff;
    position:relative;
}

.login-right{
    width:55%;
    padding:60px;
    background:#fff;
}

.login-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.login-left h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.login-left p{
    color:rgba(255,255,255,.9);
    line-height:1.8;
}

.security-feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-top:30px;
}

.security-icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.security-feature h5{
    color:#fff;
    margin-bottom:5px;
}

.security-feature p{
    margin:0;
    font-size:14px;
}

.login-header{
    margin-bottom:35px;
}

.login-header .title{
    font-size:38px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.login-header p{
    color:#666;
    font-size:15px;
}

.form-group{
    margin-bottom:22px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#111;
}

.login-form,
.form-control{
    width:100%;
    height:58px;
    border:1px solid #ddd;
    border-radius:14px;
    padding:0 18px;
    font-size:15px;
    transition:.3s;
}

.login-form:focus,
.form-control:focus{
    border-color:#E87A1E;
    box-shadow:0 0 0 5px rgba(232,122,30,.12);
    outline:none;
}

.signin{
    width:100%;
    height:60px;
    border:none;
    border-radius:14px;
    background:#E87A1E;
    color:#fff;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.signin:hover{
    background:#d96c11;
    transform:translateY(-2px);
}

.login-footer{
    text-align:center;
    margin-top:20px;
}

.login-footer a{
    color:#E87A1E;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:991px){

    .login-card{
        flex-direction:column;
    }

    .login-left,
    .login-right{
        width:100%;
        padding:35px;
    }

    .login-left h2{
        font-size:32px;
    }

    .login-header .title{
        font-size:30px;
    }
}
div#cookiePopup
{
    background: #000 !important;
}
button#acceptCookie {
    padding: 10px;
    border: none;
    background: #e17419;
    padding: 10px 30px;
    color: #fff;
}

button#declineCookie {
    background: #585858;
    color: #fff;
    border: none;
    color: #fff !important;
    padding: 10px 30px;
}

.uk-grid.uk-grid-small.uk-grid-step {
    /* background: #eee; */
}

.uk-width-1-1\@s.uk-margin-remove.uk-margin-remove-right.uk-padding-remove-left.uk-padding-remove-right.uk-padding-remove-bottom {
    background: #de7318;
    color: #fff;
}

.uk-width-5-6\@m.uk-width-1-1.uk-padding-remove {
    background: #fffaf5;
}

p.uk-text.uk-text-medium.uk-margin-remove-left.uk-padding-remove-bottom.uk-margin-remove-top {
    padding: 10px;
}
.checkout-product-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:22px;
    margin-bottom:15px;
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s ease;
}

.checkout-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.product-icon{
    width:60px;
    height:60px;
    border-radius:16px;
    background: #e07419;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.product-icon i{
    color:#fff;
    font-size:1.7rem;
}

.product-info{
    flex:1;
}

.product-title{
    margin:0 0 8px;
    font-size:1.2rem;
    font-weight:700;
    color:#111827;
}

.product-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background: #fff3e7;
    color: #e07419;
    font-size:.8rem;
    font-weight:600;
    padding:6px 12px;
    border-radius:30px;
}

.product-price{
    text-align:right;
}

.price-label{
    display:block;
    font-size:.75rem;
    color:#6b7280;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.price-value{
    font-size:1.8rem;
    font-weight:800;
    color: #e07419;
    line-height:1;
}

@media(max-width:767px){

    .checkout-product-card{
        flex-direction:column;
        text-align:center;
    }

    .product-price{
        text-align:center;
    }
}