.elementor-13146 .elementor-element.elementor-element-5437cec{--display:flex;}.elementor-13146 .elementor-element.elementor-element-5437cec.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-13146 .elementor-element.elementor-element-5437cec{--width:96.045%;}}/* Start custom CSS for html, class: .elementor-element-ac1753e *//* RESET &amp; BASE */
        body {
            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
            line-height: 1.6;
            color: #999999;
        }
        /* main container for readability, no max-width */
        .container {
            width: 100%;
            padding: 0 15px;
        }
        /* TYPOGRAPHY */
        .global-title {
            font-size: 25px;
            text-align: center;
            color: #00849B;
            margin: 20px 0 25px 0;
            font-weight: 600;
            letter-spacing: -0.02em;
        }
        .sub-title {
            font-size: 20px;
            text-align: center;
            color: #3E8448;
            margin: 30px 0 20px 0;
            font-weight: 600;
        }
        /* all <h3> inline style will be added in body, but we keep a backup */
        h4 {
            /* inline style will handle color */
            font-size: 1.3em;
            margin: 25px 0 10px;
        }
        /* PARAGRAPHS, LISTS */
        p, li {
            color: #999999;
            margin-bottom: 15px;
        }
        p {
            line-height: 1.7;
        }
        /* STRONG WORDS */
        strong {
            color: #6ad8ba !important;
            font-weight: 600;
        }
        /* LINKS */
        a {
            color: #2f8ef8;
            text-decoration: none;
            transition: all 0.2s;
        }
        a:hover {
            text-decoration: underline;
            opacity: 0.9;
        }
        p a, li a {
            color: #2f8ef8;
        }
        /* TABLE OF CONTENTS */
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #00D9FF;
        }
        .toc-box a {
            color: #e0e0e0;
            display: inline-block;
            margin: 5px 10px 5px 0;
        }
        .toc-box a:hover {
            color: #00D9FF;
        }
        .toc-box ul {
            margin: 10px 0 0 0;
            padding-left: 0;
            list-style: none;
        }
        
        /* LISTS (GENERAL) */
        ul, ol {
            margin: 20px 0 20px 20px;
            padding-left: 20px;
            color: #999999;
        }
        li {
            margin-bottom: 7px;
            position: relative;
            padding-left: 10px;
            color: #999999;
        }
        ul li {
            list-style-type: none;
            position: relative;
            padding-left: 0px;
            color: #999999;
        }
        /* generic list icon (if .all-list used) – we may not use it */
        .all-list li:before {
            content: "▹";
            color: #00FF88;
            position: absolute;
            left: -20px;
        }
        /* MISTAKE &amp; BEST LISTS */
        .mistake-list {
            list-style: none;
            margin-left: 20px;
        }
        .mistake-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 12px;
        }
        .mistake-list li:before {
            content: "✗";
            color: #f82f2f;
            position: absolute;
            left: -5px;
            font-weight: bold;
            font-size: 1.2em;
        }
        .best-list {
            list-style: none;
            margin-left: 20px;
        }
        .best-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 12px;
        }
        .best-list li:before {
            content: "✓";
            color: #00FF88;
            position: absolute;
            left: -5px;
            font-weight: bold;
            font-size: 1.2em;
        }
        /* STEP BOXES */
        .step-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #4ECDC4;
        }
        .step-title {
            color: #4ECDC4;
            margin-top: 0;
            font-size: 1.5em;
            margin-bottom: 15px;
        }
        /* RED VS BLUE TEAM */
        .red-blue-box {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        .red-team, .blue-team {
            flex: 1;
            min-width: 300px;
            padding: 25px;
            border-radius: 8px;
        }
        .red-team {
            background-color: rgba(255, 107, 107, 0.05);
            border: 1px solid #FF6B6B;
        }
        .blue-team {
            background-color: rgba(0, 217, 255, 0.05);
            border: 1px solid #00D9FF;
        }
        .red-team h3, .blue-team h3 {
            color: inherit; /* will set inline */
            margin-top: 0;
        }
        /* TABLES */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.03);
        }
        th, td {
            border: 1px solid #444;
            padding: 15px;
            text-align: left;
            color: #999999;
        }
        th {
            background-color: rgba(0, 217, 255, 0.1);
            color: #00D9FF;
            font-weight: bold;
        }
        td strong {
            color: #6ad8ba;
        }
        /* MISC */
        hr.style1 {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #00D9FF, transparent);
            margin: 40px 0;
        }
        .faq-question {
            color: #FF6B9D;
            font-weight: 600;
            margin: 20px 0 5px;
        }
        .callout {
            background: rgba(0, 217, 255, 0.05);
            border-left: 4px solid #00D9FF;
            padding: 20px;
            margin: 30px 0;
        }
        /* no max-width on body or container *//* End custom CSS */