:root {
    --ot26-font-inter: "Inter", sans-serif;
    --ot26-font-be-vietnam: "Be Vietnam Pro", "Inter", sans-serif;
}
.home-2026-body {
    --ot26-font-body: var(--ot26-font-inter);
    margin: 0;

    color: #101828;
    font-family: var(--ot26-font-body);
}

.home-2026-body * {
    box-sizing: border-box;
}

.home-2026 {
    overflow: visible;
    background: #fafafa;
}

.ot26-hero {
    position: relative;
    margin-bottom: 30px;
    background: url("/assets/home-2026/banner-onetouch-v2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    height: max(70vh, 646px);
    max-height: 800px;
}

/* .ot26-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 68% 42%,
            rgba(42, 187, 255, 0.2),
            transparent 22%
        ),
        linear-gradient(
            90deg,
            rgba(2, 8, 55, 0.74) 0%,
            rgba(5, 18, 76, 0.54) 44%,
            rgba(2, 8, 45, 0.16) 100%
        );
    pointer-events: none;
} */

.ot26-hero__content {
    position: relative;
    width: min(1280px, calc(100% - 48px));
    min-height: 646px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(380px, 1fr);
    align-items: center;
    gap: 56px;
    padding: 54px 0 110px;
}

.ot26-hero__copy {
    max-width: 530px;
}

.ot26-eyebrow {
    width: fit-content;
    max-width: 100%;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    color: #b7c4ff;
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-family: var(--ot26-font-be-vietnam);
}

.ot26-eyebrow span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #dce7ff;
    box-shadow: 0 0 14px rgba(110, 182, 255, 0.92);
}

.ot26-hero h1 {
    margin: 24px 0 22px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.52;
    letter-spacing: 0;
    font-family: var(--ot26-font-be-vietnam);
}

.ot26-hero h1 span {
    background: linear-gradient(90deg, #dde1ff 0%, #4cd6ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ot26-hero p {
    font-family: var(--ot26-font-be-vietnam);
    max-width: 505px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
    font-family: var(--ot26-font-be-vietnam);
}

.ot26-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
}

.ot26-btn {
    min-width: 170px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 20px 32px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.ot26-btn:hover {
    text-decoration: none;
}

.ot26-btn--primary {
    background: #ffffff;
    color: #074fd1;
}

.ot26-btn--primary:hover {
    color: #073da3;
}

.ot26-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.ot26-btn--ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.ot26-hero__visual {
    position: relative;
    min-height: 510px;
    align-self: stretch;
    pointer-events: none;
}

.ot26-map {
    position: absolute;
    top: 6px;
    right: clamp(0px, 4vw, 78px);
    width: min(430px, 94%);
    height: 560px;
}

.ot26-map img {
    display: block;
    height: auto;
    user-select: none;
}

.ot26-map__light {
    position: absolute;
    z-index: 1;
    left: 49%;
    bottom: -8px;
    width: 74%;
    max-width: 318px;
    transform: translateX(-50%);
}

.ot26-map__shape {
    position: relative;
    z-index: 2;
    width: 100%;
    filter: drop-shadow(0 0 14px rgba(48, 185, 255, 0.65));
}

.ot26-stats {
    position: absolute;
    left: 50%;
    bottom: -64px;
    transform: translateX(-50%);
    width: min(1320px, calc(100% - 96px));
    min-height: 122px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 14px;
    padding: 32px;
    border-radius: 16px;
    background: rgba(18, 56, 122, 1);
}

.ot26-stats div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}

.ot26-stats strong {
    color: rgba(96, 165, 250, 1);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0;
}

