:root {
    --ud-bg: #f6f8fc;
    --ud-surface: #ffffff;
    --ud-ink: #0f172a;
    --ud-muted: #44526a;
    --ud-primary: #0b163f;
    --ud-primary-rgb: 11, 22, 63;
    --ud-accent: #0ea5a8;
    --ud-warm: #f59e0b;
    --ud-dark: #0b163f;
    --ud-border: #d8e1f2;
}

.unidevs-site {
    background: radial-gradient(circle at top left, #eaf1ff 0%, transparent 45%),
        radial-gradient(circle at 85% 12%, #dff8f6 0%, transparent 38%),
        var(--ud-bg);
    color: var(--ud-ink);
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.unidevs-site h1,
.unidevs-site h2,
.unidevs-site h3,
.unidevs-site h4,
.unidevs-site h5,
.unidevs-site h6,
.unidevs-site .h1,
.unidevs-site .h2,
.unidevs-site .h3,
.unidevs-site .h4,
.unidevs-site .h5,
.unidevs-site .h6 {
    color: var(--ud-ink);
    font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.015em;
}

.unidevs-site p {
    color: var(--ud-muted);
}

.unidevs-site .btn-primary {
    background: linear-gradient(135deg, var(--ud-primary), #203b7f);
    border: 0;
    box-shadow: 0 10px 25px rgba(var(--ud-primary-rgb), 0.34);
}

.unidevs-site .btn-primary:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #081031, #182f66);
}

.unidevs-site .btn-outline-primary {
    border-color: var(--ud-primary);
    color: var(--ud-primary);
}

.unidevs-site .btn-outline-primary:hover {
    background: var(--ud-primary);
    color: #fff;
}

.main-header {
    z-index: 1060;
}

.main-header .sticky-header {
    position: relative;
    z-index: 1060;
}

.ud-hero {
    padding: 168px 0 118px;
    position: relative;
    overflow: hidden;
}

.ud-hero::before,
.ud-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
}

.ud-hero::before {
    width: 320px;
    height: 320px;
    background: rgba(var(--ud-primary-rgb), 0.22);
    top: -120px;
    right: -110px;
}

.ud-hero::after {
    width: 250px;
    height: 250px;
    background: rgba(14, 165, 168, 0.2);
    bottom: -95px;
    left: -105px;
}

.ud-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(var(--ud-primary-rgb), 0.28);
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 13px;
    color: var(--ud-primary);
    background: rgba(255, 255, 255, 0.8);
}

.ud-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ud-accent);
}

.ud-hero-title {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

.ud-hero-title span {
    color: var(--ud-primary);
}

.ud-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ud-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.ud-stat-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--ud-border);
    border-radius: 16px;
    padding: 14px;
}

.ud-stat-card strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--ud-ink);
}

.ud-stat-card span {
    font-size: 0.86rem;
    color: var(--ud-muted);
}

.ud-hero-visual {
    position: relative;
    isolation: isolate;
}

.ud-hero-card {
    background: var(--ud-surface);
    border-radius: 24px;
    border: 1px solid var(--ud-border);
    padding: 14px;
    box-shadow: 0 35px 80px rgba(7, 26, 71, 0.12);
    overflow: hidden;
}

.ud-hero-media-grid {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 10px;
}

