    .padding-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
        
    
    .breadcrumb{
        background: transparent;
        color: #000
    }
    .breadcrumb li{margin-right:5px;}
    .breadcrumb-item a{color:#000;}
    .banner_outer{margin-top:0;}
    .banner_outer h1{margin-top: 9px;}
    .row_banner{display:flex;}
    .col_banner{width:50%;}
    .col_banner_center{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .add_new_form_23_f{width:100%;}
    .col_banner_center .add_new_form_23_f{
        position: relative;
        z-index: 999;
    }
    .offer_to_you_f .banner_a{background:#fff;color:#000;}
    @media (min-width:992px){
        .col_banner_title{display:none;}
    }
    @media (max-width:992px){
        .row_banner{flex-direction: column-reverse;}
        .col_banner{width:100%;}
        .col_banner_center .add_new_form_23_f{margin-top:30px!important;}
        .not_mobile{display:none!important;}
        .plan_card_row{flex-direction: column-reverse;}
    }
    .indexes-landing .trading_row {
        max-width: fit-content;
        gap: 30px;
    }
    
    .indexes-landing .info_1_to_you_l p:first-child {
        color: #000;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        padding-left: 0;
        background-image: none;
        width: 100%;
    }
    
    .indexes-landing .plan_card_row {
        gap: 20px;
        max-width: fit-content;
    }
    .indexes-landing  .plan_card ul {
        min-height: fit-content;
    }
    .indexes-landing  .plan_card {
        position: relative;
        max-width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }
    
    .indexes-landing  .plan_card.best-value {
        border: 2px solid #FFB400;
        box-shadow: 0 0 24px rgba(255, 180, 0, 0.35);
    }
    
    
    
    .best_value_badge {
      position: absolute;
      top: 16px;
      right: 16px;
      background: #FFB400;
      color: #0a1f5c;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding: 4px 10px;
      border-radius: 6px;
      text-transform: uppercase;
    }
    
    .indexes-landing .banner_trading {
        max-width: none;
    }
    
    .indexes-landing .col_banner_center .add_new_form_23_f {
        z-index: 0;
    }
    
    .indexes-landing .info_1_to_you_1_2 .info_1_to_you_r p {
        position: static;
        left: auto;
        top: auto;
        z-index: auto;
        padding: 16px 0 8px 16px;
        width: 100%;
        text-align: left;
        color: #FFF;
        font-family: Montserrat;
        text-transform: uppercase;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    
    /* ================================================
       BLOCK2_TRADING — "HOW DOES THE TRAINING GO?"
       ================================================ */
    .block2-how {
        background-color: #f0f4fb;
        background-image: none;
        padding-top: 72px;
        padding-bottom: 56px;
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }
    .block2-how::after {
        content: '';
        position: absolute;
        top: -120px;
        right: -120px;
        width: 480px;
        height: 480px;
        background: radial-gradient(circle, rgba(26, 86, 255, 0.18) 0%, transparent 70%);
        pointer-events: none;
        z-index: 0;
    }
    .block2-how .container {
        position: relative;
        z-index: 1;
    }
    .block2-how .blackh {
        color: #0a1535;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 36px;
        font-weight: 800;
        letter-spacing: -0.5px;
        text-shadow: none;
    }
    .block2-how .blackh::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: rgba(2, 52, 153, 0.4);
        border-radius: 2px;
        margin-top: 14px;
    }
    .block2-how .block2-subtitle {
        display: block;
        color: rgba(10, 21, 53, 0.55);
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.3px;
        margin-top: 10px;
        margin-bottom: 48px;
    }
    .block2-how .trading_row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        align-items: stretch;
    }
    .block2-how .trading_cart {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        height: 100%;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .block2-how .trading_cart:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(2, 52, 153, 0.45);
    }
    .block2-how .trading_cart::before {
        content: attr(data-step);
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        color: #0234c8;
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 700;
        border-radius: 50%;
        position: static;
    }
    .block2-how .trading_cart:not(:last-child)::after {
        content: '→';
        position: absolute;
        top: 16px;
        right: -13px;
        color: rgba(74, 143, 255, 0.45);
        font-size: 16px;
        z-index: 5;
        line-height: 1;
    }
    .block2-how .ct {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #0234c8 0%, #0c41d9 70%, #1a56ff 100%);
        border: 1px solid rgba(100, 160, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 12.5px;
        font-weight: 700;
        letter-spacing: 0.5px;
        line-height: 1.45;
        text-align: center;
        text-transform: uppercase;
        padding: 14px 16px;
        margin-bottom: 0;
        min-height: unset;
        height: auto;
    }
    .block2-how .ct::before,
    .block2-how .ct::after {
        display: none;
        content: none;
    }
    .block2-how .ccont {
        flex: 1;
        background: #ffffff;
        border: 1px solid rgba(10, 21, 53, 0.08);
        border-top: none;
        border-radius: 0;
        padding: 18px 16px 16px;
        min-height: unset;
    }
    .block2-how .ccont p {
        color: rgba(10, 21, 53, 0.8);
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        line-height: 1.65;
        letter-spacing: 0.1px;
        margin-bottom: 0;
        padding: 0;
        position: static;
    }
    .block2-how .ccont p::before {
        display: none;
    }
    .block2-how .ccont p:not(:last-child) {
        border-bottom: 1px solid rgba(74, 143, 255, 0.1);
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .block2-how .info_1_to_you {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: center;
    }
    .block2-how .to_btn_form_top {
        display: inline-block;
        background: linear-gradient(135deg, #0234c8 0%, #1a56ff 100%);
        color: #ffffff;
        padding: 14px 32px;
        border-radius: 8px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-decoration: none;
        border: 1px solid rgba(100, 160, 255, 0.3);
        box-shadow: 0 4px 20px rgba(2, 52, 153, 0.5);
        transition: all 0.25s ease;
    }
    .block2-how .to_btn_form_top:hover {
        background: linear-gradient(135deg, #0a3fdb 0%, #2a6aff 100%);
        box-shadow: 0 8px 28px rgba(26, 86, 255, 0.55);
        transform: translateY(-2px);
    }
    
    /* =============================================
       BANNER_TRADING — Hero Section Redesign
       ============================================= */
    /* Section background */
    .banner_trading {
      background: linear-gradient(180deg, #ffffff 0%, #f0f5ff 60%, #e6eeff 100%) !important;
    }
    /* Remove ugly decorative SVG lines */
    .banner_trading::before,
    .banner_trading::after {
      display: none !important;
    }
    /* H1 headline */
    .banner_trading .banner_outer h1,
    .banner_trading h1.not_mobile {
      color: #0a1428 !important;
      font-size: 48px !important;
      font-weight: 800 !important;
      line-height: 1.12 !important;
      letter-spacing: -1.5px !important;
      margin-top: 48px !important;
    }
    /* H1 accent color */
    .banner_trading .banner_outer h1 span {
      color: #0234c8 !important;
    }
    /* Subtext paragraphs */
    .banner_outer_bfb p {
      color: #3a4a6b !important;
      font-size: 15px !important;
      line-height: 1.75 !important;
      max-width: 520px !important;
      margin-top: 20px !important;
    }
    /* Bonus bar (lock icon line) */
    .banner_outer_bi {
      background: linear-gradient(90deg, rgba(2, 52, 153, 0.06) 0%, rgba(2, 52, 153, 0.03) 100%) !important;
      border: 1px solid rgba(2, 52, 153, 0.18) !important;
      border-radius: 10px !important;
      padding: 12px 16px 12px 52px !important;
      margin-top: 24px !important;
      max-width: 520px !important;
      display: block !important;
      background-image: url("/assets/images/zamok.svg") !important;
      background-repeat: no-repeat !important;
      background-position: 14px center !important;
      background-size: 24px !important;
    }
    .banner_outer_bi p {
      color: #2a3a5c !important;
      font-size: 14px !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .banner_outer_bi p strong,
    .banner_outer_bi p b {
      color: #0234c8 !important;
    }
    /* Timer block */
    .timer {
      background: #ffffff !important;
      border: 2px solid rgba(2, 52, 153, 0.15) !important;
      border-radius: 12px !important;
      padding: 16px 24px 18px !important;
      max-width: 360px !important;
      margin-top: 24px !important;
      box-shadow: 0 4px 20px rgba(2, 52, 153, 0.10) !important;
    }
    .timer_f1 span:first-child {
      color: #0234c8 !important;
      font-size: 44px !important;
      font-weight: 800 !important;
      line-height: 1 !important;
    }
    .timer_f1 span:last-child {
      color: #6b7a99 !important;
      font-size: 11px !important;
      font-weight: 500 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.8px !important;
    }
    .timer .min span:first-child {
      color: #0234c8 !important;
      font-size: 44px !important;
      font-weight: 800 !important;
    }
    .timer .min {
      border-left: 1px solid rgba(2, 52, 153, 0.12) !important;
      border-right: 1px solid rgba(2, 52, 153, 0.12) !important;
    }
    .timer_f2 {
      color: #6b7a99 !important;
      font-size: 12px !important;
      font-weight: 500 !important;
      letter-spacing: 1px !important;
      text-transform: uppercase !important;
      margin-top: 8px !important;
    }
    /* ---- FORM COLUMN ---- */
    /* Push form down so its top aligns with H1 */
    .col_banner_center {
      padding-top: 48px !important;
    }
    /* Form card */
    .add_new_form_23_f,
    .col_banner_center .add_new_form_23_f {
      background: #0234c8 !important;
      border-radius: 20px !important;
      padding: 32px 28px !important;
      box-shadow: 0 20px 60px rgba(2, 52, 153, 0.30) !important;
      max-width: 420px !important;
    }
    /* Form heading labels */
    .add_new_form_23_t1 {
      color: rgba(255,255,255,0.80) !important;
      font-size: 14px !important;
    }
    .add_new_form_23_t2 {
      color: #ffffff !important;
      font-size: 22px !important;
      font-weight: 800 !important;
      letter-spacing: -0.5px !important;
    }
    .add_new_form_23_t3,
    .add_new_form_23_t4 {
      color: rgba(255,255,255,0.75) !important;
      font-size: 14px !important;
    }
    /* Field labels */
    .add_new_form_23_f .control-label {
      color: rgba(255,255,255,0.75) !important;
      font-size: 11px !important;
      font-weight: 600 !important;
      letter-spacing: 0.6px !important;
      text-transform: uppercase !important;
      margin-bottom: 6px !important;
      display: block !important;
    }
    /* All inputs (name, email) */
    .add_new_form_23_f input[type="text"],
    .add_new_form_23_f input[type="email"],
    .add_new_form_23_f input[type="tel"],
    .add_new_form_23_f .form-control {
      background: rgba(255,255,255,0.12) !important;
      border: 1.5px solid rgba(255,255,255,0.25) !important;
      border-radius: 10px !important;
      color: #ffffff !important;
      padding: 12px 16px !important;
      font-size: 14px !important;
      width: 100% !important;
      transition: border-color 0.2s !important;
    }
    /* Phone input inside intl-tel-input — needs left padding for flag selector */
    .add_new_form_23_f .iti--separate-dial-code input {
      padding: 12px 16px 12px 97px !important;
    }
    /* Extra styling for .iti input visual matching */
    .add_new_form_23_f .iti input,
    .add_new_form_23_f .iti input[type="tel"],
    .add_new_form_23_f .iti--separate-dial-code input {
      background: rgba(255,255,255,0.12) !important;
      border: 1.5px solid rgba(255,255,255,0.25) !important;
      border-radius: 10px !important;
      color: #ffffff !important;
      font-size: 14px !important;
      width: 100% !important;
    }
    /* Input focus state */
    .add_new_form_23_f .form-control:focus {
      border-color: rgba(255,255,255,0.65) !important;
      background: rgba(255,255,255,0.18) !important;
      outline: none !important;
    }
    /* Input placeholder */
    .add_new_form_23_f .form-control::placeholder {
      color: rgba(255,255,255,0.40) !important;
    }
    /* Submit button */
    .add_new_form_23_f .ajax_form button[type="submit"],
    .add_new_form_23_f .controls button {
      background: #ffffff !important;
      color: #0234c8 !important;
      border: none !important;
      border-radius: 10px !important;
      width: 100% !important;
      padding: 14px !important;
      font-size: 15px !important;
      font-weight: 800 !important;
      letter-spacing: 0.5px !important;
      text-transform: uppercase !important;
      cursor: pointer !important;
      transition: 0.2s !important;
      box-shadow: 0 4px 16px rgba(0,0,0,0.15) !important;
    }
    .add_new_form_23_f .ajax_form button[type="submit"]:hover,
    .add_new_form_23_f .controls button:hover {
      background: #f0f5ff !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 8px 24px rgba(0,0,0,0.20) !important;
    }
    /* ---- intl-tel-input phone field styling ---- */
    /* Flag container background */
    .add_new_form_23_f .iti__selected-flag {
      background: transparent !important;
    }
    .add_new_form_23_f .iti--separate-dial-code .iti__selected-flag {
      background: rgba(255,255,255,0.12) !important;
      border-right: 1px solid rgba(255,255,255,0.20) !important;
      border-radius: 9px 0 0 9px !important;
      padding: 0 10px !important;
    }
    .add_new_form_23_f .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
    .add_new_form_23_f .iti--separate-dial-code .iti__selected-flag:hover {
      background: rgba(255,255,255,0.20) !important;
    }
    .add_new_form_23_f .iti__flag-container {
      border-color: rgba(255,255,255,0.25) !important;
    }
    /* Dial code text */
    .add_new_form_23_f .iti__selected-dial-code {
      color: rgba(255,255,255,0.90) !important;
      font-size: 14px !important;
      font-weight: 500 !important;
    }
    /* Dropdown arrow */
    .add_new_form_23_f .iti__arrow {
      border-top-color: rgba(255,255,255,0.70) !important;
    }
    .add_new_form_23_f .iti__arrow--up {
      border-bottom-color: rgba(255,255,255,0.70) !important;
    }
    /* Country dropdown list */
    .add_new_form_23_f .iti__country-list {
      background-color: #1a2a50 !important;
      border: 1px solid rgba(74,143,255,0.30) !important;
      border-radius: 10px !important;
      box-shadow: 0 8px 32px rgba(0,0,0,0.40) !important;
      color: #ffffff !important;
      max-height: 220px !important;
    }
    .add_new_form_23_f .iti__country {
      padding: 8px 12px !important;
      color: rgba(200,220,255,0.90) !important;
    }
    .add_new_form_23_f .iti__country:hover,
    .add_new_form_23_f .iti__country.iti__highlight {
      background-color: rgba(74,143,255,0.20) !important;
    }
    .add_new_form_23_f .iti__country-name {
      color: rgba(200,220,255,0.90) !important;
    }
    .add_new_form_23_f .iti__dial-code {
      color: rgba(147,184,255,0.70) !important;
    }
    .add_new_form_23_f .iti__divider {
      border-bottom-color: rgba(74,143,255,0.20) !important;
    }
    .add_new_form_23_f .iti__search-input {
      background: rgba(255,255,255,0.08) !important;
      border: 1px solid rgba(74,143,255,0.30) !important;
      color: #ffffff !important;
      border-radius: 6px !important;
      padding: 6px 10px !important;
    }
    
    /* =============================================
       OFFER_TO_YOU — "Who is this course for?"
       ============================================= */
    .offer_to_you {
      background: linear-gradient(155deg, #081840 0%, #0234c8 55%, #0a2e90 100%) !important;
      padding-top: 72px !important;
      padding-bottom: 72px !important;
      position: relative !important;
      overflow: hidden !important;
    }
    /* Subtle radial glow top-right */
    .offer_to_you::before {
      content: "" !important;
      display: block !important;
      position: absolute !important;
      top: -150px !important;
      right: -100px !important;
      width: 700px !important;
      height: 700px !important;
      background: radial-gradient(circle, rgba(100,160,255,0.13) 0%, transparent 70%) !important;
      background-image: none !important;
      background-size: auto !important;
      background-position: initial !important;
      pointer-events: none !important;
    }
    /* Remove old SVG cross decoration */
    .offer_to_you .container::before {
      display: none !important;
    }
    /* ---- Heading ---- */
    .offer_to_you .blackh {
      color: #ffffff !important;
      font-size: 38px !important;
      font-weight: 800 !important;
      letter-spacing: -1px !important;
      line-height: 1.15 !important;
      padding-bottom: 40px !important;
      margin-top: 0 !important;
      position: relative !important;
      display: block !important;
    }
    .offer_to_you .blackh::after {
      content: "" !important;
      display: block !important;
      width: 56px !important;
      height: 4px !important;
      background: rgba(255,255,255,0.40) !important;
      border-radius: 2px !important;
      margin-top: 14px !important;
    }
    /* ---- List items (UL/LI markup) ---- */
    .offer_to_you_p ul {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      max-width: 740px !important;
    }
    .offer_to_you_p li {
      display: block !important;
      background: rgba(255,255,255,0.07) !important;
      border: 1px solid rgba(255,255,255,0.13) !important;
      border-radius: 12px !important;
      padding: 14px 20px 14px 56px !important;
      margin-bottom: 10px !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 1.6 !important;
      color: rgba(200,220,255,0.85) !important;
      background-image: url("/assets/images/frame-1261152908.svg") !important;
      background-repeat: no-repeat !important;
      background-position: 18px center !important;
      background-size: 22px !important;
      transition: background-color 0.2s, border-color 0.2s !important;
    }
    .offer_to_you_p li:hover {
      background-color: rgba(255,255,255,0.11) !important;
      border-color: rgba(255,255,255,0.22) !important;
    }
    /* Bold title inside each card */
    .offer_to_you_p li strong {
      display: block !important;
      font-weight: 700 !important;
      font-size: 13px !important;
      color: #ffffff !important;
      text-transform: uppercase !important;
      letter-spacing: 0.4px !important;
      margin-bottom: 4px !important;
    }
    /* ---- Footer CTA ---- */
    .offer_to_you_f h5 {
      display: block !important;
      color: #ffffff !important;
      font-size: 22px !important;
      font-weight: 800 !important;
      letter-spacing: -0.3px !important;
      line-height: 1.35 !important;
      padding: 44px 0 0 !important;
      max-width: 600px !important;
    }
    .offer_to_you_f p {
      display: block !important;
      color: rgba(200,220,255,0.85) !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 1.65 !important;
      padding-top: 12px !important;
      max-width: 580px !important;
      margin-bottom: 28px !important;
      text-transform: none !important;
      background: none !important;
      border: none !important;
      border-radius: 0 !important;
      letter-spacing: 0 !important;
    }
    /* CTA button */
    .offer_to_you_f .banner_a {
      display: inline-block !important;
      background: #ffffff !important;
      color: #0234c8 !important;
      font-size: 15px !important;
      font-weight: 800 !important;
      letter-spacing: 0.5px !important;
      text-transform: uppercase !important;
      padding: 14px 36px !important;
      border-radius: 10px !important;
      text-decoration: none !important;
      box-shadow: 0 8px 32px rgba(0,0,0,0.25) !important;
      transition: transform 0.2s, box-shadow 0.2s, background 0.2s !important;
      border: none !important;
    }
    .offer_to_you_f .banner_a:hover {
      background: #f0f5ff !important;
      color: #0234c8 !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 12px 40px rgba(0,0,0,0.30) !important;
    }
    
    /* =============================================
       BLOCK2-COACHING — TAILORED COACHING FOR TRADERS
       ============================================= */

    .block2-coaching {
        background: linear-gradient(160deg, #080e1c 0%, #0a1f6b 60%, #081840 100%);
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        overflow: hidden;
    }
    
    .block2-coaching::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(circle, rgba(2, 52, 153, 0.15) 1px, transparent 1px);
        background-size: 38px 38px;
        pointer-events: none;
    }

    .block2-coaching .coaching-layout {
        display: flex;
        align-items: center;
        gap: 80px;
    }

    .block2-coaching .coaching-left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .block2-coaching .coaching-right {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .block2-coaching .blackh {
        color: #ffffff;
        font-size: 36px;
        font-weight: 800;
        letter-spacing: -0.5px;
        text-align: left;
        padding-bottom: 0;
    }

    .block2-coaching .blackh::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: rgba(255,255,255,0.5);
        border-radius: 2px;
        margin-top: 14px;
        margin-bottom: 24px;
    }

    .block2-coaching .coaching-lead {
        color: rgba(255,255,255,0.7);
        font-size: 16px;
        line-height: 1.65;
        margin: 0;
    }

    .block2-coaching .coaching-item {
        display: flex;
        align-items: center;
        gap: 16px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 12px;
        padding: 18px 24px;
        transition: background 0.2s, border-color 0.2s;
    }

    .block2-coaching .coaching-item:hover {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.22);
    }

    .block2-coaching .coaching-icon {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
    }

    .block2-coaching .coaching-text {
        color: rgba(255,255,255,0.9);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
    }

    @media (max-width: 992px) {
        .block2-coaching .coaching-layout {
            flex-direction: column;
            gap: 40px;
        }
        .block2-coaching .coaching-left {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    /* =============================================
       BLOCK3-TRADING — COURSE STEPS
       ============================================= */

    .block3-steps {
        background: linear-gradient(180deg, #080e1c 0%, #0a1535 100%);
        padding-top: 40px;
        padding-bottom: 80px;
        position: relative;
    }

    .block3-steps::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(circle, rgba(2,52,153,0.15) 1px, transparent 1px);
        background-size: 38px 38px;
        pointer-events: none;
    }

    .block3-steps .blackh {
        margin-top: 0;
        color: #ffffff;
        font-size: 36px;
        font-weight: 800;
        letter-spacing: -0.5px;
        margin-bottom: 8px;
        padding-bottom: 0;
    }

    .block3-steps .blackh::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: rgba(255,255,255,0.5);
        border-radius: 2px;
        margin-top: 14px;
        margin-bottom: 20px;
    }

                                                                                                                    .block3-steps .steps-timeline {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        padding-left: 80px;
    }

    .block3-steps .steps-timeline::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 22px;
        bottom: 22px;
        width: 2px;
        background: linear-gradient(180deg, transparent 0%, rgba(74,143,255,0.7) 5%, rgba(74,143,255,0.7) 95%, transparent 100%);
    }

    .block3-steps .step-item {
        position: relative;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .block3-steps .step-item:last-child {
        margin-bottom: 0;
    }

    .block3-steps .step-dot {
        position: absolute;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: linear-gradient(135deg, #0a3fa8, #1a6fff);
        border: 2px solid rgba(74,143,255,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 0.5px;
        z-index: 2;
    }

    .block3-steps .step-card {
        width: 100%;
        background: rgba(10, 25, 80, 0.65);
        border: 1px solid rgba(74,143,255,0.25);
        border-radius: 14px;
        padding: 16px 24px;
        transition: background 0.2s, border-color 0.2s, transform 0.2s;
        position: relative;
    }

    .block3-steps .step-card::before {
        content: '';
        position: absolute;
        left: -36px;
        top: 50%;
        width: 36px;
        height: 2px;
        background: linear-gradient(90deg, rgba(74,143,255,0.4), rgba(74,143,255,0.7));
        transform: translateY(-50%);
    }

    .block3-steps .step-card:hover {
        background: rgba(10, 35, 110, 0.85);
        border-color: rgba(74,143,255,0.5);
        transform: translateX(3px);
    }

    .block3-steps .step-txt {
        font-size: 15px;
        font-weight: 600;
        color: rgba(255,255,255,0.9);
        line-height: 1.4;
        white-space: nowrap;
    }

    @media (max-width: 960px) {
        .block3-steps .step-txt {
            white-space: normal;
        }
        .block3-steps .steps-timeline {
            max-width: 100%;
        }
    }

    @media (max-width: 600px) {
        .block3-steps .steps-timeline {
            padding-left: 56px;
        }
        .block3-steps .steps-timeline::before {
            left: 17px;
        }
        .block3-steps .step-dot {
            left: -56px;
            width: 36px;
            height: 36px;
            font-size: 11px;
        }
        .block3-steps .step-card::before {
            left: -20px;
            width: 20px;
        }
    }

/* =============================================
       INFO_1_TO_YOU_1_1 — "What will change after the program"
       ============================================= */
    .info_1_to_you_1_1 {
      background: linear-gradient(160deg, #f0f4ff 0%, #e6edff 100%) !important;
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
    /* Heading */
    .info_1_to_you_1_1 .blackh {
      color: #0a1428 !important;
      font-size: 36px !important;
      font-weight: 800 !important;
      letter-spacing: -1px !important;
      line-height: 1.15 !important;
      max-width: 100% !important;
      margin-top: 0 !important;
      padding-bottom: 8px !important;
      position: relative !important;
      display: block !important;
    }
    .info_1_to_you_1_1 .blackh::after {
      content: "" !important;
      display: block !important;
      width: 48px !important;
      height: 4px !important;
      background: #0234c8 !important;
      border-radius: 2px !important;
      margin-top: 14px !important;
    }
    /* Content row — 55% left / 45% right reserved for image */
    .info_1_to_you_1_1 .container > .row:last-child {
      display: flex !important;
      align-items: center !important;
     
    }
    .info_1_to_you_1_1 .container > .row:last-child > .col-md-6:first-child {
      flex: 0 0 55% !important;
      max-width: 55% !important;
      width: auto !important;
      padding: 0 !important;
    }
    /* Right col (image container) */
    .info_1_to_you_1_1 .container > .row:last-child > .col-md-6:last-child {
        flex: 0 0 45% !important;
            max-width: 45% !important;
                padding: 0 !important;
    }
                /* Trader photo - right side */
    .info_trader_photo {
        width: 100% !important;
        min-height: 460px !important;
        background-image: url('/images/orderflow/trader-orderflow4.jpg') !important;
        background-size: cover !important;
        background-position: center top !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 40px rgba(2,52,200,0.13) !important;
    }
    /* Left col wrapper */
    .info_1_to_you_1_1 .info_1_to_you_l {
      padding-top: 0 !important;
    }
    /* Intro paragraph */
    .info_1_to_you_1_1 .info_1_to_you_l p:first-child {
      color: #4a5a7a !important;
      font-size: 18px !important;
      font-weight: 400 !important;
      line-height: 1.7 !important;
      margin-top: 20px !important;
      margin-bottom: 28px !important;
      padding: 0 !important;
      background: none !important;
      display: block !important;
    }
    /* Closing italic paragraph */
    .info_1_to_you_1_1 .info_1_to_you_l p:last-child {
      color: #4a5a7a !important;
      font-size: 17px !important;
      font-style: italic !important;
      line-height: 1.65 !important;
      padding: 0 !important;
      background: none !important;
      margin-top: 24px !important;
      margin-bottom: 0 !important;
      display: block !important;
    }
    /* UL list */
    .info_1_to_you_1_1 .info_1_to_you_l ul {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      display: block !important;
    }
    /* Each LI — left blue border accent */
    .info_1_to_you_1_1 .info_1_to_you_l li {
      position: relative !important;
      padding: 14px 18px 14px 22px !important;
      margin-bottom: 10px !important;
      background: #ffffff !important;
      border-left: 3px solid #0234c8 !important;
      border-radius: 0 8px 8px 0 !important;
      box-shadow: 0 1px 6px rgba(2,52,153,0.07) !important;
      list-style: none !important;
      font-size: 16px !important;
      line-height: 1.6 !important;
      color: #4a5a7a !important;
      transition: border-color 0.2s, box-shadow 0.2s !important;
    }
    .info_1_to_you_1_1 .info_1_to_you_l li:hover {
      border-left-color: #0a3aee !important;
      box-shadow: 0 3px 12px rgba(2,52,153,0.12) !important;
    }
    /* Remove default checkmark */
    .info_1_to_you_1_1 .info_1_to_you_l li::before {
      display: none !important;
      content: none !important;
    }
    /* Bold title inside LI */
    .info_1_to_you_1_1 .info_1_to_you_l li strong {
      display: block !important;
      font-weight: 700 !important;
      font-size: 16px !important;
      color: #0a1428 !important;
      margin-bottom: 3px !important;
    }
    /* CTA button */
    .info_1_to_you_1_1 .info_1_to_you a {
      display: inline-block !important;
      background: #0234c8 !important;
      color: #ffffff !important;
      font-size: 15px !important;
      font-weight: 800 !important;
      letter-spacing: 0.5px !important;
      text-transform: uppercase !important;
      padding: 14px 36px !important;
      border-radius: 10px !important;
      text-decoration: none !important;
      box-shadow: 0 8px 24px rgba(2,52,200,0.28) !important;
      transition: transform 0.2s, box-shadow 0.2s !important;
      margin-top: 28px !important;
    }
    .info_1_to_you_1_1 .info_1_to_you a:hover {
      transform: translateY(-2px) !important;
      box-shadow: 0 12px 32px rgba(2,52,200,0.38) !important;
    }
    
    /* ============================================
       INFO_1_TO_YOU_1_2 — ABOUT THE TRADER
       ============================================ */
    
    .info_1_to_you_1_2 {
        background: linear-gradient(155deg, #081840 0%, #0234c8 55%, #0a2e90 100%) !important;
        padding-top: 80px !important;
        padding-bottom: 0 !important;
        position: relative !important;
        overflow: visible !important;
        /*min-height: 700px !important;*/
    }
    
    /* Heading */
    
    .info_1_to_you_1_2 .blackh {
        color: #ffffff !important;
        font-size: 36px !important;
        font-weight: 800 !important;
        letter-spacing: -0.5px !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        display: block !important;
        padding-bottom: 0 !important;
    }
    
    .info_1_to_you_1_2 .blackh::after {
        content: '' !important;
        display: block !important;
        width: 48px !important;
        height: 4px !important;
        background: rgba(255, 255, 255, 0.5) !important;
        border-radius: 2px !important;
        margin-top: 14px !important;
    }
    
    /* Left column */
    
    .info_1_to_you_1_2 .trader-flex-left {
        width: 60% !important;
        max-width: 60% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding-right: 40px !important;
        padding-bottom: 80px !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_l {
        padding-top: 8px !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_l p {
        display: flex !important;
        align-items: flex-start !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
        margin-bottom: 14px !important;
        padding: 0 !important;
        background: none !important;
        position: static !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_l p::before {
        content: '✓' !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 22px !important;
        height: 22px !important;
        background: none !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        border-radius: 0 !important;
        margin-right: 12px !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_l p:last-child {
        font-style: italic !important;
        color: rgba(255, 255, 255, 0.55) !important;
        font-size: 15px !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_l p:last-child::before {
        content: none !important;
        display: none !important;
    }
    
    /* Button */
    
    .info_1_to_you_1_2 .to_btn_form_top {
        display: inline-block !important;
        background: #ffffff !important;
        color: #0a1f6b !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        padding: 14px 36px !important;
        border-radius: 10px !important;
        text-decoration: none !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
        margin-top: 28px !important;
        align-self: flex-start !important;
    }
    
    /* Right column — photo bottom-aligned */
    
    .info_1_to_you_1_2 .container {
        position: relative !important;
    }
    
    .info_1_to_you_1_2 .trader-flex-row {
        display: flex !important;
        overflow: visible !important;
    }
    
    .info_1_to_you_1_2 .trader-flex-right {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 40% !important;
        max-width: 440px !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: center !important;
        overflow: hidden !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_r::before,
    .info_1_to_you_1_2 .info_1_to_you_r::after {
        display: none !important;
        content: none !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_r > span {
        display: block !important;
        width: 100% !important;
        line-height: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: none !important;
        border: none !important;
        overflow: visible !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_r > span img {
        display: block !important;
        width: 100% !important;
        max-width: 420px !important;
        height: auto !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        margin: 0 auto !important;
    }
    
    /* Name — plain text at top of right column */
    
    .info_1_to_you_1_2 .info_1_to_you_bg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 3 !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_bg::before,
    .info_1_to_you_1_2 .info_1_to_you_bg::after {
        display: none !important;
        content: none !important;
    }
    
    .info_1_to_you_1_2 .info_1_to_you_bg p {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        color: rgba(255, 255, 255, 0.55) !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        letter-spacing: 3px !important;
        text-transform: uppercase !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 16px 0 !important;
        background: none !important;
        display: block !important;
    }                                                                                                                                                                                                                                                                                                                                                                                                       .info_1_to_you_1_2 .info_1_to_you_bg p::before { content: none !important; display: none !important; }

    /* ============ OFFER TRADING - MEMBERSHIP PACKAGES ============ */
    .offer_trading {
        background: linear-gradient(160deg, #080e1c 0%, #0a1f6b 60%, #081840 100%);
        padding: 80px 0;
        position: relative;
    }

    .offer_trading::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(circle, rgba(2,52,153,0.12) 1px, transparent 1px);
        background-size: 38px 38px;
        pointer-events: none;
    }

    .offer_trading .blackh {
        color: #ffffff;
        font-size: 36px;
        font-weight: 800;
        letter-spacing: -0.5px;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .offer_trading .blackh::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: rgba(255,255,255,0.5);
        border-radius: 2px;
        margin-top: 14px;
        margin-bottom: 48px;
    }

    .offer_trading .plan_card_row {
        display: flex;
        gap: 24px;
        align-items: stretch;
        max-width: 100%;
    }

    .offer_trading .plan_card {
        flex: 1;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 20px;
        padding: 32px 28px 28px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        transition: border-color 0.2s, transform 0.2s;
        max-width: none;
    }

    .offer_trading .plan_card:hover {
        border-color: rgba(74,143,255,0.4);
        transform: translateY(-4px);
    }

    .offer_trading .plan_card.best-value {
        background: rgba(10, 30, 100, 0.6);
        border: 2px solid rgba(255, 180, 0, 0.7);
        box-shadow: 0 0 32px rgba(255,180,0,0.12);
    }

    .offer_trading .best_value_badge {
        position: absolute;
        top: -14px;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: linear-gradient(90deg, #e6a800, #ffcc00);
        color: #000;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1.5px;
        padding: 5px 16px;
        border-radius: 20px;
        white-space: nowrap;
    
        right: auto !important;
    }

    .offer_trading .plan_t {
        font-size: 22px;
        font-weight: 800;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    
        text-align: center;
    }

    .offer_trading .plan_card strong {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: rgba(255,255,255,0.55);
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .offer_trading .plan_card ul {
        list-style: none;
        padding: 0;
        margin: 0 0 24px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: auto;
    }

    .offer_trading .plan_card ul li {
        font-size: 14px;
        font-weight: 500;
        color: rgba(255,255,255,0.85);
        display: flex;
        align-items: flex-start;
        gap: 10px;
        line-height: 1.4;
    }

    .offer_trading .plan_card ul li::before {
        content: '✓';
        flex-shrink: 0;
        color: #4a8fff;
        font-weight: 800;
        font-size: 14px;
        margin-top: 1px;
    }

    .offer_trading .plan_card ul li:not(.checked) {
        opacity: 0.3;
    }

    .offer_trading .plan_card ul li:not(.checked)::before {
        content: '✗';
        color: rgba(255,255,255,0.3);
    }

    .offer_trading .plan_card ul li span[style*="color:red"],
    .offer_trading .plan_card ul li span[style*="color: red"] {
        color: rgba(255,255,255,0.4) !important;
    }

    .offer_trading .plan_btn {
        display: block;
        text-align: center;
        background: linear-gradient(90deg, #1a4fff, #3a7aff);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 20px;
        border-radius: 12px;
        text-decoration: none;
        transition: opacity 0.2s, transform 0.2s;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }

    .offer_trading .plan_btn:hover {
        opacity: 0.85;
        transform: translateY(-1px);
        color: #fff;
    }

    .offer_trading .protect {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        opacity: 0.5;
        filter: brightness(2) saturate(0);
    }

    .offer_trading .protect img {
        height: 30px;
        width: auto;
    }

    
    .offer_trading .plan_card ul li.checked {
        background-image: none !important;
        background: none !important;
        padding-left: 0 !important;
    }

    .offer_trading .plan_card ul li {
        background-image: none !important;
        padding-left: 0 !important;
    }

    .offer_trading a.plan_btn {
        display: block !important;
        text-align: center !important;
        background: linear-gradient(90deg, #1a4fff, #3a7aff) !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        padding: 14px 20px !important;
        border-radius: 12px !important;
        text-decoration: none !important;
        border: none !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 20px !important;
    }

    
    .offer_trading .plan_a,
    .offer_trading a.plan_a {
        display: block !important;
        text-align: center !important;
        background: linear-gradient(90deg, #1a4fff, #3a7aff) !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        padding: 14px 20px !important;
        border-radius: 12px !important;
        text-decoration: none !important;
        border: none !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 20px !important;
    }

    .offer_trading .plan_a:hover,
    .offer_trading a.plan_a:hover {
        opacity: 0.85 !important;
        color: #fff !important;
    }

.offer_trading a.plan_btn:hover {
        opacity: 0.85 !important;
        color: #fff !important;
    }

@media (max-width: 900px) {
        .offer_trading .plan_card_row {
            flex-direction: column;
        }
    }

    /* ============ ORDERFLOW FORM MODAL ============ */
    .orderflow_form_outer {
        background: rgba(5, 10, 30, 0.85) !important;
        backdrop-filter: blur(6px) !important;
    }

    .orderflow_form {
        background: linear-gradient(160deg, #080e1c 0%, #0a1f6b 60%, #081840 100%) !important;
        border: 1px solid rgba(74, 143, 255, 0.3) !important;
        border-radius: 20px !important;
        padding: 48px 56px !important;
        position: relative !important;
        max-width: 560px !important;
        width: 90% !important;
    }

    .close_orderflow_form {
        top: 24px !important;
        right: 28px !important;
    }

    .close_orderflow_form svg line {
        stroke: rgba(255,255,255,0.7) !important;
    }

    .close_orderflow_form:hover svg line {
        stroke: #fff !important;
    }

    .close_orderflow_form:hover {
        opacity: 1 !important;
    }

    .orderflow_form_title {
        color: #ffffff !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }

    .orderflow_form_title span[style*="color"] {
        color: #4a8fff !important;
    }

    .orderflow_form_sub_title {
        color: rgba(255,255,255,0.55) !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-bottom: 28px !important;
    }

    .orderflow_form .control-label {
        color: rgba(255,255,255,0.7) !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.3px !important;
    }

    .orderflow_form .form-control {
        background: rgba(255,255,255,0.07) !important;
        border: 1px solid rgba(74,143,255,0.3) !important;
        border-radius: 10px !important;
        color: #ffffff !important;
        font-size: 14px !important;
        padding: 12px 16px !important;
        height: auto !important;
        transition: border-color 0.2s !important;
    }

    .orderflow_form .form-control:focus {
        border-color: rgba(74,143,255,0.8) !important;
        background: rgba(255,255,255,0.1) !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .orderflow_form .form-control::placeholder {
        color: rgba(255,255,255,0.3) !important;
    }

    .orderflow_form .iti--separate-dial-code .iti__selected-flag,
    .orderflow_form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background: rgba(255,255,255,0.07) !important;
        border-radius: 8px 0 0 8px !important;
    }

    .orderflow_form .iti__selected-dial-code {
        color: rgba(255,255,255,0.8) !important;
    }

    .orderflow_form .controls {
        margin-bottom: 16px !important;
    }

    .orderflow_form .controls button[type="submit"] {
        background: linear-gradient(90deg, #1a4fff, #3a7aff) !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        padding: 14px 28px !important;
        border-radius: 12px !important;
        border: none !important;
        width: 100% !important;
        cursor: pointer !important;
        letter-spacing: 0.5px !important;
        margin-top: 8px !important;
        transition: opacity 0.2s !important;
    }

    .orderflow_form .controls button[type="submit"]:hover {
        opacity: 0.85 !important;
    }


    /* ---- orderflow_form phone field fixes ---- */
    .orderflow_form .iti {
        display: block !important;
        width: 100% !important;
    }

    .orderflow_form .iti input,
    .orderflow_form .iti input[type="tel"],
    .orderflow_form .iti--separate-dial-code input {
        background: rgba(255,255,255,0.07) !important;
        border: 1px solid rgba(74,143,255,0.3) !important;
        border-radius: 10px !important;
        color: #ffffff !important;
        padding: 12px 16px 12px 97px !important;
        font-size: 14px !important;
        width: 100% !important;
        height: auto !important;
        transition: border-color 0.2s !important;
    }

    .orderflow_form .iti input:focus,
    .orderflow_form .iti input[type="tel"]:focus {
        border-color: rgba(74,143,255,0.8) !important;
        background: rgba(255,255,255,0.1) !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .orderflow_form .iti input::placeholder {
        color: rgba(255,255,255,0.3) !important;
    }

    .orderflow_form .iti--separate-dial-code .iti__selected-flag,
    .orderflow_form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background: rgba(255,255,255,0.07) !important;
        border-radius: 8px 0 0 8px !important;
    }

    .orderflow_form .iti__selected-dial-code {
        color: rgba(255,255,255,0.8) !important;
    }

    .orderflow_form .iti__arrow {
        border-top-color: rgba(255,255,255,0.70) !important;
    }

    .orderflow_form .iti__arrow--up {
        border-bottom-color: rgba(255,255,255,0.70) !important;
    }

    .orderflow_form .iti__country-list {
        background-color: #1a2a50 !important;
        border: 1px solid rgba(74,143,255,0.30) !important;
        border-radius: 10px !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.40) !important;
        color: #ffffff !important;
        max-height: 220px !important;
    }

    .orderflow_form .iti__country {
        padding: 8px 12px !important;
        color: rgba(200,220,255,0.90) !important;
    }

    .orderflow_form .iti__country:hover,
    .orderflow_form .iti__country.iti__highlight {
        background-color: rgba(74,143,255,0.20) !important;
    }

    .orderflow_form .iti__country-name,
    .orderflow_form .iti__dial-code {
        color: rgba(200,220,255,0.90) !important;
    }


    /* ============ SLIDER_TO_YOU SECTION ============ */
    .slider_to_you {
        background: linear-gradient(160deg, #080e1c 0%, #0a1f6b 60%, #081840 100%);
        padding: 80px 0 80px;
        position: relative;
    }

    .slider_to_you::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(circle, rgba(2,52,153,0.12) 1px, transparent 1px);
        background-size: 38px 38px;
        pointer-events: none;
    }

    .slider_to_you .blackh {
        color: #ffffff !important;
        font-size: 36px !important;
        font-weight: 800 !important;
        letter-spacing: -0.5px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        text-transform: uppercase !important;
        max-width: 800px !important;
    }

    .slider_to_you .blackh::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: rgba(255,255,255,0.5);
        border-radius: 2px;
        margin-top: 14px;
        margin-bottom: 0;
    }

    .slider_to_you p {
        color: rgba(255,255,255,0.75) !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.7 !important;
        margin-bottom: 6px !important;
    }

    .slider_to_you_c {
        padding: 40px 0 0 !important;
    }

    .slider_to_you_c .swiper {
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding-bottom: 60px !important;
    }

    .slider_to_you_c .swiper-slide {
        border-radius: 16px !important;
        overflow: hidden !important;
        position: relative !important;
        height: 340px !important;
        cursor: pointer !important;
    }

    .slider_to_you_c .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: top center !important;
        display: block !important;
        border-radius: 16px !important;
        transition: transform 0.3s !important;
    }

    .slider_to_you_c .swiper-slide:hover img {
        transform: scale(1.03) !important;
    }

    /* Zoom button overlay */
    .slider_to_you_c .swiper-slide::after {
        content: '\2B';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(0,0,0,0.55);
        color: #fff;
        font-size: 24px;
        line-height: 48px;
        text-align: center;
        opacity: 0;
        transition: opacity 0.2s;
        pointer-events: none;
    }

    .slider_to_you_c .swiper-slide:hover::after {
        opacity: 1;
    }

    /* Lightbox */
    .sty-lightbox {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(0,0,0,0.92);
        align-items: center;
        justify-content: center;
        cursor: zoom-out;
    }

    .sty-lightbox.active {
        display: flex;
    }

    .sty-lightbox img {
        max-width: 92vw;
        max-height: 92vh;
        border-radius: 12px;
        object-fit: contain;
        box-shadow: 0 0 60px rgba(0,0,0,0.8);
        cursor: default;
    }

    .sty-lightbox-close {
        position: absolute;
        top: 20px;
        right: 24px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        color: #fff;
        font-size: 22px;
        line-height: 44px;
        text-align: center;
        cursor: pointer;
        transition: background 0.2s;
        user-select: none;
    }

    .sty-lightbox-close:hover {
        background: rgba(255,255,255,0.2);
    }

    .sty-lightbox-prev,
    .sty-lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        color: #fff;
        font-size: 22px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        transition: background 0.2s;
        user-select: none;
    }

    .sty-lightbox-prev { left: 20px; }
    .sty-lightbox-next { right: 20px; }

    .sty-lightbox-prev:hover,
    .sty-lightbox-next:hover {
        background: rgba(255,255,255,0.2);
    }

    .slider_to_you_c .swiper-button-next::after,
    .slider_to_you_c .swiper-button-prev::after {
        filter: brightness(0) invert(1) !important;
        opacity: 0.6 !important;
    }


    /* ============ OFFER-FORM SECTION ============ */
    #offer-form {
        background: linear-gradient(160deg, #080e1c 0%, #0a1f6b 60%, #081840 100%);
        padding: 80px 0;
        position: relative;
    }

    #offer-form::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(circle, rgba(2,52,153,0.12) 1px, transparent 1px);
        background-size: 38px 38px;
        pointer-events: none;
    }

    .add_new_form_23 {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 60px !important;
        max-width: 1000px !important;
        margin: 0 auto !important;
    }

    .add_new_form_23_f {
        flex: 0 0 auto !important;
        width: 420px !important;
        max-width: 100% !important;
    }

    .add_new_form_23_txt {
        flex: 1 1 auto !important;
        padding-top: 10px !important;
    }

    .add_new_form_23_t1 {
        color: rgba(255,255,255,0.65) !important;
        font-size: 13px !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 10px !important;
    }

    .add_new_form_23_t2 {
        color: #ffffff !important;
        font-size: 28px !important;
        font-weight: 800 !important;
        letter-spacing: -0.5px !important;
        line-height: 1.25 !important;
        margin-bottom: 20px !important;
    }

    .add_new_form_23_t2::after {
        content: '';
        display: block;
        width: 48px;
        height: 4px;
        background: rgba(255,255,255,0.5);
        border-radius: 2px;
        margin-top: 14px;
        margin-bottom: 0;
    }

    .add_new_form_23_t3 {
        color: rgba(255,255,255,0.75) !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 16px !important;
    }

    .add_new_form_23_t4 {
        color: rgba(255,255,255,0.75) !important;
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .add_new_form_23_t4 ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 8px 0 0 !important;
    }

    .add_new_form_23_t4 ul li {
        color: rgba(255,255,255,0.75) !important;
        font-size: 15px !important;
        padding: 6px 0 6px 24px !important;
        position: relative !important;
    }

    .add_new_form_23_t4 ul li::before {
        content: '✓' !important;
        position: absolute !important;
        left: 0 !important;
        color: #5b9cf6 !important;
        font-weight: 700 !important;
    }

    @media (max-width: 768px) {
        .add_new_form_23 {
            flex-direction: column !important;
        }
        .add_new_form_23_f {
            width: 100% !important;
        }
    }

    /* ============ BLOCK8 Q/A SECTION ============ */
    .block8 {
        background: linear-gradient(160deg, #080e1c 0%, #0a1f6b 60%, #081840 100%) !important;
        padding: 80px 0 100px !important;
        position: relative !important;
        margin-top: 0 !important;
    }

    .block8::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(circle, rgba(2,52,153,0.12) 1px, transparent 1px);
        background-size: 38px 38px;
        pointer-events: none;
    }


    .block8 .b2h1 {
        color: #ffffff !important;
        font-family: Montserrat, sans-serif !important;
        font-size: 36px !important;
        font-weight: 800 !important;
        font-style: normal !important;
        letter-spacing: -0.5px !important;
        text-transform: uppercase !important;
        line-height: 1.1 !important;
        margin: 0 0 54px 0 !important;
        padding: 0 !important;
    }

    .block8 .b2h1::after {
        content: '' !important;
        display: block !important;
        width: 48px !important;
        height: 4px !important;
        background: rgba(255,255,255,0.5) !important;
        border-radius: 2px !important;
        margin-top: 14px !important;
        margin-bottom: 0 !important;
    }

    .block8 .blackh {
        color: #ffffff !important;
        font-size: 36px !important;
        font-weight: 800 !important;
        font-family: Montserrat, sans-serif !important;
        font-style: normal !important;
        letter-spacing: -0.5px !important;
        margin: 0 0 54px 0 !important;
        padding: 0 !important;
        text-transform: uppercase !important;
        max-width: 800px !important;
        line-height: 1.1 !important;
    }
    .block8 .blackh::after {
        content: "" !important;
        display: block !important;
        width: 48px !important;
        height: 4px !important;
        background: rgba(255,255,255,0.5) !important;
        border-radius: 2px !important;
        margin-top: 14px !important;
        margin-bottom: 0 !important;
    }

    /* === LIGHT ALTERNATING SECTIONS === */
    .block2-how { background: linear-gradient(160deg, #f0f4ff 0%, #e6edff 100%) !important; }
    .block2-how::before { display: none !important; }
    .block2-how .blackh { color: #0a1428 !important; }
    .block2-how .blackh::after { background: rgba(10,20,64,0.35) !important; }
    .block2-how p, .block2-how .block2-how-subtitle { color: #2a3a5a !important; }
    .block2-how .to_btn_form_top { background: #1a3a8a !important; color: #fff !important; }
    .block2-how .block2-how-card { background: rgba(255,255,255,0.8) !important; border-color: rgba(26,58,138,0.2) !important; }
    .block2-how .block2-how-card-title { color: #0a1428 !important; }
    .block2-how .block2-how-card-text { color: #3a4a6a !important; }

    .block3-steps { background: linear-gradient(160deg, #f0f4ff 0%, #e6edff 100%) !important; }
    .block3-steps::before { display: none !important; }
    .block3-steps .blackh { color: #0a1428 !important; }
    .block3-steps .blackh::after { background: rgba(10,20,64,0.35) !important; }
    .block3-steps p, .block3-steps .step-text { color: #2a3a5a !important; }
    .block3-steps .timeline-dot { background: #1a3a8a !important; color: #fff !important; }
    .block3-steps .timeline-card { background: rgba(255,255,255,0.85) !important; border-color: rgba(26,58,138,0.2) !important; color: #0a1428 !important; }
    .block3-steps .timeline-connector { background: rgba(26,58,138,0.3) !important; }

    .slider_to_you { background: linear-gradient(160deg, #f0f4ff 0%, #e6edff 100%) !important; }
    .slider_to_you::before { display: none !important; }
    .slider_to_you .blackh { color: #0a1428 !important; }
    .slider_to_you .blackh::after { background: rgba(10,20,64,0.35) !important; }
    .slider_to_you p { color: #2a3a5a !important; }
    .slider_to_you_c .swiper-button-prev::after, .slider_to_you_c .swiper-button-next::after { filter: none !important; color: #1a3a8a !important; opacity: 1 !important; }

    /* Light: OFFER FORM */
    #offer-form { background: linear-gradient(160deg, #f0f4ff 0%, #e6edff 100%) !important; }
    #offer-form::before { display: none !important; }
    .add_new_form_23_t1 { color: rgba(10,20,64,0.6) !important; }
    .add_new_form_23_t2 { color: #0a1428 !important; }
    .add_new_form_23_t2::after { background: rgba(10,20,64,0.35) !important; }
    .add_new_form_23_t3, .add_new_form_23_t4 { color: #2a3a5a !important; }
    .add_new_form_23_t4 ul li { color: #2a3a5a !important; }
    .add_new_form_23_t4 ul li::before { color: #1a3a8a !important; }

    .block8 .qarow {
        max-width: 860px !important;
        margin: 0 auto !important;
    }

    /* === QA ACCORDION ITEMS === */
    .block8 .qa {
        background: rgba(255,255,255,0.04) !important;
        border: 1px solid rgba(255,255,255,0.09) !important;
        border-radius: 14px !important;
        margin-bottom: 10px !important;
        overflow: hidden !important;
        transition: background 0.2s, border-color 0.2s !important;
    }

    .block8 .qa:hover,
    .block8 .qa.openqa {
        background: rgba(91,156,246,0.10) !important;
        border-color: rgba(91,156,246,0.25) !important;
    }

    /* Question row - override all global styles */
    .block8 .qat {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        padding: 20px 24px !important;
        cursor: pointer !important;
        user-select: none !important;
        position: relative !important;
        margin: 0 !important;
        max-width: none !important;
        padding-left: 24px !important;
        font-family: Montserrat, sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        line-height: 1.4 !important;
        background-image: none !important;
    }

    /* The span containing the question text */
    .block8 .qat > span {
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.3px !important;
        line-height: 1.4 !important;
        flex: 1 1 auto !important;
        display: block !important;
        max-width: none !important;
        background: transparent !important;
        position: static !important;
        z-index: auto !important;
        padding-right: 30px !important;
    }

    /* Override global ::before (horizontal line) */
    .block8 .qat::before {
        display: none !important;
        content: none !important;
    }

    /* Chevron arrow - override global polygon1.svg */
    .block8 .qat::after {
        content: '' !important;
        display: block !important;
        width: 10px !important;
        height: 10px !important;
        min-width: 10px !important;
        border-right: 2px solid rgba(255,255,255,0.5) !important;
        border-bottom: 2px solid rgba(255,255,255,0.5) !important;
        background: none !important;
        background-image: none !important;
        transform: rotate(45deg) !important;
        transition: transform 0.25s ease, border-color 0.25s !important;
        flex-shrink: 0 !important;
        margin-right: 0 !important;
        position: static !important;
        top: auto !important;
        right: auto !important;
        margin-top: 0 !important;
    }

    .block8 .qa.openqa .qat::after {
        transform: rotate(-135deg) !important;
        border-color: rgba(91,156,246,0.8) !important;
    }

    /* Answer panel - override global height:1px */
    .block8 .qap {
        height: auto !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.35s ease !important;
        padding: 0 24px !important;
        padding-left: 24px !important;
    }

    .block8 .qa.openqa .qap {
        max-height: 500px !important;
        padding-bottom: 22px !important;
    }

    .block8 .qap,
    .block8 .qap *,
    .block8 .qap p {
        color: rgba(255,255,255,0.78) !important;
        font-size: 15px !important;
        line-height: 1.75 !important;
        background: transparent !important;
        max-width: none !important;
    }

    .block8 .qap span[id] {
        display: block !important;
    }

    @media (max-width: 768px) {
        .block8 .qat {
            padding: 16px 18px !important;
            padding-left: 18px !important;
        }
        .block8 .qap {
            padding: 0 18px !important;
        }
        .block8 .qa.openqa .qap {
            padding-bottom: 18px !important;
        }
        .block8 .b2h1 {
            font-size: 28px !important;
        }
    }




/* === WHY RESULTS DON'T STABILIZE section === */
.why-results-section {
    background: linear-gradient(180deg, #080e1c 0%, #0a1535 100%);
    padding: 70px 0 60px;
    position: relative;
}

.why-results-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(circle, rgba(2,52,153,0.15) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
}

.why-results-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(74, 143, 255, 0.3);
    margin-top: 10px;
}

.why-results-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    margin-bottom: 40px;
    font-family: Poppins, sans-serif;
}

.why-results-columns-row {
    margin-bottom: 40px;
}

.why-results-col {
    padding: 32px 36px;
    border-radius: 12px;
    height: 100%;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.why-results-col p {
    margin-bottom: 20px;
    color: rgba(255,255,255,0.85);
}

.why-results-col p:last-child {
    margin-bottom: 0;
}

.why-results-col--left {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-right: 2px solid rgba(74,143,255,0.5);
}

.why-results-col--right {
    background: rgba(74,143,255,0.07);
    border: 1px solid rgba(74,143,255,0.2);
    border-left: 2px solid rgba(74,143,255,0.5);
}

.why-results-bottom {
    color: rgba(255,255,255,0.85);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
    display: block !important;
    width: 100%;
}


@media (max-width: 768px) {
    .why-results-title {
        font-size: 24px;
    }
    .why-results-col {
        padding: 24px 20px;
        margin-bottom: 16px;
    }
    .why-results-col--left {
        border-right: 1px solid rgba(255,255,255,0.1);
    }
    .why-results-col--right {
        border-left: 1px solid rgba(74,143,255,0.2);
    }
}




/* === WHY RESULTS section button === */
.why-results-section .to_btn_form_top {
    background: #ffffff !important;
    color: rgb(2, 52, 200) !important;
    border-radius: 10px !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 14px 36px !important;
    display: inline-block !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: opacity 0.2s;
}
.why-results-section .to_btn_form_top:hover {
    background: #f0f0f0 !important;
    color: rgb(2, 52, 200) !important;
    text-decoration: none !important;
    opacity: 0.9;
}

/* === end WHY RESULTS section === */


/* =====================================================
   MOBILE RESPONSIVE FIXES (max-width: 768px)
   ===================================================== */

@media (max-width: 768px) {

    /* --- GLOBAL: headings --- */
    .blackh {
        font-size: 26px !important;
        letter-spacing: -0.3px !important;
    }
    .banner_outer h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    /* --- HERO BANNER --- */
    .banner_outer_bi {
        display: none !important;
    }
    .row_banner {
        flex-direction: column !important;
    }
    .col_banner {
        width: 100% !important;
    }

    /* --- WHO IS THIS FOR (offer_to_you) --- */
    .offer_to_you {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* --- WHAT WILL CHANGE (info_1_to_you_1_1) --- */
    .info_1_to_you_1_1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .info_1_to_you_1_1 .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .info_1_to_you_1_1 .row.padding-15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-direction: column !important;
    }
    /* Left col: full width — override desktop flex: 0 0 55% */
    .info_1_to_you_1_1 .row.padding-15 > .col-md-6:first-child,
    .info_1_to_you_1_1 .container > .row:last-child > .col-md-6:first-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    /* Right col (photo): hide entirely */
    .info_1_to_you_1_1 .row.padding-15 > .col-md-6:last-child,
    .info_1_to_you_1_1 .container > .row:last-child > .col-md-6:last-child {
        display: none !important;
    }
    .info_trader_photo {
        display: none !important;
    }
    /* CTA button: full width */
    .info_1_to_you_1_1 .to_btn_form_top {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* --- ABOUT THE TRADER (info_1_to_you_1_2) --- */
    .trader-flex-row {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .trader-flex-right,
    .info_1_to_you_1_2 .trader-flex-right {
        order: -1 !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 20px !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }
    .trader-flex-right img {
        max-width: 200px !important;
        height: auto !important;
    }
    .trader-flex-left {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .trader-name {
        text-align: center !important;
    }

    /* --- HOW DOES THE TRAINING GO (block2-how) --- */
    .block2-how .trading_row {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }
    .block2-how .ct {
        font-size: 11px !important;
        padding: 12px 10px !important;
    }
    .block2-how .ccont {
        padding: 14px 12px !important;
    }
    .block2-how .ccont p {
        font-size: 13px !important;
    }

    /* --- TAILORED COACHING (block2-coaching) --- */
    .coaching-layout {
        flex-direction: column !important;
    }
    .coaching-left,
    .coaching-right {
        width: 100% !important;
    }

    /* --- STOP GUESSING steps (block3-steps) --- */
    .block3-steps .blackh {
        font-size: 22px !important;
    }
    .step-card {
        padding: 14px !important;
    }
    .step-txt {
        font-size: 14px !important;
    }

    /* --- WHY RESULTS (why-results-section) --- */
    .why-results-title {
        font-size: 22px !important;
    }
    .why-results-columns-row .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 12px !important;
    }
    .why-results-col--left {
        border-right: 1px solid rgba(255,255,255,0.1) !important;
    }
    .why-results-col--right {
        border-left: 1px solid rgba(74,143,255,0.2) !important;
    }

    /* --- OFFER/PRICING section --- */
    .offer_trading {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .plan_card {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* --- SLIDER --- */
    .slider_to_you .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .swiper-slide {
        padding: 0 !important;
    }

    /* --- FORM sections --- */
    .add_new_form_23_f {
        width: 100% !important;
    }
    
    .info_1_to_you_1_1 .info_1_to_you_l ul li {
        text-indent: 0;
        max-width: 100%;
    }
    
    .info_1_to_you_1_2 .trader-flex-left {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0px !important;
    }
    
    .info_1_to_you_1_2 .to_btn_form_top {
        width: 100%;
    }
    
    .timer {
        max-width: 100% !important;
    }
}

/* =====================================================
   EXTRA SMALL SCREENS (max-width: 480px)
   ===================================================== */

@media (max-width: 480px) {

    .blackh {
        font-size: 22px !important;
    }
    .banner_outer h1 {
        font-size: 28px !important;
    }

    /* HOW TRAINING — stack to 1 column */
    .block2-how .trading_row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* WHY RESULTS columns */
    .why-results-col {
        padding: 20px 16px !important;
    }

    /* Pricing cards padding */
    .plan_card {
        padding: 20px 12px !important;
    }
    .info_1_to_you_1_1 .info_1_to_you_l ul li {
        text-indent: 0;
        max-width: 100%;
    }
    
    .info_1_to_you_1_2 .trader-flex-left {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0px !important;
    }
    
    .info_1_to_you_1_2 .to_btn_form_top {
        width: 100%;
    }
    
    .timer {
        max-width: 100% !important;
    }
}