.ot26-stats span {
    color: rgba(190, 219, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@keyframes ot26-ping {
    0% {
        transform: scale(0.55);
        opacity: 1;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

/* Section common: heading, container, arrows, and dots shared by home-2026 sections */
.ot26-container {
    width: min(1320px, calc(100% - 96px));
    margin: 0 auto;
}

.ot26-section {
    background: #f7f8fb;
}

.ot26-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.ot26-section__head h2 {
    margin: 4px 0;
    color: #191c1e;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ot26-section__head--compact h2 {
    margin-bottom: 0;
    color: #173f86;
    font-size: 34px;
}

.ot26-section__head p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
}

.ot26-section__eyebrow {
    display: block;
    color: #1976d2;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ot26-section__tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
}

.ot26-section__tools button,
.ot26-section__tools a {
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aebfff;
    background: #ffffff;
    color: #274d99;
    text-decoration: none;
    box-shadow: none;
}

.ot26-section__tools button {
    width: 36px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

.ot26-section__tools button i {
    font-weight: 400;
    font-size: 16px;
}
.ot26-section__tools a {
    min-width: 120px;
    gap: 10px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.ot26-section__tools button:hover,
.ot26-section__tools a:hover {
    background: #edf4ff;
    color: #0b4ba9;
    text-decoration: none;
}

.ot26-section__tools button.disabled,
.ot26-section__tools button:disabled {
    opacity: 0.45;
    cursor: default;
}

.ot26-section .owl-stage {
    display: flex;
}

.ot26-section .owl-item {
    display: flex;
}

.ot26-section .owl-item > article {
    width: 100%;
}

.ot26-section .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 22px;
}

.ot26-section .owl-theme .owl-dots .owl-dot {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
}

.ot26-section .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0;
    border-radius: 999px;
    background: #d1d5db;
    transition:
        width 0.2s ease,
        background-color 0.2s ease;
}

.ot26-section .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 6px;
    background: #1976d2;
}

/* Section: Địa phương tiêu biểu */
.ot26-provinces {
    padding: 40px 0;
    margin-top: 120px;
}

.ot26-province-list {
    margin-top: 20px;
}

.ot26-province-list:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.ot26-province-card {
    height: 100%;
    overflow: hidden;
    /* border: 1px solid #e2e6ef; */
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px #00000017;
}

.ot26-province-card__image {
    display: block;
    height: 162px;
    overflow: hidden;
}

.ot26-province-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.ot26-province-card:hover .ot26-province-card__image img {
    transform: scale(1.04);
}

.ot26-province-card__body {
    padding: 14px;
}

.ot26-province-card h3 {
    margin: 0 0 10px;
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
}

.ot26-province-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.ot26-province-card__stats strong,
.ot26-province-card__stats span {
    display: block;
}

.ot26-province-card__stats strong {
    color: #151a2d;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.6px;
}

.ot26-province-card__stats span {
    margin-top: 2px;
    color: #6b7280;
    font-size: 11px;
    line-height: 14.3px;
}

.ot26-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1976d2;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
}

.ot26-home-empty {
    width: 100%;
    padding: 32px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    color: #64748b;
    text-align: center;
}

.ot26-section.ot26-provinces .owl-theme .owl-dots {
    margin-top: 24px !important;
}
.ot26-card-link:hover {
    color: #005bb2;
    text-decoration: none;
}

/* Section: Khóa học tiêu biểu */
.ot26-courses {
    margin: 40px 0;
}

.ot26-course-list {
    margin-top: 36px;
}
.ot26-course-list:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.ot26-course-list--empty:not(.owl-loaded) {
    display: block;
}

.ot26-course-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #d9dde7;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(18, 35, 70, 0.04);
}

.ot26-course-card__thumb {
    position: relative;
    display: block;
    height: 170px;
    margin: 12px 12px 0;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #01b8ff 0%, #0064f0 100%);
}

.ot26-course-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 59, 175, 0.08), rgba(0, 65, 186, 0.2)),
        radial-gradient(
            circle at 28% 35%,
            rgba(255, 255, 255, 0.82),
            transparent 3%
        ),
        radial-gradient(
            circle at 78% 24%,
            rgba(255, 255, 255, 0.72),
            transparent 3%
        );
    pointer-events: none;
}

.ot26-course-card__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ot26-course-card__thumb span {
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    padding: 4px 14px;
    border-radius: 3px;
    background: #ffffff;
    color: #1157c5;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.ot26-course-card__body {
    padding: 14px 14px 18px;
}

.ot26-course-card__tag {
    display: block;
    margin-bottom: 16px;
    color: #6f7481;
    font-size: 12px;
    line-height: 1.2;
}

.ot26-course-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
    color: #6e7481;
    font-size: 12px;
    line-height: 1.3;
}

.ot26-course-card__meta span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.ot26-course-card__meta i {
    color: #164ba1;
    font-size: 14px;
}

.ot26-course-card h3 {
    min-height: 56px;
    margin: 0 0 16px;
}