.ud-hero-photo {
    width: 100%;
    min-height: 250px;
    max-height: 360px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.ud-hero-photo-main {
    min-height: 360px;
}

.ud-hero-photo-alt {
    min-height: 360px;
}

.ud-hero-insight {
    margin-top: 14px;
    background: linear-gradient(135deg, #eef4ff, #ecfdff);
    border: 1px solid #d3e0f6;
    border-radius: 14px;
    padding: 12px 14px;
}

.ud-hero-insight strong {
    display: block;
    font-size: 0.92rem;
    color: var(--ud-ink);
}

.ud-hero-insight span {
    display: block;
    margin-top: 4px;
    font-size: 0.82rem;
    color: var(--ud-muted);
}

.ud-hero-checks {
    margin: 10px 0 0;
    padding-left: 1rem;
}

.ud-hero-checks li {
    color: #23466f;
    font-size: 0.82rem;
    margin-bottom: 4px;
}

.ud-pulse-badge,
.ud-tag-badge {
    position: absolute;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

.ud-pulse-badge {
    background: linear-gradient(130deg, var(--ud-accent), #0891b2);
    top: -10px;
    left: 0;
}

.ud-tag-badge {
    background: linear-gradient(140deg, var(--ud-warm), #f97316);
    right: 12px;
    bottom: -12px;
}

.ud-section {
    padding: 110px 0;
}

.ud-section-tight {
    padding: 82px 0;
}

.ud-heading {
    margin-bottom: 18px;
}

.ud-heading h2 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    margin-bottom: 10px;
}

.ud-soft-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--ud-border);
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(15, 40, 90, 0.08);
}

.ud-value-list {
    margin: 0;
    padding-left: 1rem;
}

.ud-value-list li {
    margin-bottom: 8px;
    color: var(--ud-muted);
}

.ud-services {
    position: relative;
    padding: 112px 0;
    background: linear-gradient(150deg, #060d2c 0%, var(--ud-primary) 56%, #123f68 100%);
}

.ud-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 20%, rgba(var(--ud-primary-rgb), 0.42), transparent 34%),
        radial-gradient(circle at 90% 80%, rgba(14, 165, 168, 0.28), transparent 38%);
    pointer-events: none;
}

.ud-services .container {
    position: relative;
    z-index: 1;
}

.ud-services-head {
    max-width: 700px;
}

.ud-services-head .ud-kicker {
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

.ud-services-head .ud-kicker::before {
    background: #7feff0;
}

.ud-services-head h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    margin-bottom: 12px;
    color: #fff;
}

.ud-services-head p {
    color: rgba(236, 245, 255, 0.9);
}

.ud-services-side {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 18px;
    display: grid;
    gap: 14px;
}

.ud-services-side p {
    margin: 0;
    color: rgba(241, 247, 255, 0.92);
    font-weight: 600;
}

.ud-services-tracks {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ud-services-tracks span {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
}

.ud-services-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ud-service-card {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 16px 42px rgba(4, 16, 45, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ud-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(2, 10, 35, 0.44);
    border-color: rgba(255, 255, 255, 0.36);
}

.ud-service-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ud-service-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(130deg, var(--ud-primary), #1f3f82);
}

.ud-service-index {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
    font-size: 0.88rem;
}

.ud-service-tag {
    display: inline-block;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #cbf4ff;
    background: rgba(14, 165, 168, 0.2);
    border: 1px solid rgba(131, 241, 243, 0.4);
}

.ud-service-card h3 {
    font-size: 1.08rem;
    margin-bottom: 8px;
    margin-top: 10px;
    color: #fff;
}

.ud-service-card p {
    font-size: 0.95rem;
    margin-bottom: 12px;
    color: rgba(237, 245, 255, 0.9);
}

.ud-service-outcome {
    border-left: 3px solid rgba(127, 239, 240, 0.7);
    padding-left: 10px;
    font-size: 0.85rem;
    color: rgba(214, 252, 255, 0.92);
    margin-bottom: 12px;
}

.ud-service-points {
    margin: 0;
    padding-left: 1rem;
}

.ud-service-points li {
    color: rgba(230, 242, 255, 0.88);
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.testimonial-section {
    background: linear-gradient(160deg, var(--ud-dark), #1a2f69) !important;
}

.testimonial-section .section-heading h2,
.testimonial-section .section-heading p,
.testimonial-section h6,
.testimonial-section small,
.testimonial-section blockquote {
    color: #fff !important;
}

.process-card {
    border-radius: 16px;
    border: 1px solid var(--ud-border);
    background: #fff;
}

.brand-logo {
    background: linear-gradient(155deg, #060d2c 0%, var(--ud-primary) 55%, #123a62 100%);
}

.brand-logo-slider .single-brand-logo {
    border: 1px solid rgba(var(--ud-primary-rgb), 0.16);
    border-radius: 14px;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px 16px;
}

.brand-logo-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brand-logo-slider .single-brand-logo img {
    max-width: 100%;
    width: 100%;
    max-height: 58px;
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.brand-logo-slider .single-brand-logo:hover img {
    transform: scale(1.02);
}

.brand-logo-slider .single-brand-logo-fallback {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 12px;
    color: var(--ud-primary);
    font-weight: 700;
    font-size: 0.88rem;
    background: #edf4ff;
}

.brand-logo .section-heading h2,
.brand-logo .section-heading p {
    color: #fff;
}

.ud-empty-state {
    border: 1px dashed var(--ud-border);
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}

.ud-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ud-proof-item {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    padding: 22px;
}

.ud-proof-item h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.ud-section-dark {
    background: linear-gradient(160deg, var(--ud-primary), #101f4e 55%, #12365f);
}

.ud-section-dark .ud-heading h2,
.ud-section-dark .ud-heading p,
.ud-section-dark .ud-proof-item h3,
.ud-section-dark .ud-proof-item p {
    color: #fff;
}

.ud-section-dark .ud-proof-item {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.ud-final-cta {
    padding: 80px 0 110px;
}

.ud-final-cta .ud-soft-panel {
    background: linear-gradient(125deg, var(--ud-primary), #193a7a 45%, #146779);
    color: #fff;
}

.ud-final-cta h2,
.ud-final-cta p {
    color: #fff;
}

.ud-footer {
    background: var(--ud-dark);
    color: #e7ecff;
    padding-top: 74px;
    padding-bottom: 22px;
    position: relative;
}

.ud-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 8% 14%, rgba(14, 165, 168, 0.18), transparent 34%),
        radial-gradient(circle at 88% 74%, rgba(var(--ud-primary-rgb), 0.28), transparent 36%);
    pointer-events: none;
}

.ud-footer .container {
    position: relative;
    z-index: 1;
}

.ud-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ud-footer-logo img {
    height: 38px;
    width: auto;
}

.ud-footer-brand p {
    color: rgba(233, 240, 255, 0.86);
    margin-top: 14px;
    max-width: 340px;
}

.ud-footer-links h3,
.ud-footer-contact h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 12px;
}

.ud-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ud-footer-links li + li {
    margin-top: 8px;
}

.ud-footer-links a {
    color: rgba(233, 240, 255, 0.85);
    text-decoration: none;
}

.ud-footer-links a:hover {
    color: #fff;
}

.ud-footer-mail,
.ud-footer-phone {
    display: block;
    color: rgba(233, 240, 255, 0.9);
    text-decoration: none;
    margin-bottom: 8px;
}

.ud-footer-mail:hover,
.ud-footer-phone:hover {
    color: #fff;
}

.ud-footer-bottom {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ud-footer-bottom p {
    color: rgba(233, 240, 255, 0.84);
}

.ud-footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ud-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.ud-footer-social a:hover {
    background: #fff;
    color: var(--ud-primary);
}

.ud-footer-compact {
    padding-top: 22px;
}

.ud-footer-bottom-compact .ud-footer-logo img {
    height: 30px;
}

.ud-legal-hero {
    padding: 148px 0 86px;
    background: linear-gradient(160deg, var(--ud-primary) 0%, #1b356d 55%, #1a4f78 100%);
}

.ud-legal-hero h1,
.ud-legal-hero p {
    color: #fff;
}

.ud-legal-body {
    padding: 78px 0 104px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 60%, #f6fcfc 100%);
}

.ud-legal-card {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 40, 90, 0.1);
    padding: 28px;
}

.ud-legal-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #cfe0fa;
    background: #f3f8ff;
    color: #335177;
    font-size: 0.82rem;
    padding: 6px 12px;
    margin-bottom: 18px;
}

.ud-legal-meta strong {
    color: #0f172a;
}

.ud-legal-content h2,
.ud-legal-content h3,
.ud-legal-content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.7rem;
    color: #0f172a;
}

.ud-legal-content p,
.ud-legal-content li {
    color: var(--ud-muted);
    line-height: 1.75;
}

.ud-legal-content a {
    color: var(--ud-primary);
}

.ud-booking-page {
    padding: 146px 0 110px;
}

.ud-booking-page-dark {
    background: linear-gradient(165deg, #060d2c 0%, var(--ud-primary) 55%, #154872 100%);
}

.ud-booking-intro h1 {
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    margin-bottom: 12px;
}

.ud-booking-points {
    margin: 18px 0 0;
    padding-left: 1rem;
}

.ud-booking-points li {
    margin-bottom: 8px;
    color: var(--ud-muted);
}

.ud-booking-page-dark .ud-booking-intro h1,
.ud-booking-page-dark .ud-booking-intro p {
    color: #fff;
}

.ud-booking-page-dark .ud-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

.ud-booking-page-dark .ud-kicker::before {
    background: #7be8ea;
}

.ud-booking-card {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 40, 90, 0.12);
    padding: 26px;
}

.ud-booking-steps {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ud-booking-steps span {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #446189;
    border: 1px solid #d6e2f6;
}

.ud-booking-steps span.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(130deg, var(--ud-primary), #274c96);
}

.ud-booking-title {
    margin-top: 14px;
}

.ud-booking-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ud-ink);
}

#datepicker {
    border: 1px solid #d6e1f5;
    border-radius: 14px;
    padding: 10px;
    background: #f9fbff;
}

.ud-time-slots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ud-time-slot {
    margin: 0;
    cursor: pointer;
}

.ud-time-slot input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ud-time-slot span {
    display: block;
    border: 1px solid #cddcf7;
    border-radius: 12px;
    padding: 10px 8px;
    text-align: center;
    font-weight: 700;
    color: var(--ud-primary);
    background: #f7faff;
    transition: all 0.2s ease;
}

.ud-time-slot input:checked + span {
    background: var(--ud-primary);
    border-color: var(--ud-primary);
    color: #fff;
}

.loading-box i {
    animation: ud-spin 1.3s linear infinite;
}

@keyframes ud-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.success-box h3 {
    margin-bottom: 8px;
}

.ud-contact-hero {
    padding: 148px 0 86px;
    background: linear-gradient(160deg, var(--ud-primary) 0%, #1a3a77 55%, #1b517e 100%);
}

.ud-contact-hero h1,
.ud-contact-hero p {
    color: #fff;
}

.ud-contact-hero .ud-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.ud-contact-hero .ud-kicker::before {
    background: #7feff0;
}

.ud-contact-hero-points {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ud-contact-hero-points span {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 11px;
}

.ud-contact-hero-card {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.ud-contact-hero-card h2 {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.ud-contact-hero-card p {
    color: var(--ud-muted);
}

.ud-contact-cards {
    padding: 80px 0 100px;
}

.ud-contact-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 14px 36px rgba(15, 40, 90, 0.08);
}

.ud-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(130deg, var(--ud-primary), #274c96);
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.ud-contact-card h3 {
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.ud-contact-card a {
    color: var(--ud-primary);
    font-weight: 700;
    text-decoration: none;
}

.ud-about-hero {
    padding: 152px 0 92px;
    background: linear-gradient(160deg, var(--ud-primary) 0%, #1a3168 58%, #1f4c76 100%);
}

.ud-about-hero h1,
.ud-about-hero p {
    color: #fff;
}

.ud-about-hero h1 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    margin-bottom: 12px;
}

.ud-about-hero-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ud-about-hero-metrics {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ud-about-hero-metrics article {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    padding: 12px;
}

.ud-about-hero-metrics strong {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.ud-about-hero-metrics span {
    color: rgba(233, 242, 255, 0.9);
    font-size: 0.8rem;
}

.ud-about-hero-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ud-about-photo {
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 45px rgba(2, 10, 35, 0.35);
}

.ud-about-photo-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    min-height: 430px;
}

.ud-about-photo-side {
    min-height: 205px;
}

.ud-about-photo-bottom {
    min-height: 205px;
}

.ud-about-story {
    padding: 86px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ecf3ff 65%, #f3fbfc 100%);
}

.ud-about-story-card {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 46px rgba(15, 40, 90, 0.1);
}

.ud-about-story-card h2 {
    margin-bottom: 14px;
}

.ud-about-timeline {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(15, 40, 90, 0.08);
}

.ud-about-timeline h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.ud-about-timeline ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ud-about-timeline li {
    position: relative;
    padding: 8px 0 12px 20px;
    border-bottom: 1px dashed #d7e1f2;
}

.ud-about-timeline li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ud-about-timeline li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ud-primary);
}

.ud-about-timeline span {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ud-primary);
    margin-bottom: 4px;
}

.ud-about-timeline p {
    margin: 0;
}

.ud-about-principles {
    padding: 90px 0;
    background: linear-gradient(155deg, #060d2c 0%, var(--ud-primary) 58%, #173f66 100%);
}

.ud-about-principles .ud-heading h2,
.ud-about-principles .ud-heading p {
    color: #fff;
}

.ud-about-principles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ud-about-principle-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
}

.ud-about-principle-item h3 {
    color: #fff;
    font-size: 1.02rem;
    margin-bottom: 8px;
}

.ud-about-principle-item p {
    color: rgba(235, 244, 255, 0.9);
    margin-bottom: 0;
    font-size: 0.9rem;
}

.ud-about-model {
    padding: 90px 0 96px;
}

.ud-about-model-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ud-about-model-step {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 14px 36px rgba(15, 40, 90, 0.08);
}

.ud-about-model-step span {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--ud-primary);
    background: #edf2ff;
    border: 1px solid #d6def4;
    margin-bottom: 10px;
}

.ud-about-model-step h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.ud-about-model-step p {
    margin-bottom: 0;
}

.ud-career-hero,
.ud-job-hero {
    padding: 148px 0 90px;
    background: linear-gradient(160deg, #f7fbff 0%, #eaf3ff 58%, #f0fbfb 100%);
}

.ud-career-hero h1,
.ud-job-hero h1 {
    font-size: clamp(2rem, 3.4vw, 2.95rem);
    margin-bottom: 12px;
}

.ud-career-hero-stats {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ud-career-hero-stats div {
    border: 1px solid var(--ud-border);
    background: rgba(255, 255, 255, 0.78);
    border-radius: 14px;
    padding: 12px;
}

.ud-career-hero-stats strong {
    display: block;
    font-size: 1rem;
    color: var(--ud-ink);
}

.ud-career-hero-stats span {
    font-size: 0.8rem;
}

.ud-career-hero-card,
.ud-job-hero-card {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 40, 90, 0.1);
    padding: 20px;
}

.ud-career-hero-card h2,
.ud-job-hero-card h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.ud-career-hero-card ul,
.ud-job-hero-card ul {
    margin: 0;
    padding-left: 1rem;
}

.ud-career-hero-card li,
.ud-job-hero-card li {
    margin-bottom: 6px;
    color: var(--ud-muted);
}

.ud-job-meta {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ud-job-meta span {
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ud-primary);
    background: #eef4ff;
    border: 1px solid #d2dff6;
}

.ud-job-meta i {
    margin-right: 6px;
}

.ud-job-hero-card img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.ud-career-list,
.ud-job-details,
.ud-apply-wrap {
    padding: 90px 0;
}

.ud-career-list-head {
    max-width: 650px;
}

.ud-career-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ud-career-card {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 14px 36px rgba(15, 40, 90, 0.08);
}

.ud-career-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.ud-career-card-top span {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--ud-primary);
    background: #edf4ff;
}

.ud-career-card h3 {
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.ud-job-content {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 14px 36px rgba(15, 40, 90, 0.08);
}

.ud-job-content p:last-child {
    margin-bottom: 0;
}

.ud-job-side {
    background: #f8fbff;
    border: 1px solid var(--ud-border);
    border-radius: 16px;
    padding: 20px;
    position: sticky;
    top: 96px;
}

.ud-job-side h3 {
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.ud-job-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ud-job-side li {
    padding: 8px 0;
    border-bottom: 1px dashed #d6e0f0;
    color: var(--ud-muted);
}

.ud-job-side li:last-child {
    border-bottom: 0;
}

.ud-apply-card {
    background: #fff;
    border: 1px solid var(--ud-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 14px 36px rgba(15, 40, 90, 0.08);
}

.ud-exp-card {
    border: 1px solid #dce6f7;
    border-radius: 14px;
}

.ud-exp-card .card-body {
    padding: 16px;
}

.iti {
    width: 100%;
}

@media (max-width: 991px) {
    .ud-hero {
        padding-top: 134px;
        padding-bottom: 84px;
    }

    .ud-hero-media-grid {
        grid-template-columns: 1fr;
    }

    .ud-hero-photo-main,
    .ud-hero-photo-alt {
        min-height: 280px;
    }

    .ud-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ud-services-side {
        margin-top: 8px;
    }

    .ud-footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .ud-booking-page,
    .ud-career-hero,
    .ud-job-hero,
    .ud-legal-hero,
    .ud-about-hero {
        padding-top: 120px;
    }

    .ud-time-slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ud-career-grid {
        grid-template-columns: 1fr;
    }

    .ud-about-hero-media {
        grid-template-columns: 1fr;
    }

    .ud-about-photo-main,
    .ud-about-photo-side,
    .ud-about-photo-bottom {
        min-height: 280px;
        grid-column: auto;
        grid-row: auto;
    }

    .ud-about-principles-grid,
    .ud-about-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ud-job-side {
        position: static;
    }

    .ud-stat-grid,
    .ud-proof-grid {
        grid-template-columns: 1fr;
    }

    .ud-hero-visual {
        margin-top: 34px;
    }

    .ud-section {
        padding: 82px 0;
    }
}

@media (max-width: 767px) {
    .ud-services {
        padding: 86px 0;
    }

    .ud-contact-hero {
        padding-top: 122px;
    }

    .ud-footer {
        padding-top: 56px;
    }

    .ud-footer-top {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ud-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ud-services-grid {
        grid-template-columns: 1fr;
    }

    .ud-services-side .btn {
        width: 100%;
    }

    .ud-booking-card {
        padding: 18px;
    }

    .ud-time-slots {
        grid-template-columns: 1fr;
    }

    .ud-about-hero-metrics,
    .ud-about-principles-grid,
    .ud-about-model-grid {
        grid-template-columns: 1fr;
    }

    .ud-career-hero-stats {
        grid-template-columns: 1fr;
    }

    .ud-job-content,
    .ud-apply-card,
    .ud-legal-card {
        padding: 18px;
    }
}
