.td-service-landing-page .ul-section-spacing { padding-top: 70px; padding-bottom: 70px; }
.td-service-pricing__layout { display: grid; grid-template-columns: 55fr 45fr; align-items: center; gap: clamp(20px, 2.1vw, 32px); }
.td-service-pricing__copy, .td-service-pricing__aside { min-width: 0; }
@media (max-width: 991px) { .td-service-pricing__layout { grid-template-columns: minmax(0, 1fr); } }
.td-service-skills { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.td-service-skills__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 1.58vw, 30px); }
@media (max-width: 991px) { .td-service-skills__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .td-service-skills__grid { grid-template-columns: minmax(0, 1fr); } }
.td-service-skills__card { background: var(--white); border-radius: 20px; padding: clamp(22px, 2.1vw, 36px); border: 1px solid rgba(33, 64, 154, 0.08); box-shadow: 0 12px 40px rgba(33, 64, 154, 0.06); height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.td-service-skills__card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(33, 64, 154, 0.12); border-color: rgba(39, 170, 225, 0.25); }
.td-service-skills__card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(14px, 1.26vw, 22px); }
.td-service-skills__number { font-size: clamp(28px, 2.1vw, 40px); font-weight: 800; line-height: 1; background: var(--ul-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: 0.35; }
.td-service-skills__icon { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, rgba(33, 64, 154, 0.08) 0%, rgba(39, 170, 225, 0.12) 100%); color: var(--ul-c4); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }
.td-service-skills__title { font-size: clamp(17px, 1.15vw, 22px); color: var(--ul-c4); margin-bottom: clamp(10px, 0.95vw, 16px); line-height: 1.35; font-weight: bold; }
.td-service-skills__text { margin: 0; color: var(--ul-gray); line-height: 1.7; font-size: clamp(14px, 0.9vw, 16px); }
.td-service-tech { background: #0f172a; color: var(--white); }
.td-service-tech .ul-section-sub-title, .td-service-tech .ul-section-title, .td-service-tech .td-service-section__intro { color: var(--white); }
.td-service-tech .td-service-section__intro { opacity: 0.85; }
.td-service-tech__rows { display: flex; flex-direction: column; gap: clamp(16px, 1.58vw, 24px); }
.td-service-tech__row { display: grid; grid-template-columns: minmax(240px, 30%) minmax(0, 1fr); gap: clamp(16px, 1.58vw, 24px); align-items: stretch; }
@media (max-width: 767px) { .td-service-tech__row { grid-template-columns: minmax(0, 1fr); } }
.td-service-tech__label-box { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 18px; padding: clamp(22px, 2.1vw, 34px); display: flex; flex-direction: column; justify-content: center; min-height: 120px; }
.td-service-tech__row.is-tech .td-service-tech__label-box { border-color: rgba(59, 130, 246, 0.35); background: linear-gradient(135deg, rgba(59, 130, 246, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%); }
.td-service-tech__row.is-lang .td-service-tech__label-box { border-color: rgba(167, 139, 250, 0.35); background: linear-gradient(135deg, rgba(167, 139, 250, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%); }
.td-service-tech__row.is-framework .td-service-tech__label-box { border-color: rgba(34, 211, 238, 0.35); background: linear-gradient(135deg, rgba(34, 211, 238, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%); }
.td-service-tech__label-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(255, 255, 255, 0.1); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: clamp(12px, 1.05vw, 18px); }
.td-service-tech__label-icon i { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.td-service-tech__label-icon i::before { font-family: flaticon_digicom !important; }
.td-service-tech__label-title { font-size: clamp(18px, 1.26vw, 24px); color: var(--white); margin-bottom: 0; line-height: 1.35; }
.td-service-tech__slider-wrap { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 18px; overflow: hidden; padding: clamp(22px, 1.89vw, 32px) clamp(12px, 1.05vw, 20px); min-height: 120px; }
.td-service-tech__slider { width: 100%; overflow: hidden; }
.td-service-tech__slider .swiper-slide { height: auto; display: flex; }
.td-service-tech__chip { display: inline-flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; padding: clamp(16px, 1.26vw, 22px) clamp(10px, 0.95vw, 14px); border-radius: 18px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%); border: 1px solid rgba(255, 255, 255, 0.65); min-width: 0; max-width: none; text-align: center; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; flex-shrink: 0; position: relative; overflow: hidden; }
.td-service-tech__chip::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: var(--td-tech-accent, var(--ul-primary)); opacity: 0.9; }
.td-service-tech__chip:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24); border-color: rgba(255, 255, 255, 0.95); }
.td-service-tech__chip.is-tech { --td-tech-accent: #3b82f6; }
.td-service-tech__chip.is-lang { --td-tech-accent: #a78bfa; }
.td-service-tech__chip.is-framework { --td-tech-accent: #22d3ee; }
.td-service-tech__chip-media { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(145deg, #fff 0%, #eef4fc 100%); border: 1px solid rgba(33, 64, 154, 0.08); display: inline-flex; align-items: center; justify-content: center; padding: 10px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8); }
.td-service-tech__chip-logo { width: 32px; height: 32px; object-fit: contain; display: block; }
.td-service-tech__chip-fallback { width: 32px; height: 32px; border-radius: 10px; background: var(--td-tech-accent, var(--ul-primary)); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; letter-spacing: 0.02em; }
.td-service-tech__chip-label { font-weight: 700; font-size: clamp(12px, 0.84vw, 14px); color: var(--ul-c4); line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.td-service-features { background: #f8fafc; }
.td-service-features__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 1.58vw, 28px); }
@media (max-width: 767px) { .td-service-features__grid { grid-template-columns: minmax(0, 1fr); } }
.td-service-features__card { background: var(--white); border-radius: 18px; padding: clamp(22px, 2.1vw, 34px); border: 1px solid rgba(33, 64, 154, 0.07); box-shadow: 0 10px 32px rgba(33, 64, 154, 0.05); height: 100%; position: relative; overflow: hidden; }
.td-service-features__card::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--ul-gradient); }
.td-service-features__card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(12px, 1.05vw, 18px); }
.td-service-features__index { font-weight: 800; font-size: 13px; color: var(--ul-primary); letter-spacing: 0.06em; }
.td-service-features__check { width: 34px; height: 34px; border-radius: 10px; background: var(--ul-gradient); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }
.td-service-features__title { font-size: clamp(16px, 1.1vw, 20px); color: var(--ul-c4); margin-bottom: clamp(8px, 0.79vw, 14px); line-height: 1.4; }
.td-service-features__text { margin: 0; color: var(--ul-gray); line-height: 1.7; font-size: clamp(14px, 0.9vw, 16px); }
.td-service-pricing__card { background: linear-gradient(135deg, #eef4fc 0%, #f8fafc 50%, #ecfeff 100%); border-radius: 24px; padding: clamp(28px, 3.15vw, 56px); border: 1px solid rgba(33, 64, 154, 0.1); box-shadow: 0 16px 48px rgba(33, 64, 154, 0.08); }
.td-service-pricing__title { margin-bottom: clamp(10px, 1.05vw, 18px); }
.td-service-pricing__text { margin: 0; color: var(--ul-gray); line-height: 1.75; font-size: clamp(15px, 0.95vw, 18px); max-width: 640px; }
.td-service-pricing__highlights { list-style: none; margin: 0 0 clamp(20px, 2.1vw, 32px); padding: 0; display: grid; gap: 12px; }
.td-service-pricing__highlights li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--ul-c4); line-height: 1.5; }
.td-service-pricing__check { width: 26px; height: 26px; border-radius: 999px; background: var(--ul-gradient); color: var(--white); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; }
.td-service-pricing__btn { width: 100%; max-width: 400px; }
.td-service-faq { background: var(--white); }
.td-service-faq__layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(28px, 3.15vw, 60px); align-items: start; }
@media (max-width: 991px) { .td-service-faq__layout { grid-template-columns: minmax(0, 1fr); } }
.td-service-faq__intro { position: sticky; top: 120px; }
@media (max-width: 991px) { .td-service-faq__intro { position: static; } }
.td-service-faq__intro .td-service-section__intro { margin-left: 0; max-width: none; }
.td-service-faq__item { border-radius: 16px !important; border: 1px solid rgba(33, 64, 154, 0.08) !important; margin-bottom: 12px; overflow: hidden; background: #f8fafc; }
.td-service-faq__item.open { background: var(--white); box-shadow: 0 12px 32px rgba(33, 64, 154, 0.08); }
.td-service-faq__item .ul-single-accordion-item__header .left { display: flex; align-items: flex-start; gap: 14px; }
.td-service-faq__q-number { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; background: var(--ul-gradient); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.td-service-faq__accordion { margin-top: 0; }
.td-service-cta { position: relative; padding: clamp(70px, 7.35vw, 140px) 0; overflow: hidden; text-align: center; }
.td-service-cta__bg { position: absolute; inset: 0; background: linear-gradient(323deg, #21409a 0%, #27aae1 55%, #c700b1 100%); z-index: 0; }
.td-service-cta__bg::before { content: ""; position: absolute; inset: 0; background: url(../img/banner-bg-shape.svg) no-repeat center center/cover; opacity: 0.35; mix-blend-mode: soft-light; }
.td-service-cta__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 45%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08), transparent 40%); }
.td-service-cta__inner { position: relative; z-index: 1; }
.td-service-cta__content { max-width: clamp(520px, 52vw, 820px); margin: 0 auto; color: var(--white); }
.td-service-cta__eyebrow { display: inline-block; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 999px; padding: 8px 18px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: clamp(16px, 1.58vw, 28px); }
.td-service-cta__title { font-size: clamp(28px, 3.15vw, 56px); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: clamp(12px, 1.26vw, 22px); }
.td-service-cta__text { font-size: clamp(15px, 1.05vw, 20px); line-height: 1.7; color: rgba(255, 255, 255, 0.92); margin-bottom: clamp(24px, 2.63vw, 44px); }
.td-service-cta__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(14px, 1.26vw, 24px); }
.td-service-cta__link { color: var(--white); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.td-service-cta__link:hover { opacity: 0.85; color: var(--white); }
.td-service-related { background: #f8fafc; border-top: 1px solid rgba(33, 64, 154, 0.08); }
.td-service-related__head { margin-bottom: clamp(28px, 2.63vw, 50px); }
.td-service-related__card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid rgba(33, 64, 154, 0.08); box-shadow: 0 12px 36px rgba(33, 64, 154, 0.06); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.td-service-related__card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(33, 64, 154, 0.12); }
.td-service-related__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.td-service-related__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.td-service-related__card:hover .td-service-related__img { transform: scale(1.05); }
.td-service-related__body { padding: clamp(18px, 1.89vw, 28px); }
.td-service-related__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--ul-gradient); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 14px; }
.td-service-related__title { font-size: clamp(18px, 1.26vw, 22px); margin-bottom: 10px; line-height: 1.35; }
.td-service-related__title a { color: var(--ul-c4); }
.td-service-related__title a:hover { color: var(--ul-primary); }
.td-service-related__excerpt { color: var(--ul-gray); line-height: 1.65; margin-bottom: 16px; font-size: clamp(14px, 0.9vw, 16px); }
.td-service-related__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ul-primary); }
.td-service-related__link:hover { gap: 12px; }