.ot26-course-card h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #274d99;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    line-height: 28px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ot26-course-card h3 a:hover {
    color: #0d3f91;
    text-decoration: none;
}

.ot26-course-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ot26-course-card__stars {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffd25a;
    font-size: 12px;
}

.ot26-course-card__footer a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #274d99;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

.ot26-course-card__footer a:hover {
    color: #0c3472;
    text-decoration: none;
}

.ot26-course-card__action {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #274d99;
    white-space: nowrap;
}

.ot26-course-card__action a {
    min-width: auto;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #274d99;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}
.ot26-course-card__action i {
    font-weight: 400;
}

.ot26-course-card__action a:hover {
    color: #0c3472;
    text-decoration: none;
}

.ot26-course-card__action a.btn--disabled {
    color: #8a94a7;
    cursor: not-allowed;
}

.ot26-course-card--skeleton {
    pointer-events: none;
}

.ot26-course-skeleton {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #eef2f7 0%, #f7f9fc 48%, #eef2f7 100%);
    background-size: 220% 100%;
    animation: ot26CourseSkeleton 1.2s ease-in-out infinite;
}

.ot26-course-skeleton--thumb {
    height: 170px;
    margin: 12px 12px 0;
}

.ot26-course-skeleton--tag {
    width: 72px;
    height: 14px;
    margin-bottom: 18px;
}

.ot26-course-skeleton--meta {
    height: 14px;
}

.ot26-course-skeleton--title {
    width: 100%;
    height: 18px;
    margin-bottom: 10px;
}

.ot26-course-skeleton--title.short {
    width: 70%;
}

.ot26-course-skeleton--stars {
    width: 86px;
    height: 14px;
}

.ot26-course-skeleton--action {
    width: 74px;
    height: 18px;
}

.ot26-course-empty {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px dashed #cbd7ef;
    border-radius: 12px;
    background: #f8fbff;
    color: #274d99;
    text-align: center;
}

.ot26-course-empty i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf2ff;
    color: #006ee6;
    font-size: 20px;
}

.ot26-course-empty p {
    margin: 0;
    color: #274d99;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

@keyframes ot26CourseSkeleton {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/* Section: Tôi là ai? */
.ot26-audience {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #ffffff;
}

.ot26-audience::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -200px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(183, 234, 255, 1),
        transparent 64%
    );
    pointer-events: none;
    backdrop-filter: blur(80px);
    transform: translateY(-50%);
}

.ot26-audience h2 {
    margin: 0 0 80px;
    color: #12387a;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ot26-audience__list {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ot26-audience-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 22px 24px 20px;
    border-radius: 10px;
}

.ot26-audience-card span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.ot26-audience-card h3 {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ot26-audience-card p {
    margin: 0 0 24px;
    color: #364153;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.ot26-audience-card__foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ot26-audience-card__foot a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.ot26-audience-card__foot a i {
    font-weight: 400;
}

.ot26-audience-card__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 50%;
    font-size: 24px !important;
}

.ot26-audience-card--blue {
    background: #eff6ff;
    color: #155dfc;
}

.ot26-audience-card--blue .ot26-audience-card__foot a {
    color: #155dfc;
}

.ot26-audience-card--blue .ot26-audience-card__icon {
    background: #dbeafe;
}

.ot26-audience-card--green {
    background: #f0fdf4;
    color: #00a63e;
}

.ot26-audience-card--green .ot26-audience-card__foot a {
    color: #00a63e;
}

.ot26-audience-card--green .ot26-audience-card__icon {
    background: #d3f8df;
}

.ot26-audience-card--purple {
    background: #faf5ff;
    color: #9810fa;
}

.ot26-audience-card--purple .ot26-audience-card__foot a {
    color: #9810fa;
}

.ot26-audience-card--purple .ot26-audience-card__icon {
    background: #f3e8ff;
}

.ot26-audience-card--orange {
    background: #fff7ed;
    color: #f54900;
}

.ot26-audience-card--orange .ot26-audience-card__foot a {
    color: #f54900;
}

.ot26-audience-card--orange .ot26-audience-card__icon {
    background: #ffedd4;
}

/* Section: Giải pháp cho địa phương */
.ot26-local-solutions {
    padding-top: 40px;
}

.ot26-local-solutions h2 {
    margin: 0 0 32px;
    color: #12387a;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
}

