::-webkit-scrollbar{width: 8px; height: 8px}
        ::-webkit-scrollbar-track{background: #161625; border-radius: 20px}
        ::-webkit-scrollbar-thumb{background: linear-gradient(#a78bfa, #c026d3); border-radius: 20px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
        ::-webkit-scrollbar-thumb:hover{background: linear-gradient(#c4b5fd, #e879f9)}
        html{scrollbar-color: #a78bfa #161625; scrollbar-width: thin; height: 100%; margin: 0}

        ::selection{background: rgb(125, 0, 255); color: #ffffff}


        :root{
            --theme-toggle-bg: rgb(35, 34, 55);
            --theme-toggle-border: rgb(45, 44, 65);

            --bg-page: rgb(14, 27, 35);
            --bg-1: #04040c;
            --bg-2: #0a0a1f;

            --bg-header: rgba(15, 15, 28, 0.97);
            --header-border: rgba(167, 139, 250, 0.25);
            --header-shadow: rgba(0, 0, 0, 0.7);

            --nav-item-border: rgb(125, 0, 255);
            --nav-item-text: rgb(175, 175, 200);
            --nav-item-text-hover: Snow;

            --premium-block-glow: rgba(125, 0, 255, 0.9);

            --fillform-bg: Orange;
            --fillform-bg-hover: DarkOrange;
            --fillform-text: White;
            --fillform-glow: Orange;

            --bottom-bg: linear-gradient(160deg, rgba(124, 92, 255, 0.10), rgba(255, 255, 255, 0.02));
            --bottom-border: rgba(168, 130, 255, 0.18);
            --bottom-shadow: rgba(80, 30, 180, 0.55);
            --bottom-text: Lavender;

            --left-title-gradient-start: #efe6ff;
            --left-title-gradient-end: #b79bff;
            --left-h2-text: Lavender;
            --left-h2-hover: rgb(125, 0, 255);
            --left-h3-text: #cabdf0;
            --left-h4-text: #9c8cc4;

            --right-border: rgba(255, 255, 255, 0.07);
            --right-h5-text: #8a76c4;

            --item-free-text: #f1eaff;
            --item-free-border: rgb(255, 255, 255, 0.09);

            --item-premium-bg: rgb(255, 255, 255, 0.02);
            --item-premium-hover: BlueViolet;

            --divider-color: rgba(168, 130, 255, 0.35);
            --copyright-text: #6f5f99;

            --news-border: rgba(125, 0, 255, 0.25);
            --news-hat-bg: transparent;
            --news-hat-text: #f4f4fa;
            --news-card-bg: rgba(20, 14, 35, 0.6);


            --feedback-card-bg: rgb(19, 19, 24, 0.8);
            --feedback-name-color: Snow;
            --feedback-date-color: Gray;
            --feedback-opinion-color: rgb(175, 175, 175);
            --feedback-stars-color: Snow;

            --add-feedback-border: rgb(50, 50, 50);
            --add-feedback-btn-hover-text: Black;
            --feedback-input-bg: rgb(45, 45, 45);
            --feedback-input-border: Gray;
            --feedback-input-text: Snow;
            --feedback-input-border-hover: DarkSlateGray;
            --leave-feedback-text: Snow;

            --example-border: rgb(50, 150, 75);
            --example-hat-bg: rgb(25, 125, 50);
            --example-hat-text: rgb(50, 175, 75);
            --example-free-img-border: #5973eb;
            --example-premium-img-border: rgb(125, 0, 225);
            --example-choice-template-bg: rgb(35, 35, 40);
            --example-choice-template-border: rgb(45, 45, 55);
            --all-template-example-choice-border: rgb(120, 120, 135);
            --free-template-example-choice-border: rgb(110, 180, 255);
            --premium-template-example-choice-border: rgb(180, 110, 255);


            --create-resume-hat-text: Snow;
            --step-number-bg: rgb(0, 100, 135);
            --step-number-text: Cyan;
            --step-text-bg: rgb(0, 55, 90);
            --step-text-color: Lavender;

            --choice-box-text: Lavender;
            --span-pro-bg: rgba(75, 0, 130, 0.7);
            --span-pro-border: Indigo;
            --span-pro-text: Magenta;

            --choice-item-text: #f1eaff;
            --choice-premium-bg: rgba(40, 0, 90, 0.3);
            --choice-premium-border: rgba(168, 130, 255, 0.14);
            --choice-free-bg: rgba(45, 25, 118, 0.3);

            --quality-premium-bg: rgba(75, 0, 125, 0.3);
            --quality-premium-border: rgba(100, 0, 125, 0.5);
            --quality-free-bg: rgba(0, 50, 100, 0.3);
            --quality-free-border: rgba(0, 75, 125, 0.5);
            --quality-premium-h2-bg: rgba(75, 0, 100, 0.8);
            --quality-premium-h2-border: rgb(100, 0, 125);
            --quality-free-h2-bg: rgb(50, 50, 100);
            --quality-free-h2-border: rgb(75, 75, 125);
            --quality-h2-text: Snow;

            --container-packets-div: linear-gradient(180deg, rgba(20, 20, 40, 0.4), rgba(10, 10, 25, 0.5));
            --packet-three-gradient-one: rgb(125, 0, 255, 0.15);
            --packet-three-gradient-two: rgb(75, 0, 200, 0.09);

            --stat-bg: rgb(255, 255, 255, 0.04);

            --faq-text-2: rgb(200, 200, 225, 0.6);
            --faq-border-items: rgba(255,255,255,0.04);


            --features-bg-secondary: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
            --features-text-muted: #a1a1aa;
            --features-accent-glow: rgba(99, 102, 241, 0.3);
            --features-border-color: rgba(255, 255, 255, 0.1);
            --features-radius-lg: 20px;
            --features-text-color-us: Snow;

            --create-resume-text: Snow;

            --from-light-to-dark: Snow;

            --show-packets-bg: rgba(255, 255, 255, 0.04);
            --show-packets-bg-hover: rgb(255, 255, 255, 0.2);

            --load-more-btn-border: rgb(255, 255, 255, 0.2);
            --load-more-btn-bg: rgb(255, 255, 255, 0.1);
            --load-more-btn-border-hover: rgb(255, 255, 255, 0.4);
        }

        [data-theme="light"]{
            --theme-toggle-bg: #ffffff;
            --theme-toggle-border: rgb(225, 225, 225);

            --bg-page: rgb(255, 255, 255, 0.8);

            --bg-1: rgb(245, 245, 255);
            --bg-2: rgb(245, 245, 255);

            --bg-header: rgba(255, 255, 255, 0.95);
            --header-border: rgba(124, 58, 237, 0.15);
            --header-shadow: rgba(0, 0, 0, 0.08);

            --nav-item-border: rgb(124, 58, 237);
            --nav-item-text: rgb(40, 37, 56);
            --nav-item-text-hover: rgb(124, 58, 237);

            --premium-block-glow: rgba(124, 58, 237, 0.15);

            --fillform-bg: #ea580c;
            --fillform-bg-hover: #c2410c;
            --fillform-text: White;
            --fillform-glow: rgba(234, 88, 12, 0.4);

            --bottom-bg: linear-gradient(160deg, rgba(124, 92, 255, 0.06), rgba(255, 255, 255, 0.4));
            --bottom-border: rgba(124, 58, 237, 0.12);
            --bottom-shadow: rgba(124, 58, 237, 0.1);
            --bottom-text: #3730a3;

            --left-title-gradient-start: #4c1d95;
            --left-title-gradient-end: #7c3aed;
            --left-h2-text: #3730a3;
            --left-h2-hover: #7c3aed;
            --left-h3-text: #5b21b6;
            --left-h4-text: #7c6aa8;

            --right-border: rgba(124, 58, 237, 0.12);
            --right-h5-text: #7c6aa8;

            --item-free-text: #3730a3;
            --item-free-border: rgb(200, 200, 200);

            --item-premium-bg: linear-gradient(90deg, rgba(184, 140, 255, 0.1), rgba(255, 255, 255, 0.6));
            --item-premium-hover: #6d28d9;

            --divider-color: rgba(124, 58, 237, 0.2);
            --copyright-text: #9c8cc4;

            --news-border: rgba(124, 58, 237, 0.2);
            --news-hat-bg: transparent;
            --news-hat-text: #4f46e5;
            --news-card-bg: rgba(245, 245, 250, 0.9);

            --feedback-card-bg: #ffffff;
            --feedback-name-color: #1a1a2e;
            --feedback-date-color: #8a8a95;
            --feedback-opinion-color: #4a4a55;
            --feedback-stars-color: #ea580c;

            --add-feedback-btn-hover-text: White;
            --feedback-input-bg: #ffffff;
            --feedback-input-border: #d0d0da;
            --feedback-input-text: #1a1a2e;
            --feedback-input-border-hover: #a0a0b0;
            --leave-feedback-text: #1a1a2e;

            --example-border: rgb(134, 197, 155);
            --example-hat-bg: rgb(220, 245, 225);
            --example-hat-text: rgb(30, 120, 60);
            --example-free-img-border: #5973eb;
            --example-premium-img-border: rgb(150, 90, 220);
            --example-choice-template-bg: rgb(255, 255, 255, 0.5);
            --example-choice-template-border: rgb(200, 200, 200, 0.4);
            --all-template-example-choice-border: rgb(150, 150, 165);
            --free-template-example-choice-border: rgb(0, 60, 135);
            --premium-template-example-choice-border: rgb(60, 0, 155);

            --create-resume-hat-text: Black;
            --step-number-bg: rgb(191, 219, 254);
            --step-number-text: rgb(30, 90, 150);
            --step-text-bg: rgb(224, 231, 255);
            --step-text-color: #3730a3;

            --choice-box-text: #3730a3;
            --span-pro-bg: rgba(124, 58, 237, 0.12);
            --span-pro-border: #7c3aed;
            --span-pro-text: #a21caf;

            --choice-item-text: #3730a3;
            --choice-premium-bg: rgba(124, 58, 237, 0.06);
            --choice-premium-border: rgba(124, 58, 237, 0.14);
            --choice-free-bg: rgba(59, 130, 246, 0.06);

            --quality-premium-bg: rgba(124, 58, 237, 0.06);
            --quality-premium-border: rgba(124, 58, 237, 0.2);
            --quality-free-bg: rgba(59, 130, 246, 0.06);
            --quality-free-border: rgba(59, 130, 246, 0.2);
            --quality-premium-h2-bg: rgba(124, 58, 237, 0.15);
            --quality-premium-h2-border: #7c3aed;
            --quality-free-h2-bg: rgba(59, 130, 246, 0.15);
            --quality-free-h2-border: #3b82f6;
            --quality-h2-text: #1a1a2e;

            --container-packets-div: rgb(125, 0, 255, 0.05);
            --packet-three-gradient-one: rgb(125, 0, 255, 0.2);
            --packet-three-gradient-two: rgb(125, 0, 255, 0.1);

            --stat-bg: rgb(175, 175, 225);

            --faq-text-2: Teal;
            --faq-border-items: rgba(25,25,25,0.18);

            --features-bg-secondary: rgb(175, 175, 255, 0.4);
            --features-text-color-us: Gray;

            --create-resume-text: Black;

            --from-light-to-dark: Black;

            --show-packets-bg: rgba(125, 125, 125);
            --show-packets-bg-hover: rgb(50, 50, 50);


            --load-more-btn-border: rgb(150, 150, 150);
            --load-more-btn-bg: rgb(200, 200, 200);
            --load-more-btn-border-hover: rgb(100, 100, 100);
        }


        body{
            background: var(--bg-page);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            min-height: 100%;
            margin: 0;
            position: relative;
            isolation: isolate;
            overflow-x: hidden;
        }

        .bg-mesh {
          position: fixed; inset: 0; z-index: -3;
          background:
            radial-gradient(ellipse 80% 60% at 20% 10%, rgba(99,102,241,0.25), transparent 60%),
            radial-gradient(ellipse 70% 50% at 80% 20%, rgba(139,92,246,0.22), transparent 60%),
            radial-gradient(ellipse 60% 50% at 50% 80%, rgba(6,182,212,0.18), transparent 60%),
            radial-gradient(ellipse 50% 40% at 90% 70%, rgba(236,72,153,0.15), transparent 60%),
            linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 50%, var(--bg-1) 100%);
        }
        .bg-grid {
          position: fixed; inset: 0; z-index: -2;
          background-image:
            linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
          background-size: 60px 60px;
          mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 100%);
          -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 100%);
        }
        .bg-noise {
          position: fixed; inset: 0; z-index: -1; opacity: 0.06; pointer-events: none;
          background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
        }


        .bg-orb{
            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            z-index: -1;
            will-change: transform, opacity;
            mix-blend-mode: screen;
        }

        .bg-orb-1{
            width: 520px;
            height: 520px;
            top: -180px;
            left: -160px;
            background: radial-gradient(
                circle,
                rgba(99, 102, 241, 0.65) 0%,
                rgba(99, 102, 241, 0) 70%
            );
            filter: blur(50px);
            animation:
                orb-1-move 28s ease-in-out infinite,
                orb-pulse 14s ease-in-out infinite;
        }

        .bg-orb-2{
            width: 480px;
            height: 480px;
            bottom: -150px;
            right: -140px;
            background: radial-gradient(
                circle,
                rgba(198, 55, 237, 0.5) 0%,
                rgba(198, 55, 237, 0) 70%
            );
            filter: blur(50px);
            animation:
                orb-2-move 32s ease-in-out infinite,
                orb-pulse 16s ease-in-out infinite;
        }

        .bg-orb-3{
            width: 420px;
            height: 420px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: radial-gradient(
                circle,
                rgba(198, 155, 237, 0.5) 0%,
                rgba(198, 155, 237, 0) 70%
            );
            filter: blur(50px);
            animation:
                orb-3-move 30s ease-in-out infinite,
                orb-pulse 18s ease-in-out infinite;
        }

        @keyframes orb-1-move{
            0%, 100%{transform: translate(0, 0) scale(1)}
            33%{transform: translate(120px, 80px) scale(1.1)}
            66%{transform: translate(-60px, 120px) scale(0.95)}
        }

        @keyframes orb-2-move{
            0%, 100%{transform: translate(0, 0) scale(1)}
            33%{transform: translate(-100px, -70px) scale(1.05)}
            66%{transform: translate(80px, -120px) scale(0.9)}
        }

        @keyframes orb-3-move{
            0%, 100%{transform: translate(-50%, -50%) scale(1)}
            50%{transform: translate(-30%, -60%) scale(1.15)}
        }

        @keyframes orb-pulse{
            0%, 100%{ opacity: 0.7}
            50%{ opacity: 1}
        }

        @media (prefers-color-scheme: light){.bg-orb{display: none}}

        .theme-light .bg-orb,
        [data-theme="light"] .bg-orb{display: none}



        .ContainerFixedHat{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 75px;
            z-index: 999;
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent;
            transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
        }

        .ContainerFixedHat.scrolled{
            background: var(--bg-header);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--header-border);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
        }

        .ContainerFixed{
            position: fixed;
            top: 0;
            width: 1700px;
            height: 75px;
            z-index: 999;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
            user-select: none;
        }

        .ContainerFixed h2{
            position: relative;
            width: auto;
            height: auto;
            padding: 10px 0;
            font-size: 18px;
            color: var(--nav-item-text);
            cursor: pointer;
            transition: 0.15s ease;
            font-family: Adent Mono, monospace;
        }

        .ContainerFixed h2::after{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(to right, rgb(125, 0, 255), rgb(175, 0, 255));
            transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .ContainerFixed h2:hover::after{width: 100%}

        .ContainerFixed h2:hover{color: var(--nav-item-text-hover)}







        #ContainerAllElems{
            position: absolute;
            top: 75px;
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            min-height: 100vh;
        }

        .ContainerPrime{
            position: relative;
            width: clamp(300px, 100%, 1700px);
            display: flex;
            flex-direction: column;
            gap: 150px;
            flex: 1;
            min-height: 0;
        }








        .ContainerBottom{
            width: 100%;
            background: var(--bottom-bg);
            border: 1px solid var(--bottom-border);
            padding: 56px 60px 40px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 40px 100px -30px var(--bottom-shadow);
            margin-top: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
        }

        .ContainerBottomHat{
            position: relative;
            width: clamp(300px, 100%, 1500px);
            height: 100%;
            color: var(--bottom-text);
            padding: 2px 10px;
            box-sizing: border-box;
            display: grid;
            grid-template-columns: 1.3fr 1fr;
            gap: 40px;
            position: relative;
            z-index: 1;
        }

        .left{
            display: flex;
            flex-direction: column;
            position: relative;
            padding-right: 8px;
        }

        .left h1{
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            font-size: 36px;
            font-weight: 800;
            letter-spacing: -0.025em;
            line-height: 1.15;
            background: linear-gradient(135deg, var(--left-title-gradient-start) 0%, var(--left-title-gradient-end) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            margin: 0 0 20px;
            padding: 0;
        }

        .left h3{
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.65;
            color: var(--left-h3-text);
            max-width: 440px;
            margin: 0 0 32px;
            letter-spacing: 0.005em;
        }

        .cta-row{
            display: flex;
            justify-content: left;
            align-items: center;
            gap: 14px;
            margin-top: auto;
            padding-top: 8px;
        }

        .left h4{
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: var(--left-h4-text);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin: 0;
            padding: 10px 16px;
            background: rgba(125, 0, 255, 0.08);
            border: 1px solid rgba(125, 0, 255, 0.2);
            border-radius: 10px;
            letter-spacing: 0.01em;
            transition: all 0.25s ease;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .left h4::before{
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #9b46ff;
            box-shadow: 0 0 10px #9b46ff;
            animation: pulse-dot 2s ease-in-out infinite;
        }

        @keyframes pulse-dot{
            0%, 100%{ opacity: 1; transform: scale(1); }
            50%{ opacity: 0.6; transform: scale(1.2); }
        }

        .left h2{
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 1;
            color: var(--left-h2-text);
            width: fit-content;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            margin: 14px 0 0;
            padding: 12px 18px;
            border: 1px solid rgba(125, 0, 255, 0.18);
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            letter-spacing: 0.02em;
            position: relative;
            overflow: hidden;
            align-self: flex-start;
        }

        .left h2::after{
            content: '↗';
            font-size: 13px;
            opacity: 0.7;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .left h2:hover{
            color: var(--left-h2-hover);
            border-color: var(--left-h2-hover);
            transform: translateY(-2px);
            box-shadow:
                0 6px 18px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(125, 0, 255, 0.2);
        }

        .left h2:hover::after{
            opacity: 1;
            transform: translate(2px, -2px);
            color: var(--left-h2-hover);
        }



        .right{
            border-left: 1px solid var(--right-border);
            padding-left: 32px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            position: relative;
        }

        .template-links{
            display: flex;
            flex-direction: column;
            gap: 14px;
            position: relative;
        }

        .H2Item.templates{
            position: relative;
            background: var(--item-premium-bg);
            border: 1px solid var(--item-free-border);
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--item-free-text);
            text-decoration: none;
            padding: 16px 20px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            margin: 0;
            letter-spacing: 0.01em;
            overflow: hidden;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .H2Item.templates::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            pointer-events: none;
        }

        .H2Item.templates::after{
            content: '→';
            font-size: 16px;
            font-weight: 400;
            color: var(--item-free-text);
            opacity: 0.5;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            margin-left: 12px;
            transform: translateX(-4px);
        }

        .H2Item.templates:hover{
            color: var(--item-premium-hover);
            border-color: var(--item-premium-hover);
            transform: translateX(3px);
            background: linear-gradient(135deg, var(--item-premium-bg) 0%, rgba(125, 0, 255, 0.14) 100%);
            box-shadow:
                0 6px 20px rgba(0, 0, 0, 0.3),
                0 0 24px rgba(125, 0, 255, 0.18);
        }

        .H2Item.templates:hover::after{
            opacity: 1;
            color: var(--item-premium-hover);
            transform: translateX(0);
            text-shadow: 0 0 12px var(--item-premium-hover);
        }

        .divider{
            margin: 44px 0 24px;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--divider-color), transparent);
            position: relative;
            z-index: 1;
        }

        p.copyright{
            text-align: center;
            font-size: 14px;
            color: var(--copyright-text);
            position: absolute;
            z-index: 1;
            bottom: 0;
        }






        .ContainerNews{
            width: 100%;
            height: auto;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            box-sizing: border-box;
            overflow: hidden;
            border-radius: 20px;
            border: 1px solid var(--news-border);
            position: relative;
            backdrop-filter: blur(30px);
            -webkit-backdrop-filter: blur(30px);
        }

        .ContainerNews::before{
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 200px;
            background: radial-gradient(ellipse at top, rgba(125, 0, 255, 0.1), transparent 70%);
            pointer-events: none;
            z-index: 0;
        }

        .ContainerNewsHat{
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding: 18px 20px;
            background: transparent;
            font-size: 22px;
            font-weight: 800;
            margin: 0;
            color: var(--news-hat-text);
            letter-spacing: -0.02em;
            box-sizing: border-box;
            user-select: none;
            z-index: 1;
            text-align: center;
            line-height: 1.3;
        }

        .NewsContainer{
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 16px;
            position: relative;
            z-index: 1;
        }

        .NewsCard{
            background: var(--news-card-bg);
            border-radius: 14px;
            padding: 18px 20px;
            overflow: hidden;
            border: 1px solid rgba(125, 0, 255, 0.14);
            position: relative;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .NewsCard::before{
            content: '';
            position: absolute;
            top: 0; left: 16px; right: 16px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
            pointer-events: none;
        }

        .MainNews{
            min-height: 125px;
            height: fit-content;
            margin-top: 0;
            background: var(--news-card-bg);
            border-color: rgba(125, 0, 255, 0.28);
            box-shadow:
                0 4px 18px rgba(0, 0, 0, 0.25),
                0 0 20px rgba(125, 0, 255, 0.1);
            border-left: 4px solid rgb(125, 0, 255);
        }

        .NewsCard:not(.MainNews){
            min-height: 125px;
            height: fit-content;
            opacity: 0.8;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }






        .ContainerFeedBack{
            width: 100%;
            height: auto;
            font-family: Arial Black;
            box-sizing: border-box;
            overflow: hidden;
            border-radius: 20px;
            border: 1px solid rgba(125, 25, 255, 0.5);
            position: relative;
            background: rgb(255, 255, 255, 0.03);
        }

        .ContainerFeedBackHat{
            position: relative;
            display: flex;
            justify-content: center;
            width: auto;
            padding: 20px;
            font-size: 26px;
            margin: auto;
            color: var(--from-light-to-dark);
            font-family: Arial Black;
            box-sizing: border-box;
            user-select: none;
        }

        .ContainerFeedBackPrime{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            width: fit-content;
            box-sizing: border-box;
            margin: 10px;
        }

        .FeedBack{
            border: 2px solid rgb(125, 25, 255);
            border-radius: 10px;
            padding: 3px 12px;
            box-sizing: border-box;
            background: var(--feedback-card-bg);
            height: fit-content;
            width: fit-content;
        }

        .FeedBackName{
            font-size: 20px;
            color: var(--feedback-name-color);
        }

        .FeedBackDate{
            font-size: 16px;
            color: var(--feedback-date-color);
            margin-top: -5px;
        }

        .FeedBackOpinion{
            font-size: 15px;
            color: var(--feedback-opinion-color);
            font-family: Arial Black;
        }

        .FeedBackStars{
            width: fit-content;
            display: flex;
            gap: 10px;
            color: var(--feedback-stars-color);
        }

        .ContainerAddFeedBack{
            position: relative;
            width: fit-content;
            border: 2px solid var(--add-feedback-border);
            box-sizing: border-box;
            border-radius: 15px;
            padding: 2px 5px;
            display: flex;
            flex-direction: column;
        }

        #AddFeedBack{
            background: transparent;
            font-size: 22px;
            color: rgb(125, 25, 255);
            width: fit-content;
            padding: 7px 65px;
            border-radius: 10px;
            transition: 0.2s ease;
            cursor: pointer;
            margin: 3px auto 3px auto;
            outline: none;
            font-family: Arial Black;
            border: 2px solid rgb(125, 25, 255);
            position: relative;
        }

        #AddFeedBack:hover{
            background: rgb(125, 25, 255);
            color: var(--add-feedback-btn-hover-text);
        }

        #InputFeedBackName,
        #InputFeedBackOpinion{
            outline: none;
            border-radius: 10px;
            border: 1px solid var(--feedback-input-border);
            background: var(--feedback-input-bg);
            font-size: 18px;
            padding: 7px 10px;
            color: var(--feedback-input-text);
            font-family: Arial Black;
            transition: 0.2s ease;
            margin: 5px 0;
        }

        #InputFeedBackName::placeholder, #InputFeedBackOpinion::placeholder{color: var(--feedback-date-color)}
        #InputFeedBackName:hover, #InputFeedBackOpinion:hover{border: 1px solid var(--feedback-input-border-hover)}
        #InputFeedBackName:focus, #InputFeedBackOpinion:focus{border: 1px solid rgb(125, 25, 255)}

        .AddFeedBackStars{
            width: fit-content;
            display: flex;
            gap: 12px;
            font-size: 20px;
            margin: 5px 0 5px 5px;
            color: Snow;
        }

        .AddFeedBackStars i{cursor: pointer}

        #LeaveFeedBack{
            background: transparent;
            font-size: 20px;
            color: var(--leave-feedback-text);
            margin: 10px auto;
            position: relative;
        }




        
        
        #ContainerIcon{
            position: relative;
            font-family: 'Arial', sans-serif;
            width: 75px;
            height: 75px;
            background: linear-gradient(135deg, #b537f2 0%, #4f46e5 50%, #06d4ff 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
            overflow: hidden;
            transform: scale(0.7);
            cursor: pointer;
        }

        #ContainerIcon span{
            font-size: 40px;
            font-weight: 600;
            color: #ffffff;
            line-height: 1;
            text-shadow:
                0 0 10px rgba(255, 255, 255, 0.8),
                0 0 20px rgba(6, 212, 255, 0.6),
                0 2px 4px rgba(0, 0, 0, 0.3);
        }









        .ContainerCreateResume{
            width: 100%;
            margin: auto;
            height: fit-content;
            font-family: Arial Black;
            box-sizing: border-box;
            overflow: hidden;
            border-radius: 15px;
            position: relative;
            padding-bottom: 10px;
        }

        .Steps{
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 14px;
            position: relative;
        }

        .Step{
            position: relative;
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .StepNumber{
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: linear-gradient(135deg,#8b5cf6 0%,#6366f1 50%,#ec4899 100%);
            color: Snow;
            display: grid;
            place-items: center;
            font-weight: 800;
            font-size: 18px;
            box-shadow: 0 8px 20px -4px rgba(139,92,246,.4)
        }

        .Step h3{
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 0;
            letter-spacing: -.01em;
            color: var(--from-light-to-dark);
        }

        .Step p{
            font-size: 14px;
            color: #a1a1aa;
        }


        .SectionHatCreateResume{
            text-align: center;
            width: fit-content;
            margin: 0 auto 60px
        }

        .SectionHatCreateResume h2{
            font-size: clamp(32px,4vw,48px);
            font-weight: 800;
            letter-spacing: -.03em;
            line-height: 1.1;
            margin-bottom: 5px;
            color: var(--from-light-to-dark);
        }

        .SectionHatCreateResume p{
            font-size: 16px;
            color: #a1a1aa;
        }








        #theme-toggle{
            position: relative;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: var(--theme-toggle-bg);
            border: 1px solid var(--theme-toggle-border);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            overflow: hidden;
            outline: none;
            color: rgb(235, 235, 255, 0.7);
        }

        #theme-toggle i{
            position: absolute;
            font-size: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-style: normal;
            transition: 0.3s ease;
        }

        #theme-icon-dark{color: rgb(25, 25, 25, 0.6); transform: rotate(-30deg)}

        #theme-toggle:hover #theme-icon-light{transform: rotate(20deg)}
        #theme-toggle:hover #theme-icon-dark{transform: rotate(-15deg)}

        html[data-theme="dark"] #theme-toggle #theme-icon-light{display: inline-flex}
        html[data-theme="light"] #theme-toggle #theme-icon-dark{display: inline-flex}
        html[data-theme="dark"] #theme-toggle #theme-icon-dark,
        html[data-theme="light"] #theme-toggle #theme-icon-light{display: none}







        .ContainerTemplates{
            width: 100%;
            height: fit-content;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            box-sizing: border-box;
            overflow: hidden;
            border-radius: 25px;
            position: relative;
            background: linear-gradient(180deg, rgba(25, 20, 45, 0.7) 0%, rgba(15, 10, 30, 0.85) 100%);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid var(--premium-block-glow);
            margin-top: 20px;
            box-shadow: 0 0 20px var(--premium-block-glow);
        }

        .ContainerTemplates::before{
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 220px;
            background: radial-gradient(ellipse at top, rgba(125, 0, 255, 0.12), transparent 70%);
            pointer-events: none;
            z-index: 0;
        }

        .ContainerTemplatesHat{
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding: 20px 0;
            font-size: 24px;
            font-weight: 800;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            box-sizing: border-box;
            user-select: none;
            color: Snow;
            letter-spacing: -0.02em;
            text-align: center;
            z-index: 1;
            line-height: 1.3;
        }

        .ContainerTemplatesChoiceTemplate{
            user-select: none;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: auto;
            background: rgba(20, 15, 35, 0.5);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 14px;
            width: fit-content;
            padding: 5px;
            gap: 4px;
            border: 1px solid var(--example-choice-template-border);
            position: relative;
            z-index: 1;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .ContainerTemplatesChoiceTemplate h2{
            position: relative;
            color: rgba(210, 200, 230, 0.6);
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            font-size: 14px;
            font-weight: 600;
            padding: 10px 22px;
            cursor: pointer;
            border-radius: 10px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            margin: 0;
            letter-spacing: 0.02em;
            border: 1px solid transparent;
            background: transparent;
            text-align: center;
            white-space: nowrap;
        }

        .ContainerTemplatesChoiceTemplate h2:hover{
            color: rgba(235, 225, 255, 0.95);
            background: rgba(125, 0, 255, 0.08);
        }

        #all-template-example-choice{
            background: transparent;
            border: 1px solid transparent;
        }
        #all-template-example-choice:hover{
            background: rgba(125, 0, 255, 0.1);
            border-color: rgba(125, 0, 255, 0.2);
        }
        #all-template-example-choice.active{
            color: #fff !important;
            background: linear-gradient(135deg, rgba(125, 0, 255, 0.32) 0%, rgba(80, 0, 200, 0.28) 100%) !important;
            border-color: rgba(125, 0, 255, 0.5) !important;
            box-shadow:
                0 4px 14px rgba(125, 0, 255, 0.28),
                inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        }

        #free-template-example-choice{
            background: transparent;
            border: 1px solid transparent;
        }
        #free-template-example-choice:hover{
            background: rgba(60, 130, 225, 0.14);
            border-color: rgba(60, 130, 225, 0.28);
        }
        #free-template-example-choice.active{
            color: #fff !important;
            background: linear-gradient(135deg, rgba(60, 130, 225, 0.32) 0%, rgba(35, 105, 200, 0.28) 100%) !important;
            border-color: rgba(60, 130, 225, 0.55) !important;
            box-shadow:
                0 4px 14px rgba(60, 130, 225, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        }

        #premium-template-example-choice{
            background: transparent;
            border: 1px solid transparent;
        }
        #premium-template-example-choice:hover{
            background: rgba(155, 70, 255, 0.14);
            border-color: rgba(155, 70, 255, 0.32);
        }
        #premium-template-example-choice.active{
            color: #fff !important;
            background: linear-gradient(135deg, rgba(155, 70, 255, 0.36) 0%, rgba(125, 0, 255, 0.3) 100%) !important;
            border-color: rgba(155, 70, 255, 0.6) !important;
            box-shadow:
                0 4px 14px rgba(125, 0, 255, 0.32),
                inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        }

        .ContainerTemplatesPrime{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            width: 100%;
            height: auto;
            box-sizing: border-box;
            margin: 0;
            overflow: hidden;
            position: relative;
            padding: 20px;
            align-items: stretch;
            z-index: 1;
        }

        .TemplateCard{
            display: flex;
            align-items: center;
            flex-direction: column;
            background: rgba(35, 28, 55, 0.65);
            border-radius: 25px;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            cursor: pointer;
        }

        .TemplateCard:hover{box-shadow: 0 0 0 2px rgba(125, 0, 255)}

        .TemplatePreview{
            width: 100%;
            height: 550px;
            display: block;
            border-radius: 26px;
            cursor: pointer;
            transform: scale(0.8);
        }

        .TemplateCard.Free img{
            border: 3px solid var(--example-free-img-border);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
        }

        .TemplateCard.Premium img{
            border: 3px solid var(--example-premium-img-border);
            box-shadow: 0 8px 24px rgba(125, 0, 255, 0.2);
        }

        .TemplateCard.Free img:hover,
        .TemplateCard.Premium img:hover{
            border-color: MediumSeaGreen;
        }

        .TemplateStyle{
            border-radius: 12px;
            padding: 4px 14px;
            color: #fff;
            width: fit-content;
            height: fit-content;
            font-size: 13px;
            font-weight: 700;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin: -35px auto 10px 12px;
            position: relative;
            z-index: 1;
        }

        .TemplateStyle.Free{
            background: linear-gradient(135deg, #3c82e0 0%, #1a5fb8 100%);
            box-shadow: 0 4px 12px rgba(60, 130, 225, 0.35);
        }

        .TemplateStyle.Premium{
            background: linear-gradient(135deg, #9b46ff 0%, #6a1fd0 100%);
            box-shadow: 0 4px 12px rgba(125, 0, 255, 0.45);
        }

        .SelectTemplateForm{
            width: fit-content;
            padding: 0 12px;
            height: 30px;
            font-size: 12px;
            font-weight: 700;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
            color: Lavender;
            cursor: pointer;
            background: Teal;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            user-select: none;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            margin: auto 10px 10px auto;
        }

        .SelectTemplateForm:hover{
            background: LightSeaGreen;
            transform: translateY(-2px);
            box-shadow: 0 0 5px LightSeaGreen;
        }

        .SelectTemplateForm:active{
            transform: translateY(0);
            background: Teal;
            box-shadow: 0 2px 8px rgba(255, 214, 10, 0.4);
        }

        @keyframes pulse-button{
            0%, 100%{box-shadow: 0 6px 18px var(--fillform-glow)}
            50%{box-shadow: 0 6px 28px var(--fillform-glow), 0 0 14px var(--fillform-glow)}
        }

        .TemplatePreview.active{
            position: fixed !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
            width: auto !important;
            height: auto !important;
            max-width: 90vw !important;
            max-height: 90vh !important;
            object-fit: contain;
            z-index: 999;
            transition: 0.2s ease;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(125, 0, 255, 0.3) !important;
        }

        .TemplateType{
            position: absolute;
            bottom: 0;
            left: 15px;
            width: fit-content;
            padding: 5px 15px;
            font-size: 14px;
            font-family: Cursive;
            border-radius: 50px;
            text-transform: uppercase;
        }

        .TemplateType.Free{color: SpringGreen; background: MediumSeaGreen}
        .TemplateType.Premium{color: Violet; background: BlueViolet}






        .ContainerPackets{
            width: 100%;
            height: fit-content;
            font-family: cursive;
            box-sizing: border-box;
            overflow: hidden;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            padding: 20px;
        }

        .ContainerPackets div{
            position: relative;
            width: 500px;
            height: 675px;
            background: var(--container-packets-div);
            border-radius: 20px;
            border: 2px solid rgba(125, 0, 255, 0.25);
            overflow: hidden;
            color: Snow;
        }

        #PacketThree{
            background: linear-gradient(145deg, var(--packet-three-gradient-one), var(--packet-three-gradient-two));
            border: 2px solid rgb(125, 0, 255);
            box-shadow: 0 0 15px rgb(125, 0, 255);
        }

        .ContainerPackets div h1{
            position: relative;
            width: 100%;
            font-size: 30px;
            color: GhostWhite;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 10px;
            box-sizing: border-box;
            margin-top: auto;
        }

        #PacketThree h1 span{
            position: absolute;
            font-size: 14px;
            background: rgb(125, 0, 255);
            color: Beige;
            padding: 5px 10px;
            border-radius: 10px;
            top: 5px;
            right: 5px;
        }

        .BuyBtn{
            width: calc(100% - 75px);
            background: rgba(74, 48, 137);
            border-radius: 15px;
            transition: 0.2s ease;
            font-size: 20px;
            color: AliceBlue;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            cursor: pointer;
            margin: auto;
            position: absolute;
            bottom: 25px;
            left: 24px;
            right: 24px;
            text-decoration: none;
            font-family: Arial Black;
        }

        #PacketThree .BuyBtn{background: rgb(125, 0, 255)}

        .BuyBtn:hover{background: rgba(104, 78, 200); transform: translateY(-3px)}

        #PacketThree .BuyBtn:hover{box-shadow: 0 0 15px rgb(125, 0, 255)}

        .Price{
            width: fit-content;
            margin: auto;
            font-size: 80px;
            color: var(--from-light-to-dark);
            position: relative;
            font-weight: 500;
        }

        .Price span{
            position: absolute;
            bottom: 10px;
            color: rgb(255, 255, 255, 0.2);
            font-size: 20px;
            text-decoration: line-through;
            text-decoration-color: rgb(255, 255, 255, 0.2);
        }

        .Description{
            color: SteelBlue;
            font-size: 18px;
            margin-top: 30px;
            text-align: center;
        }







        .stats-grid{
            flex-wrap: wrap;
            margin: 32px auto;
            padding: 0 20px;
            width: 50%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .stat-card{
            background: var(--stat-bg);
            border: 1px solid rgb(255, 255, 255, 0.06);
            border-radius: 16px;
            padding: 28px;
            position: relative;
            overflow: hidden;
        }

        .stat-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
            opacity: 0;
        }

        .stat-value{
            font-family: 'Space Grotesk', sans-serif;
            font-size: 48px;
            font-weight: 600;
            color: Snow;
            line-height: 1;
            margin-bottom: 12px;
            letter-spacing: -0.03em;
            display: flex;
            align-items: baseline;
            gap: 4px;
        }

        .stat-suffix{
            font-size: 28px;
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .stat-label{
            font-size: 14px;
            color: rgb(255, 255, 255, 0.5);
            font-family: Andle Mono, monospace;
        }







        .faq{max-width: 760px; margin: 0 auto}
        .f-item{
            padding: 15px;
            background: var(--faq-border-items);
            margin-bottom: 10px;
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.08);
        }
        .f-q{
            background: transparent;
            outline: none;
            border: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            font-size: 18px;
            font-weight: 600;
            color: Snow;
            font-family: Adent Mono, monospace;
            cursor: pointer;
        }
        .f-q .ic{
            width: 32px; height: 32px; border-radius: 50%;
            display: grid; place-items: center;
            transition: all .3s cubic-bezier(0.16, 1, 0.3, 1); flex-shrink: 0;
        }

        .f-item.open .f-q .ic{background: rgb(125, 0, 255); transform: rotate(45deg); box-shadow: 0 0 15px rgb(125, 0, 255)}
        .f-a{
            max-height: 0; overflow: hidden;
            transition: max-height .5s cubic-bezier(0.16, 1, 0.3, 1);, margin-top .5s cubic-bezier(0.16, 1, 0.3, 1);
            font-size: 15px; color: var(--faq-text-2); line-height: 1.6;
            max-width: 640px;
            margin-left: 5px;
            font-family: Adent Mono, monospace;
            font-weight: 200;
        }
        .f-item.open .f-a{max-height: 300px; margin-top: 14px}
        .section-head{text-align: center; max-width: 720px; margin: 0 auto 72px}
        .eyebrow{
            font-size:16px;
            font-weight:600;
            color:rgb(125, 0, 255);
            text-transform:uppercase;
            letter-spacing:.12em;
            font-family: Arial Black;
        }
        .grad-text{
            color: var(--from-light-to-dark);
            font-size: 68px;
            font-weight: 1000;
            line-height: 0.5;
        }

        #faq-ReadyTry{
            margin: 20px auto;
            color: var(--from-light-to-dark);
            font-size: 20px;
            width: fit-content;
            font-family: Arial Black;
        }

        #faq-CreateFreeResume,
        #faq-SeeAllTemplates{
            margin: 15px auto 0;
            color: Snow;
            font-size: 16px;
            width: fit-content;
            padding: 10px 30px;
            border-radius: 12px;
            font-family: Adent Mono, monospace;
            transition: 0.2s ease;
            cursor: pointer;
        }

        #faq-CreateFreeResume{background: rgb(25, 25, 200, 0.7); box-shadow: 0 0 5px rgb(25, 25, 200)}
        #faq-SeeAllTemplates{background: rgb(125, 25, 250, 0.7); box-shadow: 0 0 5px rgb(125, 25, 250)}

        #faq-CreateFreeResume:hover{transform: translateY(-2px); box-shadow: 0 0 15px rgb(25, 25, 200)}
        #faq-SeeAllTemplates:hover{transform: translateY(-2px); box-shadow: 0 0 15px rgb(125, 25, 250)}






        .features-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .feature-card{
            position: relative;
            user-select: none;
            padding: 40px;
            border-radius: var(--features-radius-lg);
            background: var(--features-bg-secondary);
            border: 1px solid var(--features-border-color);
        }

        .feature-card:hover{border-color: rgb(125, 0, 255)}
        .feature-card:hover .feature-icon{transform:scale(1.2) rotate(-5deg)}

        .feature-icon{
            width: 48px;
            height: 48px;
            background: var(--features-accent-glow);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: rgb(125, 0, 255);
            transition: all 0.3s ease;
        }

        .feature-card h3{
            margin-bottom: 12px;
            font-size: 20px;
            color: Snow;
            font-family: Arial Black;
            font-weight: 700;
            letter-spacing: 0.05em;
        }

        .feature-card p{
            color: var(--features-text-muted);
            font-size: 15px;
            font-family: Adent Mono, monospace;
        }


        .mini-sphere{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: var(--mini-sphere-bg);
            position: absolute;
            box-shadow: 0 0 20px var(--mini-sphere-bg);
            top: 15px;
            right: 15px;
        }
        .mini-sphere::after{
            content: "";
            position: absolute;
            inset: 4px;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.6), transparent 40%);
        }







        #SectionHero{
            padding-top: 30px;
            padding-bottom: 300px;
            position: relative;
            overflow: hidden;
        }

        #SectionHero::before{
            content: '';
            position: absolute;
            inset: 0;
            z-index: -1;
        }

        #MockupSiteIcon{
            font-family: 'Arial', sans-serif;
            width: 75px;
            height: 75px;
            background: linear-gradient(135deg, #b537f2 0%, #4f46e5 50%, #06d4ff 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
            overflow: hidden;
            transform: scale(0.25);
            cursor: pointer;
        }

        #MockupSiteIcon span{
            font-size: 40px;
            font-weight: 600;
            color: #ffffff;
            line-height: 1;
            text-shadow:
                0 0 10px rgba(255, 255, 255, 0.8),
                0 0 20px rgba(6, 212, 255, 0.6),
                0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .hero-grid{
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            gap: 48px;
            align-items: center;
        }

        .hero-badge{
            display: inline-flex; align-items: center; gap: 8px;
            padding: 6px 12px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 99px;
            font-size: 12px;
            font-weight: 600;
            color: #a8a8c0;
            margin-bottom: 24px;
            backdrop-filter: blur(10px);
        }

        #SectionHero h1{margin-bottom: 24px}
        #SectionHero p.lead{
            font-size: 18px;
            color: rgb(175, 175, 255);
            margin-bottom: 32px;
            max-width: 500px;
            font-family: Cursive;
        }

        .hero-actions{display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 40px;user-select: none}

        #live-dot-resume{
            width: 8px;
            height: 8px;
            border-radius: 50px;
            background: rgb(125, 0, 255);
            box-shadow: 0 0 10px rgb(125, 0, 255);
            animation: 5s live-dot-resume-anim infinite;
        }

        .social-proof{
            user-select: none;
            display: flex;
            align-items: center;
            gap: 15px;
            color: rgb(125, 125, 255);
            font-size: 14px;
            padding: 7px 13px;
            width: fit-content;
            border-radius: 15px;
            border: 1px solid rgb(125, 0, 255, 0.2);
            background: rgb(125, 0, 255, 0.1);
            font-family: Andle Mono, monospace;
        }

        @keyframes live-dot-resume-anim{
            0%, 100%{background: rgb(125, 0, 255); box-shadow: 0 0 10px rgb(125, 0, 255)}
            50%{background: rgb(135, 75, 255); box-shadow: 0 0 10px rgb(135, 75, 255)}
        }

        .hero-mock{
            user-select: none;
            position: relative;
            perspective: 1000px;
        }
        .mockup{
            position: relative;
            background: rgba(28, 31, 46, 0.7);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            box-shadow: 0 0 80px rgba(0,0,0,0.48);
            overflow: hidden;
            transform: rotateY(-8deg) rotateX(4deg);
            transition: transform 0.5s;
        }
        .hero-mock:hover .mockup{transform: rotateY(-4deg) rotateX(2deg)}
        .mockup-bar{
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 16px;
            background: #151823;
            border-bottom: 1px solid rgba(15, 17, 23, 0.08);
        }
        .mockup-dot{width: 10px; height: 10px; border-radius: 50%}
        .mockup-body{
            padding: 24px;
            min-height: 380px;
            background: white;
            color: #1a1a1a;
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 20px;
        }
        .mock-photo{
            width: 70px; height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgb(125, 0, 255), rgb(125, 0, 255, 0.4));
            margin-bottom: 12px;
        }
        .mock-name{font-size: 18px; font-weight: 700; color: #0a0b10; margin-bottom: 4px}
        .mock-role{font-size: 12px; color: #6b7280; margin-bottom: 12px}
        .mock-section{margin-bottom: 14px}
        .mock-section-title{
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #6d4cff;
            font-weight: 700;
            margin-bottom: 6px;
        }
        .mock-line{height: 6px; background: #e5e7eb; border-radius: 3px; margin-bottom: 4px}
        .mock-line.short{ width: 60%}
        .mock-line.med{width: 80%}
        .typewriter{
            color: #6d4cff;
            border-right: 2px solid #6d4cff;
            animation: blink 0.8s infinite;
            padding-right: 2px;
        }
        @keyframes blink{50%{border-color: transparent}}

        .float-card{
            position: absolute;
            background: rgba(40, 40, 65);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(75, 75, 100);
            border-radius: 14px;
            padding: 10px 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            font-weight: 500;
            z-index: 2;
        }
        .float-card.tl{top: -10px; left: -10px; animation: float-card 4s ease-in-out infinite}
        .float-card.br{bottom: 20px; right: -20px; animation: float-card 4s ease infinite 0.5s}
        @keyframes float-card{
          0%, 100%{transform: translateY(0)}
          50%{transform: translateY(-10px)}
        }
        .float-icon{
            border-radius: 8px;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgb(45, 45, 70);
            color: rgb(100, 100, 125);
            font-size: 20px;
            line-height: 10px;
        }

        .h-display{font-size: clamp(34px, 6vw, 54px); color: var(--create-resume-text); font-family: Arial Black}

        .gradient-text{
            background: linear-gradient(135deg, rgb(125, 0, 255) 0%, rgb(175, 50, 255) 50%, rgb(225, 0, 255) 100%);
            -webkit-background-clip: text; background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .container-hero{
            max-width: 1200px;
            margin: 0 auto;
        }

        .ButtonShowTemplate,
        .ButtonShowPackets{
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            border-radius: 17px;
            transition: all 0.2s ease;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            color: AliceBlue;
            font-family: Cursive;
            cursor: pointer;
            padding: 15px 50px;
        }

        .ButtonShowTemplate{background: rgba(125, 0, 255)}
        .ButtonShowPackets{background: var(--show-packets-bg); border: 1px solid rgb(255, 255, 255, 0.08)}

        .ButtonShowTemplate:hover{background: rgba(135, 100, 255); box-shadow: 0 0 15px  rgba(135, 100, 255); transform: translateY(-2px)}
        .ButtonShowPackets:hover{border: 1px solid var(--show-packets-bg-hover); transform: translateY(-2px)}

        .MockupFillOne.active::after,
        .MockupFillTwo.active::after{
            content: '|';
            margin-left: 2px;
            animation: blink 0.8s infinite;
        }

        @keyframes blink{
            0%, 50%{opacity: 1}
            51%, 100%{opacity: 0}
        }




        .ContainerLiveHat{
            position: relative;
            font-size: 38px;
            color: #c084fc;
            font-family: 'Space Grotesk', system-ui, sans-serif;
            font-weight: 800;
            letter-spacing: -0.025em;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            text-transform: uppercase;
            background: linear-gradient(135deg, #d8b4fe 0%, #c084fc 35%, #a855f7 70%, #7c3aed 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 0 24px rgba(168,85,247,0.45));
            padding: 0 24px;
        }

        .ContainerLive{
            position: relative;
            background: linear-gradient(135deg, rgba(30,18,60,0.45) 0%, rgba(15,10,40,0.65) 100%);
            border-radius: 28px;
            border: 1px solid rgba(139,92,246,0.3);
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            align-items: stretch;
            justify-content: center;
            margin: 30px auto 70px;
            padding: 16px;
            box-shadow:
                0 25px 70px -10px rgba(88,28,135,0.45),
                0 0 0 1px rgba(168,85,247,0.08),
                inset 0 1px 0 rgba(168,85,247,0.15);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
        }

        .ContainerLive::before{
            content: '';
            position: absolute;
            top: -1px;
            left: 30px;
            right: 30px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(192,132,252,0.6) 50%, transparent);
        }

        .ContainerLive::after{
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 28px;
            background:
                radial-gradient(circle at 20% 0%, rgba(168,85,247,0.12) 0%, transparent 40%),
                radial-gradient(circle at 80% 100%, rgba(124,58,237,0.1) 0%, transparent 40%);
            pointer-events: none;
            z-index: 0;
        }

        .MiniSpaceCard{
            width: 100%;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 0 20px rgba(80,40,200,0.3);
            background: rgba(8,10,26,0.92);
            font-family: 'Space Grotesk', system-ui, sans-serif;
            margin-right: auto;
            margin-left: 2.5px;
        }

        .MiniSpaceHeader{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 24px;
            background: linear-gradient(135deg, #0a0520 0%, #0d1140 40%, #0a1a38 70%, #140830 100%);
        }

        .candidate-name{
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            position: relative;
            z-index: 2;
        }

        .MiniSpaceBody{
            padding: 22px 24px;
            display: flex;
            flex-direction: column;
            gap: 18px;
            background: rgba(8,10,28,0.5);
        }

        .sb-title{
            font-family: Space Mono, monospace;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(120,160,255,0.6);
            margin-bottom: 10px;
        }

        .skill-row{margin-bottom: 10px}
        .skill-name{font-size: 12px; color: rgba(220,220,255,0.85); font-weight: 500; margin-bottom: 5px; display: block}
        .skill-track{height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px}
        .skill-fill{
            height: 100%; width: 75%;
            border-radius: 2px;
            background: linear-gradient(90deg, #6030d0, #4080e0, #a040d0);
        }

        .tool-tag{
            display: inline-block;
            font-size: 10.5px;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 6px;
            border: 1px solid rgba(220,80,180,0.3);
            color: rgba(240,140,220,0.9);
            background: rgba(140,40,120,0.1);
        }

        .about-text{font-size: 12px; color: rgba(180,190,230,0.8); line-height: 1.7}

        #PreviewFormBox{
            position: relative;
            background: linear-gradient(180deg, rgba(30,20,60,0.55) 0%, rgba(20,12,45,0.78) 100%);
            width: 90%;
            height: fit-content;
            border-radius: 20px;
            display: flex;
            align-items: stretch;
            flex-direction: column;
            text-align: center;
            border: 1px solid rgba(168,85,247,0.32);
            padding: 22px;
            gap: 12px;
            box-shadow:
                0 15px 40px rgba(88,28,135,0.4),
                inset 0 1px 0 rgba(168,85,247,0.18);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        #PreviewFormBox h2{
            width: auto;
            height: fit-content;
            padding: 14px 18px;
            border-radius: 10px;
            background: rgba(12,8,35,0.7);
            font-size: 13px;
            font-family: 'Space Grotesk', system-ui, sans-serif;
            font-weight: 600;
            display: flex;
            align-items: center;
            color: rgba(225,215,255,0.9);
            user-select: none;
            border: 1px solid rgba(139,92,246,0.2);
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            margin: 0;
            letter-spacing: -0.005em;
            box-shadow:
                inset 0 1px 0 rgba(168,85,247,0.12),
                0 1px 2px rgba(0,0,0,0.2);
            position: relative;
        }

        #PreviewInfoBox{
            font-size: 15px;
            color: rgba(225,215,255,0.92);
            font-family: 'Space Grotesk', system-ui, sans-serif;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            background: linear-gradient(180deg, rgba(30,20,60,0.4) 0%, rgba(20,12,45,0.62) 100%);
            border-radius: 20px;
            border: 1px solid rgba(139,92,246,0.25);
            box-shadow:
                inset 0 1px 0 rgba(168,85,247,0.14),
                0 8px 24px rgba(0,0,0,0.25);
            position: relative;
        }

        #PreviewInfoBox p{
            text-align: center;
            line-height: 2;
            font-size: 14px;
            color: rgba(205,200,235,0.88);
            margin: 0;
            font-weight: 500;
        }

        #PreviewWatch{
            font-size: 14px;
            margin: 75px auto;
            width: fit-content;
            padding: 14px 60px;
            background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #c084fc 100%);
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(192,132,252,0.5);
            font-family: 'Space Grotesk', system-ui, sans-serif;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            box-shadow: 0 0 10px rgba(139,92,246,0.55),
                        0 0 16px rgba(168,85,247,0.35);
            position: relative;
            overflow: hidden;
        }

        #PreviewWatch:hover{
            transform: translateY(-3px);
            border-color: rgba(217,170,252,1);
            box-shadow: 0 0 12px rgba(168,85,247,0.75),
                        0 0 30px rgba(139,92,246,0.55);
            background: linear-gradient(135deg, #8b5cf6 0%, #c084fc 50%, #d8b4fe 100%);
        }
        #PreviewWatch:hover::before{transform: translateX(100%)}

        #PreviewWatch:active{
            transform: translateY(1px);
            box-shadow: 0 0 16px rgba(139,92,246,0.55),
                        0 0 24px rgba(168,85,247,0.4);
        }

        #PreviewInfoBox .step{
            color: #c084fc;
            font-weight: 800;
            margin-right: 5px;
            text-shadow:
                0 0 12px rgba(192,132,252,0.75),
                0 0 24px rgba(168,85,247,0.45);
            font-size: 16px;
            font-family: 'Space Grotesk', system-ui, sans-serif;
        }


        .FullName.active::after,
        .SkillOne.active::after,
        .SkillTwo.active::after,
        .Tool.active::after,
        .About.active::after{
            content: '_';
            margin-left: 2px;
            animation: BlinkForm 0.8s infinite;
            color: Snow;
        }

        #FullName.active::after,
        #SkillOne.active::after,
        #SkillTwo.active::after,
        #Tool.active::after,
        #About.active::after{
            content: '|';
            margin-left: 2px;
            animation: BlinkForm 0.8s infinite;
            color: #c084fc;
            text-shadow: 0 0 10px rgba(192,132,252,0.95);
            font-weight: 700;
        }

        @keyframes BlinkForm{
            0%, 50%{opacity: 1}
            51%, 100%{opacity: 0}
        }









        .ContainerProfessionTemplatesHat{
            font-size: 30px;
            color: var(--from-light-to-dark);
            font-family: Arial Black;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px auto;
        }

        .ContainerProfessionTemplates{
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            background: rgb(25, 0, 175, 0.15);
            border: 1px solid rgb(75, 25, 225, 0.25);
            border-radius: 25px;
            padding: 15px;
            width: 100%;
            height: fit-content;
            gap: 10px;
            box-sizing: border-box;
            overflow: hidden;
        }

        .ProfessionCard{
            width: auto;
            height: fit-content;
            padding: 5px;
            font-size: 12px;
            font-family: Arial Black;
            background: rgb(105, 50, 255, 0.15);
            border-radius: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            transition: 0.15s ease;
        }

        .ProfessionCard h3{color: var(--from-light-to-dark); margin-right: auto; margin-left: 25px}

        .badge-free{
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 12px;
            background: rgb(25, 250, 100, 0.4);
            color: rgb(25, 250, 100, 0.8);
            font-size: 16px;
            margin-left: auto;
        }

        .badge-premium{
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 12px;
            background: rgb(175, 0, 255, 0.4);
            color: rgb(195, 50, 255, 0.9);
            font-size: 16px;
            margin-left: auto;
        }

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


        .ProfessionCard.is-hidden{display: none}

        .LoadMoreBtn{
            position: relative;
            width: 300px;
            margin: 10px auto;
            padding: 12px;
            border: 1px solid var(--load-more-btn-border);
            outline: none;
            border-radius: 20px;
            background: var(--load-more-btn-bg);
            color: #fff;
            font-family: Arial Black;
            font-size: 14px;
            cursor: pointer;
            transition: 0.2s ease;
            display: none;
            justify-content: center;
            align-items: center;
        }
        .LoadMoreBtn:hover{border: 1px solid var(--load-more-btn-border-hover)}
        .LoadMoreBtn.is-visible{display: flex}






        .ContainerCompareHat{
            text-align: center;
            margin: 0 auto 25px;
        }

        .compare-table{
            display: grid;
            gap: 10px;
            background: rgb(155, 155, 255, 0.1);
            border: 1px solid rgb(155, 155, 255, 0.2);
            border-radius: 25px;
            padding: 10px;
        }
        .compare-row{
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr;
            gap: 16px;
            padding: 14px 16px;
            border-radius: 15px;
            align-items: center;
        }
        .compare-row.head{
            background: linear-gradient(135deg,rgba(99,102,241,0.15),rgba(34,211,238,0.05));
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: .05em;
            color: rgb(125, 0, 255);
        }
        .compare-row .feat{
            font-size: 14px;
            font-weight: 500;
            color: rgb(25, 175, 225);
        }
        .compare-row .val{display:flex;align-items:center;gap:6px;font-size:14px}
        .compare-row .val.free{color: var(--from-light-to-dark)}
        .compare-row .val.prem{color: rgb(200, 0, 255); font-weight: 600}






        .ContainerCoverLetter{
            position: relative;
            padding: 20px 50px;
            border-radius: 20px;
            background: rgb(200, 200, 225, 0.15);
            border: 1px solid rgba(200, 200, 225, 0.3);
            overflow: hidden;
            text-align: center;
            font-family: Arial Black;
        }

        .ContainerCoverLetter h2{
            font-size: 26px;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 14px;
            color: var(--from-light-to-dark);
        }

        .ContainerCoverLetter p{
            font-family: Arial;
            font-size: 16px;
            line-height: 1.6;
            color: rgba(245, 243, 255, 0.95);
            margin-bottom: 20px;
        }

        .price-wrapper{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            padding: 12px 30px;
            border-radius: 20px;
            border: 1px solid rgba(196, 181, 253, 0.25);
            width: fit-content;
            margin: 20px auto;
        }

        .price-label{
            font-size: 24px;
            text-transform: uppercase;
            color: rgba(196, 181, 253);
        }

        .price{
            font-size: 24px;
            color: var(--from-light-to-dark);
        }

        .cta-button{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 16px 0;
            color: var(--from-light-to-dark);
            font-size: 20px;
            letter-spacing: 1px;
            text-decoration: none;
            background: rgb(225, 200, 255, 0.15);
            border-radius: 15px;
            border: 1px solid rgb(225, 200, 255, 0.35);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .cta-button:hover{
            transform: translateY(-4px);
            background: rgb(225, 200, 255, 0.25);
        }







        /* 110% */
        @media (max-width: 1750px){
            .ContainerLive{width: 90%}
        }

        /* 125% */
        @media (max-width: 1540px){
            .ProfessionCard{font-size: 13px}
        }

        /* 150% и выше */
        @media (max-width: 1280px){
            .ProfessionCard{padding: 5px; font-size: 10px}
            .float-card.br{right: 100px}
        }

        /* 175% и выше */
        @media (max-width: 1097px){
            .ContainerFixed h2{font-size: 13px}
            #ExampleTemplateFree_Text, #ExampleTemplatePremium_Text{width: calc(100% - 100px)}
            #premium-hat-text-box{font-size: 14px}
            .mockup{transform: scale(0.8) rotateY(-8deg) rotateX(4deg)}
            .hero-mock:hover .mockup{transform: rotateY(-4deg) rotateX(2deg) scale(0.8)}
            .TemplateType{font-size: 10px}
            .ContainerLive{width: 70%}
            .ProfessionCard{padding: 5px; font-size: 6px; gap: 30px}
        }

        /* 200% и выше */
        @media (max-width: 960px){
            .ContainerFixed h2{font-size: 9px}
            .Price{font-size: 60px}
            .ContainerLive{width: 80%}
            .ContainerProfessionTemplates{grid-template-columns: repeat(2, 1fr)}
        }

        /* 250% и выше */
        @media (max-width: 768px){
            .ContainerFixed h2{font-size: 7px}
            .ContainerFixed{gap: 40px}
            .ContainerTemplatesChoiceTemplate h2{font-size: 16px}
            .Price{font-size: 50px}
            .Price span{font-size: 10px}
            .TemplateType{font-size: 6px}
            .SelectTemplateForm{padding: 5px}
            .ContainerLive{width: 95%}
            .ProfessionCard{padding: 5px; font-size: 6px; gap: 10px}
            .badge-free{padding: 5px}
            .Description{font-size: 16px}
        }

        /* 300% и выше */
        @media (max-width: 640px){
            .ContainerFixed h2{font-size: 6px}
            .ContainerFixed{gap: 35px}
            .SeeExampleTemplate{font-size: 8px}
            .ContainerTemplatesChoiceTemplate h2{font-size: 10px}
            .TemplateStyle.Free, .TemplateStyle.Premium{font-size: 10px}
            .TemplateCard{width: calc(100% - 30px)}
            .SelectTemplateForm{font-size: 6px; width: calc(100% - 90px); padding: 0}
            .BuyBtn{font-size: 16px; width: calc(100% - 75px)}
            .Price{font-size: 32px}
            .ContainerPackets div h1{font-size: 24px}
            .stats-grid{width: 85%}
            .feature-card{padding: 15px}
            .ProfessionCard{padding: 5px; font-size: 5px; gap: 10px}
            .badge-free, .badge-premium{padding: 5px; font-size: 8px}
            #PreviewWatch{padding: 10px 20px}
        }

        /* 400% и выше */
        @media (max-width: 480px){
            .ContainerFixed h2{font-size: 4px}
            .ContainerFixed{gap: 25px}
            #ExampleTemplateFree_Text, #ExampleTemplatePremium_Text{width: calc(100% - 50px)}
            .SeeExampleTemplate{font-size: 4px}
            .ContainerTemplatesChoiceTemplate{padding: 5px 10px}
            .ContainerTemplatesChoiceTemplate h2{padding: 10px 20px}
            .TemplateStyle.Free, .TemplateStyle.Premium{font-size: 6px}
            .ContainerPackets div h1{font-size: 18px}
            #PacketThree h1 span{font-size: 8px}
            .Price{font-size: 20px}
            .BuyBtn{font-size: 8px; width: calc(100% - 75px)}
            .feature-card{padding: 3px}
            .features-grid{gap: 2px}
            .feature-icon{margin-top: 15px; margin-left: 15px}
            .mockup{margin-left: -175px; margin-top: -250px}
            .mockup{transform: scale(0.5) rotateY(-8deg) rotateX(4deg)}
            .float-card.tl{top: -175px; left: -200px}
            .float-card.br{right: 5px}
            .hero-mock:hover .mockup{transform: rotateY(-4deg) rotateX(2deg) scale(0.5)}
            .SelectTemplateForm{font-size: 6px; width: calc(100% - 25px); padding: 0}
            .TemplateType{display: none}
            #PreviewFormBox{width: 200px}
            #PreviewWatch{padding: 10px; font-size: 8px}
            .ProfessionCard{padding: 2px; font-size: 4px; gap: 10px}
            .badge-free, .badge-premium{padding: 5px; font-size: 4px}
            .Description{font-size: 12px}
            .Steps{gap: 5px}
            .Step{padding: 12px}
        }

        /* 500% и выше */
        @media (max-width: 384px){
            .ContainerFixed h2{font-size: 3px}
            .ContainerFixed{gap: 15px}
            .right{margin-left: -25px}
            .template-links h2, .live-counter{margin-left: -37.5px}
            .counter-label{font-size: 14px}
            .SeeExampleTemplate{font-size: 4px}
            #premium-hat-text-box{font-size: 10px}
            .ContainerTemplatesChoiceTemplate h2{font-size: 6px}
            .SelectTemplateForm{font-size: 4px}
            .ContainerPackets div h1{font-size: 14px}
            #PacketThree h1 span{font-size: 4px}
            .Price{font-size: 14px}
            .Price span{font-size: 6px}
            .Description{font-size: 11px}
            .BuyBtn{font-size: 8px; width: calc(100% - 25px); margin-left: -21.5px}
            .feature-card h3{font-size: 14px}
            .feature-card p{font-size: 8px}
            .features-grid{gap: 2px}
            .mockup{margin-left: -225px; margin-top: -250px}
            .mockup{transform: scale(0.3) rotateY(-8deg) rotateX(4deg)}
            .hero-mock:hover .mockup{transform: rotateY(-4deg) rotateX(2deg) scale(0.3)}
            .TemplateStyle.Free, .TemplateStyle.Premium{font-size: 3px}
            #PreviewFormBox{width: 150px}
            .ProfessionCard{padding: 0; font-size: 3px; gap: 10px}
            .badge-free{padding: 5px; font-size: 3px}
            .ContainerProfessionTemplatesHat{font-size: 16px}
            .Steps{gap: 0}
            .Step{padding: 6px}
        }