/* TRT Page — New Design 2026 */

/* ===== RESET & BASE ===== */
.trt2-page { font-family: 'Proxima Nova', sans-serif; color: #2D2D2D; overflow-x: hidden; }
.trt2-page * { box-sizing: border-box; }
.trt2-mobile-br { display: none; }
.trt2-container { max-width: 1320px; margin: 0 auto; padding: 0 20px; }
.trt2-container--narrow { max-width: 1128px; margin: 0 auto; padding: 0 20px; }
.trt2-btn { display: inline-block; padding: 15px 25px; border-radius: 30px; font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 16px; line-height: 1.22em; text-align: center; text-decoration: none; cursor: pointer; border: none; transition: opacity 0.2s; }
.trt2-btn:hover { opacity: 0.85; }
.trt2-btn--primary { background: #002746 !important; color: #fff !important; }
.trt2-btn--blue { background: #3B5498 !important; color: #fff !important; }
.trt2-btn--light { background: #D4DDF5 !important; color: #3B5498 !important; }

.trt2-btn--outline { background: rgba(255,255,255,0.1); color: #3B5498; border: 1px solid rgba(59,84,152,0.27); }
.trt2-section-title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 46px; line-height: 1.15em; text-transform: uppercase; color: #142347; }
.trt2-section-title--lg { font-size: 56px; line-height: 1.09em; }
.trt2-section-title--xl { font-size: 60px; }
.trt2-section-title em { font-style: italic; font-weight: 600; color: #3B5498; }

/* ===== HERO ===== */
.trt2-hero { position: relative; min-height: 775px; overflow: hidden; display: flex; align-items: flex-start; background: #151515; }
.trt2-hero__bg { position: absolute; inset: 0; z-index: 0; background-size: auto 100%; background-position: right top; background-repeat: no-repeat; }
.trt2-hero__bg::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: clamp(10%, calc(132vw - 1573px), 40%); z-index: 0; background: linear-gradient(180deg, rgba(94,128,155,1) 0%, rgba(107,139,160,1) 20%, rgba(120,146,161,1) 34%, rgba(133,152,162,1) 45%, rgba(143,152,155,1) 61%, rgba(137,145,148,1) 68%, rgba(113,126,135,1) 70%, rgba(53,71,87,1) 70%, rgba(38,59,76,1) 71%, rgba(37,56,71,1) 74%, rgba(29,48,62,1) 75%, rgba(36,58,72,1) 78%, rgba(30,51,64,1) 83%, rgba(21,32,38,1) 84%, rgba(34,56,70,1) 86%, rgba(20,27,33,1) 88%, rgba(34,52,66,1) 89%, rgba(27,43,56,1) 90%, rgba(24,38,49,1) 92%, rgba(25,41,54,1) 93%, rgba(43,62,77,1) 95%, rgba(23,37,46,1) 96%, rgba(21,35,44,1) 98%, rgba(40,58,69,1) 100%); }
.trt2-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(267deg, rgba(21,21,21,0) 0%, rgba(21,21,21,0.82) 67%, rgba(21,21,21,1) 100%); }
.trt2-hero__content { position: relative; z-index: 2; padding: 54px 0 50px; width: 100%; }
.trt2-hero__inner { display: flex; flex-direction: column; gap: 42px; max-width: 1320px; margin: 0 auto; padding: 0 20px; }
.trt2-hero__left { max-width: 614px; display: flex; flex-direction: column; gap: 35px; }
.trt2-hero__text-block { display: flex; flex-direction: column; gap: 18px; }
.trt2-hero__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 66px; line-height: 1.01em; color: #fff; margin: 0; }
.trt2-hero__subtitle { font-size: 18px; line-height: 1.33em; color: #fff !important; font-weight: 400 !important; margin: 0; }
.trt2-hero__checklist { display: flex; flex-direction: column; gap: 12px; }
.trt2-hero__check-item { display: flex; align-items: center; gap: 8px; font-size: 16px; line-height: 1.5em; color: #fff; }
.trt2-hero__check-item img { flex-shrink: 0; width: 18px; height: 18px; }
.trt2-hero__cta .trt2-btn { min-width: 323px; }
.trt2-hero__bottom { display: flex; flex-direction: column; gap: 42px; width: 100%; }
.trt2-hero__social-proof { display: flex; align-items: center; gap: 15px; }
.trt2-hero__avatars { display: flex; }
.trt2-hero__avatars img { width: 52px; height: 52px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; margin-left: -18px; }
.trt2-hero__avatars img:first-child { margin-left: 0; }
.trt2-hero__stars-block { display: flex; flex-direction: column; gap: 6px; }
.trt2-hero__stars svg { display: block; }
.trt2-hero__stars-text { font-size: 15px; line-height: 1.28em; color: #fff; }
.trt2-hero__trust-row { display: flex; justify-content: space-between; flex-wrap: wrap; }
.trt2-hero__trust-item { display: flex; align-items: center; gap: 13px; font-family: 'Inter', sans-serif; font-size: 12.8px; color: #fff; white-space: nowrap; }
.trt2-hero__trust-item img { width: 24px; height: 24px; flex-shrink: 0; }
.trt2-hero__mobile-bg { display: none; }

/* ===== BENEFITS ===== */
.trt2-benefits { padding: 80px 0; }
.trt2-benefits__inner { display: flex; gap: 55px; align-items: stretch; }
.trt2-benefits__image { flex-shrink: 0; width: 572px; border-radius: 40px; overflow: hidden; position: relative; }
.trt2-benefits__image img { width: 100%; height: 100%; object-fit: cover; }
.trt2-benefits__image::after { content: ''; position: absolute; inset: 0; background: rgba(59,84,152,0.25); }
.trt2-benefits__content { flex: 1; display: flex; flex-direction: column; gap: 41px; }
.trt2-benefits__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 46px; line-height: 1.15em; text-transform: uppercase; color: #142347; margin: 0; max-width: 640px; }
.trt2-benefits__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-benefits__list { display: flex; flex-direction: column; gap: 24px; }
.trt2-benefits__item { display: flex; gap: 9px; }
.trt2-benefits__item-icon { flex-shrink: 0; width: 26px; height: 26px; margin-top: 2px; }
.trt2-benefits__item-text { display: flex; flex-direction: column; gap: 4px; }
.trt2-benefits__item-title { font-weight: 600; font-size: 20px; line-height: 0.9em; color: #142347; }
.trt2-benefits__item-desc { font-size: 16px; line-height: 1.125em; color: rgba(45,45,45,0.7); }
.trt2-benefits__mobile-image { display: none; }

/* ===== QUALIFY ===== */
.trt2-qualify { position: relative; padding: 120px 0; overflow: hidden; }
.trt2-qualify__bg { position: absolute; inset: 0; z-index: 0; }
.trt2-qualify__bg img { width: 100%; height: 100%; object-fit: cover; }
.trt2-qualify__bg::before { content: ''; position: absolute; inset: 0; background: rgba(59, 84, 152, 0.25); z-index: 1; }
.trt2-qualify__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(91deg, rgba(12,18,32,0.8) 1%, rgba(12,18,32,0.2) 100%); z-index: 2; }
.trt2-qualify__content { position: relative; z-index: 1; max-width: 726px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 21px; }
.trt2-qualify__text { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.trt2-qualify__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 56px; line-height: 1.09em; text-transform: uppercase; color: #fff; margin: 0; text-align: left; }
.trt2-qualify__title em { font-style: italic; font-weight: 400; }
.trt2-qualify__subtitle { font-weight: 600; font-size: 18px; line-height: 1.22em; text-align: center; color: #fff; margin: 0; max-width: 564px; }
.trt2-qualify__mobile-bg { display: none; }
.trt2-btn--ghost { background: rgba(212,221,245,0.2); color: #fff !important; width: 342px; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

/* ===== STEPS ===== */
.trt2-steps { padding: 80px 0; }
.trt2-steps__header { text-align: center; margin-bottom: 36px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.trt2-steps__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 56px; line-height: 1.15em; text-transform: uppercase; color: #142347; margin: 0; max-width: 844px; }
.trt2-steps__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-steps__btn { width: 298px; }
.trt2-steps__row { display: flex; gap: 24px; position: relative; }
.trt2-steps__timeline { position: absolute; top: 13px; left: 15px; right: 15px; height: 2px; background: #D6DAE6; border-radius: 68px; z-index: 0; }
.trt2-steps__card { flex: 1; position: relative; z-index: 1; text-align: left; }
.trt2-steps__dot { display: block; width: 27px; height: 27px; margin: 0 0 16px 0; }
.trt2-steps__step-label { font-size: 28px; font-weight: 400; text-transform: uppercase; color: #3B5498; margin-bottom: 6px; }
.trt2-steps__step-title { font-weight: 600; font-size: 20px; line-height: 1.55em; color: #142347; margin-bottom: 6px; }
.trt2-steps__step-desc { font-size: 16px; line-height: 1.31em; color: rgba(45,45,45,0.7); }

/* ===== PROVIDERS ===== */
.trt2-providers { padding: 80px 0; }
.trt2-providers__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 56px; line-height: 1.15em; text-transform: uppercase; text-align: center; color: #142347; margin: 0 auto 30px; max-width: 818px; }
.trt2-providers__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-providers__grid { display: flex; gap: 24px; justify-content: center; }
.trt2-providers__card { width: 346px; position: relative; padding-top: 68px; }
.trt2-providers__photo { position: absolute; top: 0; left: 30px; width: 135px; height: 135px; border-radius: 50%; border: 6px solid #fff; overflow: hidden; z-index: 2; }
.trt2-providers__photo img { width: 100%; height: 100%; object-fit: cover; }
.trt2-providers__info { background: #F1F4FB; border-radius: 39px; padding: 116px 20px 30px; height: 349px; overflow: hidden; }
.trt2-providers__name { font-weight: 600; font-size: 26px; line-height: 0.96em; color: #142347; margin-bottom: 4px; }
.trt2-providers__creds { font-weight: 600; font-size: 18px; line-height: 1.39em; color: rgba(20,35,71,0.8); margin-bottom: 12px; }
.trt2-providers__bio { font-size: 16px; line-height: 1.31em; color: rgba(45,45,45,0.7); }

/* ===== SIDE EFFECTS ===== */
.trt2-effects { background: #F3F5FC; padding: 80px 0; position: relative; overflow: hidden; }
.trt2-effects__header { text-align: center; margin-bottom: 50px; position: relative; z-index: 2; }
.trt2-effects__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 46px; line-height: 1.15em; text-transform: uppercase; color: #001C46; margin: 0 0 8px; }
.trt2-effects__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-effects__subtitle { font-size: 18px; color: rgba(45,45,45,0.9); max-width: 708px; margin: 0 auto; }
.trt2-effects__body { display: flex; align-items: flex-start; gap: 40px; position: relative; z-index: 2; }
.trt2-effects__col { flex: 1; max-width: 367px; }
.trt2-effects__col--center { flex: 0 0 336px; display: flex; justify-content: center; }
.trt2-effects__vial { width: 336px; height: 501px; border-radius: 205px; overflow: hidden; object-fit: cover; }
.trt2-effects__col-title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 36px; line-height: 1.19em; text-transform: uppercase; color: #142347; text-align: center; margin-bottom: 15px; }
.trt2-effects__list { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.trt2-effects__item { display: flex; align-items: center; gap: 5px; font-size: 16px; line-height: 1.375em; color: rgba(45,45,45,0.9); }
.trt2-effects__item img { flex-shrink: 0; width: 16px; height: 16px; }
.trt2-effects__bottom { text-align: center; margin-top: 50px; position: relative; z-index: 2; }
.trt2-effects__bottom-title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 36px; line-height: 1.19em; text-transform: uppercase; color: #142347; margin-bottom: 15px; }
.trt2-effects__bottom-list { display: flex; flex-direction: column; align-items: center; gap: 16px; max-width: 737px; margin: 0 auto; }
.trt2-effects__mobile-bottle { display: none; }
.trt2-effects__mobile-ellipses { display: none; }
.trt2-effects__corner-img { position: absolute; width: 377px; height: 292px; object-fit: cover; z-index: 1; }
.trt2-effects__corner-img--tr { top: -26px; right: -57px; }
.trt2-effects__corner-img--bl { bottom: -54px; left: -48px; }
.trt2-effects__deco-ring { position: absolute; z-index: 0; left: 50%; pointer-events: none; }
.trt2-effects__deco-ring--1 { width: 756px; height: 404px; top: 22.6%; transform: translateX(-50%); margin-left: 14px; }
.trt2-effects__deco-ring--2 { width: 568px; height: 525px; top: 10.2%; transform: translateX(-50%); margin-left: -43px; }

/* ===== PRICING ===== */
.trt2-pricing { padding: 80px 0; }
.trt2-pricing__title { text-align: center; font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 52px; line-height: 1.06em; text-transform: uppercase; color: #142347; margin: 0 auto 35px; max-width: 603px; }
.trt2-pricing__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-pricing__grid { display: flex; gap: 22px; justify-content: center; position: relative; }
.trt2-pricing__deco { position: absolute; width: 150px; height: 150px; border-radius: 50%; z-index: 0; }
.trt2-pricing__deco--bl-blue { background: rgba(59,84,152,0.55); filter: blur(80px); bottom: 0; left: 19.8%; }
.trt2-pricing__deco--bl-purple { background: rgba(142,59,152,0.55); filter: blur(80px); bottom: 0; left: 30.3%; }
.trt2-pricing__deco--tr-blue { background: rgba(59,84,152,0.55); filter: blur(80px); top: 20%; right: 15%; }
.trt2-pricing__deco--tr-purple { background: rgba(142,59,152,0.55); filter: blur(80px); top: 20%; right: 5%; }
.trt2-pricing__dot { position: absolute; width: 13px; height: 5px; border-radius: 50%; background: #D9D9D9; z-index: 0; }
.trt2-pricing__dot--1 { bottom: -50px; left: 25%; }
.trt2-pricing__dot--2 { top: 65%; right: 20%; }
.trt2-pricing__card { width: 385px; background: rgba(255,255,255,0.1); border: 1px solid rgba(183,184,186,0.26); border-radius: 20px; padding: 24px 20px; display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.trt2-pricing__price { font-weight: 600; font-size: 36px; color: #3B5498; }
.trt2-pricing__plan { font-weight: 600; font-size: 20px; color: #142347; }
.trt2-pricing__desc { font-size: 16px; line-height: 1.5em; color: #2D2D2D; flex: 1; }
.trt2-pricing__highlight { font-weight: 600; font-size: 14px; font-style: italic; background: linear-gradient(90deg, #3B5498 0%, #4C1463 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.trt2-pricing__highlight strong { font-weight: 800; }
.trt2-pricing__card .trt2-btn { width: 100%; margin-top: 8px; }

/* ===== WHY CHOOSE ===== */
.trt2-why { padding: 80px 0; }
.trt2-why__header { text-align: center; margin-bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.trt2-why__title { margin: 0; max-width: 860px; }
.trt2-why__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-why__btn { width: 298px; }
.trt2-why .trt2-container--narrow { max-width: 1168px; }
.trt2-why__grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.trt2-why__card { width: 360px; background: #F2F5FE; border-radius: 39px; padding: 20px 25px; display: flex; flex-direction: column; gap: 12px; }
.trt2-why__icon { width: 60px; height: 60px; border-radius: 30px; background: #fff; display: flex; align-items: center; justify-content: center; }
.trt2-why__icon img { width: 48px; height: 48px; }
.trt2-why__card-title { font-weight: 600; font-size: 26px; line-height: 0.96em; color: #142347; }
.trt2-why__card-desc { font-size: 14px; line-height: 1.29em; color: rgba(44,44,44,0.7); }

/* ===== FAQ ===== */
.trt2-faq { padding: 80px 0; }
.trt2-faq__title { font-family: 'Proxima Nova', sans-serif; font-weight: 600; font-size: 60px; line-height: 0.92em; text-transform: uppercase; text-align: center; color: #001C46; margin: 0 auto 28px; max-width: 649px; }
.trt2-faq__title em { font-style: italic; font-weight: 400; color: #3B5498; }
.trt2-faq__list { max-width: 778px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.trt2-faq__item { background: #F2F6FF; border-radius: 20px; padding: 13px 24px; cursor: pointer; }
.trt2-faq__question { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; gap: 16px; }
.trt2-faq__question-text { font-weight: 600; font-size: 18px; line-height: 1.33em; color: #003C46; }
.trt2-faq__icon { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.3s; color: #003C46; }
.trt2-faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.trt2-faq__answer-text { font-size: 16px; line-height: 1.5em; color: rgba(0,60,70,0.8); padding-bottom: 10px; }
.trt2-faq__item.is-open .trt2-faq__question-text { font-size: 20px; line-height: 1.2em; }
.trt2-faq__item.is-open .trt2-faq__answer { max-height: 500px; }
.trt2-faq__item.is-open .trt2-faq__icon { transform: rotate(45deg); }

/* ===== CTA ===== */
.trt2-cta { position: relative; padding: 80px 0; overflow: hidden; min-height: 498px; display: flex; align-items: center; }
.trt2-cta__bg { position: absolute; inset: 0; z-index: 0; }
.trt2-cta__bg img { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
.trt2-cta__bg::before { content: ''; position: absolute; inset: 0; background: rgba(59,84,152,0.25); z-index: 1; }
.trt2-cta__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(91deg, rgba(255,255,255,0.8) 1%, rgba(255,255,255,0.2) 100%); z-index: 2; }
.trt2-cta .trt2-container { max-width: none; margin: 0; padding: 0 0 0 93px; }
.trt2-cta__content { position: relative; z-index: 3; max-width: 545px; display: flex; flex-direction: column; gap: 22px; }
.trt2-cta__title { font-weight: 600; font-size: 42px; line-height: 1.06em; letter-spacing: -0.03em; color: #132347; margin: 0; }
.trt2-cta__desc { font-size: 14.8px; line-height: 1.45em; color: #132347; margin: 0; }
.trt2-cta__buttons { display: flex; gap: 27px; align-items: center; flex-wrap: wrap; }
.trt2-cta__phone { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1) !important; color: #3B5498 !important; border: 1px solid rgba(59,84,152,0.27) !important; width: 220px; }
.trt2-cta__phone svg { width: 16px; height: 16px; }
.trt2-cta__trust { display: flex; align-items: center; gap: 27px; }
.trt2-cta__trust-avatars { display: flex; }
.trt2-cta__trust-avatars img { width: 52px; height: 52px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; margin-left: -21px; }
.trt2-cta__trust-avatars img:first-child { margin-left: 0; }
.trt2-cta__trust-info { display: flex; flex-direction: column; gap: 4px; font-size: 15px; color: #132347; }
.trt2-cta__mobile-bg { display: none; }

/* ===== MEDICAL REVIEW ===== */
.trt2-page .trt2-medreview { background: #3B5398; padding: 15px 20px; text-align: center; }
.trt2-page .trt2-medreview .trt2-medreview__text,
.trt2-page .trt2-medreview p { font-family: 'Proxima Nova', Arial, 'Helvetica Neue', Helvetica, sans-serif !important; font-weight: 600 !important; font-style: italic !important; font-size: 18px !important; line-height: 1.44em !important; color: #fff !important; margin: 0 !important; }

/* ===== RESPONSIVE ===== */
@media (min-width: 1550px) {
    .trt2-cta { min-height: 550px; }
}
@media (min-width: 1800px) {
    .trt2-cta { min-height: 620px; }
}
@media (min-width: 1930px) {
    .trt2-hero__bg::before { width: 50%; }
}
@media (min-width: 2320px) {
    .trt2-hero__bg::before { width: 60%; }
}
@media (max-width: 1200px) {
    .trt2-hero__title { font-size: 48px; }
    .trt2-benefits__inner { gap: 30px; }
    .trt2-benefits__image { width: 450px; }
    .trt2-section-title, .trt2-benefits__title, .trt2-effects__title, .trt2-steps__title { font-size: 38px; }
    .trt2-section-title--lg, .trt2-qualify__title { font-size: 44px; }
    .trt2-section-title--xl { font-size: 48px; }
    .trt2-pricing__title { font-size: 42px; }
    .trt2-providers__grid { gap: 16px; }
    .trt2-providers__card { width: 320px; }
}

@media (max-width: 991px) {
    .trt2-hero__title { font-size: 42px; }
    .trt2-hero__trust-row { justify-content: flex-start; gap: 16px; }
    .trt2-benefits__inner { flex-direction: column; }
    .trt2-benefits__image { display: none; }
    .trt2-benefits__mobile-image { display: block; width: 100%; height: 273px; border-radius: 20px; overflow: hidden; }
    .trt2-benefits__mobile-image img { width: 100%; height: 100%; object-fit: cover; }
    .trt2-effects__body { flex-direction: column; align-items: center; }
    .trt2-effects__col--center { order: -1; }
    .trt2-effects__col { text-align: center; }
    .trt2-effects__item { justify-content: center; }
    .trt2-providers__grid { flex-wrap: wrap; justify-content: center; }
    .trt2-steps__row { flex-wrap: wrap; gap: 30px; }
    .trt2-steps__timeline { display: none; }
    .trt2-steps__card { flex: 0 0 calc(50% - 15px); }
    .trt2-pricing__grid { flex-wrap: wrap; }
    .trt2-pricing__card { width: calc(50% - 11px); }
    .trt2-why__card { width: calc(50% - 12px); }
}

@media (max-width: 768px) {
    .trt2-hero { min-height: 500px; }
    .trt2-hero__title { font-size: 32px; }
    .trt2-hero__trust-row { gap: 12px; }
    .trt2-section-title, .trt2-benefits__title, .trt2-effects__title, .trt2-steps__title { font-size: 30px; }
    .trt2-section-title--lg, .trt2-qualify__title { font-size: 34px; }
    .trt2-section-title--xl { font-size: 36px; }
    .trt2-pricing__title { font-size: 32px; }
    .trt2-effects__col-title, .trt2-effects__bottom-title { font-size: 26px; }
    .trt2-steps__card { flex: 0 0 100%; }
    .trt2-pricing__card { width: 100%; }
    .trt2-why__card { width: 100%; }
    .trt2-cta__title { font-size: 30px; }
    .trt2-providers__card { width: 100%; max-width: 346px; }
    .trt2-effects__corner-img { width: 120px; }
    .trt2-medreview__text { font-size: 14px; }
}

@media (max-width: 480px) {
    .trt2-hero { min-height: 950px; align-items: flex-start; }
    .trt2-hero__bg { display: none; }
    .trt2-hero__mobile-bg { display: block; position: absolute; inset: 0; z-index: 0; overflow: hidden; }
    .trt2-hero__mobile-layer { position: absolute; left: 0; width: 100%; }
    .trt2-hero__mobile-layer--rect99 { top: 0; bottom: 0; height: 100%; object-fit: cover; z-index: 0; }
    .trt2-hero__mobile-layer--rect98 { top: 0; height: 899px; object-fit: cover; z-index: 1; }
    .trt2-hero__mobile-layer--photo { bottom: 0; height: auto; width: 100%; z-index: 0; }
    .trt2-hero__title { font-size: 32px; line-height: 1.01em; text-align: center; }
    .trt2-hero__subtitle { font-size: 14px; line-height: 1.5em; }
    .trt2-hero__content { padding: 20px 0 0; }
    .trt2-hero__inner { padding: 0 16px; max-width: 100%; margin: 0 auto; box-sizing: border-box; }
    .trt2-hero__left { max-width: 328px; margin: 0 auto; }
    .trt2-hero__cta .trt2-btn { width: 100%; min-width: unset; }
    .trt2-hero__inner { gap: 20px; }
    .trt2-hero__bottom { gap: 16px; }
    .trt2-hero__social-proof { gap: 10px; }
    .trt2-hero__avatars img { width: 38px; height: 38px; margin-left: -14px; }
    .trt2-hero__avatars img:first-child { margin-left: 0; }
    .trt2-hero__stars-text { font-size: 13px; }
    .trt2-hero__trust-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
    .trt2-hero__trust-item { white-space: normal; display: none; }
    .trt2-hero__trust-item:nth-child(3),
    .trt2-hero__trust-item:nth-child(4) { display: flex; }
    .trt2-section-title, .trt2-benefits__title, .trt2-effects__title, .trt2-steps__title { font-size: 24px; }
    .trt2-section-title--lg, .trt2-qualify__title { font-size: 42px; }
    .trt2-pricing__title { font-size: 26px; }
    .trt2-cta__buttons { flex-direction: column; align-items: flex-start; }

    /* Steps mobile */
    .trt2-steps__title { font-size: 26px !important; line-height: 1.08em; }
    .trt2-steps__row { flex-direction: column; gap: 0; padding-left: 46px; position: relative; }
    .trt2-steps__timeline { display: block; position: absolute; left: 15px; top: 15px; width: 2px; height: calc(100% - 18px); background: #D6DBE6; border-radius: 0; bottom: auto; }
    .trt2-steps__card { flex: 0 0 auto !important; padding-bottom: 30px; position: relative; }
    .trt2-steps__card:last-of-type { padding-bottom: 0; }
    .trt2-steps__dot { position: absolute; left: -46px; top: 0; margin: 0; }
    .trt2-steps__card:first-of-type .trt2-steps__dot { width: 30px; height: 30px; left: -46px; }
    .trt2-steps__card:not(:first-of-type) .trt2-steps__dot { width: 18px; height: 18px; left: -40px; }

    /* Providers mobile */
    .trt2-mobile-br { display: inline; }
    .trt2-providers__title { font-size: 28px !important; line-height: 1.21em; max-width: 328px; }
    .trt2-providers__card { max-width: 328px; }

    /* Qualify mobile */
    .trt2-qualify { padding: 33px 0 40px; min-height: 450px; }
    .trt2-qualify__bg { display: none; }
    .trt2-qualify__mobile-bg { display: block; position: absolute; inset: 0; z-index: 0; overflow: hidden; }
    .trt2-qualify__mobile-layer { position: absolute; left: 0; width: 100%; }
    .trt2-qualify__mobile-layer--photo { bottom: 0; height: auto; width: 100%; z-index: 0; }
    .trt2-qualify__mobile-layer--overlay { top: 0; bottom: 0; height: 100%; object-fit: cover; z-index: 1; }
    .trt2-qualify__mobile-layer--dark { top: 0; height: 152px; background: #0C1220; z-index: 0; }
    .trt2-qualify__content { z-index: 2; padding: 0 16px; max-width: 360px; }
    .trt2-qualify__title { font-size: 42px; text-align: center; }
    .trt2-qualify__subtitle { font-size: 16px; line-height: 1.375em; max-width: none; }
    .trt2-btn--ghost { width: 100%; }

    /* Side Effects mobile */
    .trt2-effects { padding: 28px 0 40px; }
    .trt2-effects__title { font-size: 32px !important; line-height: 1.28em; }
    .trt2-effects__subtitle { font-size: 16px; line-height: 1.44em; }
    .trt2-effects__body { flex-direction: column; gap: 30px; }
    .trt2-effects__col { max-width: 328px; text-align: center; }
    .trt2-effects__col--center { order: 0; flex: 0 0 auto; }
    .trt2-effects__vial { width: 272px; height: 406px; border-radius: 166px; }
    .trt2-effects__col-title, .trt2-effects__bottom-title { font-size: 24px !important; }
    .trt2-effects__corner-img { display: none; }
    .trt2-effects__deco-ring { display: none; }
    .trt2-effects__mobile-ellipses { display: block; position: absolute; left: 50%; top: 440px; width: 477px; height: 331px; z-index: 0; pointer-events: none; transform: translateX(-50%); }
    .trt2-effects__bottom { margin-top: 30px; }
    .trt2-effects__bottom-list { max-width: 328px; }
    .trt2-effects__mobile-bottle { display: block; width: calc(100% + 54px); margin-left: -27px; margin-top: 30px; }

    /* Pricing mobile */
    .trt2-pricing__title { font-size: 32px !important; line-height: 1.25em; max-width: 328px; }
    .trt2-pricing__card { padding: 20px; }
    .trt2-pricing__desc { line-height: 1.31em; }

    /* Why Choose mobile */
    .trt2-why__title { font-size: 32px !important; line-height: 1.22em; max-width: 328px; }
    .trt2-why__btn { width: 100%; }
    .trt2-why__card { width: 328px; }

    /* FAQ mobile */
    .trt2-faq__title { font-size: 32px !important; line-height: 1.34em; max-width: 319px; }
    .trt2-faq__list { max-width: 328px; }

    /* CTA mobile */
    .trt2-cta { min-height: 725px; padding: 24px 0 0; align-items: flex-start; }
    .trt2-cta__bg { display: none; }
    .trt2-cta__mobile-bg { display: block; position: absolute; inset: 0; z-index: 0; overflow: hidden; }
    .trt2-cta__mobile-layer { position: absolute; left: 0; width: 100%; }
    .trt2-cta__mobile-layer--rect101 { top: 0; height: 63%; object-fit: cover; z-index: 0; }
    .trt2-cta__mobile-layer--group23 { top: 0; bottom: 0; height: 100%; object-fit: cover; z-index: 1; }
    .trt2-cta__mobile-layer--photo { bottom: 0; height: auto; width: 100%; z-index: 0; }
    .trt2-cta .trt2-container { padding: 0 16px; max-width: 360px; margin: 0; }
    .trt2-cta__content { max-width: 328px; margin-left: 0; z-index: 3; }
    .trt2-cta__title { font-size: 28px !important; line-height: 1.11em; max-width: 246px; }
    .trt2-cta__buttons { flex-direction: column; gap: 16px; width: 100%; }
    .trt2-cta__buttons .trt2-btn { width: 100%; }
    .trt2-cta__phone { width: 100% !important; justify-content: center; }
    .trt2-cta__trust-avatars img { width: 40px; height: 40px; margin-left: -16px; }
    .trt2-cta__trust-avatars img:first-child { margin-left: 0; }
    .trt2-cta__trust-info { font-size: 14px; }
    .trt2-cta__trust { gap: 20px; }

    /* Medical Review mobile */
    .trt2-medreview { padding: 20px; }
    .trt2-page .trt2-medreview .trt2-medreview__text,
    .trt2-page .trt2-medreview p { font-size: 14px !important; }
}