.ot26-local-solutions__note {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    padding: 13px 18px;
    border: 1px solid #155dfc;
    border-radius: 14px;
    background: #dbeafe;
    color: #0c57bf;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.ot26-local-solutions__note i {
    margin-top: 4px;
    color: #0a65de;
}

.ot26-local-solutions__note strong {
    font-weight: 800;
}

/* Section: Chương trình quốc gia */
.ot26-national-programs {
    padding-top: 40px;
}

.ot26-national-programs .ot26-section__head {
    align-items: flex-start;
    margin-bottom: 48px;
}

.ot26-national-programs h2 {
    margin: 0 0 10px;
    color: #12387a;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ot26-national-programs .ot26-section__head p {
    color: #434656;
    font-size: 16px;
    line-height: 1.5;
}

.ot26-national-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.ot26-national-card {
    /* height: 100%; */
    overflow: hidden;
    border: 1px solid #c3c5d91a;
    border-radius: 32px;
    background: #ffffff;
}

.ot26-national-card__image {
    display: block;
    height: 225px;
    overflow: hidden;
    background: #dfe8f5;
}

.ot26-national-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.ot26-national-card:hover .ot26-national-card__image img {
    transform: scale(1.04);
}

.ot26-national-card__body {
    padding: 24px;
}

.ot26-national-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.ot26-national-card p {
    min-height: 40px;
    margin: 0 0 8px;
    color: #434656;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ot26-national-card__body div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ot26-national-card strong {
    color: #0052ff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.ot26-national-card a {
    color: #0065ff;
    text-decoration: none;
}

.ot26-national-card__body div a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

/* Section: Banner cuộc thi AI */
.ot26-ai-contest-banner {
    padding: 56px 0 40px;
    background: #f7f8fb;
}

.ot26-ai-contest-banner__frame {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.ot26-ai-contest-banner__frame img {
    width: 100%;
    aspect-ratio: 1330 / 351;
    display: block;
    object-fit: cover;
}

/* Section: Thành công địa phương */
.ot26-local-stories {
    padding: 40px 0;
}

.ot26-local-stories .ot26-section__head {
    align-items: flex-end;
    margin-bottom: 32px;
}

.ot26-local-stories h2 {
    margin: 8px 0 0;
    color: #12387a;
    font-size: 32px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ot26-local-stories__grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) 1fr;
    gap: 28px;
}

.ot26-local-stories__grid > * {
    min-width: 0;
}

.ot26-story-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.ot26-story-card {
    /* height: 100%; */
    overflow: hidden;
    border: 1px solid #c3c5d9;
    border-radius: 12px;
    background: #ffffff;
}

.ot26-story-card__image {
    display: block;
    height: 213px;
    overflow: hidden;
    background: #dfe8f5;
}

.ot26-story-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.ot26-story-card:hover .ot26-story-card__image img {
    transform: scale(1.03);
}

.ot26-story-card__body {
    padding: 16px;
}

.ot26-story-card h3 {
    margin: 0 0 8px;
    color: #003ec7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.ot26-story-card h3 a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ot26-story-card blockquote {
    margin: 0 0 24px;
    color: #434656;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    min-height: 120px;
}

.ot26-story-card__person {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 12px;
}

.ot26-story-card__person img {
    width: 40px !important;
    height: 40px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.ot26-story-card__person strong,
.ot26-story-card__person span {
    display: block;
}

.ot26-story-card__person strong {
    color: #191c1e;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ot26-story-card__person span {
    margin-top: 4px;
    color: #434656;
    font-size: 12px;
    line-height: 18px;
}

.ot26-story-cta {
    position: relative;
    /* min-height: 578px; */
    overflow: hidden;
    padding: 16px;
    border-radius: 12px;
    background: #0052ff;
    color: #ffffff;
}

.ot26-story-cta h3 {
    position: relative;
    z-index: 2;
    max-width: 300px;
    margin: 0 0 24px;
    color: #dfe3ff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
}

.ot26-story-cta a {
    position: relative;
    z-index: 2;
    min-width: 152px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #ffffff;
    color: #003ec7;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}

.ot26-story-cta a i {
    font-weight: 400;
}

.ot26-story-cta__ring {
    position: absolute;
    left: 16px;
    top: 160px;
    width: 190px;
    height: 231px;
    background: url("/assets/home-2026/stories/bg.png") center / contain
        no-repeat;
}

.ot26-story-cta__ring span {
    display: none;
}

/* Section: Đăng ký cho địa phương */
.ot26-register-local {
    position: relative;
    overflow: hidden;
    padding: 40px 0 80px;
    background: #f3f9ff;
}

.ot26-register-local::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: 0;
    width: 612px;
    height: 389px;
    background: url("/assets/home-2026/register-local/bg.png") right bottom /
        contain no-repeat;
    pointer-events: none;
}

.ot26-register-local__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 660px) minmax(420px, 1fr);
    align-items: center;
    gap: 84px;
}

