
        .web-intern-page { font-family: 'Urbanist', sans-serif; }
        .web-intern-page p { text-align: justify !important; }
        .web-section { padding: 40px 60px; }
        .web-white { background: #fff; }
        .web-gray { background: #dae2eb; }
        .web-wrap { width: 100%; margin: auto; padding: 42px 46px; border-radius: 20px; background: #fff; }
        .web-white .web-wrap { padding: 22px 0; }
        .web-gray .web-wrap { box-shadow: 0 7px 28px rgba(16,21,55,.06); }
        .web-header { max-width: 900px; margin: 0 auto 26px; text-align: center; }
        .web-badge { display: inline-block; margin-bottom: 11px; padding: 6px 18px; border: 1px solid rgba(250,152,5,.2); border-radius: 999px; background: rgba(250,152,5,.1); color: #fa9805; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
        .web-title { margin: 0; color: #101537; font-size: 35px; font-weight: 800; line-height: 1.25; }
        .web-subtitle { margin: 10px 0 0; color: #4a5568; font-size: 20px; font-weight: 600; }
        .web-divider { width: 68px; height: 4px; margin: 13px auto 0; border-radius: 4px; background: linear-gradient(90deg,#fa9805,#fcd34d); }
        .web-copy { color: #1f2937; font-size: 16px; line-height: 1.9; }
        .web-copy p { margin: 0 0 16px; }
        .web-copy p:last-child { margin-bottom: 0; }
        .web-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: 30px; }
        .web-image img { display: block; width: 100%; height: auto; border: 1px solid #dae2eb; border-radius: 18px; box-shadow: 0 10px 30px rgba(16,21,55,.12); transition: .3s; }
        .web-image img:hover { transform: scale(1.02); }
        .web-grid { display: grid; gap: 18px; margin: 24px 0; }
        .web-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
        .web-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
        .web-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
        .web-card { padding: 23px; border: 1px solid #dae2eb; border-radius: 16px; background: #fff; box-shadow: 0 5px 18px rgba(16,21,55,.05); transition: .3s; }
        .web-card:hover { transform: translateY(-5px); border-color: #fa9805; box-shadow: 0 12px 28px rgba(250,152,5,.16); }
        .web-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 14px; border-radius: 13px; background: #fa9805; color: #fff; font-size: 19px; }
        .web-card h3 { margin: 0 0 9px; color: #101537; font-size: 18px; font-weight: 750; }
        .web-card p { margin: 0; color: #1f2937; font-size: 15px; line-height: 1.75; }
        .web-callout,.web-highlight { margin: 22px 0; padding: 22px 24px; border-radius: 15px; font-size: 16px; line-height: 1.85; }
        .web-callout { background: #101537; color: #fff; }
        .web-callout strong { color: #fa9805; }
        .web-highlight { border-left: 5px solid #fa9805; background: rgba(250,152,5,.12); color: #101537; }
        .web-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 22px 0; }
        .web-chip { padding: 8px 15px; border: 1px solid #fa9805; border-radius: 999px; background: #fff; color: #101537; font-size: 13px; font-weight: 650; transition: .3s; }
        .web-chip:hover { transform: translateY(-3px); background: #fa9805; color: #fff; }
        .web-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 22px 0; }
        .web-list-item { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 13px 16px; border: 1px solid #dae2eb; border-left: 4px solid #fa9805; border-radius: 8px 13px 13px 8px; background: #fff; color: #101537; font-size: 15px; font-weight: 650; transition: .3s; }
        .web-list-item:hover { transform: translateX(5px); background: #fff4e3; }
        .web-list-item i { color: #fa9805; }
        .web-flow { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; margin: 25px 0; }
        .web-flow-item { position: relative; min-height: 145px; padding: 52px 18px 18px; border-top: 5px solid #fa9805; border-radius: 14px; background: #dae2eb; }
        .web-flow-item span { position: absolute; top: 15px; left: 18px; color: #fa9805; font-size: 24px; font-weight: 800; }
        .web-flow-item h3 { margin: 0 0 7px; color: #101537; font-size: 16px; }
        .web-flow-item p { margin: 0; color: #1f2937; font-size: 14px; line-height: 1.65; }
        .web-code-box { overflow: hidden; border-radius: 17px; background: #101537; box-shadow: 0 10px 28px rgba(16,21,55,.18); }
        .web-code-top { display: flex; gap: 7px; padding: 13px 17px; background: #20284f; }
        .web-code-top span { width: 11px; height: 11px; border-radius: 50%; background: #fa9805; }
        .web-code-body { padding: 24px; color: #fff; font-size: 16px; line-height: 1.85; }
        .web-code-body strong { color: #fa9805; }
        .web-board { max-width: 820px; margin: 25px auto; display: grid; gap: 24px; }
        .web-board-item { position: relative; min-height: 68px; padding: 18px 60px; border-radius: 999px; background: #fa9805; color: #101537; font-size: 16px; font-weight: 750; text-align: center; box-shadow: 0 7px 18px rgba(16,21,55,.15); }
        .web-board-item:nth-child(even) { background: #dae2eb; }
        .web-board-item::before,.web-board-item::after { position: absolute; top: 50%; width: 14px; height: 14px; border: 3px solid #d49324; border-radius: 50%; background: #fff; content: ""; transform: translateY(-50%); }
        .web-board-item::before { left: 25px; } .web-board-item::after { right: 25px; }
        .web-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 25px; }
        .web-btn { display: inline-block; padding: 13px 28px; border: 2px solid #fa9805; border-radius: 999px; background: #fa9805; color: #fff; font-weight: 700; text-decoration: none; transition: .3s; }
        .web-btn:hover { transform: translateY(-3px); border-color: #101537; background: #101537; color: #fff; }
        .web-btn-outline { border-color: #101537; background: transparent; color: #101537; }
        @media(max-width:992px){.web-grid-3,.web-grid-4,.web-flow{grid-template-columns:repeat(2,minmax(0,1fr));}}
        @media(max-width:767px){.web-section{padding:35px 18px}.web-wrap,.web-white .web-wrap{padding:30px 20px}.web-title{font-size:28px}.web-split,.web-grid-2,.web-grid-3,.web-grid-4,.web-list,.web-flow{grid-template-columns:1fr}.web-board-item{padding:17px 50px;font-size:14px}}