.ot26-register-local__content {
    max-width: 660px;
}

.ot26-register-local h2 {
    margin: 0 0 20px;
    color: #0270d9;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.ot26-register-local p {
    margin: 0 0 52px;
    color: #534d49;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.ot26-register-local__form {
    width: min(100%, 628px);
}

.ot26-register-local__field {
    height: 50px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #cfd8e4;
    border-radius: 10px;
    background: #ffffff;
    padding-left: 14px;
}

.ot26-register-local__field:first-child {
    margin-top: 0;
}

.ot26-register-local__field span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #636466;
    font-size: 16px;
}

.ot26-register-local__field input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #848b97;
    font-size: 14px;
    font-weight: 400;
}

.ot26-register-local__field input::placeholder {
    color: #9aa3af;
}

.ot26-register-local__field:focus-within {
    border-color: #0b7de5;
    box-shadow: 0 0 0 3px rgba(11, 125, 229, 0.1);
}

.ot26-register-local__submit {
    width: min(100%, 377px);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px auto 0;
    border: 0;
    border-radius: 10px;
    background: #0071db;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ot26-register-local__submit:hover {
    background: #006bd0;
    transform: translateY(-1px);
}

.ot26-register-local__submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
}

.ot26-register-local__visual {
    position: relative;
    min-height: 292px;
}

.ot26-register-local__photo {
    position: relative;
    z-index: 3;
    width: 451px;
    height: 451px;
    display: block;
    margin-left: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.ot26-register-local__orbit {
    position: absolute;
    z-index: 2;
    top: 28px;
    left: 10px;
    width: 320px;
    height: 58px;
    border: 3px solid #00c58a;
    border-color: #00c58a transparent transparent #00c58a;
    border-radius: 50%;
    transform: rotate(-8deg);
}

.ot26-register-local__dots {
    position: absolute;
    z-index: 4;
    right: 96px;
    bottom: 16px;
    width: 90px;
    height: 70px;
    background-image: radial-gradient(#2b3d5f 1px, transparent 1px);
    background-position: 0 0;
    background-size: 12px 12px;
    opacity: 0.55;
}

/* Section: Báo chí nói gì về One Touch */
.ot26-about-press {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    padding: 16px 0 86px;
    background: #ffffff;
}

.ot26-about-press__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ot26-about-press__bg--shape {
    z-index: 1;
    opacity: 0.94;
}

.ot26-about-press__bg--wave {
    z-index: 0;
    opacity: 0.92;
}

.ot26-about-press__container {
    position: relative;
    z-index: 2;
    max-width: 1274px !important;
}

.ot26-about-press h2 {
    margin: 0 0 42px;
    color: #214a9a;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ot26-about-press__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: center;
    gap: 72px;
}

.ot26-about-press__media {
    min-height: 430px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.ot26-about-press__side {
    display: grid;
    gap: 22px;
    justify-items: end;
}

.ot26-about-press__thumb,
.ot26-about-press__main {
    margin: 0;
    overflow: hidden;
    background: #dbe7f8;
    box-shadow: 0 16px 38px rgba(30, 62, 122, 0.16);
}

.ot26-about-press__thumb {
    width: 122px;
    height: 178px;
    border-radius: 8px;
}

.ot26-about-press__thumb--top {
    height: 195px;
    margin-right: 2px;
    border-radius: 10px;
}

.ot26-about-press__thumb--bottom {
    width: 168px;
    height: 251px;
    border-radius: 10px;
}

.ot26-about-press__main {
    width: min(100%, 557px);
    aspect-ratio: 557 / 318;
    border-radius: 0;
    margin-left: 16px;
}

.ot26-about-press__thumb img,
.ot26-about-press__main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ot26-about-press__main img {
    object-position: center;
}

.ot26-about-press__quotes {
    display: grid;
    gap: 24px;
}

.ot26-about-press__card {
    min-height: 251px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    color: inherit;
    text-decoration: none;
}

.ot26-about-press__card:focus-visible {
    outline: 3px solid #274d99;
    outline-offset: 3px;
}

.ot26-about-press__quote {
    height: 52px;
    color: #274d99;
    font-size: 52px;
    font-weight: 700;
    line-height: 0.9;
}

.ot26-about-press__card p {
    margin: 20px 0 20px;
    color: #363230;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ot26-about-press__source {
    margin-top: auto;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    object-fit: contain;
}

/* Figma: Giải pháp cho địa phương - four solution views */
.ot26-local-solutions__note {
    border-color: #b7cdf2;
    background: #eef5ff;
    color: #31588f;
    font-size: 13px;
}

.ot26-solution-dashboard {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dce4f1;
    border-color: #dce4f1;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(35, 66, 115, 0.08);
}

.ot26-solution-dashboard__tabs {
    border-right: 1px solid #e3eaf5;
    border-right-color: #e3eaf5;
}

.ot26-solution-tab {
    min-height: 95.25px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 20px;
    border: 0;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
    color: inherit;
    font: inherit;
    text-align: left;
}

.ot26-solution-tab:hover,
.ot26-solution-tab:focus-visible {
    background: #f5f8ff;
    outline: 0;
}

.ot26-solution-tab:focus-visible {
    box-shadow: inset 0 0 0 2px #1769ff;
}

.ot26-solution-tab.active {
    border-left: 3px solid #1769ff;
    background: #eef3ff;
}

.ot26-solution-tab > span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(0, 62, 199, 0.08);
    color: #003ec7;
    font-size: 14px;
}

.ot26-solution-tab.active > span:not(.ot26-solution-tab__copy) {
    background: #003ec7;
    color: #fff;
}

.ot26-solution-tab__icon {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 20px;
    background-color: currentColor;
    -webkit-mask-image: var(--ot26-solution-icon);
    mask-image: var(--ot26-solution-icon);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.ot26-solution-tab > span.ot26-solution-tab__copy {
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
}

.ot26-solution-tab__copy strong,
.ot26-solution-tab__copy small {
    display: block;
}

.ot26-solution-tab__copy strong {
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.ot26-solution-tab.active .ot26-solution-tab__copy strong {
    color: #0b56d0;
}

.ot26-solution-tab__copy small {
    margin-top: 4px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
}

.ot26-solution-dashboard__main {
    min-width: 0;
    padding: 30px 28px 28px;
    background: #fff;
}

.ot26-solution-panel[hidden] {
    display: none !important;
}

.ot26-solution-panel__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #1769ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ot26-solution-panel h3 {
    max-width: 640px;
    margin: 0 0 10px;
    color: #152d57;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
}

.ot26-solution-panel__intro {
    max-width: 690px;
    margin: 0;
    color: #566273;
    font-size: 14px;
    line-height: 1.55;
}

.ot26-solution-panel__intro strong {
    color: #152d57;
}

.ot26-solution-report-toolbar p {
    max-width: 690px;
    margin: 0;
    color: #566273;
    font-size: 14px;
    line-height: 1.55;
}

.ot26-solution-report-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.ot26-solution-report-toolbar > div:first-child {
    min-width: 0;
}

.ot26-solution-report-note,
.ot26-solution-report-footnote {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #718096;
    font-size: 11px;
    line-height: 1.6;
}

.ot26-solution-report-note {
    margin: 12px 0 18px;
    color: #1769ff;
}

.ot26-solution-report-footnote i {
    color: #c87912;
}

.ot26-solution-report-note i,
.ot26-solution-report-footnote i {
    margin-top: 3px;
}

.ot26-solution-report-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.ot26-solution-report-metric {
    min-height: 96px;
    padding: 14px;
    border: 1px solid #e1e8f2;
    border-radius: 12px;
    background: #fbfcff;
}

.ot26-solution-report-metric span,
.ot26-solution-report-metric strong,
.ot26-solution-report-metric em {
    display: block;
}

.ot26-solution-report-metric span {
    color: #718096;
    font-size: 11px;
    line-height: 1.4;
}

.ot26-solution-report-metric strong {
    margin-top: 7px;
    color: #152d57;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.ot26-solution-report-metric em {
    margin-top: 7px;
    color: #718096;
    font-size: 10px;
    font-style: normal;
    line-height: 1.4;
}

.ot26-solution-report-metric em.is-positive {
    color: #1a9a61;
}

.ot26-solution-report-metric em.is-blue {
    color: #1769ff;
}

.ot26-solution-report-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
    gap: 12px;
}

.ot26-solution-report-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid #e1e8f2;
    border-radius: 14px;
    background: #fff;
}

.ot26-solution-report-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ot26-solution-report-card__head h4 {
    margin: 0;
    color: #233b63;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.ot26-solution-report-card__head span {
    flex: 0 0 auto;
    color: #8a96a8;
    font-size: 10px;
    line-height: 1.5;
}

.ot26-solution-bar + .ot26-solution-bar {
    margin-top: 18px;
}

.ot26-solution-bar > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
    color: #4c5d77;
    font-size: 11px;
    line-height: 1.4;
}

.ot26-solution-bar > div span {
    min-width: 0;
}

.ot26-solution-bar > div strong {
    color: #1769ff;
    font-weight: 700;
}

.ot26-solution-bar > i {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 99px;
    background: #e8eef7;
}

.ot26-solution-bar > i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1769ff, #53a0ff);
}

.ot26-solution-bar:nth-child(2) > i b {
    background: #0e8c8a;
}

.ot26-solution-bar:nth-child(3) > i b {
    background: #159a63;
}

.ot26-solution-ranking__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px 82px;
    align-items: center;
    gap: 8px;
    padding: 11px 0;
    border-top: 1px solid #edf1f6;
    color: #41536f;
    font-size: 11px;
    line-height: 1.35;
}

.ot26-solution-ranking__row.is-header {
    padding: 0 0 9px;
    border-top: 0;
    color: #93a0b2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ot26-solution-ranking__row span {
    min-width: 0;
}

.ot26-solution-ranking__row span strong,
.ot26-solution-ranking__row span small {
    display: block;
}

.ot26-solution-ranking__row span strong {
    color: #2b3d5d;
    font-weight: 700;
}

.ot26-solution-ranking__row span small {
    margin-top: 3px;
    color: #8a96a8;
    font-size: 10px;
}

.ot26-solution-ranking__row > b {
    color: #1769ff;
    font-weight: 800;
}

.ot26-solution-ranking__row > em {
    justify-self: start;
    padding: 4px 7px;
    border-radius: 99px;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.ot26-solution-ranking__row > em.is-excellent {
    background: #e5f8ee;
    color: #17834e;
}

.ot26-solution-ranking__row > em.is-standard {
    background: #e7f1ff;
    color: #1769ff;
}

.ot26-solution-ranking__row > em.is-followup {
    background: #fff3df;
    color: #b66a00;
}

.ot26-solution-report-footnote {
    margin: 16px 0 0;
}

.ot26-solution-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.ot26-solution-actions .ot26-btn {
    min-height: 38px;
    padding: 9px 15px;
    font-size: 12px;
}

.ot26-solution-actions .ot26-btn--primary,
.ot26-solution-examples__foot .ot26-btn--primary {
    background: #17479b;
    color: #fff;
    box-shadow: 0 8px 18px rgba(23, 71, 155, 0.18);
}

.ot26-solution-actions .ot26-btn--primary:hover,
.ot26-solution-examples__foot .ot26-btn--primary:hover {
    background: #123c86;
    color: #fff;
}

.ot26-solution-actions .ot26-btn--ghost {
    border: 1px solid #cad7ed;
    background: #fff;
    box-shadow: none;
    color: #17479b;
}

.ot26-solution-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.ot26-solution-stat-grid > div {
    padding: 14px 16px;
    border: 1px solid #dce4f1;
    border-radius: 12px;
    background: #fbfcff;
}

.ot26-solution-stat-grid strong,
.ot26-solution-stat-grid span {
    display: block;
}

.ot26-solution-stat-grid strong {
    margin-top: 4px;
    color: #152d57;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.ot26-solution-stat-grid span {
    margin-top: 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}

.ot26-solution-local-grid,
.ot26-solution-audience-grid,
.ot26-solution-contest-grid {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.ot26-solution-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ot26-solution-local-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dce6f4;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.ot26-solution-local-card:hover {
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(24, 76, 153, 0.12);
}

.ot26-solution-local-card__visual {
    position: relative;
    height: 190px;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    background: #eef4ff;
    text-align: left;
}

.ot26-solution-local-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ot26-solution-local-card__copy {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

.ot26-solution-local-card__copy strong {
    color: #1a3766;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.ot26-solution-local-card__copy small {
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}

.ot26-solution-local-card__copy em {
    color: #1769ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.ot26-solution-local-card__copy em i {
    margin-left: 4px;
}

.ot26-solution-audience-grid,
.ot26-solution-contest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ot26-solution-audience-grid article,
.ot26-solution-contest-grid article {
    padding: 16px;
    border: 1px solid #e0e8f3;
    border-radius: 14px;
    background: #fbfdff;
}

.ot26-solution-audience-grid article > i,
.ot26-solution-contest-grid article > span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eaf1ff;
    color: #1769ff;
    font-size: 14px;
}

.ot26-solution-contest-grid article > span {
    background: #2f6ee5;
    color: #fff;
}

.ot26-solution-audience-grid h4,
.ot26-solution-contest-grid h4 {
    margin: 13px 0 7px;
    color: #213b66;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.ot26-solution-audience-grid p,
.ot26-solution-contest-grid p {
    margin: 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.6;
}

.ot26-solution-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
    border: 1px solid #dce6f4;
    border-radius: 12px;
    overflow: hidden;
}

.ot26-solution-steps article {
    min-height: 142px;
    padding: 18px;
    background: #fff;
}

.ot26-solution-steps article + article {
    border-left: 1px solid #e4eaf3;
}

.ot26-solution-steps span {
    display: block;
    margin-bottom: 11px;
    color: #1769ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ot26-solution-steps strong {
    display: block;
    margin-top: 10px;
    color: #213b66;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.ot26-solution-steps p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.55;
}

.ot26-solution-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.ot26-solution-pills span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    border: 1px solid #d6e3f5;
    border-radius: 999px;
    background: #f4f8ff;
    color: #3f5d88;
    font-size: 11px;
    line-height: 1.3;
}

.ot26-solution-pills span i {
    color: #1769ff;
    font-size: 9px;
}

.ot26-solution-contest-grid article:nth-child(2) > span {
    background: #0e8c8a;
    color: #fff;
}

.ot26-solution-contest-grid article:nth-child(3) > span {
    background: #c87912;
    color: #fff;
}

.ot26-solution-contest-callout {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 20px;
    padding: 13px 14px;
    border: 1px solid #cfe1ff;
    border-radius: 12px;
    background: #f1f6ff;
    color: #466187;
}

.ot26-solution-contest-callout > i {
    margin-top: 2px;
    color: #1769ff;
}

.ot26-solution-contest-callout p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}

.ot26-solution-contest-callout strong {
    color: #213b66;
}

.ot26-solution-examples {
    padding-top: 18px;
    border-top: 1px solid #dce4f1;
    margin-top: 0;
}

.ot26-solution-examples__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.ot26-solution-examples__head h4 {
    margin: 0;
    color: #213b66;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.ot26-solution-examples__head > span {
    flex: 0 0 auto;
    color: #8a96a8;
    font-size: 11px;
    line-height: 1.4;
}

.ot26-solution-example-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.ot26-solution-example {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e0e8f3;
    border-radius: 10px;
    background: #fff;
}

.ot26-solution-example img {
    width: 100%;
    height: 158px;
    display: block;
    object-fit: cover;
    object-position: top center;
    background: #e7f0fc;
}

.ot26-solution-example figcaption {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 11px 12px;
    color: #152d57;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

.ot26-solution-example figcaption strong,
.ot26-solution-example figcaption small {
    display: block;
}

.ot26-solution-example figcaption strong {
    font-weight: 800;
}

.ot26-solution-example figcaption small {
    color: #64748b;
    font-size: 10px;
    line-height: 1.35;
}

.ot26-solution-examples__foot {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

.ot26-solution-examples__foot .ot26-btn {
    min-height: 36px;
    padding: 8px 13px;
    font-size: 11px;
}

.ot26-solution-examples__foot > span {
    color: #8a96a8;
    font-size: 10px;
}

.ot26-solution-examples__foot > span i {
    margin-right: 4px;
    color: #38a169;
}
